mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #1946] [MERGED] feat: separate albums and artists by users #1970
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#1970
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/1946
Author: @phanan
Created: 6/13/2025
Status: ✅ Merged
Merged: 6/13/2025
Merged by: @phanan
Base:
master← Head:artist-album-per-user📝 Commits (1)
672bf47feat: separate albums and artists by users📊 Changes
61 files changed (+533 additions, -364 deletions)
View changed files
📝
app/Builders/AlbumBuilder.php(+2 -9)📝
app/Builders/ArtistBuilder.php(+2 -9)📝
app/Console/Commands/Admin/ChangePasswordCommand.php(+1 -1)📝
app/Console/Commands/InitCommand.php(+2 -12)📝
app/Console/Commands/PruneLibraryCommand.php(+23 -3)📝
app/Console/Commands/ScanCommand.php(+5 -8)📝
app/Http/Controllers/API/SettingController.php(+1 -1)📝
app/Models/Album.php(+35 -14)📝
app/Models/Artist.php(+68 -29)📝
app/Models/User.php(+26 -12)📝
app/Policies/AlbumPolicy.php(+7 -6)📝
app/Policies/ArtistPolicy.php(+6 -6)📝
app/Providers/AppServiceProvider.php(+10 -2)📝
app/Repositories/AlbumRepository.php(+1 -6)📝
app/Repositories/ArtistRepository.php(+1 -6)📝
app/Repositories/UserRepository.php(+2 -2)📝
app/Services/LibraryManager.php(+2 -2)➕
app/Services/Scanner/Contracts/ScannerCacheStrategy.php(+16 -0)📝
app/Services/Scanner/FileScanner.php(+39 -5)📝
app/Services/Scanner/MediaScanner.php(+1 -1)...and 41 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.