-
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
See resource owner in share panel #2898
Comments
Very cool 👌 the "via" part in the third screenshot feels still a bit strange to me but maybe this is because of the strange folder name :) |
yes, this is just a rough mock up to illustrate the idea. we'll need to ellipsize the name |
@pmaier1 the proposed design above cannot work as there are scenarios where multiple resharers exist for the same resource:
=> The API will deliver two incoming share entries:
Our solution for this is to display owner and all reshares as separate collaborator entries:
We need to keep in mind that the main use case is to find out who has access to the resource, so it's important to list all those people individually. |
Story: https://github.com/owncloud/enterprise/issues/3773
show resource owner for direct share: Added collaborator entries for owner and resharer #2915
show resource owner for share inherited from parent resource (with "via"): Also show owner and resharer for indirect shares #2918
"redo""exit_to_app" iconREQUIRES: additional info field also for owner and resharer: Return additional info for owner and recipient in share response core#36823
reuse branch "share-indirect-info" for some attempts at buildling the UI. We could reuse this and populate with real data.
The text was updated successfully, but these errors were encountered: