diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 01:41:18 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 01:41:18 +0200 |
commit | f3b15a9ab97ce4498bafc731dc24350e98a7cb51 (patch) | |
tree | 138f9aa4ea52bcd7c098d8454c1bca1fd6e1dcba /apps/encryption/appinfo | |
parent | 0fc34c99f4e1dbe26e5074102f48f75d70fe97d0 (diff) | |
download | nextcloud-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.xml | 6 |
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> |