aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/TagRepository.php
Commit message (Collapse)AuthorAgeFilesLines
* TagRestController: rewrite delete actions to only retrieve tags related to ↵Kevin Decherf2018-12-301-0/+17
| | | | | | | | the user Fixes #3815 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* TagRepository: refactor query builder for queries by userIdKevin Decherf2018-12-301-16/+20
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* php-cs-fixerKevin Decherf2018-09-051-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Reduce number of queries on tag listNicolas Hart2017-08-061-0/+21
|
* Fix some namespaces and phpdocNicolas Hart2017-07-291-0/+1
|
* Renamed methodsNicolas Lœuillet2017-03-311-1/+1
|
* Allow to remove all archived entriesThomas Citharel2017-03-311-0/+20
| | | | | | Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Order tags by slugJan Losinski2017-01-171-0/+1
| | | | | | | | This adds an orderBy clause to findAllTags(). This makes the list of tags more useful, as the tags appear in alphanumerical order instead of somehow random. Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* Use statements & update translationJeremy Benoist2016-10-221-21/+12
|
* Add ability to reset some datasJeremy Benoist2016-10-221-0/+17
| | | | | | - annotations - tags - entries
* Optimize the way tag list is renderedJeremy Benoist2016-10-091-3/+7
| | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design
* Fix tag count for PostgreSQLJeremy Benoist2016-09-251-5/+5
|
* Fix tags count in menuJeremy Benoist2016-09-251-3/+31
| | | | Move enable cache for Tag in the Entity because function `find*` should return result and not a Query
* Added tags counter in sidebar (material theme)Nicolas Lœuillet2016-09-041-3/+1
|
* Remove useless methodNicolas Lœuillet2016-05-031-15/+3
|
* Fix tags listingNicolas Lœuillet2016-05-021-18/+0
| | | | | Fix #1994 * Remove unused method in tag repository
* improve test and change method name. Also, display number of entries for ↵Thomas Citharel2016-02-101-1/+1
| | | | each tag
* remove tag from entry #1377Thomas Citharel2016-02-101-0/+16
|
* Remove user reference in tagJeremy Benoist2015-12-291-13/+23
| | | | Fix #1543
* assign tags to an entryNicolas Lœuillet2015-08-221-0/+17
|
* CSJeremy Benoist2015-08-201-1/+1
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* Add tags list displayNicolas Lœuillet2015-08-071-0/+18
|
* replace Response with JsonResponseNicolas Lœuillet2015-03-061-14/+0
|
* add relation between entry and tagNicolas Lœuillet2015-03-061-0/+13
|
* remove dumb codeNicolas Lœuillet2015-03-061-112/+1
|
* remove GET /tags/idNicolas Lœuillet2015-03-061-0/+121