]> source.dussan.org Git - nextcloud-server.git/commit
fix: Use migration instead of repair step for restoring custom color
authorFerdinand Thiessen <opensource@fthiessen.de>
Mon, 2 Sep 2024 11:24:20 +0000 (13:24 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Tue, 10 Sep 2024 15:51:27 +0000 (17:51 +0200)
commit531862d47477dfc3868240895a00a39c4dd6ac8e
treec9abf1f61dc26f32387238146052ef1e37f4c822
parentc7d9068be95ba2463e2df756e34f941d800ee7dd
fix: Use migration instead of repair step for restoring custom color

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/theming/appinfo/info.xml
apps/theming/composer/composer/autoload_classmap.php
apps/theming/composer/composer/autoload_static.php
apps/theming/lib/Jobs/RestoreBackgroundImageColor.php [new file with mode: 0644]
apps/theming/lib/Migration/SeparatePrimaryColorAndBackground.php [deleted file]
apps/theming/lib/Migration/Version2006Date20240905111627.php [new file with mode: 0644]
apps/theming/lib/Service/BackgroundService.php