aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/SystemTag
Commit message (Collapse)AuthorAgeFilesLines
* fix(systemtags): prevent tag edition if restrictedskjnldsv2025-03-062-0/+28
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(SystemTag): Make MapperEvent webhook compatibleenh/make-tag-event-webhook-compatibleMarcel Klehr2025-02-201-1/+15
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(systemtags): add setting to block non admin to create system tagsBenjamin Gaussorgues2025-01-222-0/+30
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat(systemtags): add color support backendskjnldsv2024-12-062-1/+10
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(systemtags): translations and etag method casingskjnldsv2024-10-291-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-291-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(systemtags): add etag support and handle proppatchskjnldsv2024-10-292-0/+22
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(core): add index to systemtag objecttypeskjnldsv2024-10-291-0/+10
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat: make systemtags public visiblefeat/systemtags-publicJohn Molakvoæ (skjnldsv)2024-10-111-4/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-12/+12
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-249-192/+27
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-143-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-8/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: include invisible tags for adminsArthur Schiwon2023-06-211-2/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(psalm): systemtagsJohn Molakvoæ2023-04-281-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* composer run cs:fixCôme Chilliet2023-01-207-7/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-9/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add commands to manage tags via OCCJohannes Leuker2021-05-251-0/+30
| | | | | | list, add, delete, edit Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* Deprecate all remaining event constantsChristoph Wurst2021-02-093-0/+24
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-166-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove @package annotations from public namespaceJulius Härtl2020-08-264-4/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-103-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-106-6/+2
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-059-9/+38
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-222-1/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-173-3/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Make SystemTag strictRoeland Jago Douma2018-02-219-48/+58
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-062-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Replace wrong PHPDocsLukas Reschke2017-08-012-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix othersJoas Schilling2016-07-219-14/+23
|
* Update since versionJoas Schilling2016-07-181-5/+5
|
* Allow apps to register SystemTags pluginsJoas Schilling2016-07-181-0/+76
|
* Some tweaks for systemtagmanagerVincent Petry2016-05-201-1/+1
|
* Add systemtag_group table and get/set methodsVincent Petry2016-05-201-0/+20
| | | | | Added systemtag to group mapping table. Added methods in ISystemTagManager to get/set the group mappings.
* Updated canUser* functions in SystemTagManager to accept objectsVincent Petry2016-05-201-14/+9
|
* Add interface methods for permission checkVincent Petry2016-05-201-0/+33
| | | | | | Instead of checking for admin perm, use interface method canUserAssignTag and canUserSeeTag to check for permissions. Allows for more flexible implementation.
* Move \OCP\SystemTag to PSR-4Roeland Jago Douma2016-05-188-0/+636