mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #2087] [MERGED] feat: upload/remove playlist cover #2059
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#2059
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/2087
Author: @phanan
Created: 9/8/2025
Status: ✅ Merged
Merged: 9/8/2025
Merged by: @phanan
Base:
master← Head:playlist-img📝 Commits (1)
a65d529feat: upload/remove playlist cover📊 Changes
99 files changed (+1038 additions, -867 deletions)
View changed files
📝
app/Http/Controllers/API/AlbumCoverController.php(+3 -3)📝
app/Http/Controllers/API/Artist/ArtistImageController.php(+3 -3)📝
app/Http/Controllers/API/FetchAlbumThumbnailController.php(+3 -3)📝
app/Http/Controllers/API/PlaylistCoverController.php(+3 -5)📝
app/Http/Requests/API/Album/AlbumUpdateRequest.php(+2 -2)📝
app/Http/Requests/API/Artist/ArtistUpdateRequest.php(+2 -2)📝
app/Http/Requests/API/MediaImageUpdateRequest.php(+3 -3)📝
app/Http/Requests/API/Playlist/PlaylistStoreRequest.php(+4 -1)📝
app/Http/Requests/API/Playlist/PlaylistUpdateRequest.php(+4 -1)📝
app/Http/Requests/API/Radio/StoreRadioStationRequest.php(+2 -2)📝
app/Http/Requests/API/Radio/UpdateRadioStationRequest.php(+2 -2)📝
app/Models/User.php(+1 -2)📝
app/Observers/UserObserver.php(+21 -0)➖
app/Rules/ImageData.php(+0 -21)➕
app/Rules/ValidImageData.php(+25 -0)📝
app/Services/AlbumService.php(+2 -2)📝
app/Services/ArtistService.php(+2 -2)📝
app/Services/EncyclopediaService.php(+3 -3)📝
app/Services/ImageStorage.php(+22 -31)📝
app/Services/ImageWriter.php(+28 -26)...and 79 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.