Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-08-09 17:55:17 +0400
committerBjoern Schiessle <schiessle@owncloud.com>2013-08-09 17:55:17 +0400
commit5ba8d38b7fcbdb2f1619f46b2e9513899a61b887 (patch)
tree068ab4209db6b53ee4a6a3f09438fc48db5416ad /apps/files_encryption/hooks
parent512f98cac9d4cf2993667e2347ae36c29a0f53e0 (diff)
remove old comments, TODos, etc.
Diffstat (limited to 'apps/files_encryption/hooks')
-rw-r--r--apps/files_encryption/hooks/hooks.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_encryption/hooks/hooks.php b/apps/files_encryption/hooks/hooks.php
index 741df166b70..228b3c7ad78 100644
--- a/apps/files_encryption/hooks/hooks.php
+++ b/apps/files_encryption/hooks/hooks.php
@@ -30,9 +30,6 @@ use OC\Files\Filesystem;
*/
class Hooks {
- // TODO: use passphrase for encrypting private key that is separate to
- // the login password
-
/**
* @brief Startup encryption backend upon user login
* @note This method should never be called for users using client side encryption