nextcloud/apps/files_sharing/lib
Vincent Petry e4b650fa11 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-14 16:09:00 +00:00
..
Activity Limit more contact searches 2021-12-13 14:23:04 +00:00
AppInfo Replace ILogger with LoggerInterface in remote share manager 2021-08-10 13:27:59 +02: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-13 14:23:04 +00:00
Event Emit event on link share action 2021-11-17 10:25:10 +01:00
Exceptions Update php licenses 2021-06-04 22:02:41 +02:00
External Remove inefficient fed share scanner 2022-01-14 16:09:00 +00:00
Listener No limit in the number of group shares 2021-07-15 15:24:05 +02: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-17 07:07:01 +00:00
Settings Update php licenses 2021-06-04 22:02:41 +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 Update php licenses 2021-06-04 22:02:41 +02:00
Hooks.php Replace ILogger with LoggerInterface in remote share manager 2021-08-10 13:27:59 +02:00
ISharedStorage.php code checker fixes for instanceOfStorage 2021-12-06 01:11:44 +01:00
MountProvider.php Update php licenses 2021-06-04 22:02:41 +02:00
Scanner.php background scan the source storage when a background scan on a storage jail is triggered 2021-12-06 01:11:44 +01:00
SharedMount.php Update php licenses 2021-06-04 22:02:41 +02:00
SharedStorage.php Return proper watcher if SharedStorage originates from ExternalMount 2021-09-10 08:14:28 +00:00
Updater.php When changing the share owner, downgrade permissions where needed 2021-06-09 10:32:36 +02:00