-
Notifications
You must be signed in to change notification settings - Fork 665
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
Implement dynamic roles for server 10.3+ and oCIS #7487
Comments
One clarification: It is expected that the client makes use of the new (10.3) roles API (if the capability is present) in order to fetch the available permissions/roles (for public links and user/group sharing) from the server and to display them dynamically. The main reasons that the roles API was implemented are
This is also necessary for Android (owncloud/android#2667) and iOS (owncloud/ios-app#506). |
"Hybrid approach" would be still a viable alternative: |
Note that there is a POC for the hybrid approach: |
Replaced by: |
Background is here https://github.com/owncloud/enterprise/issues/3473
Steps to recreate:
Expected result: Roles are displayed instead of permissions
The text was updated successfully, but these errors were encountered: