mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
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#1734
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/1504
Author: @phanan
Created: 9/16/2022
Status: ✅ Merged
Merged: 9/16/2022
Merged by: @phanan
Base:
master← Head:feat/1478-delete-frm-fs📝 Commits (2)
6791624feat: allow deleting songs from file system (closes #1478)5d77dfffix: properly ignore paths for backend workflow📊 Changes
78 files changed (+429 additions, -326 deletions)
View changed files
📝
.env.example(+3 -0)📝
.github/workflows/unit-backend.yml(+6 -9)➕
app/Http/Controllers/V6/API/DeleteSongsController.php(+20 -0)📝
app/Http/Controllers/V6/API/ExcerptSearchController.php(+1 -1)📝
app/Http/Controllers/V6/API/PlaylistFolderController.php(+2 -2)📝
app/Http/Controllers/V6/API/PlaylistFolderPlaylistController.php(+2 -2)📝
app/Http/Controllers/V6/API/PlaylistSongController.php(+2 -2)📝
app/Http/Controllers/V6/API/QueueController.php(+1 -1)📝
app/Http/Controllers/V6/API/SongController.php(+1 -1)📝
app/Http/Controllers/V6/API/SongSearchController.php(+1 -1)📝
app/Http/Requests/V6/API/AddSongsToPlaylistRequest.php(+1 -1)➕
app/Http/Requests/V6/API/DeleteSongsRequest.php(+17 -0)📝
app/Http/Requests/V6/API/PlaylistFolderPlaylistDestroyRequest.php(+1 -1)📝
app/Http/Requests/V6/API/PlaylistFolderPlaylistStoreRequest.php(+1 -1)📝
app/Http/Requests/V6/API/PlaylistFolderStoreRequest.php(+1 -1)📝
app/Http/Requests/V6/API/PlaylistFolderUpdateRequest.php(+1 -1)📝
app/Http/Requests/V6/API/QueueFetchSongRequest.php(+1 -1)📝
app/Http/Requests/V6/API/RemoveSongsFromPlaylistRequest.php(+1 -1)📝
app/Http/Requests/V6/API/SearchRequest.php(+1 -1)📝
app/Http/Requests/V6/API/SongListRequest.php(+1 -1)...and 58 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.