aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/hooks/hooks.php
diff options
context:
space:
mode:
authorSam Tuke <mail@samtuke.com>2013-02-09 09:04:47 -0800
committerSam Tuke <mail@samtuke.com>2013-02-09 09:04:47 -0800
commit9bf1f22d5fed0a8f925f89816a9cf0464cda900e (patch)
treef01a4eae64f8ba3b88fd12f9a44f89e96f0464b8 /apps/files_encryption/hooks/hooks.php
parentbb656ca2fb50d00cc840a1af2d50460d0a16df57 (diff)
parent7f58e2749537e000344dd886df5e103e06eefe91 (diff)
downloadnextcloud-server-9bf1f22d5fed0a8f925f89816a9cf0464cda900e.tar.gz
nextcloud-server-9bf1f22d5fed0a8f925f89816a9cf0464cda900e.zip
Merge pull request #1383 from owncloud/files_encryption-style-fixes
first style fixes - @samtuke: I added some TODO regarding undefined vari...
Diffstat (limited to 'apps/files_encryption/hooks/hooks.php')
-rw-r--r--apps/files_encryption/hooks/hooks.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files_encryption/hooks/hooks.php b/apps/files_encryption/hooks/hooks.php
index 8bdeee0937b..7e4f677ce9d 100644
--- a/apps/files_encryption/hooks/hooks.php
+++ b/apps/files_encryption/hooks/hooks.php
@@ -165,16 +165,6 @@ class Hooks {
* @brief
*/
public static function postShared( $params ) {
-
- // Delete existing catfile
- Keymanager::deleteFileKey( );
-
- // Generate new catfile and env keys
- Crypt::multiKeyEncrypt( $plainContent, $publicKeys );
-
- // Save env keys to user folders
-
-
}
/**