aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/TagController.php
Commit message (Expand)AuthorAgeFilesLines
* WIPfederationThomas Citharel2017-06-231-0/+5
* Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-211-1/+1
* User existing service instead of getDoctrineJeremy Benoist2017-06-211-8/+10
* Page parameter was never used in the functionJeremy Benoist2017-06-011-2/+1
* TagController: ignore ActionMarkAsRead when removing tag from entryKevin Decherf2017-05-311-1/+1
* Move Tags assigner to a separate fileThomas Citharel2017-05-271-1/+1
* Fixed export by tags with a tag which contains spaceNicolas Lœuillet2016-12-271-1/+1
* Fix tests & deprecation noticeJeremy Benoist2016-12-151-1/+1
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-0/+1
|\
| * Added tag label in the page titleNicolas Lœuillet2016-10-261-0/+1
* | Use statements & update translationJeremy Benoist2016-10-221-5/+5
|/
* Optimize the way tag list is renderedJeremy Benoist2016-10-091-2/+17
* Ensure orphan tag are remove in APIJeremy Benoist2016-10-071-2/+4
* CSJeremy Benoist2016-09-251-1/+1
* Fix tags count in menuJeremy Benoist2016-09-251-18/+10
* Added tags counter in sidebar (material theme)Nicolas Lœuillet2016-09-041-1/+3
* Add tests for tag list routesNicolas Lœuillet2016-08-231-1/+5
* Links on each tag in Tags viewNicolas Lœuillet2016-08-231-0/+40
* Fix tags listingNicolas Lœuillet2016-05-021-1/+1
* Redirect to homepage if referer is nullNicolas Lœuillet2016-04-151-1/+3
* Convert array + phpDocJeremy Benoist2016-04-121-5/+6
* Simplify tag creation from entryJeremy Benoist2016-03-271-20/+6
* Split tags with commas from UINicolas Loeuillet2016-03-211-2/+8
* Add flashes messagesJeremy Benoist2016-03-201-1/+1
* remove tag from entry #1377Thomas Citharel2016-02-101-0/+20
* Update bundle & stock fileJeremy Benoist2016-01-151-1/+1
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-2/+2
* Remove user reference in tagJeremy Benoist2015-12-291-7/+5
* assign tags to an entryNicolas Lœuillet2015-08-221-0/+50
* CSJeremy Benoist2015-08-201-2/+1
* unit testNicolas Lœuillet2015-08-071-2/+0
* Add tags list displayNicolas Lœuillet2015-08-071-0/+33