mirror of
https://github.com/nextcloud/server.git
synced 2026-06-18 21:21:48 -04:00
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> |
||
|---|---|---|
| .. | ||
| AppInfo | ||
| Command | ||
| Controller | ||
| Jobs | ||
| Listener | ||
| Migration | ||
| Service | ||
| Settings | ||
| SetupChecks | ||
| Themes | ||
| Capabilities.php | ||
| ConfigLexicon.php | ||
| IconBuilder.php | ||
| ImageManager.php | ||
| ITheme.php | ||
| ResponseDefinitions.php | ||
| ThemingDefaults.php | ||
| Util.php | ||