]> source.dussan.org Git - nextcloud-server.git/commit
Move the Personal sections to the settings app 19168/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Mon, 27 Jan 2020 19:47:41 +0000 (20:47 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 28 Jan 2020 07:45:07 +0000 (08:45 +0100)
commitd8e9cefcfeaf8a98d1af41a118915d0bab34e809
treed2c512187ac614130ef411620504517ab9d6a8a5
parent35502b889299e2838e91f8303851d2ca38ad443d
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>
apps/settings/appinfo/info.xml
apps/settings/composer/composer/autoload_classmap.php
apps/settings/composer/composer/autoload_static.php
apps/settings/lib/Sections/Personal/PersonalInfo.php [new file with mode: 0644]
apps/settings/lib/Sections/Personal/Security.php [new file with mode: 0644]
apps/settings/lib/Sections/Personal/SyncClients.php [new file with mode: 0644]
lib/private/Settings/Manager.php
tests/lib/Settings/ManagerTest.php