-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Stable10] Backport 796 #894
Conversation
* interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* 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
* setupSettings now also triggered on enable * fixes detection of present admin section or settings in the DB * add update routine in such cases * encryption app migrated
…on part in server settings
…xternal gets its own section
CI uses an older PHPUnit
…rbage collect orphaned classes
@LukasReschke, thanks for your PR! By analyzing the annotation information on this pull request, we identified @nickvergessen, @schiessle, @DeepDiver1975 and @Xenopathic to be potential reviewers |
File has been renamed only on master
LGTM, works, thanks for backporting @LukasReschke 💐 |
@schiessle mind another look at the tenner? |
... Works fine 🎆 |
🎉 I just merged the remaining pull requests for the survey_client and for serverinfo.... so we are complete 🚀 |
thx @Mar1u5 🙋 |
Backport of #796
Please test carefully. Had some conflicts.