mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #2117] [MERGED] feat: support custom branding #2083
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#2083
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/2117
Author: @phanan
Created: 10/6/2025
Status: ✅ Merged
Merged: 10/6/2025
Merged by: @phanan
Base:
master← Head:white-label📝 Commits (1)
4ea5776feat: support custom branding📊 Changes
71 files changed (+1297 additions, -352 deletions)
View changed files
📝
app/Helpers.php(+22 -0)➕
app/Http/Controllers/API/Settings/UpdateBrandingController.php(+39 -0)📝
app/Http/Controllers/API/Settings/UpdateMediaPathController.php(+10 -10)📝
app/Http/Controllers/IndexController.php(+5 -2)➖
app/Http/Requests/API/SettingRequest.php(+0 -19)➕
app/Http/Requests/API/Settings/UpdateBrandingRequest.php(+34 -0)➕
app/Http/Requests/API/Settings/UpdateMediaPathRequest.php(+20 -0)📝
app/Services/ImageStorage.php(+28 -2)➕
app/Services/SettingService.php(+49 -0)➕
app/Services/SvgSanitizer.php(+17 -0)➕
app/Values/Branding.php(+99 -0)📝
composer.json(+2 -1)📝
composer.lock(+46 -1)📝
resources/assets/js/__tests__/TestHarness.ts(+19 -0)📝
resources/assets/js/__tests__/setup.ts(+1 -0)📝
resources/assets/js/components/auth/LoginForm.vue(+3 -1)📝
resources/assets/js/components/auth/__snapshots__/LoginForm.spec.ts.snap(+1 -1)📝
resources/assets/js/components/embed/widget/EmbedWidgetBanner.vue(+3 -1)📝
resources/assets/js/components/embed/widget/EmbedWidgetThumbnail.vue(+3 -1)📝
resources/assets/js/components/layout/app-footer/FooterPlayableInfo.vue(+2 -1)...and 51 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.