]> source.dussan.org Git - nextcloud-server.git/commit
Return unencrypted_size of folder when queried
authorVincent Petry <pvince81@owncloud.com>
Fri, 7 Mar 2014 10:25:29 +0000 (11:25 +0100)
committerVincent Petry <pvince81@owncloud.com>
Fri, 7 Mar 2014 13:59:09 +0000 (14:59 +0100)
commit48d63a6278078d164774fd182f03ebba5e3c77ad
tree892f4baee51b2d74560555609bc927c052b57d50
parent7f24d42ca5f70e5ed48cf800f0a8f134b9445d2e
Return unencrypted_size of folder when queried

This fixes the "used space" to be based on the unencrypted size, not
encrypted size, to be consistent with how quota/space is handled when
encryption is enabled
apps/files_encryption/lib/proxy.php
apps/files_encryption/tests/proxy.php
lib/private/files/storage/wrapper/quota.php
tests/lib/files/storage/wrapper/quota.php