diff options
author | Robin Appelman <robin@icewind.nl> | 2017-06-01 15:37:23 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-23 12:37:42 +0200 |
commit | 0dcce5a83568ecf40f59e7efcc1308ace89d15d5 (patch) | |
tree | 7d9da353b98d485b62b03b7841871d4b1e61ad85 /apps/files_external/appinfo | |
parent | 6e314ddabe0bd9f1d9bcfecf451c6a82f2de648b (diff) | |
download | nextcloud-server-0dcce5a83568ecf40f59e7efcc1308ace89d15d5.tar.gz nextcloud-server-0dcce5a83568ecf40f59e7efcc1308ace89d15d5.zip |
move personal external storage settings to it's own section
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r-- | apps/files_external/appinfo/app.php | 2 | ||||
-rw-r--r-- | apps/files_external/appinfo/info.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index ddf609129f6..250cbbd00d1 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -35,8 +35,6 @@ require_once __DIR__ . '/../3rdparty/autoload.php'; \OC_Mount_Config::$app = new \OCA\Files_External\AppInfo\Application(); $appContainer = \OC_Mount_Config::$app->getContainer(); -\OC_Mount_Config::$app->registerSettings(); - \OCA\Files\App::getNavigationManager()->add(function () { $l = \OC::$server->getL10N('files_external'); return [ diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index 5772b89ba9e..74cb3e64e43 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -14,7 +14,7 @@ External storage can be configured using the GUI or at the command line. This se <documentation> <admin>admin-external-storage</admin> </documentation> - <version>1.4.0</version> + <version>1.4.1</version> <types> <filesystem/> </types> @@ -29,6 +29,8 @@ External storage can be configured using the GUI or at the command line. This se <settings> <admin>OCA\Files_External\Settings\Admin</admin> <admin-section>OCA\Files_External\Settings\Section</admin-section> + <personal>OCA\Files_External\Settings\Personal</personal> + <personal-section>OCA\Files_External\Settings\PersonalSection</personal-section> </settings> <commands> |