nextcloud/apps/theming/lib/Controller
Simon L. 9f4e0e0eed fix(theming): preserve uploaded favicon and touch icon
PR #58224 dropped the `$iconFile === null` guard around the app-specific
icon generation in getFavicon()/getTouchIcon(), so an uploaded custom
favicon was always overwritten by the generated, context-colored icon
whenever Imagick could produce an ICO/PNG.

Restore the guard so the generation path only runs as a fallback when no
custom favicon was uploaded, while keeping the improved Imagick
capability detection from #58224.

Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: Simon L. <szaimen@e.mail.de>
2026-06-15 14:19:57 +00:00
..
IconController.php fix(theming): preserve uploaded favicon and touch icon 2026-06-15 14:19:57 +00:00
ThemingController.php fix(theming): fix broken custom images introduced in 32.0.9 2026-05-07 19:40:49 +02:00
UserThemeController.php refactor(OpenAPI): Adjust scopes to match previous behavior 2025-01-06 14:30:40 +01:00