nextcloud-server/apps/files_sharing/tests
fenn-cs 9a0913afdc refactor(shareApiController): use contrusctor property promotion & DI logger
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-04-18 02:01:08 +07:00
..
Collaboration perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
Command fix(tests): Specify all positional parameters again to fix tests 2023-08-23 09:08:08 +07:00
Controller refactor(shareApiController): use contrusctor property promotion & DI logger 2024-04-18 02:01:08 +07:00
External add more checks to ensure mounts aren't empty 2023-09-12 16:50:24 +07:00
Middleware
Migration
js fix(tests): Adjust legacy tests for nextcloud-router update 2024-01-25 17:55:06 +07:00
ApiTest.php refactor(shareApiController): use contrusctor property promotion & DI logger 2024-04-18 02:01:08 +07:00
ApplicationTest.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
CacheTest.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
CapabilitiesTest.php refactor: make share manager buildable 2024-03-06 14:33:51 +07:00
DeleteOrphanedSharesJobTest.php fix(sharing): Avoid (dead)locking during orphan deletion 2024-03-05 20:19:30 +07:00
EncryptedSizePropagationTest.php
EtagPropagationTest.php
ExpireSharesJobTest.php
ExternalStorageTest.php ocm controller 2023-09-20 08:23:45 +07:00
GroupEtagPropagationTest.php
HelperTest.php
LockingTest.php
MountProviderTest.php Migrate files sharing to PSR LoggerInterface 2023-07-06 14:08:42 +07:00
PropagationTestCase.php
ShareTest.php Fix errors from PHP 8.2 testing 2022-11-14 17:08:21 +07:00
SharedMountTest.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
SharedStorageTest.php perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
SizePropagationTest.php
TestCase.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
UnshareChildrenTest.php
UpdaterTest.php fix: remove old test-only methods 2024-02-26 18:46:35 +07:00
WatcherTest.php