summaryrefslogtreecommitdiffstats
path: root/lib/public/encryption
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-27 14:32:19 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-27 14:32:19 +0200
commit678b7d7e4d042ede16261c7eae659b10e597fd55 (patch)
tree1cedacc0d5cc406af50c90be8e656356c60f59ad /lib/public/encryption
parent93c25a1f4af11483baaef447faa235c938b2a444 (diff)
parent27683f944289e7b37f20ec7d877ed295d5ca66a3 (diff)
downloadnextcloud-server-678b7d7e4d042ede16261c7eae659b10e597fd55.tar.gz
nextcloud-server-678b7d7e4d042ede16261c7eae659b10e597fd55.zip
Merge pull request #15860 from owncloud/enc_fallback_old_encryption
[encryption] handle encrypted files correctly which where encrypted with a old version of ownCloud (<=oc6)
Diffstat (limited to 'lib/public/encryption')
-rw-r--r--lib/public/encryption/iencryptionmodule.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/encryption/iencryptionmodule.php b/lib/public/encryption/iencryptionmodule.php
index dc55f8939ef..0dda042d759 100644
--- a/lib/public/encryption/iencryptionmodule.php
+++ b/lib/public/encryption/iencryptionmodule.php
@@ -50,6 +50,7 @@ interface IEncryptionModule {
*
* @param string $path to the file
* @param string $user who read/write the file (null for public access)
+ * @param string $mode php stream open mode
* @param array $header contains the header data read from the file
* @param array $accessList who has access to the file contains the key 'users' and 'public'
*
@@ -58,7 +59,7 @@ interface IEncryptionModule {
* or if no additional data is needed return a empty array
* @since 8.1.0
*/
- public function begin($path, $user, array $header, array $accessList);
+ public function begin($path, $user, $mode, array $header, array $accessList);
/**
* last chunk received. This is the place where you can perform some final