summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/admin.php
Commit message (Collapse)AuthorAgeFilesLines
* more admin page splitup improvementsArthur Schiwon2016-08-101-26/+0
| | | | | | | | | | * 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
* Fix apps/Joas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Add SSO for updater applicationLukas Reschke2016-02-091-0/+25
Allows logging-in into the updater application by visiting the admin panel and pressing "Open updater".