[PR #2014] [MERGED] feat: option to include/exclude publicly shared media #2019

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2014
Author: @phanan
Created: 7/10/2025
Status: Merged
Merged: 7/10/2025
Merged by: @phanan

Base: masterHead: inc-pub-media


📝 Commits (1)

  • bdf2afb feat: option to include/exclude publicly shared media

📊 Changes

29 files changed (+237 additions, -238 deletions)

View changed files

📝 app/Builders/AlbumBuilder.php (+32 -1)
📝 app/Builders/ArtistBuilder.php (+32 -1)
📝 app/Builders/SongBuilder.php (+23 -11)
📝 app/Http/Resources/AlbumResource.php (+16 -1)
📝 app/Http/Resources/ArtistResource.php (+16 -1)
📝 app/Models/Song.php (+1 -2)
📝 app/Repositories/AlbumRepository.php (+3 -18)
📝 app/Repositories/ArtistRepository.php (+3 -18)
📝 app/Repositories/PodcastRepository.php (+1 -0)
📝 app/Repositories/SongRepository.php (+1 -9)
📝 app/Responses/SongUploadResponse.php (+1 -1)
📝 app/Values/UserPreferences.php (+7 -2)
📝 database/migrations/2025_06_12_150202_user-scope_artists_and_albums.php (+1 -0)
📝 docs/usage/profile-preferences.md (+2 -1)
📝 resources/assets/js/__tests__/factory/albumFactory.ts (+1 -0)
📝 resources/assets/js/__tests__/factory/artistFactory.ts (+1 -0)
📝 resources/assets/js/__tests__/factory/userFactory.ts (+1 -0)
📝 resources/assets/js/components/album/AlbumCard.spec.ts (+16 -10)
📝 resources/assets/js/components/album/AlbumCard.vue (+2 -0)
📝 resources/assets/js/components/album/__snapshots__/AlbumCard.spec.ts.snap (+17 -1)

...and 9 more files

📄 Description

Closes #2012.


🔄 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/2014 **Author:** [@phanan](https://github.com/phanan) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/10/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `inc-pub-media` --- ### 📝 Commits (1) - [`bdf2afb`](https://github.com/koel/koel/commit/bdf2afb98f448988542e7878e0a707fc8462688c) feat: option to include/exclude publicly shared media ### 📊 Changes **29 files changed** (+237 additions, -238 deletions) <details> <summary>View changed files</summary> 📝 `app/Builders/AlbumBuilder.php` (+32 -1) 📝 `app/Builders/ArtistBuilder.php` (+32 -1) 📝 `app/Builders/SongBuilder.php` (+23 -11) 📝 `app/Http/Resources/AlbumResource.php` (+16 -1) 📝 `app/Http/Resources/ArtistResource.php` (+16 -1) 📝 `app/Models/Song.php` (+1 -2) 📝 `app/Repositories/AlbumRepository.php` (+3 -18) 📝 `app/Repositories/ArtistRepository.php` (+3 -18) 📝 `app/Repositories/PodcastRepository.php` (+1 -0) 📝 `app/Repositories/SongRepository.php` (+1 -9) 📝 `app/Responses/SongUploadResponse.php` (+1 -1) 📝 `app/Values/UserPreferences.php` (+7 -2) 📝 `database/migrations/2025_06_12_150202_user-scope_artists_and_albums.php` (+1 -0) 📝 `docs/usage/profile-preferences.md` (+2 -1) 📝 `resources/assets/js/__tests__/factory/albumFactory.ts` (+1 -0) 📝 `resources/assets/js/__tests__/factory/artistFactory.ts` (+1 -0) 📝 `resources/assets/js/__tests__/factory/userFactory.ts` (+1 -0) 📝 `resources/assets/js/components/album/AlbumCard.spec.ts` (+16 -10) 📝 `resources/assets/js/components/album/AlbumCard.vue` (+2 -0) 📝 `resources/assets/js/components/album/__snapshots__/AlbumCard.spec.ts.snap` (+17 -1) _...and 9 more files_ </details> ### 📄 Description Closes #2012. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:03 +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#2019
No description provided.