nextcloud/lib
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
..
composer Allos OCP classes to be PSR-4 as well 2016-03-22 16:31:18 +01:00
l10n [tx-robot] updated from transifex 2016-03-31 01:55:24 -04:00
private Make sure that the encrypted version is set 2016-03-31 18:06:37 +02:00
public Allow the activity app to set the current user when sending emails 2016-03-24 09:36:44 +01:00
autoloader.php Dont double load class 2016-03-22 16:19:12 +01:00
base.php Merge pull request #23463 from owncloud/lets-consistently-use-no-referer 2016-03-23 09:14:54 +01:00