mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
* 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 |
||
|---|---|---|
| .. | ||
| Command | ||
| Jobs | ||
| Mapping | ||
| Settings | ||
| User | ||
| Access.php | ||
| BackendUtility.php | ||
| Configuration.php | ||
| Connection.php | ||
| FilesystemHelper.php | ||
| Group_LDAP.php | ||
| Group_Proxy.php | ||
| Helper.php | ||
| ILDAPWrapper.php | ||
| IUserLDAP.php | ||
| LDAP.php | ||
| LDAPProvider.php | ||
| LDAPProviderFactory.php | ||
| LDAPUtility.php | ||
| LogWrapper.php | ||
| Proxy.php | ||
| User_LDAP.php | ||
| User_Proxy.php | ||
| Wizard.php | ||
| WizardResult.php | ||