mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #2014] [MERGED] feat: option to include/exclude publicly shared media #2019
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#2019
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/2014
Author: @phanan
Created: 7/10/2025
Status: ✅ Merged
Merged: 7/10/2025
Merged by: @phanan
Base:
master← Head:inc-pub-media📝 Commits (1)
bdf2afbfeat: 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.