mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #1947] [MERGED] feat: use public IDs for albums and artists #1971
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#1971
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/1947
Author: @phanan
Created: 6/13/2025
Status: ✅ Merged
Merged: 6/14/2025
Merged by: @phanan
Base:
master← Head:artist-album-pubid📝 Commits (1)
b14fefbfeat: use public ID for albums and artists📊 Changes
81 files changed (+320 additions, -202 deletions)
View changed files
📝
app/Enums/PermissionableResourceType.php(+1 -1)📝
app/Helpers/Uuid.php(+2 -0)📝
app/Http/Controllers/API/PlaylistCollaboration/PlaylistCollaboratorController.php(+1 -1)📝
app/Http/Requests/API/PlaylistCollaboration/PlaylistCollaboratorDestroyRequest.php(+2 -2)📝
app/Http/Resources/AlbumResource.php(+2 -2)📝
app/Http/Resources/ArtistResource.php(+1 -1)📝
app/Http/Resources/CollaborativeSongResource.php(+1 -1)📝
app/Http/Resources/PlaylistCollaboratorResource.php(+1 -1)📝
app/Http/Resources/SongResource.php(+3 -3)📝
app/Models/Album.php(+7 -1)📝
app/Models/Artist.php(+7 -1)➕
app/Models/Contracts/PermissionableResource.php(+8 -0)📝
app/Models/Song.php(+1 -3)📝
app/Providers/AppServiceProvider.php(+4 -0)📝
app/Repositories/SongRepository.php(+2 -2)📝
app/Repositories/UserRepository.php(+5 -0)📝
app/Services/ResourcePermissionService.php(+11 -3)📝
app/Values/PlaylistCollaborator.php(+5 -5)📝
package.json(+1 -1)📝
resources/assets/js/__tests__/factory/albumFactory.ts(+4 -5)...and 61 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.