-
Notifications
You must be signed in to change notification settings - Fork 184
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
Display share indicator when listing files #929
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
@C0rby could you update this issue / close it if it was finished off in the current sprint (sync bot suggests so) |
So there are multiple things to this.
Including public link share information into the propfind response is a bit difficult since it would require to do a request against the share manager for every file in the propfind response. This would slow down the process significantly which is why we haven't implemented this yet. If this has a high priority/is a strict requirement than we need to take another look and possibly refactor the sharing architecture. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
This looks all solved to me. See also #1038 (comment). Please reopen and describe if there is still a TODO. |
When a resource (file/folder) has been shared we should show the appropriate share indicator.
The text was updated successfully, but these errors were encountered: