nextcloud/apps/files_sharing/tests
Vincent Petry 2ca1301494
Add explicit delete permission to link shares
Link shares always allowed deletion, however internally the permissions
were stored as 7 which lacked delete permissions. This created an
inconsistency in the Webdav permissions.

This fix makes sure we include delete permissions in the share
permissions, which now become 15.

In case a client is still passing 7 for legacy reasons, it gets
converted automatically to 15.
2016-06-24 09:48:48 +02:00
..
API Add explicit delete permission to link shares 2016-06-24 09:48:48 +02:00
Controllers Update license headers 2016-05-26 19:57:24 +02:00
External Update license headers 2016-05-26 19:57:24 +02:00
Middleware Update license headers 2016-05-26 19:57:24 +02:00
js Fix displaying owner before share icon in file list 2016-03-30 18:09:02 +02:00
ActivityTest.php Update license headers 2016-05-26 19:57:24 +02:00
ApiTest.php Add explicit delete permission to link shares 2016-06-24 09:48:48 +02:00
BackendTest.php Update license headers 2016-05-26 19:57:24 +02:00
CacheTest.php Update license headers 2016-05-26 19:57:24 +02:00
CapabilitiesTest.php Move tests to PSR-4 2016-05-25 15:00:00 +02:00
DeleteOrphanedSharesJobTest.php Update license headers 2016-05-26 19:57:24 +02:00
EncryptedSizePropagationTest.php Update license headers 2016-05-26 19:57:24 +02:00
EtagPropagationTest.php Update license headers 2016-05-26 19:57:24 +02:00
ExpireSharesJobTest.php Move tests to PSR-4 2016-05-25 15:00:00 +02:00
ExternalStorageTest.php Move tests to PSR-4 2016-05-25 15:00:00 +02:00
GroupEtagPropagationTest.php Update license headers 2016-05-26 19:57:24 +02:00
HelperTest.php Update license headers 2016-05-26 19:57:24 +02:00
LockingTest.php Update license headers 2016-05-26 19:57:24 +02:00
MigrationTest.php Update license headers 2016-05-26 19:57:24 +02:00
MountProviderTest.php fix broken unit test (#25198) 2016-06-21 13:55:11 +02:00
PermissionsTest.php Update license headers 2016-05-26 19:57:24 +02:00
PropagationTestCase.php Update license headers 2016-05-26 19:57:24 +02:00
ShareTest.php Update license headers 2016-05-26 19:57:24 +02:00
SharedMountTest.php Update license headers 2016-05-26 19:57:24 +02:00
SharedStorageTest.php Update license headers 2016-05-26 19:57:24 +02:00
SizePropagationTest.php Update license headers 2016-05-26 19:57:24 +02:00
TestCase.php Update license headers 2016-05-26 19:57:24 +02:00
UnshareChildrenTest.php Update license headers 2016-05-26 19:57:24 +02:00
UpdaterTest.php Update license headers 2016-05-26 19:57:24 +02:00
WatcherTest.php Update license headers 2016-05-26 19:57:24 +02:00