nextcloud/apps/files_encryption/lib
Vincent Petry e246e2b669 Fixed encryption migration when entry is missing in DB
When resetting the DB and some users still have encrypted files, the
migration state isn't read properly becaue the migration entries are
missing. This causes the wrong file size to be returned.

This fix inserts the missing migration entry when this condition is met.

Fixes #5541
2013-10-25 15:38:35 +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 Fixed encryption migration when entry is missing in DB 2013-10-25 15:38:35 +02:00