aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/SystemTag
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-4/+1
* Add commands to manage tags via OCCJohannes Leuker2021-05-251-0/+15
* The objectid is a stringRoeland Jago Douma2021-01-281-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-164-4/+4
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-4/+4
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Add visibility to all constantsChristoph Wurst2020-04-102-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix multiline commentsChristoph Wurst2020-04-081-6/+6
* Update license headersChristoph Wurst2019-12-054-4/+14
* Some php-cs fixesRoeland Jago Douma2019-11-222-3/+4
* Only trigger the events with tags that where actually assignedJoas Schilling2019-08-211-1/+7
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
* Make SystemTag strictRoeland Jago Douma2018-02-214-57/+53
* Update license headersMorris Jobke2017-11-062-0/+3
* More phpstorm inspection fixesRoeland Jago Douma2017-07-242-2/+2
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* don't store empty groupidsJörn Friedrich Dreyer2017-03-191-0/+3
* Fix othersJoas Schilling2016-07-214-8/+12
* Use named parameter instead of direct value for system tags search param (#25...Vincent Petry2016-07-061-1/+1
* Some tweaks for systemtagmanagerVincent Petry2016-05-201-4/+1
* Act on effective system tag canAssign permissionVincent Petry2016-05-201-1/+1
* Add system tag assignability check with groupsVincent Petry2016-05-201-0/+13
* Add systemtag_group table and get/set methodsVincent Petry2016-05-201-0/+55
* Updated canUser* functions in SystemTagManager to accept objectsVincent Petry2016-05-202-33/+6
* Add interface methods for permission checkVincent Petry2016-05-202-1/+75
* Move \OC\SystemTag to PSR-4Roeland Jago Douma2016-04-224-0/+755