summaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-22 18:06:32 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-23 12:38:05 +0200
commitb7ce492c59364faacd55fc90eebf4ed0a1c26115 (patch)
treeddc66996c213bd9f0d1e69cf7d0507a4d0c66c26 /apps/encryption/appinfo
parentf6ecc46cfa6dcb5423497167fc19ffc2f3439938 (diff)
downloadnextcloud-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.php1
-rw-r--r--apps/encryption/appinfo/info.xml4
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>