]> source.dussan.org Git - nextcloud-server.git/commit
Do not automatically add "update" permission to shared mounts
authorVincent Petry <pvince81@owncloud.com>
Fri, 20 Mar 2015 11:33:59 +0000 (12:33 +0100)
committerVincent Petry <pvince81@owncloud.com>
Fri, 20 Mar 2015 11:33:59 +0000 (12:33 +0100)
commit67160e086130f01fe73d9198f81a4c3f08f3d9c8
treebe4794e36a2550ea06be5b783cf3c8b3b292152d
parenta87cc90d1e7380a58bc4a60bd4cc1894ec41c33b
Do not automatically add "update" permission to shared mounts

In the past it seems the update permission was needed to be able to
rename shared mounts, but it doesn't seem to be the case any more.

Removing the "update" permission that used to be added automatically
fixes the read-only permission check when trying to overwrite a
read-only file over WebDAV.
apps/files_sharing/tests/sharedstorage.php
lib/private/files/view.php