nextcloud-server/apps/files_sharing/lib
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
..
Activity Merge pull request #12624 from nextcloud/bugfix/noid/validate-all-rich-objects 2018-12-04 22:48:54 +01:00
AppInfo Fix files_sharing 2018-11-02 19:20:37 +01:00
BackgroundJob
Collaboration
Command Use the defined func()->count() instead of manual counting 2018-11-08 15:44:45 +01:00
Controller Correctly check share permissions when updating a re-sub-share 2019-06-27 15:27:30 +02:00
Exceptions
External Fix unnecessary boolean cast 2019-03-06 10:12:58 +01:00
Middleware
Migration
ShareBackend
Cache.php do not explode when getting permissions from a FailedStorage 2018-09-26 10:48:37 +02:00
Capabilities.php add "askForPassword" on capabilities for sharing 2019-05-13 20:09:00 +02:00
DeleteOrphanedSharesJob.php
ExpireSharesJob.php
Helper.php cache parent exists status during share setup 2018-08-16 21:28:01 +02:00
Hooks.php
ISharedStorage.php
MountProvider.php cache parent exists status during share setup 2018-08-16 21:28:01 +02:00
Scanner.php
SharedMount.php cache parent exists status during share setup 2018-08-16 21:28:01 +02:00
SharedStorage.php Add interface to allow storages from opting out of encryption 2018-11-29 16:31:34 +01:00
Updater.php