[PR #1925] [MERGED] feat: edit albums #1954

Closed
opened 2026-02-26 03:32:51 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: edit-album


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1925 **Author:** [@phanan](https://github.com/phanan) **Created:** 5/16/2025 **Status:** ✅ Merged **Merged:** 5/16/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `edit-album` --- ### 📝 Commits (2) - [`fee4e66`](https://github.com/koel/koel/commit/fee4e6678cb8b63360f9f86fb19187754753a15c) feat: allows uploading AVIF files - [`765def3`](https://github.com/koel/koel/commit/765def30323bc67639b173312fbc42eee7bb921f) feat: edit Album ### 📊 Changes **77 files changed** (+1340 additions, -127 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 Description Add the album edit feature and, opportunistically, an audit feature. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1954
No description provided.