aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller/TagRestController.php
Commit message (Collapse)AuthorAgeFilesLines
* CSJeremy Benoist2017-10-091-1/+1
|
* Jump to Symfony 3.3 & update others depsJeremy Benoist2017-10-091-4/+4
| | | | Also update tests urls
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* Retrieve tag / tags value from query or requestJeremy Benoist2017-05-091-2/+2
| | | | | It allows to request to delete a tag using query string instead of body parameter (which seems to be the standard). Instead of breaking the previous behavior, I used a generic way to retrieve parameter (which looks into request attributes, query parameters and request parameters)
* Added endpoint to handle URL list to add/delete tagsNicolas LÅ“uillet2017-04-241-2/+2
|
* CleanupJeremy Benoist2016-11-031-16/+0
|
* Exploded WallabagRestController into many controllersNicolas LÅ“uillet2016-10-281-0/+171
Fix #2503