mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #1603] [MERGED] feat: allow specifying folder when create/edit playlists #1804
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#1804
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/1603
Author: @phanan
Created: 11/27/2022
Status: ✅ Merged
Merged: 11/27/2022
Merged by: @phanan
Base:
master← Head:feat/playlist-specify-folder📝 Commits (1)
1017375feat: allow specifying folder when create/edit playlists📊 Changes
53 files changed (+1158 additions, -881 deletions)
View changed files
📝
app/Casts/SmartPlaylistRulesCast.php(+12 -8)➕
app/Exceptions/PlaylistBothSongsAndRulesProvidedException.php(+13 -0)📝
app/Http/Controllers/API/Interaction/BatchLikeController.php(+2 -1)📝
app/Http/Controllers/API/PlaylistController.php(+17 -8)📝
app/Http/Controllers/API/PlaylistSongController.php(+4 -2)📝
app/Http/Controllers/V6/API/GenreController.php(+1 -4)📝
app/Http/Controllers/V6/API/GenreSongController.php(+1 -5)📝
app/Http/Controllers/V6/API/PlaylistController.php(+40 -10)📝
app/Http/Controllers/V6/API/QueueController.php(+9 -9)📝
app/Http/Middleware/Authenticate.php(+1 -3)📝
app/Http/Requests/API/PlaylistStoreRequest.php(+5 -2)📝
app/Http/Requests/API/PlaylistUpdateRequest.php(+4 -0)📝
app/Models/Playlist.php(+4 -4)📝
app/Repositories/InteractionRepository.php(+6 -8)📝
app/Rules/ValidSmartPlaylistRulePayload.php(+3 -10)📝
app/Services/PlaylistService.php(+44 -13)📝
app/Values/SmartPlaylistRuleGroup.php(+6 -12)➕
app/Values/SmartPlaylistRuleGroupCollection.php(+13 -0)📝
resources/assets/js/components/layout/ModalWrapper.spec.ts(+2 -2)📝
resources/assets/js/components/layout/ModalWrapper.vue(+23 -22)...and 33 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.