[PR #2086] [MERGED] feat: unify all generated/uploaded images #2058

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

📋 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: masterHead: collapse-images


📝 Commits (1)

  • 74d1db5 feat: 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/storage folder.


🔄 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/2086 **Author:** [@phanan](https://github.com/phanan) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `collapse-images` --- ### 📝 Commits (1) - [`74d1db5`](https://github.com/koel/koel/commit/74d1db5b18d40b8977d8dc4b8d865cae88f4edcf) feat: unify all generated/uploaded images ### 📊 Changes **25 files changed** (+65 additions, -152 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Moving all generated/uploaded images (album arts, artist images, etc.) to under one `public/img/storage` folder. --- <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:09 +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#2058
No description provided.