server/lib/private/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 allow availability recheck for external storages 2016-03-03 14:19:34 +01:00
encryption.php Make sure that the encrypted version is set 2016-03-31 18:06:37 +02:00
jail.php remove unused Storage->getLocalFolder 2016-02-05 16:48:08 +01:00
permissionsmask.php Happy new year! 2016-01-12 15:02:18 +01:00
quota.php Don't apply quota in stream wrapper for part files 2016-02-17 11:52:49 +01:00
wrapper.php remove unused Storage->getLocalFolder 2016-02-05 16:48:08 +01:00