aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/SystemTag/SystemTagManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix(systemtags): case-insensitive search & prevent duplicatesskjnldsv11 days1-33/+21
* chore: run rectorrector-phpunit10Robin Appelman2025-07-011-30/+10
* chore: run rector on testsRobin Appelman2025-06-121-6/+9
* test: Fix non-static data providersJoas Schilling2025-05-151-8/+8
* feat(systemtags): add setting to block non admin to create system tagsBenjamin Gaussorgues2025-01-221-20/+92
* feat(systemtags): add color support backendskjnldsv2024-12-061-20/+28
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-18/+18
* chore: Add SPDX headerAndy Scherzinger2024-05-131-5/+3
* fix: Move SystemTags events to IEventDispatcherJoas Schilling2023-07-271-6/+4
* Fix SystemTagManagerTest#createTag testMarcel Klehr2023-02-241-1/+1
* Update tests/lib/SystemTag/SystemTagManagerTest.phpMarcel Klehr2023-02-241-5/+2
* fix(SystemTagManager): Truncate overlong tag namesMarcel Klehr2023-02-241-4/+12
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-5/+5
|/
* Mode to modern phpunitRoeland Jago Douma2019-11-271-16/+18
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Use ::class in test mocksMorris Jobke2017-10-241-3/+4
* test setTagGroups with empty groupidsJörn Friedrich Dreyer2017-03-191-0/+9
* Act on effective system tag canAssign permissionVincent Petry2016-05-201-0/+1
* Add system tag assignability check with groupsVincent Petry2016-05-201-1/+21
* Add systemtag_group table and get/set methodsVincent Petry2016-05-201-0/+17
* Updated canUser* functions in SystemTagManager to accept objectsVincent Petry2016-05-201-29/+15
* Add interface methods for permission checkVincent Petry2016-05-201-0/+82
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+424