mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #2036] [MERGED] feat: favorites for albums and artists #2026
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#2026
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/2036
Author: @phanan
Created: 7/27/2025
Status: ✅ Merged
Merged: 8/4/2025
Merged by: @phanan
Base:
master← Head:favorites📝 Commits (1)
00b85ddfeat: favorites for albums and artists📊 Changes
329 files changed (+3987 additions, -1827 deletions)
View changed files
📝
app/Builders/AlbumBuilder.php(+46 -18)📝
app/Builders/ArtistBuilder.php(+43 -17)➕
app/Builders/Concerns/CanScopeByUser.php(+17 -0)➕
app/Builders/FavoriteableBuilder.php(+36 -0)📝
app/Builders/GenreBuilder.php(+1 -1)📝
app/Builders/PodcastBuilder.php(+10 -6)📝
app/Builders/SongBuilder.php(+44 -43)📝
app/Events/MultipleSongsLiked.php(+5 -1)📝
app/Events/MultipleSongsUnliked.php(+5 -1)➕
app/Events/SongFavoriteToggled.php(+13 -0)➖
app/Events/SongLikeToggled.php(+0 -12)📝
app/Helpers.php(+2 -2)📝
app/Http/Controllers/API/AlbumController.php(+3 -1)📝
app/Http/Controllers/API/AlbumSongController.php(+2 -2)📝
app/Http/Controllers/API/ArtistController.php(+3 -1)📝
app/Http/Controllers/API/ArtistSongController.php(+2 -2)➕
app/Http/Controllers/API/FavoriteController.php(+70 -0)📝
app/Http/Controllers/API/FetchFavoriteSongsController.php(+2 -2)📝
app/Http/Controllers/API/FetchOverviewController.php(+4 -4)📝
app/Http/Controllers/API/FetchRandomSongsInGenreController.php(+2 -2)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.