[PR #1933] [MERGED] feat: use hashes for folder paths #1959

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1933
Author: @phanan
Created: 5/28/2025
Status: Merged
Merged: 5/28/2025
Merged by: @phanan

Base: masterHead: use-hash-for-folder-paths


📝 Commits (1)

  • 811f0d7 feat: use hashes for folder paths

📊 Changes

6 files changed (+107 additions, -23 deletions)

View changed files

📝 app/Helpers.php (+9 -0)
📝 app/Models/Folder.php (+9 -0)
📝 app/Repositories/FolderRepository.php (+22 -21)
📝 app/Services/MediaBrowser.php (+5 -2)
database/migrations/2025_05_28_125915_add_hash_to_folders_table.php (+21 -0)
tests/Integration/KoelPlus/Repositories/FolderRepositoryTest.php (+41 -0)

📄 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/1933 **Author:** [@phanan](https://github.com/phanan) **Created:** 5/28/2025 **Status:** ✅ Merged **Merged:** 5/28/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `use-hash-for-folder-paths` --- ### 📝 Commits (1) - [`811f0d7`](https://github.com/koel/koel/commit/811f0d75204261e73952687aaf9b7b4bebb3261e) feat: use hashes for folder paths ### 📊 Changes **6 files changed** (+107 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `app/Helpers.php` (+9 -0) 📝 `app/Models/Folder.php` (+9 -0) 📝 `app/Repositories/FolderRepository.php` (+22 -21) 📝 `app/Services/MediaBrowser.php` (+5 -2) ➕ `database/migrations/2025_05_28_125915_add_hash_to_folders_table.php` (+21 -0) ➕ `tests/Integration/KoelPlus/Repositories/FolderRepositoryTest.php` (+41 -0) </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:52 +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#1959
No description provided.