Give different access to global tags by user

I think it could be interesting that the admin could manage the access to collaborative tags for the users.

I know that the tags are collaborative and are not for a single user. My idea would maintain this assumption, yet it starts from the consideration that maybe not all the users should have access to all the collaborative tags.

There are probably three different levels of limitation:

  1. some users cannot change or delete some tags. This level was already proposed here: Collaborative tags: what about user permissions?

  2. some users cannot use some tags: given their “status”, they cannot apply a specific tag to files. For example it could happen that to assign the tag a certain level of expertise is required. In this case the users can still see the tag and research files using it.

  3. some users cannot see some tags: some tags could by themselves provide some information that is not meant to be shared with everyone. For example it could happen that they are used for items related to a product yet to be released; not everyone in the firm has the right to know the details and yet it could be difficult to use meaningful tags that do not leak information. Another example: Joe sets up a Nextcloud installation both for business and personal reasons; it would be great that he has the possibility to give access to a set of tags to his family and another set of tags to his collaborators. In this case the users cannot see the “prohibited” tag and research files using it.

2 Likes

cc @nickvergessen As tag master.

I guess https://github.com/nextcloud/server/issues/1465 will cover this.

Thank you @nickvergessen !!!

I think that issue 1465 that you linked do cover everything

  1. some users cannot change or delete some tags = Users (non-admins) should not be able to delete tags

  2. some users cannot use some tags = Search/type-ahead should only bring up tags the user applied already (or has access to)

  3. some users cannot see some tags = Tags that are not assigned should not be visible

:+1: Perfect :slight_smile:

Hi everyone!
I’m new to NextCloud (this is my 1st post), recently installed v25.0.3 with APP Collaborative Tags, but any user can create new tags…
I saw this post but i don’t know what i can do with “Rework of collaborative tags (NC 12.0) · Issue #1465 · nextcloud/server · GitHub” to implement it to my NexCloud Server.
¿Anyone could tell me what can I do? (On server where NC is installed execute command XX to update with this repository…) ¿Or something like that?

Thx for everyghing!