-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced File Tagging #231
Comments
Agreed. We should have an open source implementation for Nextcloud |
cc'ing @nickvergessen because he has written the EE-app "workflow" 😉 |
Group based tags have been added in oc9.1 iirc, maybe you can abuse that. But other then that, remember that we are talking about global/system-wide tags here for a reason. User based tags exist since a long time, they only don't have an UI |
Added "Tag management" for normal and admin tags: |
Automated tagging: https://github.com/nextcloud/files_automatedtagging |
Retention app is done: |
Tags are not shown/sharing when using external storage https://github.com/nextcloud/server/issues/13113 |
I like the idea of tags, but I think that there is still place for improvement. Currently, there are some tag-features implanted in the ownCloud 9.0 Enterprise Edition, which should be rewritten for Nextcloud:
Tag Manager
The Tag Manager is for creating new tags, editing existing tags, and deleting tags. Tags may be made Visible and assignable by all users, Not-assignable by normal users, or Invisible to normal users.
Automatic Tagging
The Automatic Tagging module operates on newly-uploaded files. Create a set of conditions, and then when a file or folder matches those conditions it is automatically tagged. The tag must already have been created with the Tag Manager. For example, you can assign the invisible tag iOS Uploads to all files uploaded from iOS devices. This tag is visible only to admins.
Retention
The Retention module is your housecleaning power tool, because it automatically deletes files after a time period that you specify. Select which tag to set a time limit on, and then set your time limit. File age is calculated from the file mtime (modification time).
(https://doc.owncloud.org/server/9.0/admin_manual/enterprise_file_management/files_tagging.html)
I'd also like the option to make tags private (only for own user or inside of groups) ... especially for shared environments 😉
cc @karlitschek @MorrisJobke @LukasReschke
The text was updated successfully, but these errors were encountered: