aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ApiBundle
Commit message (Expand)AuthorAgeFilesLines
...
* Add ability to name the clientJeremy Benoist2017-06-081-1/+2
* Create a client when creating a user using the apiJeremy Benoist2017-06-071-0/+12
* Merge pull request #3181 from wallabag/api-content-patchJérémy Benoist2017-06-071-0/+11
|\
| * Add ability to patch an entry with more fieldsJeremy Benoist2017-06-021-0/+11
* | Return 201 on user creationJeremy Benoist2017-06-021-2/+2
* | API user creation behing a toggleJeremy Benoist2017-06-022-21/+85
|/
* Merge pull request #3137 from aaa2000/isolated-testsJérémy Benoist2017-06-014-43/+71
|\
| * Isolated testsadev2017-05-314-43/+71
* | Add support for authorsJeremy Benoist2017-05-311-0/+4
* | Allow other fields to be send using APIJeremy Benoist2017-05-311-0/+6
|/
* Avoid side effect on other testsJeremy Benoist2017-05-301-1/+13
* Re-use `NewUserType` to validate registrationJeremy Benoist2017-05-302-1/+99
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-191-0/+34
|\
| * Merge pull request #3095 from aaa2000/api-error-on-fail-fetch-contentThomas Citharel2017-05-101-0/+34
| |\
| | * 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
* | | Retrieve tag / tags value from query or requestJeremy Benoist2017-05-091-4/+26
* | | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-091-0/+16
|\| |
| * | Fix API pagination is broken if perPage is custom valueadev2017-05-081-0/+16
| |/
* | Added migrations execution after fresh installNicolas Lœuillet2017-05-051-2/+1
* | Merge pull request #3053 from wallabag/api-bulk-addNicolas Lœuillet2017-05-051-7/+56
|\ \
| * | Little refacto and send 400 on reaching urls limitJeremy Benoist2017-05-051-4/+3
| * | Added limitNicolas Lœuillet2017-05-011-0/+23
| * | Fix tests (for real this time)Jeremy Benoist2017-05-011-2/+2
| * | Fix testsJeremy Benoist2017-05-011-4/+4
| * | Splitted the endpoint in twoNicolas Lœuillet2017-05-011-29/+26
| * | Added API endpoint to handle a list of URLNicolas Lœuillet2017-05-011-8/+38
* | | Merge pull request #3047 from wallabag/add-notmatches-operatorNicolas Lœuillet2017-05-031-2/+2
|\ \ \ | |/ / |/| |
| * | Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-2/+2
* | | Fix testsJeremy Benoist2017-04-291-13/+13
* | | Added endpoint to handle URL list to add/delete tagsNicolas Lœuillet2017-04-241-11/+48
* | | Added API endpoint to handle a list of URL and to add/delete tagsNicolas Lœuillet2017-04-241-0/+31
|/ /
* / 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-5/+1
* 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-033-828/+843
|\
| * Exploded WallabagRestController into many controllersNicolas Lœuillet2016-10-283-820/+835
* | Fixed migration and added testsNicolas Lœuillet2016-10-281-3/+16
* | Merge pull request #2372 from pmartin/api-get-entry-as-epubJeremy Benoist2016-10-121-48/+56
|\ \ | |/ |/|
| * Add entry export in APIJeremy Benoist2016-10-081-48/+56
* | Merge pull request #2351 from wallabag/fix-api-client-deletionNicolas Lœuillet2016-10-081-0/+104
|\ \
| * | Ensure access_token are removedJeremy Benoist2016-10-081-0/+104
* | | Merge pull request #2393 from wallabag/api-urls-existNicolas Lœuillet2016-10-081-0/+16
|\ \ \
| * | | Ability to check multiple urls in APIJeremy Benoist2016-10-071-0/+16
| | |/ | |/|
* / | Ensure orphan tag are remove in APIJeremy Benoist2016-10-071-0/+9
|/ /
* / Fix typo & add testJeremy Benoist2016-10-051-0/+7
|/
* Fix parameters in API _linksJeremy Benoist2016-10-021-1/+99
* Add test when url doesn’t existJeremy Benoist2016-10-011-0/+11