server/tests/lib/files/storage
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
..
wrapper Make sure that the encrypted version is set 2016-03-31 18:06:37 +02:00
commontest.php Use TempManager instead of tmpFolder 2015-12-18 11:19:53 +01:00
copydirectory.php Adding more DB groups to test suits 2015-11-30 10:55:06 +01:00
home.php remove unused Storage->getLocalFolder 2016-02-05 16:48:08 +01:00
homestoragequota.php Removed deprecated function OC_User::deleteUser 2015-12-17 16:18:40 +01:00
local.php Use TempManager instead of tmpFolder 2015-12-18 11:19:53 +01:00
storage.php fix getNodeForPath for non existing part files 2016-02-11 17:22:40 +01:00
storagefactory.php add priority to storage wrappers 2015-03-26 21:26:38 +01:00