-
Notifications
You must be signed in to change notification settings - Fork 157
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
FR: Show detailed information about a share #11101
Comments
As far as I can see the backend doesn't expose this information, right? If that's correct, could you create an ocis issue for this? If it does I can take care of the web story. |
I think this information is in the GraphSharePermissions that are accessible trough sharing Ng ? Or am I wrong ? |
The I guess you can always query the permission that holds all necessary information. Or maybe the DAV permissions are sufficient? They should indicate what the user is allowed to do and what not. |
Yep about existing share. From what I remember of my implementation for secure view. The graph permissions are already persisted in the shared resource object |
Correct 👍 The terminology is a bit confusing here: a "share" in our terms is a "permission" in Graph terms. A "permission" in our terms is an "action" in Graph terms. Still, the DAV permissions give away all necessary information, no? They are a bit more "digestable" than the Graph permissions. |
That's a sad thing to say about a new API 😢 |
Hmm not sure if I would agree. From a UI perspective - yes, definitely! But from a server perspective, having them so granular might actually be a good thing. IMO they are just not designed to be visualized in some UI. |
As a user I want to know what I can do within a share (permissions). Especially if I am navigating in a secure view share
The text was updated successfully, but these errors were encountered: