nextcloud/apps/files_sharing/lib
Roeland Jago Douma 965981486f
Fixes not allowed increasing of link share permissions
Fixes the following:

1. user0 shares folder with user1 (RO but with sharing permissions)
2. user1 shares by link
3. user1 send 'publicUpload=true' OCS request to the link share

before this increased the permissions of the link share. Which should
not happen.

now: API reponds with an error that the permissions can't be increased.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-13 20:29:34 +01:00
..
AppInfo Move files_sharing Controllers => Controller 2016-10-24 11:46:25 +02:00
Controller Fixes not allowed increasing of link share permissions 2016-11-13 20:29:34 +01:00
Exceptions Fix apps/ 2016-07-21 18:13:57 +02:00
External Inject IHTTPClientService 2016-09-29 00:26:20 +02:00
Middleware Move files_sharing Controllers => Controller 2016-10-24 11:46:25 +02:00
ShareBackend Move Share backends to PSR-4 instead of using class path (#24941) 2016-08-05 14:13:41 +02:00
Activity.php add activity if a file was shared by mail 2016-11-08 15:58:52 +01:00
Cache.php Move OC\Files\Storage\Shared to the right namespace 2016-10-20 20:27:44 +02:00
Capabilities.php remove 'send mail notification' option from sharing, replaced by send-by-mail feature 2016-11-02 18:30:38 +01:00
DeleteOrphanedSharesJob.php Fix apps/ 2016-07-21 18:13:57 +02:00
ExpireSharesJob.php Fix apps/ 2016-07-21 18:13:57 +02:00
Helper.php Update with robin 2016-07-21 18:13:58 +02:00
Hooks.php HTTPHelper is deprecated 2016-08-24 21:30:39 +02:00
ISharedStorage.php Update with robin 2016-07-21 18:13:58 +02:00
Maintainer.php Fix apps/ 2016-07-21 18:13:57 +02:00
Migration.php remove the 'shareapi_allow_mail_notification' setting 2016-11-02 21:17:05 +01:00
MountProvider.php Move OC\Files\Storage\Shared to the right namespace 2016-10-20 20:27:44 +02:00
Scanner.php Move OC\Files\Storage\Shared to the right namespace 2016-10-20 20:27:44 +02:00
SharedMount.php Move OC\Files\Storage\Shared to the right namespace 2016-10-20 20:27:44 +02:00
SharedPropagator.php Move OC\Files\Storage\Shared to the right namespace 2016-10-20 20:27:44 +02:00
SharedStorage.php Import the used classes 2016-10-24 14:33:54 +02:00
Updater.php Fix apps/ 2016-07-21 18:13:57 +02:00