nextcloud/apps/files_sharing/tests/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
..
ExternalShareControllerTest.php Move files_sharing Controllers => Controller 2016-10-24 11:46:25 +02:00
PublicPreviewControllerTest.php More tests 2016-11-03 14:00:33 +01:00
ShareAPIControllerTest.php Fixes not allowed increasing of link share permissions 2016-11-13 20:29:34 +01:00
ShareControllerTest.php Move files_sharing Controllers => Controller 2016-10-24 11:46:25 +02:00
ShareesAPIControllerTest.php Only check the sharing backends for file/folder items 2016-11-10 16:46:01 +01:00