]> source.dussan.org Git - nextcloud-server.git/commit
Quota storage wrapper is now used for all users in sharing mode
authorVincent Petry <pvince81@owncloud.com>
Wed, 6 Nov 2013 10:57:04 +0000 (11:57 +0100)
committerVincent Petry <pvince81@owncloud.com>
Thu, 21 Nov 2013 11:04:54 +0000 (12:04 +0100)
commit356eef07398f8829a2558eee809599be60441b59
tree29ff768c8b73af5f73d75610dedbf4c6231bb28a
parent391f267d380f0d098d730d3bc74633192cc13570
Quota storage wrapper is now used for all users in sharing mode

When accessing a shared folder, the folder's owner appears as mountpoint
but wasn't wrapped by a quota storage wrapper.

This fix makes sure that all home storages are wrapped by a quota
storage wrapper, if applicable, to make sure quotas are respected when
uploading into shared folders.
apps/files/tests/ajax_rename.php
lib/private/util.php
tests/lib/util.php