mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #2086] [MERGED] feat: unify all generated/uploaded images #2058
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#2058
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/2086
Author: @phanan
Created: 9/8/2025
Status: ✅ Merged
Merged: 9/8/2025
Merged by: @phanan
Base:
master← Head:collapse-images📝 Commits (1)
74d1db5feat: unify all generated/uploaded images📊 Changes
25 files changed (+65 additions, -152 deletions)
View changed files
📝
app/Helpers.php(+5 -45)📝
app/Models/Album.php(+4 -4)📝
app/Models/Artist.php(+3 -3)📝
app/Models/Playlist.php(+2 -2)📝
app/Models/RadioStation.php(+2 -2)📝
app/Observers/AlbumObserver.php(+2 -2)📝
app/Observers/ArtistObserver.php(+1 -1)📝
app/Observers/PlaylistObserver.php(+1 -1)📝
app/Observers/RadioStationObserver.php(+1 -1)📝
app/Services/ArtworkService.php(+10 -25)📝
app/Services/UserService.php(+1 -1)📝
config/koel.php(+3 -13)📝
public/.gitignore(+3 -19)➕
public/img/storage/.gitkeep(+0 -0)📝
tests/Feature/AlbumCoverTest.php(+2 -2)📝
tests/Feature/AlbumTest.php(+1 -1)📝
tests/Feature/ArtistImageTest.php(+2 -2)📝
tests/Feature/ArtistTest.php(+1 -1)📝
tests/Feature/ProfileTest.php(+1 -1)📝
tests/Integration/Services/AlbumServiceTest.php(+5 -5)...and 5 more files
📄 Description
Moving all generated/uploaded images (album arts, artist images, etc.) to under one
public/img/storagefolder.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.