aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller/EntryRestController.php
Commit message (Expand)AuthorAgeFilesLines
* Hash the urls to check if they existThomas Citharel2017-05-281-11/+16
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-191-4/+13
|\
| * Merge pull request #3095 from aaa2000/api-error-on-fail-fetch-contentThomas Citharel2017-05-101-4/+13
| |\
| | * Create a new entry via API even when its content can't be retrievedadev2017-05-081-4/+13
* | | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-091-1/+2
|\| |
| * | Fix API pagination is broken if perPage is custom valueadev2017-05-081-1/+2
| |/
* | Little refacto and send 400 on reaching urls limitJeremy Benoist2017-05-051-102/+94
* | Added limitNicolas Lœuillet2017-05-011-0/+9
* | Fix testsJeremy Benoist2017-05-011-1/+0
* | Splitted the endpoint in twoNicolas Lœuillet2017-05-011-34/+62
* | Added API endpoint to handle a list of URLNicolas Lœuillet2017-05-011-0/+71
* | Fix testsJeremy Benoist2017-04-291-2/+0
* | Added endpoint to handle URL list to add/delete tagsNicolas Lœuillet2017-04-241-24/+61
* | Added API endpoint to handle a list of URL and to add/delete tagsNicolas Lœuillet2017-04-241-0/+68
* | return id of article instead of true if entry existsThomas Citharel2017-02-241-2/+2
|/
* Return 304 when content isn't reloaded using the APIJeremy Benoist2016-11-221-3/+3
* 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