-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Generic share API to share files with apps #10292
Comments
@daita this is what your Entity pull request would implement, right? |
@skjnldsv: yes, this is one of the thing that would be fixed by Entity |
This comment has been minimized.
This comment has been minimized.
Would that be something covered by the planned circles work for 23 in server @ArtificialOwl ? I remember you mentioned app circle types |
Yes, well not by using App SingleIds as they will be used if an app wants to generate its own grouping of users. |
We are adding more and more share types to the server component for apps that need to share files depending on the apps data and ownership model.
Right now we have the following ones, that I think could also be moved to a common apps share:
As it would also make sense for other apps like calendar, tasks or deck to access files and share them with users inside there, it would make sense to think about a common share type for apps.
Permission handling would need to be done by the app somehow. Should files that a user got access to by sharing though apps be visible in the file tree? If not, how can users access/download/edit it?
@nextcloud/sharing
The text was updated successfully, but these errors were encountered: