mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #2105] [MERGED] feat: support embeds #2071
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#2071
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/2105
Author: @phanan
Created: 9/18/2025
Status: ✅ Merged
Merged: 9/18/2025
Merged by: @phanan
Base:
master← Head:embed📝 Commits (1)
028909ffeat: embed📊 Changes
120 files changed (+2492 additions, -374 deletions)
View changed files
➕
app/Enums/EmbeddableType.php(+43 -0)➕
app/Enums/FavoriteableType.php(+32 -0)➕
app/Http/Controllers/API/Embed/EmbedController.php(+45 -0)➕
app/Http/Controllers/API/Embed/EmbedOptionsController.php(+21 -0)📝
app/Http/Controllers/API/PlaylistSongController.php(+3 -4)📝
app/Http/Controllers/Download/DownloadPlaylistController.php(+1 -3)➕
app/Http/Controllers/StreamEmbedController.php(+15 -0)➕
app/Http/Requests/API/Embed/EmbedOptionsEncryptRequest.php(+24 -0)➕
app/Http/Requests/API/Embed/ResolveEmbedRequest.php(+23 -0)📝
app/Http/Requests/API/Favorites/Concerns/ValidatesFavoriteableType.php(+2 -1)📝
app/Http/Resources/AlbumResource.php(+9 -4)📝
app/Http/Resources/ArtistResource.php(+7 -3)➕
app/Http/Resources/EmbedOptionsResource.php(+33 -0)➕
app/Http/Resources/EmbedResource.php(+60 -0)📝
app/Http/Resources/PlaylistResource.php(+10 -8)📝
app/Http/Resources/SongResource.php(+32 -18)📝
app/Http/Resources/UserResource.php(+2 -1)📝
app/Models/Album.php(+4 -1)📝
app/Models/Artist.php(+4 -1)➕
app/Models/Concerns/MorphsToEmbeds.php(+14 -0)...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.