nextcloud/apps/files_sharing/lib/Controller
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
..
ExternalSharesController.php Move files_sharing Controllers => Controller 2016-10-24 11:46:25 +02:00
PublicPreviewController.php More tests 2016-11-03 14:00:33 +01:00
RemoteController.php Move remote_shares OCS endpoint to AppFramework 2016-09-09 07:40:33 +02:00
ShareAPIController.php Fixes not allowed increasing of link share permissions 2016-11-13 20:29:34 +01:00
ShareController.php add activity for share by mail 2016-11-08 15:42:07 +01:00
ShareesAPIController.php Only check the sharing backends for file/folder items 2016-11-10 16:46:01 +01:00