mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #1499] [MERGED] feat: support playlist folders & improve drag-n-drop #1731
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#1731
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/1499
Author: @phanan
Created: 9/10/2022
Status: ✅ Merged
Merged: 9/10/2022
Merged by: @phanan
Base:
master← Head:dev/1476-playlist-folder📝 Commits (3)
52dd323feat: support playlist folders (closes #1476)e8a1cdefeat: revamp drag-n-drop functionalities1730e19test: add tests for playlist folder functionalities📊 Changes
129 files changed (+2450 additions, -788 deletions)
View changed files
📝
app/Http/Controllers/API/PlaylistController.php(+2 -2)📝
app/Http/Controllers/API/PlaylistSongController.php(+3 -3)📝
app/Http/Controllers/Download/PlaylistController.php(+1 -1)📝
app/Http/Controllers/V6/API/DataController.php(+4 -3)➕
app/Http/Controllers/V6/API/PlaylistController.php(+60 -0)➕
app/Http/Controllers/V6/API/PlaylistFolderController.php(+41 -0)➕
app/Http/Controllers/V6/API/PlaylistFolderPlaylistController.php(+35 -0)📝
app/Http/Controllers/V6/API/PlaylistSongController.php(+5 -5)📝
app/Http/Controllers/V6/Requests/AddSongsToPlaylistRequest.php(+3 -1)➕
app/Http/Controllers/V6/Requests/PlaylistFolderPlaylistDestroyRequest.php(+23 -0)➕
app/Http/Controllers/V6/Requests/PlaylistFolderPlaylistStoreRequest.php(+23 -0)➕
app/Http/Controllers/V6/Requests/PlaylistFolderStoreRequest.php(+19 -0)➕
app/Http/Controllers/V6/Requests/PlaylistFolderUpdateRequest.php(+19 -0)📝
app/Http/Requests/API/PlaylistUpdateRequest.php(+4 -0)➕
app/Http/Resources/PlaylistFolderResource.php(+26 -0)➕
app/Http/Resources/PlaylistResource.php(+29 -0)📝
app/Models/Playlist.php(+14 -5)➕
app/Models/PlaylistFolder.php(+43 -0)📝
app/Models/User.php(+8 -0)➕
app/Policies/PlaylistFolderPolicy.php(+14 -0)...and 80 more files
📄 Description
Supports playlist folders (closes #1476) and revamps drag-and-drop functionalities (closes #1498).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.