nextcloud/apps/files_sharing/lib
Vincent Petry 955635c7aa 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
AppInfo Catch exceptions while creating shared mounts (#25077) 2016-06-20 22:11:05 +02:00
Controllers Allow public upload when the quota is unlimited 2016-06-02 15:27:16 +02:00
Exceptions Update license headers 2016-05-26 19:57:24 +02:00
External Increase fed share timeout from 3 to 10 + unit tests 2016-06-22 10:29:40 +02:00
Middleware Update license headers 2016-05-26 19:57:24 +02:00
share Update license headers 2016-05-26 19:57:24 +02:00
Activity.php Update license headers 2016-05-26 19:57:24 +02:00
Cache.php handle path not being set in shared cache (#24993) 2016-06-06 17:01:55 +02:00
Capabilities.php Move lib/ to PSR-4 2016-05-25 14:59:59 +02:00
DeleteOrphanedSharesJob.php Update license headers 2016-05-26 19:57:24 +02:00
ExpireSharesJob.php Move lib/ to PSR-4 2016-05-25 14:59:59 +02:00
Helper.php Make getShareFolder use given view instead of static FS 2016-06-17 11:11:59 +02:00
Hooks.php Update license headers 2016-05-26 19:57:24 +02:00
ISharedStorage.php Move lib/ to PSR-4 2016-05-25 14:59:59 +02:00
Maintainer.php Update license headers 2016-05-26 19:57:24 +02:00
Migration.php Update license headers 2016-05-26 19:57:24 +02:00
MountProvider.php Filter out group shares for owner where owner is included (#25190) 2016-06-21 11:36:28 +02:00
Scanner.php Update license headers 2016-05-26 19:57:24 +02:00
SharedMount.php Make getShareFolder use given view instead of static FS 2016-06-17 11:11:59 +02:00
SharedPropagator.php Update license headers 2016-05-26 19:57:24 +02:00
Updater.php Update license headers 2016-05-26 19:57:24 +02:00
sharedstorage.php Bring back sharedstorage hooks 2016-06-08 08:19:32 +02:00