nextcloud/apps/files_sharing/lib/External
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
..
Cache.php Update php licenses 2021-06-04 22:02:41 +02:00
Manager.php Fix remote share deletion when deleting user 2021-08-10 13:37:37 +02:00
Mount.php Update php licenses 2021-06-04 22:02:41 +02:00
MountProvider.php Update php licenses 2021-06-04 22:02:41 +02:00
Scanner.php Remove inefficient fed share scanner 2022-01-14 16:09:00 +00:00
Storage.php Handle external share with invalid host 2021-12-29 17:13:06 +00:00
Watcher.php Update php licenses 2021-06-04 22:02:41 +02:00