-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Sharing 2.0 internals #22209
Comments
We might even take advantage of this and analyze the filesystem initialization. |
Good point, we could for example try to only load the share mount points of the current folder. If people have a lot of shares and not all in the root folder this could result in a nice performance improvement... Just thinking. |
Estimate: 2 weeks. |
@icewind1991 can you help with the shared storage PR? See https://github.com/owncloud/core/tree/cyclyc-share-dep-example |
I've been thinking about moving over the hooks. Way to go (from my POV) is:
Any objections or other suggestsions? @schiesbn @DeepDiver1975 |
This was pushed back to 9.2 |
looks like it's more than that. If one passes `includeCollections' it also needs to check all parents to see if they have shares.
=> not used anywhere else than |
|
|
ticked "migrate federated share settings from files_sharing to federatedfilesharing" as PR was merged long time ago |
After #19331 we still need to migrate some internal parts. This ticket will keep track of those tasks. After this we should be able to drop more legacy code!
Required
apps/files_share/lib
to the share managerMore:
apps/files_sharing/lib/external
to the federated file sharing appfiles_sharing
tofederatedfilesharing
(PR: move federated sharing settings to the federatedfilesharing app #24073)For 9.2:
Allow multiple link shares #22327Display all link shares for share owner, even those created by recipients #29519CC: @PVince81 @schiesbn
The text was updated successfully, but these errors were encountered: