nextcloud/apps/files_sharing/tests/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
..
CacheTest.php Allow to get a local cloud id without going through the contacts manager 2021-07-14 16:08:05 +02:00
ManagerTest.php update tests 2021-10-19 11:31:08 +02:00
ScannerTest.php Remove inefficient fed share scanner 2022-01-14 16:09:03 +00:00