diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-22 18:06:32 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-23 12:38:05 +0200 |
commit | b7ce492c59364faacd55fc90eebf4ed0a1c26115 (patch) | |
tree | ddc66996c213bd9f0d1e69cf7d0507a4d0c66c26 /apps/encryption/appinfo | |
parent | f6ecc46cfa6dcb5423497167fc19ffc2f3439938 (diff) | |
download | nextcloud-server-b7ce492c59364faacd55fc90eebf4ed0a1c26115.tar.gz nextcloud-server-b7ce492c59364faacd55fc90eebf4ed0a1c26115.zip |
adapt encryption
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r-- | apps/encryption/appinfo/app.php | 1 | ||||
-rw-r--r-- | apps/encryption/appinfo/info.xml | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/apps/encryption/appinfo/app.php b/apps/encryption/appinfo/app.php index 22c35f87913..950166dca2b 100644 --- a/apps/encryption/appinfo/app.php +++ b/apps/encryption/appinfo/app.php @@ -31,5 +31,4 @@ $app = new Application([], $encryptionSystemReady); if ($encryptionSystemReady) { $app->registerEncryptionModule(); $app->registerHooks(); - $app->registerSettings(); } diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 36b6774c6ec..01e42ae370b 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -19,7 +19,7 @@ <user>user-encryption</user> <admin>admin-encryption</admin> </documentation> - <version>1.7.0</version> + <version>1.7.1</version> <types> <filesystem/> </types> @@ -29,6 +29,8 @@ </dependencies> <settings> <admin>OCA\Encryption\Settings\Admin</admin> + <personal>OCA\Encryption\Settings\Personal</personal> + <personal-section>OCA\Encryption\Settings\PersonalSection</personal-section> </settings> <commands> <command>OCA\Encryption\Command\EnableMasterKey</command> |