]> source.dussan.org Git - nextcloud-server.git/commit
Fixed total space display when data size exceeds quota
authorVincent Petry <pvince81@owncloud.com>
Mon, 10 Mar 2014 14:19:18 +0000 (15:19 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 10 Mar 2014 16:59:14 +0000 (17:59 +0100)
commit010eef95c0c5cebd03b03645d29847638e064bd5
treeb44bd736a2b3fee1d2abde614653f7d9317d448d
parent3eb58d9973706b1cc3f51f024e362779d278ee49
Fixed total space display when data size exceeds quota

The total space display in the personal page now shows the quota value
instead of used space when used space exceeds the quota (soft quota).
lib/private/files/storage/wrapper/quota.php
lib/private/helper.php
tests/lib/helperstorage.php [new file with mode: 0644]