nextcloud/apps/files_sharing/lib/External
Vincent Petry 3cac62f7ba 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:03 +00:00
..
Cache.php Update php licenses 2021-06-04 22:02:41 +02:00
Manager.php move files_sharing to IBootStrap 2021-10-19 11:31:07 +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:03 +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