nextcloud/apps/theming/tests
Simon L. 1d2b23eed7 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-13 21:43:48 +02:00
..
Controller fix(theming): preserve uploaded favicon and touch icon 2026-06-13 21:43:48 +02:00
data fix: generate favourite icon without imagick svg support 2026-01-26 13:57:22 -05:00
Migration fix(psalm): Fix static analysis issues in apps/*/tests 2026-01-16 12:00:51 +01:00
Service chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Settings chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Themes chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CapabilitiesTest.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
IconBuilderTest.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ImageManagerTest.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ServicesTest.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ThemingDefaultsTest.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
UtilTest.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00