summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-06-10 12:57:18 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-07-29 13:39:05 +0200
commite15e394fccf5dc0be8df9f6f2619214ca2326f80 (patch)
tree02a7d0dee988143ea5cd46747a5f4ab1cae45232 /apps/files_encryption
parent2c8e5ec84ff98088fb9e3b275735098beaa5e27f (diff)
downloadnextcloud-server-e15e394fccf5dc0be8df9f6f2619214ca2326f80.tar.gz
nextcloud-server-e15e394fccf5dc0be8df9f6f2619214ca2326f80.zip
add ajax call to decrypt all files
Conflicts: apps/files_encryption/lib/crypt.php
Diffstat (limited to 'apps/files_encryption')
-rwxr-xr-xapps/files_encryption/lib/crypt.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php
index 6543a0de5f3..d8d19029096 100755
--- a/apps/files_encryption/lib/crypt.php
+++ b/apps/files_encryption/lib/crypt.php
@@ -662,5 +662,9 @@ class Crypt {
return rtrim($result, "\0");
}
}
+
+ public static function decryptAll() {
+ error_log("decrypt all");
+ }
} \ No newline at end of file