nextcloud/apps/files_sharing/lib
Vincent Petry ce31914314
Remove inefficient fed share scanner
Remove scanAll which relies on the "shareinfo" endpoint that returns the
full cache tree.
The latter can become big for big shares and result in timeouts.
Furthermode, the full tree would be retrieved again for each and every
detected change which can become expensive quickly.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-01-10 11:33:28 +01:00
..
Activity Limit more contact searches 2021-12-08 18:58:54 +01:00
AppInfo Move bundles to /dist 2022-01-08 10:11:58 +01:00
BackgroundJob Update php licenses 2021-06-04 22:02:41 +02:00
Collaboration Update php licenses 2021-06-04 22:02:41 +02:00
Command Update php licenses 2021-06-04 22:02:41 +02:00
Controller Limit more contact searches 2021-12-08 18:58:54 +01:00
Event Emit event on link share action 2021-09-10 08:36:45 +02:00
Exceptions Update php licenses 2021-06-04 22:02:41 +02:00
External Remove inefficient fed share scanner 2022-01-10 11:33:28 +01:00
Listener Move bundles to /dist 2022-01-08 10:11:58 +01:00
Middleware Update php licenses 2021-06-04 22:02:41 +02:00
Migration Update php licenses 2021-06-04 22:02:41 +02:00
Notification Discard share notification for non-existing groups 2021-12-15 14:55:27 +01:00
Settings Let users choose a share_folder 2021-09-06 16:39:11 +02:00
ShareBackend Update php licenses 2021-06-04 22:02:41 +02:00
Cache.php Use DI for files_sharing Cache 2021-06-17 10:22:37 +02:00
Capabilities.php Update php licenses 2021-06-04 22:02:41 +02:00
DeleteOrphanedSharesJob.php Update php licenses 2021-06-04 22:02:41 +02:00
ExpireSharesJob.php Update php licenses 2021-06-04 22:02:41 +02:00
Helper.php Let users choose a share_folder 2021-09-06 16:39:11 +02:00
Hooks.php update tests 2021-10-19 11:31:08 +02:00
ISharedStorage.php code checker fixes for instanceOfStorage 2021-12-02 17:35:10 +01:00
MountProvider.php add event for when a share is mounted 2021-08-24 15:26:50 +02:00
Scanner.php background scan the source storage when a background scan on a storage jail is triggered 2021-12-02 17:34:58 +01:00
SharedMount.php Let users choose a share_folder 2021-09-06 16:39:11 +02:00
SharedStorage.php Merge branch 'master' into imountpoint-ocp-storage 2021-10-22 11:47:37 +02:00
Updater.php When changing the share owner, downgrade permissions where needed 2021-06-09 10:32:36 +02:00