server/tests/lib/files/storage/wrapper
Lukas Reschke c427bf3b5d Make sure that the encrypted version is set
The code path called when using external storage with WebDAV is using `\OC\Files\Storage\Wrapper\Encryption::getMetaData` which did not contain the actual encrypted version inside the cache entry version. This lead to the following:

1. User uploaded a file
2. File is created and `\OC\Files\Storage\Wrapper\Encryption::getMetaData` is called. It has an empty `encryptedVersion` but sets `encrypted` to either `true` or `false`.
3. The call when updating the file cache will use the old version.
2016-03-31 18:06:37 +02:00
..
availability.php Store storage availability in database 2015-07-20 16:27:26 +01:00
encryption.php Make sure that the encrypted version is set 2016-03-31 18:06:37 +02:00
jail.php Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 2015-09-22 17:53:15 +02:00
permissionsmask.php Add storage and cache wrappers to apply a permissions mask to a storage 2014-11-27 15:25:57 +01:00
quota.php fix quota wrapper 2016-01-14 12:54:42 +01:00
wrapper.php Use TempManager instead of tmpFolder 2015-12-18 11:19:53 +01:00