aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3095 from aaa2000/api-error-on-fail-fetch-contentThomas Citharel2017-05-101-0/+34
|\ | | | | Create a new entry via API even when its content can't be retrieved
| * Remove the created entry to avoid side effects on other testsadev2017-05-091-8/+18
| |
| * Create a new entry via API even when its content can't be retrievedadev2017-05-081-0/+24
| | | | | | | | Fix #2988
* | Fix API pagination is broken if perPage is custom valueadev2017-05-081-0/+16
|/ | | | Fix #2720
* Return 304 when content isn't reloaded using the APIJeremy Benoist2016-11-221-5/+1
| | | | | | 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-1/+5
|
* Fixing testsJeremy Benoist2016-11-201-3/+2
|
* Add ability to reload entry from APIJeremy Benoist2016-11-201-0/+37
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-48/+56
|
* Exploded WallabagRestController into many controllersNicolas LÅ“uillet2016-10-281-0/+673
Fix #2503