aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller/EntryRestController.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix API pagination is broken if perPage is custom valueadev2017-05-081-1/+2
| | | | Fix #2720
* Return 304 when content isn't reloaded using the APIJeremy Benoist2016-11-221-3/+3
| | | | | | Previously it was a 400 but this is more related to a real error. Using the API user should only know the content got reloaded or not. If reloaded: 200 otherwise: 304.
* Return an explicit error if reload failJeremy Benoist2016-11-201-6/+3
|
* Fixing testsJeremy Benoist2016-11-201-1/+1
|
* Add ability to reload entry from APIJeremy Benoist2016-11-201-0/+48
|
* Fix rest controller mergeJeremy Benoist2016-11-031-0/+22
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-1/+8
|
* Exploded WallabagRestController into many controllersNicolas LÅ“uillet2016-10-281-0/+367
Fix #2503