-
Notifications
You must be signed in to change notification settings - Fork 3
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
What if some recipients decline / revoke the share? #18
Comments
Local users cannot refuse a share, but foreign recipients can. |
What if we create a full two-sided federated share for each foreign group member? |
Local groups actually also have individual declines |
Suppose there are 3 servers (A,B,C) and on each server there are 3 group members (A1,A2,A3,B1,B2,B3,C1,C2,C3).
I think that is the setup I should try to build first, and then see how that works in practice. |
Rule of thumb is that it should work the same when you receive a share through a federated (custom or regular) group as when you receive a share through a local (custom or regular) group. |
the share entry status in oc_share_external will be changed to |
Hm, but when you receive a share through a local (custom or regular) group then there is no entry in oc_share_external, right? So that can't be the answer?
|
For local sharing to a regular group:
When John declines, accepted for his line changes to 2 (denied). |
For custom group, it's the same except that the value of |
When the sharer deletes the item that was shared, the share silently disappears from everybody else's account. |
If you decline a share after it was automatically accepted, then it also adds a row for you with |
The type-2 shares have the id of the type-1 shares in a |
Nextcloud has |
No description provided.
The text was updated successfully, but these errors were encountered: