]> source.dussan.org Git - nextcloud-server.git/commit
Initial work on Apps page split:
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 8 Aug 2016 21:31:26 +0000 (23:31 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Tue, 16 Aug 2016 19:04:22 +0000 (21:04 +0200)
commitd01689037d0be0c3e209288398bd7ca9e973048a
tree4caf6092aebd51881f5bf569034b600c4b8b31c2
parent737591f2391efd4822d6ccebde3d02f963456d34
Initial work on Apps page split:
* interfaces for the Admin settings (IAdmin) and section (ISection)
* SettingsManager service
* example setup with LDAP app
31 files changed:
apps/user_ldap/appinfo/info.xml
apps/user_ldap/lib/Settings/Admin.php [new file with mode: 0644]
apps/user_ldap/lib/Settings/Section.php [new file with mode: 0644]
core/templates/untrustedDomain.php
db_structure.xml
lib/private/Installer.php
lib/private/Server.php
lib/private/Settings/Admin/Encryption.php [new file with mode: 0644]
lib/private/Settings/Admin/Logging.php [new file with mode: 0644]
lib/private/Settings/Admin/Server.php [new file with mode: 0644]
lib/private/Settings/Admin/Sharing.php [new file with mode: 0644]
lib/private/Settings/Admin/TipsTricks.php [new file with mode: 0644]
lib/private/Settings/Manager.php [new file with mode: 0644]
lib/private/Settings/Section.php [new file with mode: 0644]
lib/private/legacy/app.php
lib/public/Settings/IAdmin.php [new file with mode: 0644]
lib/public/Settings/IManager.php [new file with mode: 0644]
lib/public/Settings/ISection.php [new file with mode: 0644]
reset.php [new file with mode: 0644]
settings/Application.php
settings/Controller/AdminSettingsController.php [new file with mode: 0644]
settings/Controller/CheckSetupController.php
settings/admin.php [deleted file]
settings/routes.php
settings/templates/admin.php [deleted file]
settings/templates/admin/encryption.php [new file with mode: 0644]
settings/templates/admin/frame.php [new file with mode: 0644]
settings/templates/admin/logging.php [new file with mode: 0644]
settings/templates/admin/server.php [new file with mode: 0644]
settings/templates/admin/sharing.php [new file with mode: 0644]
settings/templates/admin/tipstricks.php [new file with mode: 0644]