-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add federation share type #60
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! I think this would work. And a very minimal change, great!
I can add support for this in OC-10, along with owncloud/core#40589. Would be good to get some buy-in from the CERNBox team before merging this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it!
@glpatcern do you know who could help add this functionality to OCIS? |
For the moment it's "us", ownCloud will first have to import the basic OCM implementation in OCIS prior to get here. For the context, OCIS is based on Reva's |
One side note (this also came up in the SURF project about federated groups and I also remember discussing this with @andreasfk in 2021): |
Thanks @michielbdejong and @glpatcern for the swift response! |
As we've seen this today demonstrated at CS3 Barcelona by Nextcloud, I'm taking the liberty to merge it. |
This PR intends to add a new share type named federation. This share type is used over the group share type to indicate to the consumer that the share is simultaneously created at multiple services with the same identifier. The consumer may allow the share to be created first with users joining the federated group later on.