0
0
Fork 0
mirror of https://github.com/verdigado/groupfolder_tags.git synced 2026-06-23 19:57:17 +02:00
(Read-only mirror. Push commits to Github instead, to allow outside contributors)
Find a file
2026-02-26 19:10:53 +01:00
appinfo bumped version to 1.0.3 2026-02-26 19:10:53 +01:00
lib Added nextcloud v32/groupfolders v20 support 2026-01-22 15:07:16 +01:00
.gitignore Update gitignore 2025-01-28 11:51:25 +01:00
.nextcloudignore added renovate config to nextcloudignore 2026-02-26 19:09:26 +01:00
composer.json added psr-4 autoload 2026-02-26 19:03:56 +01:00
krankerl.toml added psr-4 autoload 2026-02-26 19:03:56 +01:00
LICENSE Initial commit 2024-07-31 11:32:19 +02:00
README.md Updated README 2025-10-02 16:29:54 +02:00
renovate.json Add renovate.json 2024-11-25 20:27:10 +00:00

Development stage: stable Software License

Team Folder Tags

This is a Nextcloud app, that allows you to attach key-value tags to team folders (formerly called groupfolders) using a PHP OCA API or occ commands.

About

Without this app if you wanted to automate/script the creation and updates of team folders you couldn't attach metadata to that team folder to recognize it in your script in the future. You had to create your own database to map from your own unique key to the team folder id or encode that information in the user-visible team folder name.

With this app you can add key-value tags to your team folders (only visible to admins) making it trivially easy to recognize them again in your automations.

This was created for the organization_folders groupfolder management app, but was kept generic to allow it to be used by your custom automations.

This app does not provide a frontend, it is designed to be used in conjunction with other apps/scripts.