nextcloud-server/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
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
js
Middleware
Migration Don't leave cursors open when tests fail 2020-11-09 12:28:17 +01:00
ApiTest.php Indicate preview availability in share api responses 2020-10-13 14:12:42 +02:00
CacheTest.php
CapabilitiesTest.php
DeleteOrphanedSharesJobTest.php
EncryptedSizePropagationTest.php
EtagPropagationTest.php
ExpireSharesJobTest.php Make the expire shares cron job actually expire the shares 2020-11-19 10:51:51 +01:00
ExternalStorageTest.php
GroupEtagPropagationTest.php
HelperTest.php
LockingTest.php
MountProviderTest.php
PermissionsTest.php
PropagationTestCase.php
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
ShareTest.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
UnshareChildrenTest.php
UpdaterTest.php
WatcherTest.php