]> source.dussan.org Git - nextcloud-server.git/commit
Dont always use the current users quota when calculating storage info 20258/head
authorRobin Appelman <robin@icewind.nl>
Wed, 4 Mar 2020 16:20:27 +0000 (17:20 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 1 Apr 2020 12:26:29 +0000 (12:26 +0000)
commitbd5a8f7efbfcb1c5804ce9eeebe6a6826e636dff
tree255cd94256659ff37f1f17dcdbe38b5cd9c82139
parenta9db39170a4fdcd4543e40c0d5ae4b0f23699167
Dont always use the current users quota when calculating storage info

instead pass the quota as parameter.

Without this fix, when 'quota_include_external_storage' is enabled, the
webui will show the quota configured for the admin for every user
instead of the users quota

Signed-off-by: Robin Appelman <robin@icewind.nl>
lib/private/legacy/helper.php
lib/private/legacy/util.php