aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/RssController.php
Commit message (Collapse)AuthorAgeFilesLines
* 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