]> source.dussan.org Git - nextcloud-server.git/commit
Fix for extstorage + encryption where unencrypted size is not kept
authorVincent Petry <pvince81@owncloud.com>
Wed, 20 Nov 2013 15:20:21 +0000 (16:20 +0100)
committerVincent Petry <pvince81@owncloud.com>
Wed, 20 Nov 2013 15:22:55 +0000 (16:22 +0100)
commitfe440248683fb74d758dd257272efcffb7e3c325
tree6b3b23de8c16d785f2c4a786241fc579e1f1df26
parent8bc339413ba2221fea9447f91ae093f3f1cf2ab4
Fix for extstorage + encryption where unencrypted size is not kept

Fix for external storage with encryption where the unencrypted size is
first written in the DB, then set back to zero, causing performance
issue because the file needs to be reopened every time to find out the
unencrypted size (and potentially needs a full redownload)
apps/files_encryption/lib/proxy.php
apps/files_encryption/lib/stream.php