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#1956
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/1931
Author: @phanan
Created: 5/27/2025
Status: ✅ Merged
Merged: 5/28/2025
Merged by: @phanan
Base:
master← Head:browse-folder📝 Commits (3)
a0cb0abfeat: file-based browsera9885bdfeat: useListSelection composable0b9731efeat: useListSelection composable📊 Changes
137 files changed (+2850 additions, -12969 deletions)
View changed files
📝
.env.example(+6 -0)📝
.github/workflows/unit-backend-mysql.yml(+1 -1)📝
.github/workflows/unit-backend-pgsql.yml(+1 -1)📝
.github/workflows/unit-backend.yml(+1 -1)➕
app/Attributes/RequiresPlus.php(+14 -0)📝
app/Builders/SongBuilder.php(+8 -1)➕
app/Console/Commands/ExtractFoldersCommand.php(+57 -0)📝
app/Enums/SongStorageType.php(+5 -0)➕
app/Exceptions/LocalStorageRequiredException.php(+9 -0)➕
app/Exceptions/MediaBrowserNotSupportedException.php(+9 -0)📝
app/Http/Controllers/API/FetchInitialDataController.php(+3 -0)➕
app/Http/Controllers/API/MediaBrowser/FetchFolderSongsController.php(+24 -0)➕
app/Http/Controllers/API/MediaBrowser/FetchRecursiveFolderSongsController.php(+18 -0)➕
app/Http/Controllers/API/MediaBrowser/FetchSubfoldersController.php(+24 -0)➕
app/Http/Controllers/API/MediaBrowser/PaginateFolderSongsController.php(+28 -0)📝
app/Http/Controllers/API/PlaylistCollaboration/AcceptPlaylistCollaborationInviteController.php(+3 -1)📝
app/Http/Controllers/API/PlaylistCollaboration/CreatePlaylistCollaborationTokenController.php(+2 -0)📝
app/Http/Controllers/API/PlaylistCollaboration/PlaylistCollaboratorController.php(+2 -3)📝
app/Http/Controllers/API/PrivatizeSongsController.php(+2 -3)📝
app/Http/Controllers/API/PublicizeSongsController.php(+2 -3)...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.