aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/RssControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-221/+0
|
* Enable PHPStanJeremy Benoist2019-01-181-1/+1
| | | | | - Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
* Fix All RSS not accessible if not logged in + TestsChristophe VERGNE2017-12-111-0/+25
|
* Multiple tag search was broken from APIJeremy Benoist2017-09-061-3/+3
| | | | | | | | | | First, the setParameter() were done on the same parameter which in fact just duplicated the condition in the SQL query (like `where t.label = 'test' and t.label = 'test'`. Changed the parameter doesn't help because the query was then wrong. Changing the way to match associated tags for an entry and it worked.
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-29/+29
|
* Fix testsJeremy Benoist2017-06-211-1/+1
|
* Add RSS tags feedsJeremy Benoist2017-06-211-8/+33
|
* Fix testsJeremy Benoist2016-11-201-9/+5
|
* Add RSS paginationJeremy Benoist2016-11-201-4/+53
| | | | Following https://tools.ietf.org/html/rfc5005#page-4
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+126