Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [fix] redirect on config page after token generation #491 | Nicolas Lœuillet | 2014-02-23 | 1 | -0/+1 |
| | |||||
* | [fix] content is now cleaned by HTML purifier from prevent XSS attack | Nicolas Lœuillet | 2014-02-21 | 1 | -0/+6 |
| | |||||
* | [add] languages well displayed on config page #480 | Nicolas Lœuillet | 2014-02-21 | 1 | -2/+15 |
| | |||||
* | Merge branch 'dev' of git://github.com/mariroz/wallabag into dev | Nicolas Lœuillet | 2014-02-21 | 1 | -16/+15 |
|\ | |||||
| * | a lot of refactoring: tag action is now handled by home view and uses ↵ | Maryana Rozhankivska | 2014-02-20 | 1 | -16/+15 |
| | | | | | | | | sorting and pagination. Some small view enhacenments. Fix of #476, #461 for baggy and other themes | ||||
* | | [fix] themes sorted A->Z #470 | Nicolas Lœuillet | 2014-02-20 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'dev' of git://github.com/arnaudmm/wallabag into arnaudmm-dev | Nicolas Lœuillet | 2014-02-20 | 1 | -9/+21 |
|\ \ | |/ |/| | |||||
| * | Feature #457 : import from pocket now import tags too | arnaudmm | 2014-02-20 | 1 | -9/+21 |
| | | |||||
* | | Full-Text RSS included as a script instead of file_get_contents call. Tnx to ↵ | Maryana Rozhankivska | 2014-02-19 | 1 | -9/+47 |
|/ | | | | @Faless. Fix issues #366 and #463 | ||||
* | [fix] security problems with tags | Nicolas Lœuillet | 2014-02-19 | 1 | -4/+22 |
| | |||||
* | duplicate check added. fix of issue #400 | Maryana Rozhankivska | 2014-02-14 | 1 | -0/+19 |
| | |||||
* | [add] link to empty cache in config screen, #454 | Nicolas Lœuillet | 2014-02-14 | 1 | -0/+16 |
| | |||||
* | add help about vendor.zip | Nicolas Lœuillet | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | [change] wallabag in feeds title | Nicolas Lœuillet | 2014-02-13 | 1 | -2/+2 |
| | |||||
* | [add] mark all as read #385 | Nicolas Lœuillet | 2014-02-12 | 1 | -0/+7 |
| | |||||
* | Merge branch 'dev' of https://github.com/wallabag/wallabag into dev | Nicolas Lœuillet | 2014-02-12 | 1 | -2/+3 |
|\ | |||||
| * | Polish and Ukrainian translations added. Russian - updated. Plust 2 small ↵ | Maryana Rozhankivska | 2014-02-07 | 1 | -1/+2 |
| | | | | | | | | translation related fixes in code. | ||||
| * | [fix] #389 Empty article title (blank title tag) | nicosomb | 2014-02-03 | 1 | -1/+1 |
| | | |||||
* | | bug fix #430 - welcome to your wallabag | Nicolas Lœuillet | 2014-02-12 | 1 | -1/+1 |
| | | |||||
* | | bug fix #364 - RSS Feed URL problem with + sign | Nicolas Lœuillet | 2014-02-12 | 1 | -7/+3 |
|/ | |||||
* | fix of bug #368 Endless redirects or user doesn't exist with basic ↵ | Maryana Rozhankivska | 2014-01-30 | 1 | -9/+10 |
| | | | | authentication | ||||
* | some fix to courgette theme | Nicolas Lœuillet | 2014-01-28 | 1 | -45/+69 |
| | |||||
* | Merge branch 'extraction-with-basic-auth' of git://github.com/aaa2000/poche ↵ | Nicolas Lœuillet | 2014-01-28 | 1 | -4/+17 |
|\ | | | | | | | into aaa2000-extraction-with-basic-auth | ||||
| * | add basic auth in file_get_contents for content extraction when user use ↵ | adev | 2014-01-12 | 1 | -4/+17 |
| | | | | | | | | basic auth | ||||
* | | [fix] inthepoche.com => wallabag.org | Nicolas Lœuillet | 2014-01-28 | 1 | -2/+2 |
| | | |||||
* | | poche is dead, welcome wallabag | Nicolas Lœuillet | 2014-01-28 | 1 | -4/+5 |
|/ | |||||
* | [add] import from poche, thank you @tsadiq #388 | Nicolas Lœuillet | 2014-01-07 | 1 | -1/+48 |
| | |||||
* | [add] user_agent in file_get_contents | Nicolas Lœuillet | 2014-01-07 | 1 | -1/+3 |
| | |||||
* | [fix] #375 Readability.com changed its export format | Nicolas Lœuillet | 2014-01-03 | 1 | -25/+28 |
| | |||||
* | [fix] bugs #374 and #376 - encoding in rss | Nicolas Lœuillet | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | [add] check tags tables | Nicolas Lœuillet | 2013-12-23 | 1 | -1/+2 |
| | |||||
* | PHP_AUTH_USER isn't available when using php as cgi | Nicolas Lœuillet | 2013-12-23 | 1 | -9/+13 |
| | |||||
* | fix for long lasting session | Dmitry Sandalov | 2013-12-21 | 1 | -1/+2 |
| | |||||
* | [add] assign and remove a tag to an entry | Nicolas Lœuillet | 2013-12-06 | 1 | -0/+31 |
| | |||||
* | [add] rss for tag | Nicolas Lœuillet | 2013-12-06 | 1 | -3/+12 |
| | |||||
* | [add] page which lists entries for a tag | Nicolas Lœuillet | 2013-12-06 | 1 | -0/+8 |
| | |||||
* | [add] edit tags page | Nicolas Lœuillet | 2013-12-06 | 1 | -0/+7 |
| | |||||
* | [add] create tags page | Nicolas Lœuillet | 2013-12-06 | 1 | -0/+6 |
| | |||||
* | [add] send tags to article view | Nicolas Lœuillet | 2013-12-06 | 1 | -4/+8 |
| | |||||
* | [fix] RSS feeds were buggy when I update full-text RSS | Nicolas Lœuillet | 2013-12-06 | 1 | -2/+2 |
| | |||||
* | [change] we now use Full-Text RSS 3.1, thank you so much @fivefilters | Nicolas Lœuillet | 2013-12-06 | 1 | -3/+6 |
| | |||||
* | [add] add RSS feed for archive | Nicolas Lœuillet | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | [add] atom feeds for unread / fav items | Nicolas Lœuillet | 2013-12-03 | 1 | -0/+51 |
| | |||||
* | use 2 seprate variable for autoclosing windows to avoid to quick closing ↵ | banux | 2013-10-27 | 1 | -1/+1 |
| | | | | when sharing, the popup can be close before the link is save | ||||
* | Add a autoclose parameters. When we use sharing method in plugins like the ↵ | banux | 2013-10-27 | 1 | -2/+6 |
| | | | | tiny tiny rss one or the firefox plugins we can passe the autoclose=true parameters that close the popup. | ||||
* | bug fix #259: Deleting article doesn't redirect | Nicolas Lœuillet | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | Added support for http_auth | Denis Sacchet | 2013-10-20 | 1 | -8/+27 |
| | |||||
* | Merge pull request #274 from NumEricR/select-theme | Nicolas Lœuillet | 2013-10-08 | 1 | -1/+2 |
|\ | | | | | Update select theme filter and sort names (dev branch PR) | ||||
| * | Sort themes alphabetically in config list | NumEricR | 2013-10-05 | 1 | -0/+1 |
| | | |||||
| * | Remove useless filter on .git folder | NumEricR | 2013-10-05 | 1 | -1/+1 |
| | |