Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed lower case tags migration | Nicolas Lœuillet | 2017-12-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3442 from wallabag/empty-entry | Jérémy Benoist | 2017-12-14 | 7 | -5/+121 |
|\ | | | | | Fix empty title and domain_name when exception is thrown during fetch | ||||
| * | Update CHANGELOG | Kevin Decherf | 2017-12-13 | 1 | -1/+8 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Add test on EntryControllerTest for #3442 | Kevin Decherf | 2017-12-13 | 2 | -0/+54 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Fix empty title and domain_name when exception is thrown during fetch | Kevin Decherf | 2017-12-13 | 4 | -4/+59 |
|/ | | | | | | | | | | Add a new helper to set a default title when it's empty: 1/ use basename part of entry's path, if any 2/ or use domain name Fixes #2053 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Merge pull request #3488 from wallabag/pg-10 | Jérémy Benoist | 2017-12-13 | 8 | -0/+70 |
|\ | | | | | Add custom driver & schema manager for PostgreSQL 10 | ||||
| * | Fix tests | Jeremy Benoist | 2017-12-12 | 1 | -4/+4 |
| | | |||||
| * | Add custom driver & schema manager for PostgreSQL 10 | Jeremy Benoist | 2017-12-12 | 8 | -0/+70 |
| | | |||||
* | | Merge pull request #3495 from wallabag/wallabag/remove-make-run-readme | Nicolas Lœuillet | 2017-12-13 | 1 | -2/+3 |
|\ \ | | | | | | | Removed "make run" in the README | ||||
| * | | Removed "make run" in the README | Nicolas Lœuillet | 2017-12-12 | 1 | -2/+3 |
|/ / | |||||
* | | Merge pull request #3492 from bdunogier/fix-3484-disable_share_link | Nicolas Lœuillet | 2017-12-12 | 1 | -0/+10 |
|\ \ | | | | | | | Fix 3484: hide the share toggle button if no service is enabled | ||||
| * | | Fix #3484: hide the share toggle button if no service is enabled | Bertrand Dunogier | 2017-12-12 | 1 | -0/+10 |
| |/ | |||||
* | | Merge pull request #3490 from wallabag/fix-rss-unread-icon | Nicolas Lœuillet | 2017-12-12 | 1 | -3/+8 |
|\ \ | | | | | | | Displayed the RSS icon on homepage route | ||||
| * | | Displayed the RSS icon on homepage route | Nicolas Lœuillet | 2017-12-12 | 1 | -3/+8 |
| |/ | |||||
* | | Merge pull request #3487 from wallabag/initial-migration | Nicolas Lœuillet | 2017-12-12 | 1 | -6/+20 |
|\ \ | |/ |/| | Change the way to check for initial migration | ||||
| * | CS | Jeremy Benoist | 2017-12-12 | 1 | -1/+0 |
| | | |||||
| * | Use hasTable instead of try/catch | Jeremy Benoist | 2017-12-12 | 1 | -7/+1 |
| | | |||||
| * | Change the way to check for initial migration | Jeremy Benoist | 2017-12-12 | 1 | -4/+25 |
|/ | |||||
* | Merge pull request #3481 from wallabag/fix-make-run | Nicolas Lœuillet | 2017-12-12 | 1 | -1/+1 |
|\ | | | | | Replaced env by dev for make run | ||||
| * | Replaced env by dev for make run | Nicolas Lœuillet | 2017-12-12 | 1 | -1/+1 |
|/ | | | | The symfony server:run command can only be used in dev environment | ||||
* | Merge pull request #3478 from odolbeau/patch-1 | Nicolas Lœuillet | 2017-12-12 | 1 | -1/+1 |
|\ | | | | | Update README.md | ||||
| * | Update README.md | Olivier Dolbeau | 2017-12-11 | 1 | -1/+1 |
|/ | | | Be ready for next year! | ||||
* | Merge pull request #3474 from wallabag/update-changelog | Nicolas Lœuillet | 2017-12-11 | 3 | -2/+7 |
|\ | | | | | Updated changelog for 2.3 | ||||
| * | Updated changelog for 2.3 | Nicolas Lœuillet | 2017-12-11 | 3 | -2/+7 |
|/ | |||||
* | Merge pull request #3468 from wallabag/fix-migration-3139 | Nicolas Lœuillet | 2017-12-11 | 1 | -8/+21 |
|\ | | | | | Fix migration from #3139 | ||||
| * | migrations: fix duplicate violation during lowercase tag migration | Kevin Decherf | 2017-12-10 | 1 | -8/+20 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Replace raw query with named parameter | Kevin Decherf | 2017-12-10 | 1 | -2/+3 |
| | | | | | | | | | | | | Fix possible issue with special chars on #3139 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Merge pull request #3473 from cvergne/fix-rssall | Nicolas Lœuillet | 2017-12-11 | 2 | -1/+26 |
|\ \ | | | | | | | Fix All RSS not accessible if not logged in + Tests | ||||
| * | | Fix All RSS not accessible if not logged in + Tests | Christophe VERGNE | 2017-12-11 | 2 | -1/+26 |
| |/ | |||||
* | | Merge pull request #3471 from cvergne/fix-rssdate | Jérémy Benoist | 2017-12-11 | 1 | -2/+2 |
|\ \ | |/ |/| | Fix #3448 - pubDate now conformant to DateTime RFC822 specifications | ||||
| * | Fix #3448 - pubDate now conformant to Date and Time specifications defined ↵ | Christophe VERGNE | 2017-12-11 | 1 | -2/+2 |
|/ | | | | by RFC822 | ||||
* | Merge pull request #3465 from wallabag/fix-tests | Jérémy Benoist | 2017-12-10 | 1 | -1/+1 |
|\ | | | | | Fix bad key matching | ||||
| * | Fix bad key matching | Jeremy Benoist | 2017-12-08 | 1 | -1/+1 |
| | | | | | | | | | | I didn't try to find which package introduced a BC (might be user-bundle or jms serializer) | ||||
* | | Merge pull request #3467 from Simounet/feat/nav-improved | Jérémy Benoist | 2017-12-10 | 4 | -16/+39 |
|\ \ | |/ |/| | Feat/nav improved | ||||
| * | More space for navbar actions on mobile | Simounet | 2017-12-08 | 2 | -2/+2 |
| | | |||||
| * | Toggle menu anchor replaced by a button | Simounet | 2017-12-08 | 3 | -2/+10 |
| | | |||||
| * | Fix nav title nowrap on mobile | Simounet | 2017-12-07 | 3 | -15/+30 |
|/ | |||||
* | Merge pull request #3461 from Simounet/fix/rss-on-tag-list | Jérémy Benoist | 2017-12-08 | 3 | -21/+48 |
|\ | | | | | Tag's list improved | ||||
| * | Border radius on every corner of tag's list | Simounet | 2017-12-08 | 2 | -2/+3 |
| | | |||||
| * | Fix duplicated code removed | Simounet | 2017-12-08 | 1 | -14/+0 |
| | | |||||
| * | Tags list view improved | Simounet | 2017-12-08 | 3 | -6/+46 |
|/ | | | | | No text ellipsis so we can see the whole tag, better responsiveness, bigger touch height on links. | ||||
* | Merge pull request #3463 from Simounet/feature/footer-improved | Jérémy Benoist | 2017-12-08 | 3 | -15/+6 |
|\ | | | | | Footer improved | ||||
| * | Footer's stats displayed on mobile | Simounet | 2017-12-06 | 3 | -11/+6 |
| | | |||||
| * | Fix line-height issue on the footer | Simounet | 2017-12-06 | 2 | -5/+1 |
|/ | |||||
* | Merge pull request #3438 from strobeltobias/patch-1 | Nicolas Lœuillet | 2017-12-05 | 2 | -3/+4 |
|\ | | | | | Translate new strings | ||||
| * | Translate new validators string | Tobias Strobel | 2017-11-26 | 1 | -1/+2 |
| | | |||||
| * | Translate new strings | Tobias Strobel | 2017-11-26 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #3459 from Simounet/fix/pagination | Jérémy Benoist | 2017-12-05 | 5 | -21/+28 |
|\ \ | | | | | | | Pagination improved | ||||
| * | | Fix wrong selected page number alignment on pagination | Simounet | 2017-12-04 | 2 | -1/+3 |
| | | | |||||
| * | | Fix pagination on list mode | Simounet | 2017-12-04 | 5 | -21/+26 |
|/ / |