Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added documentation and missing translations | Nicolas Lœuillet | 2016-11-22 | 1 | -1/+1 |
* | Added internal setting to enable/disable articles with paywall | Nicolas Lœuillet | 2016-11-22 | 4 | -2/+21 |
* | Cleared CookieJar to avoid websites who use cookies for analytics | Nicolas Lœuillet | 2016-11-22 | 1 | -0/+2 |
* | Added authentication for restricted access articles | Bertrand Dunogier | 2016-11-22 | 3 | -0/+144 |
* | Return 304 when content isn't reloaded using the API | Jeremy Benoist | 2016-11-22 | 1 | -3/+3 |
* | Merge pull request #2614 from wallabag/api-reload | Nicolas Lœuillet | 2016-11-22 | 1 | -0/+45 |
|\ | |||||
| * | Return an explicit error if reload fail | Jeremy Benoist | 2016-11-20 | 1 | -6/+3 |
| * | Fixing tests | Jeremy Benoist | 2016-11-20 | 1 | -1/+1 |
| * | Add ability to reload entry from API | Jeremy Benoist | 2016-11-20 | 1 | -0/+48 |
* | | Update messages.pl.yml | Mateusz Rumiński | 2016-11-21 | 1 | -11/+11 |
* | | Merge pull request #2630 from ThibaudDauce/fix-black-headings | Jeremy Benoist | 2016-11-21 | 1 | -6/+6 |
|\ \ | |||||
| * | | Add white-text class to card-title too | Thibaud Dauce | 2016-11-21 | 1 | -6/+6 |
* | | | Add ability to use Redis with password | Jeremy Benoist | 2016-11-20 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Add RSS pagination | Jeremy Benoist | 2016-11-20 | 2 | -8/+38 |
* | | Added tests | Nicolas Lœuillet | 2016-11-19 | 4 | -4/+5 |
* | | Added translations and currentRoute parameter | Nicolas Lœuillet | 2016-11-19 | 15 | -8/+57 |
* | | Added search engine in baggy theme | Nicolas Lœuillet | 2016-11-19 | 5 | -15/+26 |
* | | Added a simple search engine | Nicolas Lœuillet | 2016-11-19 | 9 | -16/+113 |
* | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-19 | 45 | -208/+447 |
|\| | |||||
| * | Wallabag can’t work on PostgreSQL <= 9.1 | Jeremy Benoist | 2016-11-19 | 1 | -1/+22 |
| * | Added tooltips for baggy theme | Nicolas Lœuillet | 2016-11-17 | 1 | -0/+18 |
| * | Added help on config screen | Nicolas Lœuillet | 2016-11-17 | 27 | -19/+143 |
| * | Merge pull request #2570 from wallabag/add-creation-date | Jeremy Benoist | 2016-11-15 | 4 | -3/+13 |
| |\ | |||||
| | * | Hide creation date in mobile view | Nicolas Lœuillet | 2016-11-14 | 1 | -2/+2 |
| | * | Changed display for material theme | Nicolas Lœuillet | 2016-11-14 | 2 | -2/+4 |
| | * | Added creation date on entries view | Nicolas Lœuillet | 2016-11-14 | 2 | -1/+9 |
| * | | User-agents have moved to site-config | Jeremy Benoist | 2016-11-14 | 1 | -15/+0 |
| |/ | |||||
| * | Merge pull request #2577 from wallabag/add-tooltip-material | Jeremy Benoist | 2016-11-14 | 1 | -3/+3 |
| |\ | |||||
| | * | Added tooltips in header bar | Nicolas Lœuillet | 2016-11-12 | 1 | -3/+3 |
| * | | Merge pull request #2562 from wallabag/image-bigger | Thomas Citharel | 2016-11-14 | 6 | -68/+130 |
| |\ \ | |||||
| | * | | Display a bigger image in case of image content | Jeremy Benoist | 2016-11-08 | 6 | -68/+130 |
| * | | | Changed behavior when we change language | Nicolas Lœuillet | 2016-11-10 | 13 | -12/+14 |
| | |/ | |/| | |||||
| * | | Removed support website on about page | Nicolas Lœuillet | 2016-11-09 | 12 | -12/+12 |
| |/ | |||||
| * | fix #2559 | Yuriy Evdokimov | 2016-11-08 | 1 | -1/+1 |
| * | Merge pull request #2556 from wallabag/replace-tokenstorage | Nicolas Lœuillet | 2016-11-07 | 2 | -10/+21 |
| |\ | |||||
| | * | PHP CS | Nicolas Lœuillet | 2016-11-07 | 1 | -3/+2 |
| | * | Replaced TokenStorage with TokenStorageInterface | Nicolas Lœuillet | 2016-11-07 | 2 | -7/+19 |
| * | | Round readingtime to avoid crazy number | Jeremy Benoist | 2016-11-06 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #2460 from wallabag/ui-changes | Nicolas Lœuillet | 2016-11-04 | 6 | -74/+79 |
| |\ | |||||
| | * | Deal with more resolution issues | Thomas Citharel | 2016-11-03 | 2 | -4/+4 |
| | * | Fix resolution issues and 'title' issues | Thomas Citharel | 2016-11-03 | 1 | -6/+6 |
| | * | Re-add bottom pagination | Jeremy Benoist | 2016-10-22 | 4 | -25/+29 |
| | * | WIP | Thomas Citharel | 2016-10-22 | 2 | -41/+42 |
| * | | Use created_at as default sort | Jeremy Benoist | 2016-11-04 | 1 | -1/+1 |
* | | | Check if status code is OK | Nicolas Lœuillet | 2016-11-18 | 1 | -0/+13 |
* | | | Replace http status with a string | Nicolas Lœuillet | 2016-11-18 | 1 | -2/+2 |
* | | | Added http_status in Entry entity | Nicolas Lœuillet | 2016-11-18 | 17 | -0/+60 |
* | | | Update messages.pl.yml | Mateusz Rumiński | 2016-11-17 | 1 | -3/+3 |
* | | | Tried to fix tests | Nicolas Lœuillet | 2016-11-16 | 1 | -1/+0 |
* | | | Added tests | Nicolas Lœuillet | 2016-11-16 | 1 | -4/+11 |