aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 01:41:18 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 01:41:18 +0200
commitf3b15a9ab97ce4498bafc731dc24350e98a7cb51 (patch)
tree138f9aa4ea52bcd7c098d8454c1bca1fd6e1dcba /apps/encryption/appinfo
parent0fc34c99f4e1dbe26e5074102f48f75d70fe97d0 (diff)
downloadnextcloud-server-f3b15a9ab97ce4498bafc731dc24350e98a7cb51.tar.gz
nextcloud-server-f3b15a9ab97ce4498bafc731dc24350e98a7cb51.zip
fixes, improvements, and another app:
* setupSettings now also triggered on enable * fixes detection of present admin section or settings in the DB * add update routine in such cases * encryption app migrated
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r--apps/encryption/appinfo/info.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
index 83f4107384d..539f9f116d2 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -19,7 +19,7 @@
<admin>admin-encryption</admin>
</documentation>
<rememberlogin>false</rememberlogin>
- <version>1.4.0</version>
+ <version>1.4.1</version>
<types>
<filesystem/>
</types>
@@ -27,5 +27,7 @@
<lib>openssl</lib>
<owncloud min-version="9.2" max-version="9.2" />
</dependencies>
-
+ <settings>
+ <admin>OCA\Encryption\Settings\Admin</admin>
+ </settings>
</info>