Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exploded WallabagRestController into many controllers | Nicolas Lœuillet | 2016-10-28 | 1 | -820/+0 |
| | | | | Fix #2503 | ||||
* | Merge pull request #2393 from wallabag/api-urls-exist | Nicolas Lœuillet | 2016-10-08 | 1 | -0/+16 |
|\ | | | | | Ability to check multiple urls in API | ||||
| * | Ability to check multiple urls in API | Jeremy Benoist | 2016-10-07 | 1 | -0/+16 |
| | | |||||
* | | Ensure orphan tag are remove in API | Jeremy Benoist | 2016-10-07 | 1 | -0/+9 |
|/ | | | | | | When the association between a tag and an entry is removed, if the tag doesn’t have other entries, we can remove it. Also add more tests for that part and ensure TagControllerTest is isolated from the rest of the test suite (finally!) | ||||
* | Fix typo & add test | Jeremy Benoist | 2016-10-05 | 1 | -0/+7 |
| | |||||
* | Fix parameters in API _links | Jeremy Benoist | 2016-10-02 | 1 | -1/+99 |
| | | | | We forgot to pass them to the factory | ||||
* | Add test when url doesn’t exist | Jeremy Benoist | 2016-10-01 | 1 | -0/+11 |
| | |||||
* | Add an exists endpoint in API | Jeremy Benoist | 2016-10-01 | 1 | -0/+11 |
| | | | | It should allow third party to check if an url was already saved by a user | ||||
* | Fix bad parameter for tests | Jeremy Benoist | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | Add some tests | Jeremy Benoist | 2016-08-23 | 1 | -3/+110 |
| | | | | | | | | | | | Also, retrieve tag from the request instead of the query (which will be the same but it's more easy to test). Moved down `deleteTagAction` because it conflicted with the new action: api_delete_tag => /api/tags/{tag}.{_format} api_delete_tags_label => /api/tags/label.{_format} And finally, throw exception when a tag is not found before removing it. | ||||
* | Add filter for tags on API | Thomas Citharel | 2016-06-29 | 1 | -0/+22 |
| | |||||
* | Add since parameter | Thomas Citharel | 2016-06-25 | 1 | -0/+45 |
| | |||||
* | Jump to Symfony 3.1 | Jeremy Benoist | 2016-06-22 | 1 | -0/+513 |