server/apps/files_encryption/lib
Vincent Petry fe44024868 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)
2013-11-20 16:22:55 +01: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 instead of writing etmp files we write the dummy file to data/user/cache to avoid that etmp files show up in the users files list 2013-11-14 17:32:21 +01:00
keymanager.php rename fixPartialFilePath() to stripPartialFileExtension(), this name describes better what the method actually does 2013-11-12 16:48:24 +01:00
proxy.php Fix for extstorage + encryption where unencrypted size is not kept 2013-11-20 16:22:55 +01:00
session.php no longer enforce log out, but provide useful errors/warnings instead 2013-09-06 12:27:40 +02:00
stream.php Fix for extstorage + encryption where unencrypted size is not kept 2013-11-20 16:22:55 +01:00
util.php make sure that the owners home is mounted correctly 2013-11-19 18:28:51 +01:00