aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/SystemTag
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #37961 from nextcloud/poc/noid/systemtags-perfArthur Schiwon2023-05-113-0/+151
|\
| * refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-091-3/+7
| * chore: polish SystemTagsInUseCollectionArthur Schiwon2023-05-091-8/+32
| * fix: improve naming of new systemtags endpoint to systemtags-assignedArthur Schiwon2023-05-092-4/+4
| * feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-091-2/+15
| * PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-093-0/+110
* | fix: use interface instead of implementation as type hintArthur Schiwon2023-05-101-2/+1
* | fix: sort tags by nameArthur Schiwon2023-05-041-1/+6
|/
* fix(psalm): systemtagsJohn Molakvoæ2023-04-287-21/+104
* expose system tags as dav property for filesRobin Appelman2023-04-282-8/+158
* chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-191-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-7/+0
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-312-9/+10
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-167-7/+7
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-1/+2
* 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