aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle
Commit message (Expand)AuthorAgeFilesLines
* 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-092-2/+7
|\| |
| * | Fix API pagination is broken if perPage is custom valueadev2017-05-081-1/+2
| |/
| * Fix display the form errors correctlyadev2017-05-051-1/+5
* | 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
|/
* Be consistent between migration & schema definitionJeremy Benoist2016-12-191-1/+1
* Fix tests & deprecation noticeJeremy Benoist2016-12-152-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-034-0/+141
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-034-641/+563
|\
| * Removed useless routeNicolas Lœuillet2016-10-281-5/+0
| * Exploded WallabagRestController into many controllersNicolas Lœuillet2016-10-284-521/+551
* | Add entry.saved event to import & restJeremy Benoist2016-11-021-1/+8
* | Added relation between API Client and UserNicolas Lœuillet2016-10-242-3/+22
* | 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
* | fix cs and phpdocThomas Citharel2016-10-221-18/+6
* | csThomas Citharel2016-10-221-6/+13
* | move codeThomas Citharel2016-10-221-56/+31
* | csThomas Citharel2016-10-221-3/+0
* | bring annotations to APIThomas Citharel2016-10-221-0/+132
* | CSJeremy Benoist2016-10-151-1/+0
* | ApiDoc & Route annotation were conflictedJeremy Benoist2016-10-151-2/+0
* | Merge pull request #2372 from pmartin/api-get-entry-as-epubJeremy Benoist2016-10-122-6/+31
|\ \ | |/ |/|
| * Add entry export in APIJeremy Benoist2016-10-082-16/+32
| * API: getEntry can return EPUBPascal MARTIN2016-10-081-1/+8
| * Routing: epub format is allowed for APIPascal MARTIN2016-10-081-0/+2
* | Merge pull request #2411 from wallabag/fix-entitiesNicolas Lœuillet2016-10-102-2/+2
|\ \
| * | Fix entities definitionJeremy Benoist2016-10-092-2/+2
* | | Optimize the way tag list is renderedJeremy Benoist2016-10-091-1/+1
|/ /
* | Merge pull request #2351 from wallabag/fix-api-client-deletionNicolas Lœuillet2016-10-083-0/+157
|\ \
| * | Ensure access_token are removedJeremy Benoist2016-10-083-0/+152
| * | Changed relation between API client and refresh tokenNicolas Lœuillet2016-10-031-0/+5
* | | Merge pull request #2393 from wallabag/api-urls-existNicolas Lœuillet2016-10-081-1/+21
|\ \ \