aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/SystemTag
Commit message (Expand)AuthorAgeFilesLines
* fix(systemtags): handle null dav valueskjnldsv2024-12-061-1/+5
* feat(systemtags): allow setting color with occskjnldsv2024-12-061-0/+6
* feat(systemtags): add color support backendskjnldsv2024-12-063-4/+17
* feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-291-4/+3
* feat(systemtags): add etag support and handle proppatchskjnldsv2024-10-295-15/+125
* feat(dav): add systemtag object IDs listingskjnldsv2024-10-296-11/+153
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-214-87/+23
* feat: make systemtags public visiblefeat/systemtags-publicJohn Molakvoæ (skjnldsv)2024-10-112-11/+9
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-3/+3
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-279-187/+32
* chore: Break closure call on two lines to make it readableCôme Chilliet2024-03-192-2/+4
* fix(systemtags): Forbid tagging of readonly filesCôme Chilliet2024-03-194-160/+48
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-3/+10
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+3
* get children from dav node when preloading system tagsRobin Appelman2023-11-081-2/+4
* feat(files): add systemtags viewJohn Molakvoæ (skjnldsv)2023-09-181-2/+2
* fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-13/+4
* 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