aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller
Commit message (Expand)AuthorAgeFilesLines
* CSJeremy Benoist2017-06-101-1/+1
* Few fixesJeremy Benoist2017-06-101-2/+2
* Add public filter/field in the APIJeremy Benoist2017-06-101-3/+24
* Add ability to name the clientJeremy Benoist2017-06-081-3/+4
* Create a client when creating a user using the apiJeremy Benoist2017-06-071-5/+15
* Merge pull request #3181 from wallabag/api-content-patchJérémy Benoist2017-06-071-75/+75
|\
| * Refactorize the way to save an Entry in the APIJeremy Benoist2017-06-071-102/+70
| * Add ability to patch an entry with more fieldsJeremy Benoist2017-06-021-3/+35
* | Return 201 on user creationJeremy Benoist2017-06-021-5/+12
* | Add translationJeremy Benoist2017-06-021-1/+1
* | API user creation behing a toggleJeremy Benoist2017-06-021-3/+3
|/
* Fix testsJeremy Benoist2017-06-011-22/+23
* Avoid returning objects passed by reference.Jerome Charaoui2017-06-011-2/+2
* Forced date can now be a timestamp tooJeremy Benoist2017-05-311-1/+1
* Improve docsJeremy Benoist2017-05-311-0/+3
* Use graby ContentExtractor to clean htmlJeremy Benoist2017-05-311-1/+0
* Add support for authorsJeremy Benoist2017-05-311-1/+5
* Allow other fields to be send using APIJeremy Benoist2017-05-311-15/+31
* Re-use `NewUserType` to validate registrationJeremy Benoist2017-05-301-39/+80
* WIPThomas Citharel2017-05-291-0/+98
* Move Tags assigner to a separate fileThomas Citharel2017-05-271-4/+4
* 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
* | | Retrieve tag / tags value from query or requestJeremy Benoist2017-05-091-2/+2
* | | 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-242-26/+63
* | 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
|/
* Fix tests & deprecation noticeJeremy Benoist2016-12-151-1/+1
* 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
* CleanupJeremy Benoist2016-11-032-18/+1
* Fix rest controller mergeJeremy Benoist2016-11-033-0/+136
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-033-637/+549
|\
| * Exploded WallabagRestController into many controllersNicolas Lœuillet2016-10-283-520/+540
* | Add entry.saved event to import & restJeremy Benoist2016-11-021-1/+8
* | Added relation between API Client and UserNicolas Lœuillet2016-10-241-2/+6
* | Add test on /api/annotationsJeremy Benoist2016-10-221-16/+17
* | CSJeremy Benoist2016-10-221-1/+0
* | Added a missing namespaceNicolas Lœuillet2016-10-221-0/+1