aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/TagController.php
Commit message (Collapse)AuthorAgeFilesLines
* remove tag from entry #1377Thomas Citharel2016-02-101-0/+20
|
* Update bundle & stock fileJeremy Benoist2016-01-151-1/+1
| | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-2/+2
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Remove user reference in tagJeremy Benoist2015-12-291-7/+5
| | | | Fix #1543
* assign tags to an entryNicolas Lœuillet2015-08-221-0/+50
|
* CSJeremy Benoist2015-08-201-2/+1
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* unit testNicolas Lœuillet2015-08-071-2/+0
|
* Add tags list displayNicolas Lœuillet2015-08-071-0/+33