Commit Graph

10 Commits

Author SHA1 Message Date
f0abc22d09 Ability to check multiple urls in API 2016-10-07 20:37:01 +02:00
0b174d69d7 Fix typo & add test 2016-10-05 19:30:56 +02:00
c3f8b428dd Fix parameters in API _links
We forgot to pass them to the factory
2016-10-02 15:41:08 +02:00
55551e332c Add test when url doesn’t exist 2016-10-01 17:26:36 +02:00
6273fefd5d Add an exists endpoint in API
It should allow third party to check if an url was already saved by a user
2016-10-01 17:15:28 +02:00
f0fd82d039 Fix bad parameter for tests 2016-09-25 14:21:12 +02:00
a0e1eafc35 Add some tests
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.
2016-08-23 07:26:58 +02:00
28803f106b Add filter for tags on API 2016-06-29 09:55:57 +02:00
e5fb89e5d3 Add since parameter 2016-06-25 21:05:50 +02:00
23634d5d84 Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00