Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ / | |||||
* | | Merge pull request #3449 from Simounet/feature/share-page | Jérémy Benoist | 2017-12-04 | 3 | -18/+37 |
|\ \ | |/ |/| | Share page improved (mobile + header's padding) | ||||
| * | Figure image and figcaption centered on share page | Simounet | 2017-12-03 | 2 | -1/+9 |
| | | |||||
| * | Share page improved (mobile + header's padding) | Simounet | 2017-12-03 | 3 | -18/+29 |
|/ | |||||
* | Merge pull request #3436 from wallabag/origin-shaarli | Nicolas Lœuillet | 2017-11-26 | 18 | -2/+72 |
|\ | | | | | Add craue setting to enable sharing of origin url to Shaarli | ||||
| * | Add craue setting to enable sharing of origin url to Shaarli | Kevin Decherf | 2017-11-25 | 18 | -2/+72 |
|/ | | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Merge pull request #3419 from NatJNP/patch1 | Jérémy Benoist | 2017-11-25 | 5 | -0/+662 |
|\ | | | | | Add Thai language | ||||
| * | Add all file thai Language for translate | NatPi | 2017-11-24 | 4 | -0/+626 |
| | | |||||
| * | Add CraueConfigBundle.th.yml | NatPi | 2017-11-18 | 1 | -0/+36 |
| | | |||||
* | | Merge pull request #3401 from aaa2000/migration-initial | Jérémy Benoist | 2017-11-25 | 10 | -167/+237 |
|\ \ | | | | | | | Add an initial doctrine migration |