aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller/TagRestController.php
Commit message (Collapse)AuthorAgeFilesLines
* TagRestController: rewrite delete actions to only retrieve tags related to ↵Kevin Decherf2018-12-301-11/+11
| | | | | | | | the user Fixes #3815 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* php-cs-fixerKevin Decherf2018-09-051-2/+2
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* 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