]> source.dussan.org Git - nextcloud-server.git/commit
Move OC\Settings\Admin and OC\Settings\Personal to actual settings 15812/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 30 May 2019 10:49:47 +0000 (12:49 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 30 May 2019 10:49:47 +0000 (12:49 +0200)
commit5ab4daad961d46b6aed9aba891f9569ad7a21f93
treefb40bf2379ee2be06ecd3c4c6ce87a79c74c136f
parentfd9ff581e2a92f65def3f5d3209c4328fb65416a
Move OC\Settings\Admin and OC\Settings\Personal to actual settings

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
20 files changed:
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Settings/Admin/Mail.php [deleted file]
lib/private/Settings/Admin/Overview.php [deleted file]
lib/private/Settings/Admin/Security.php [deleted file]
lib/private/Settings/Admin/Server.php [deleted file]
lib/private/Settings/Admin/Sharing.php [deleted file]
lib/private/Settings/Personal/Additional.php [deleted file]
lib/private/Settings/Personal/PersonalInfo.php [deleted file]
lib/private/Settings/Personal/Security.php [deleted file]
lib/private/Settings/Personal/ServerDevNotice.php [deleted file]
settings/Settings/Admin/Mail.php [new file with mode: 0644]
settings/Settings/Admin/Overview.php [new file with mode: 0644]
settings/Settings/Admin/Security.php [new file with mode: 0644]
settings/Settings/Admin/Server.php [new file with mode: 0644]
settings/Settings/Admin/Sharing.php [new file with mode: 0644]
settings/Settings/Personal/Additional.php [new file with mode: 0644]
settings/Settings/Personal/PersonalInfo.php [new file with mode: 0644]
settings/Settings/Personal/Security.php [new file with mode: 0644]
settings/Settings/Personal/ServerDevNotice.php [new file with mode: 0644]