nextcloud/lib/private/AppFramework
Arthur Schiwon 2e9794f53e
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-16 21:05:11 +02:00
..
Core Run the license script 2016-07-22 11:40:41 +02:00
Db Run the license script 2016-07-22 11:40:41 +02:00
DependencyInjection more admin page splitup improvements 2016-08-16 21:05:11 +02:00
Http Merge pull request #508 from nextcloud/stable10_ocs_appframework_xml 2016-07-25 12:52:13 +02:00
Middleware Support subdir in the OCS v2 endpoint 2016-07-28 13:12:01 +02:00
Routing Run the license script 2016-07-22 11:40:41 +02:00
Utility Run the license script 2016-07-22 11:40:41 +02:00
App.php Run the license script 2016-07-22 11:40:41 +02:00
Http.php Run the license script 2016-07-22 11:40:41 +02:00