nextcloud/lib/private/AppFramework
Arthur Schiwon 1eb8b951c2
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
2016-08-10 15:21:25 +02:00
..
Core Update with robin 2016-07-21 18:13:58 +02:00
Db Update with robin 2016-07-21 18:13:58 +02:00
DependencyInjection more admin page splitup improvements 2016-08-10 15:21:25 +02:00
Http Merge pull request #507 from nextcloud/run-le-script 2016-07-21 23:27:15 +02:00
Middleware We should properly check for 'true' instaed of the bool 2016-08-01 08:52:50 +02:00
Routing Update with robin 2016-07-21 18:13:58 +02:00
Utility Fix others 2016-07-21 18:13:57 +02:00
App.php Hanlde Core and Settings app in AppFramework 2016-08-08 20:48:16 +02:00
Http.php Fix others 2016-07-21 18:13:57 +02:00