Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-01-27 22:47:41 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-01-28 10:45:07 +0300
commitd8e9cefcfeaf8a98d1af41a118915d0bab34e809 (patch)
treed2c512187ac614130ef411620504517ab9d6a8a5 /apps/settings/appinfo
parent35502b889299e2838e91f8303851d2ca38ad443d (diff)
Move the Personal sections to the settings app
There is no need to have weird magic in the manager. This should be properly registered in the right way. The settings code is messy anyways. This is a start to make it a tad more clean. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/settings/appinfo')
-rw-r--r--apps/settings/appinfo/info.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/settings/appinfo/info.xml b/apps/settings/appinfo/info.xml
index f636198edd6..d774988f4a9 100644
--- a/apps/settings/appinfo/info.xml
+++ b/apps/settings/appinfo/info.xml
@@ -16,4 +16,10 @@
<dependencies>
<nextcloud min-version="19" max-version="19"/>
</dependencies>
+
+ <settings>
+ <personal-section>OCA\Settings\Sections\Personal\PersonalInfo</personal-section>
+ <personal-section>OCA\Settings\Sections\Personal\Security</personal-section>
+ <personal-section>OCA\Settings\Sections\Personal\SyncClients</personal-section>
+ </settings>
</info>