summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/SystemTag
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Add visibility to all constantsChristoph Wurst2020-04-101-7/+7
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-104-29/+29
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-6/+3
* Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-094-11/+11
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-057-7/+15
* Some php-cs fixesRoeland Jago Douma2019-11-227-35/+36
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-062-0/+2
* Restrict proppatch to the proper nodesVincent Petry2017-04-251-6/+6
* Remove unused use statementsMorris Jobke2017-04-224-7/+0
* Only allow admins to delete tagsJoas Schilling2016-12-061-3/+4
* First list tags the user used latelyJoas Schilling2016-11-071-1/+1
* Fix apps/Joas Schilling2016-07-217-8/+17
* Allow apps to register SystemTags pluginsJoas Schilling2016-07-181-1/+19
* Fix doc blocksJoas Schilling2016-07-181-0/+5
* Fix TODO and bring in abstraction (similar to comments)Joas Schilling2016-07-182-19/+14
* Update license headersLukas Reschke2016-05-262-3/+2
* Adjust DAV SystemTagPlugin unit tests for groupsVincent Petry2016-05-201-16/+25
* Fix system tag update codeVincent Petry2016-05-201-0/+4
* Add admin-only system tag groups propertyVincent Petry2016-05-201-4/+39
* Act on effective system tag canAssign permissionVincent Petry2016-05-201-1/+8
* Fix system tags DAV unit testsVincent Petry2016-05-202-5/+62
* Bring back admin permissions to change system tag permissionsVincent Petry2016-05-202-9/+19
* Updated canUser* functions in SystemTagManager to accept objectsVincent Petry2016-05-205-64/+47
* Add interface methods for permission checkVincent Petry2016-05-205-77/+91
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-127-0/+1181