aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/RssController.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.4Jeremy Benoist2018-10-041-1/+1
| | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle
* Fix testsJeremy Benoist2018-06-061-1/+0
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-11/+7
|
* Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-211-3/+20
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add RSS tags feedsJeremy Benoist2017-06-211-7/+74
|
* User existing service instead of getDoctrineJeremy Benoist2017-06-211-1/+1
|
* Removed outputWalkers for RSS and APINicolas Lœuillet2016-12-151-1/+1
|
* Add RSS paginationJeremy Benoist2016-11-201-7/+29
| | | | Following https://tools.ietf.org/html/rfc5005#page-4
* Removed duplicated templates filesNicolas Lœuillet2016-09-301-1/+1
|
* Convert array + phpDocJeremy Benoist2016-04-121-2/+2
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Use alias to get container parametersJeremy Benoist2016-01-311-1/+1
|
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-4/+4
| | | | symfony-upgrade-fixer fix src/Wallabag/
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-4/+4
|
* Refactorize the way to retrieve entriesJeremy Benoist2015-08-201-38/+35
| | | | | One place to retrieve entries in Entry & Rss controller. More simple and easy to maintain.
* store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-3/+14
|
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-281-9/+12
| | | | for is_starred and is_archived
* CSJeremy Benoist2015-05-301-3/+3
|
* Add testsJeremy2015-03-311-3/+3
| | | | and fix few mistakes
* Add rss for entriesJeremy2015-03-311-0/+84
will fix #1000