diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-08-09 15:55:17 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-08-09 15:55:17 +0200 |
commit | 5ba8d38b7fcbdb2f1619f46b2e9513899a61b887 (patch) | |
tree | 068ab4209db6b53ee4a6a3f09438fc48db5416ad /apps/files_encryption/hooks | |
parent | 512f98cac9d4cf2993667e2347ae36c29a0f53e0 (diff) | |
download | nextcloud-server-5ba8d38b7fcbdb2f1619f46b2e9513899a61b887.tar.gz nextcloud-server-5ba8d38b7fcbdb2f1619f46b2e9513899a61b887.zip |
remove old comments, TODos, etc.
Diffstat (limited to 'apps/files_encryption/hooks')
-rw-r--r-- | apps/files_encryption/hooks/hooks.php | 3 |
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
|