nextcloud/lib/private/Share20
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
..
Exception Move (new) sharing over to composer autoloader 2016-03-20 14:12:36 +01:00
DefaultShareProvider.php Update license headers 2016-05-26 19:57:24 +02:00
Hooks.php Move post_removeFromGroup to shareManager 2016-04-13 15:00:12 +02:00
Manager.php Add explicit delete permission to link shares 2016-06-24 09:48:48 +02:00
ProviderFactory.php Update license headers 2016-05-26 19:57:24 +02:00
Share.php Update license headers 2016-05-26 19:57:24 +02:00