mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #1772] [MERGED] v7 #1871
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#1871
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/1772
Author: @phanan
Created: 7/6/2024
Status: ✅ Merged
Merged: 7/7/2024
Merged by: @phanan
Base:
master← Head:plus📝 Commits (10+)
ff03313feat: supports multi-tenantf4a0e8dfeat: mark external songs with icon53d0837feat: allows users to upload for Plus4574139feat: rename (alias) koel:sync to koel:scan and add owner/private options1bb22bcfeat: integrate with Lemon Squeezyacc3374feat: do not show SupportBar nag if plusa8c78adfeat: make song edit/deletion plus-aware31f0992feat: adapt like/unlike songs to Plus4012f8dfeat: adapt downloading to Plusd5d78affeat: compare store ID📊 Changes
1238 files changed (+36478 additions, -21284 deletions)
View changed files
📝
.editorconfig(+1 -1)📝
.env.example(+78 -15)📝
.github/workflows/unit-backend-mysql.yml(+1 -1)📝
.github/workflows/unit-backend-pgsql.yml(+1 -1)📝
.github/workflows/unit-backend.yml(+1 -1)📝
.gitignore(+5 -0)📝
.version(+1 -1)📝
LICENSE.md(+1 -1)📝
README.md(+1 -1)📝
app/Builders/AlbumBuilder.php(+20 -1)📝
app/Builders/ArtistBuilder.php(+20 -1)➕
app/Builders/PodcastBuilder.php(+18 -0)📝
app/Builders/SongBuilder.php(+117 -9)➕
app/Casts/EncryptedValueCast.php(+19 -0)➕
app/Casts/LicenseInstanceCast.php(+44 -0)➕
app/Casts/LicenseMetaCast.php(+44 -0)➕
app/Casts/Podcast/CategoriesCast.php(+30 -0)➕
app/Casts/Podcast/EnclosureCast.php(+25 -0)➕
app/Casts/Podcast/EpisodeMetadataCast.php(+30 -0)➕
app/Casts/Podcast/PodcastMetadataCast.php(+30 -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.