nextcloud/apps/files_sharing/tests
Roeland Jago Douma 220bc1f218
Make the expire shares cron job actually expire the shares
Right now we just delete the shares from the DB. Which is efficient
sure. But doesn't trigger any real cleanup. So no Admin audit entries or
any other post processing is done.

This makes sure we really trigger this.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-19 10:51:51 +01:00
..
Collaboration Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Command Don't leave cursors open when tests fail 2020-11-09 12:28:17 +01:00
Controller Return correct error message on share download without read permission 2020-10-26 16:22:27 +01:00
External Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Middleware Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +02:00
Migration Don't leave cursors open when tests fail 2020-11-09 12:28:17 +01:00
js Fix sharing breadcrumbs 2019-11-06 00:53:59 +01:00
ApiTest.php Indicate preview availability in share api responses 2020-10-13 14:12:42 +02:00
CacheTest.php Update share type constant usage 2020-06-24 16:49:16 +02:00
CapabilitiesTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
DeleteOrphanedSharesJobTest.php Update share type constant usage 2020-06-24 16:49:16 +02:00
EncryptedSizePropagationTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
EtagPropagationTest.php better cleanup in share tests 2020-07-09 11:14:45 +02:00
ExpireSharesJobTest.php Make the expire shares cron job actually expire the shares 2020-11-19 10:51:51 +01:00
ExternalStorageTest.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +02:00
GroupEtagPropagationTest.php Update share type constant usage 2020-06-24 16:49:16 +02:00
HelperTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
LockingTest.php Update share type constant usage 2020-06-24 16:49:16 +02:00
MountProviderTest.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
PermissionsTest.php Update share type constant usage 2020-06-24 16:49:16 +02:00
PropagationTestCase.php Update license headers 2019-12-05 15:38:45 +01:00
ShareTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
SharedMountTest.php SharedMountTest.php:367 is unreliable 2020-10-16 00:36:23 +02:00
SharedStorageTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
SizePropagationTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
TestCase.php better cleanup in share tests 2020-07-09 11:14:45 +02:00
UnshareChildrenTest.php Update share type constant usage 2020-06-24 16:49:16 +02:00
UpdaterTest.php Use IBootstrap for the files_trashbin app 2020-07-23 22:03:14 +02:00
WatcherTest.php Update share type constant usage 2020-06-24 16:49:16 +02:00