mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #1925] [MERGED] feat: edit albums #1954
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#1954
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/1925
Author: @phanan
Created: 5/16/2025
Status: ✅ Merged
Merged: 5/16/2025
Merged by: @phanan
Base:
master← Head:edit-album📝 Commits (2)
fee4e66feat: allows uploading AVIF files765def3feat: edit Album📊 Changes
77 files changed (+1340 additions, -127 deletions)
View changed files
➕
app/Enums/PermissionableResourceType.php(+22 -0)➕
app/Exceptions/AlbumNameConflictException.php(+13 -0)📝
app/Exceptions/UserAlreadySubscribedToPodcastException.php(+1 -1)📝
app/Http/Controllers/API/AlbumController.php(+20 -2)➕
app/Http/Controllers/API/CheckResourcePermissionController.php(+25 -0)📝
app/Http/Controllers/API/Podcast/PodcastController.php(+2 -2)📝
app/Http/Controllers/API/UploadAlbumCoverController.php(+1 -1)➕
app/Http/Requests/API/AlbumUpdateRequest.php(+19 -0)➕
app/Http/Resources/ResourcePermissionResource.php(+32 -0)📝
app/Models/Album.php(+4 -1)📝
app/Models/Artist.php(+4 -1)📝
app/Models/Playlist.php(+5 -2)📝
app/Models/PlaylistFolder.php(+4 -1)📝
app/Models/Setting.php(+4 -1)📝
app/Models/Song.php(+5 -3)📝
app/Models/User.php(+17 -3)📝
app/Policies/AlbumPolicy.php(+12 -4)📝
app/Policies/ArtistPolicy.php(+11 -3)📝
app/Rules/ImageData.php(+1 -1)➕
app/Services/AlbumService.php(+32 -0)...and 57 more files
📄 Description
Add the album edit feature and, opportunistically, an audit feature.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.