Switch to using BeforeTemplateRenderedListener for injecting theme metadata into body tag, instead of trying to use the theming app for it. Use the dark theme for enforcement instead, as the theming app now requires the enforced app to be a valid theme.
* Add repair steps to cleanup / restore enabled_themes and enforce_theme settings during uninstall / install to prevent theming issues caused by breezedark still being an enabled theme unless you disable the theme first before uninstall the app
* Implement new system for individual user settings
* Fix some styling for NC core
* General styling fixes for apps
* Implement new enforce theme system to replace the enabled by default system
The old system doesn't really work with the new theming system in Nextcloud, so this new system is needed to achieve similar, although different, functionality.
* Don't allow user to enable / disable the theme if the theme is enforced (it would have no effect)
* Remove all references to icon variables as they no longer exist
* Implement repair step to migrate user settings
* Add option to enable / disable Breeze Dark depending on the client's system settings. This uses the prefers-color-scheme media query to determine whether to apply the theme or not.
Co-authored-by: bela <bela@firstnode.eu>
Co-authored-by: untbu <git@firstnode.eu>