nextcloud/apps/files_sharing/tests
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
..
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 Fix tests on PHP 8.1 for encryption, files_sharing, files_version, 2021-12-16 09:43:29 +01:00
External Remove inefficient fed share scanner 2022-01-10 11:33:28 +01:00
js Bump js licenses 2021-03-31 12:17:18 +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
ApiTest.php Update php licenses 2021-06-04 22:02:41 +02:00
CacheTest.php Update php licenses 2021-06-04 22:02:41 +02:00
CapabilitiesTest.php Move common logic to share manager 2021-11-09 10:10:53 +01:00
DeleteOrphanedSharesJobTest.php Update php licenses 2021-06-04 22:02:41 +02:00
EncryptedSizePropagationTest.php Update php licenses 2021-06-04 22:02:41 +02:00
EtagPropagationTest.php Update php licenses 2021-06-04 22:02:41 +02:00
ExpireSharesJobTest.php Update php licenses 2021-06-04 22:02:41 +02:00
ExternalStorageTest.php Update php licenses 2021-06-04 22:02:41 +02:00
GroupEtagPropagationTest.php Update php licenses 2021-06-04 22:02:41 +02:00
HelperTest.php Update php licenses 2021-06-04 22:02:41 +02:00
LockingTest.php Update php licenses 2021-06-04 22:02:41 +02:00
MountProviderTest.php add event for when a share is mounted 2021-08-24 15:26:50 +02:00
PropagationTestCase.php Update php licenses 2021-06-04 22:02:41 +02:00
SharedMountTest.php Update php licenses 2021-06-04 22:02:41 +02:00
SharedStorageTest.php Update php licenses 2021-06-04 22:02:41 +02:00
ShareTest.php Update php licenses 2021-06-04 22:02:41 +02:00
SizePropagationTest.php Update php licenses 2021-06-04 22:02:41 +02:00
TestCase.php update tests 2021-10-19 11:31:08 +02:00
UnshareChildrenTest.php Update php licenses 2021-06-04 22:02:41 +02:00
UpdaterTest.php Update php licenses 2021-06-04 22:02:41 +02:00
WatcherTest.php Update php licenses 2021-06-04 22:02:41 +02:00