nextcloud/apps/files_sharing/lib/Controller
Joas Schilling 38fe009444
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-28 09:48:59 +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-03 09:37:25 +00: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-28 09:48:59 +02:00
ShareController.php Fix grid toggle button on public page 2019-02-25 20:20:12 +00:00
ShareesAPIController.php Add rooms in the default candidate types to look for when sharing 2018-08-24 18:06:46 +02:00
ShareInfoController.php Remove unused import statements 2018-02-14 16:55:43 +01:00