nextcloud/apps/files_sharing/lib/Controller
Joas Schilling 7aa26b28a8
Correctly check share permissions when updating a re-sub-share
Before this change the node you shared was checked for permissions.
This works when you reshare the folder that was shared with you.
However when you reshared a subfolder (e.g. as public link),
you could afterwards update the permissions and grant
create+update permissions although the share you receive was read-only.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-27 15:27:30 +02:00
..
DeletedShareAPIController.php Suppress Phan warnings about calling undeclared class methods 2018-08-08 14:25:44 +02:00
ExternalSharesController.php Move files_sharing Controllers => Controller 2016-10-24 11:46:25 +02:00
PublicPreviewController.php Add caching headers for public previews 2019-01-02 22:27:46 +01:00
RemoteController.php Update license headers 2017-11-06 16:56:19 +01:00
ShareAPIController.php Correctly check share permissions when updating a re-sub-share 2019-06-27 15:27:30 +02:00
ShareController.php Fix public upload by also load the semaphore method 2019-05-07 23:48:06 +02:00
ShareInfoController.php Remove unused import statements 2018-02-14 16:55:43 +01:00
ShareesAPIController.php Search sharees on lookup server when explicitly requested by user 2019-02-26 19:44:49 +01:00