Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -0/+564 |