nextcloud/apps/files_encryption/lib
Markus Goetz af58360434 files_encryption: Fix getFileSize()
For certain file sizes, we rounded to the wrong chunk number
and the returned bogus results. This should fix
https://github.com/owncloud/mirall/issues/1009

Conflicts:
	apps/files_encryption/tests/util.php
2013-10-23 16:28:43 +02:00
..
capabilities.php Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
crypt.php block file access if share keys are missing 2013-10-11 14:20:46 +02:00
helper.php set the init status to "NOT_INITIALIZED" if the encryption app gets enabled 2013-10-22 16:15:24 +02:00
keymanager.php check if key exists before reading it 2013-09-25 17:44:05 +02:00
proxy.php Merge pull request #5329 from owncloud/enc_fix_unencrypted_size 2013-10-16 02:25:28 -07:00
session.php no longer enforce log out, but provide useful errors/warnings instead 2013-09-06 12:27:40 +02:00
stream.php block file access if share keys are missing 2013-10-11 14:20:46 +02:00
util.php files_encryption: Fix getFileSize() 2013-10-23 16:28:43 +02:00