]> source.dussan.org Git - nextcloud-server.git/commit
more admin page splitup improvements
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 10 Aug 2016 13:21:25 +0000 (15:21 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 10 Aug 2016 13:21:25 +0000 (15:21 +0200)
commit1eb8b951c2eb6388efdd628c878110d78ae4e77d
tree30f62ea3dd0acf69384cd57d34024c8e82bbea13
parent518545fc2fc93f31d1885f143a0386c5449679f4
more admin page splitup improvements

* bump version to ensure tables are created
* make updatenotification app use settings api
* change IAdmin::render() to getForm() and change return type from Template to TemplateResponse
* adjust User_LDAP accordingly, as well as built-in forms
* add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the
constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke
* make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method
16 files changed:
apps/updatenotification/admin.php [deleted file]
apps/updatenotification/appinfo/info.xml
apps/updatenotification/lib/Controller/AdminController.php
apps/user_ldap/appinfo/info.xml
apps/user_ldap/lib/Settings/Admin.php
apps/user_ldap/templates/settings.php
lib/private/AppFramework/DependencyInjection/DIContainer.php
lib/private/Settings/Admin/Encryption.php
lib/private/Settings/Admin/Logging.php
lib/private/Settings/Admin/Server.php
lib/private/Settings/Admin/Sharing.php
lib/private/Settings/Admin/TipsTricks.php
lib/private/legacy/app.php
lib/public/Settings/IAdmin.php
settings/Controller/AdminSettingsController.php
version.php