mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #2079] [MERGED] feat: upload/remove artist/album arts via form #2052
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#2052
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/2079
Author: @phanan
Created: 9/2/2025
Status: ✅ Merged
Merged: 9/2/2025
Merged by: @phanan
Base:
master← Head:artist-album-art📝 Commits (1)
ece7419feat: upload/remove artist/album arts via form📊 Changes
94 files changed (+1511 additions, -402 deletions)
View changed files
📝
app/Exceptions/AlbumNameConflictException.php(+1 -1)➕
app/Exceptions/ArtistNameConflictException.php(+13 -0)📝
app/Http/Controllers/API/AlbumController.php(+2 -2)➕
app/Http/Controllers/API/AlbumCoverController.php(+34 -0)📝
app/Http/Controllers/API/ArtistController.php(+21 -3)➕
app/Http/Controllers/API/ArtistImageController.php(+34 -0)📝
app/Http/Controllers/API/MovePlaylistSongsController.php(+1 -1)📝
app/Http/Controllers/API/PlaylistController.php(+2 -2)📝
app/Http/Controllers/API/PlaylistCoverController.php(+7 -4)📝
app/Http/Controllers/API/PlaylistSongController.php(+1 -1)📝
app/Http/Controllers/API/ResetPasswordController.php(+6 -8)➖
app/Http/Controllers/API/UploadAlbumCoverController.php(+0 -19)➖
app/Http/Controllers/API/UploadArtistImageController.php(+0 -19)➕
app/Http/Requests/API/Album/AlbumCoverStoreRequest.php(+14 -0)📝
app/Http/Requests/API/Album/AlbumListRequest.php(+3 -1)📝
app/Http/Requests/API/Album/AlbumUpdateRequest.php(+6 -1)➕
app/Http/Requests/API/Artist/ArtistImageStoreRequest.php(+14 -0)📝
app/Http/Requests/API/Artist/ArtistListRequest.php(+3 -1)➕
app/Http/Requests/API/Artist/ArtistUpdateRequest.php(+22 -0)📝
app/Http/Requests/API/Playlist/MovePlaylistSongsRequest.php(+2 -1)...and 74 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.