[PR #1772] [MERGED] v7 #1871

Closed
opened 2026-02-26 03:32:37 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: plus


📝 Commits (10+)

  • ff03313 feat: supports multi-tenant
  • f4a0e8d feat: mark external songs with icon
  • 53d0837 feat: allows users to upload for Plus
  • 4574139 feat: rename (alias) koel:sync to koel:scan and add owner/private options
  • 1bb22bc feat: integrate with Lemon Squeezy
  • acc3374 feat: do not show SupportBar nag if plus
  • a8c78ad feat: make song edit/deletion plus-aware
  • 31f0992 feat: adapt like/unlike songs to Plus
  • 4012f8d feat: adapt downloading to Plus
  • d5d78af feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1772 **Author:** [@phanan](https://github.com/phanan) **Created:** 7/6/2024 **Status:** ✅ Merged **Merged:** 7/7/2024 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `plus` --- ### 📝 Commits (10+) - [`ff03313`](https://github.com/koel/koel/commit/ff033139a4ce3a17fda77c4879024cd3185e986a) feat: supports multi-tenant - [`f4a0e8d`](https://github.com/koel/koel/commit/f4a0e8d006d773dcf1d897b730e298625197b751) feat: mark external songs with icon - [`53d0837`](https://github.com/koel/koel/commit/53d08371b99119759082f31251f1cfe56f7cd934) feat: allows users to upload for Plus - [`4574139`](https://github.com/koel/koel/commit/4574139998f239e853e094e4ea20fbb0402823cd) feat: rename (alias) koel:sync to koel:scan and add owner/private options - [`1bb22bc`](https://github.com/koel/koel/commit/1bb22bc3360695e21b6a5c337283f748c3760043) feat: integrate with Lemon Squeezy - [`acc3374`](https://github.com/koel/koel/commit/acc3374ee27e5bf6ae0fb2242d2d8c438bea01e7) feat: do not show SupportBar nag if plus - [`a8c78ad`](https://github.com/koel/koel/commit/a8c78adf65e7b48436fedc0a722b65efae609313) feat: make song edit/deletion plus-aware - [`31f0992`](https://github.com/koel/koel/commit/31f09925123a867b2fe2fee06107c9e824272c57) feat: adapt like/unlike songs to Plus - [`4012f8d`](https://github.com/koel/koel/commit/4012f8d0fb703f6013ed77a8b59be0297ca9a2aa) feat: adapt downloading to Plus - [`d5d78af`](https://github.com/koel/koel/commit/d5d78afa76da384fda250733cb6b15567e6a9fa8) feat: compare store ID ### 📊 Changes **1238 files changed** (+36478 additions, -21284 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1871
No description provided.