[PR #1939] [MERGED] feat: use public ID for users #1963

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1939
Author: @phanan
Created: 6/4/2025
Status: Merged
Merged: 6/4/2025
Merged by: @phanan

Base: masterHead: user-public-id


📝 Commits (1)

  • 7c0aecf feat: use public ID for users

📊 Changes

13 files changed (+62 additions, -30 deletions)

View changed files

📝 .github/workflows/unit-backend.yml (+1 -1)
📝 app/Http/Resources/PlaylistResource.php (+2 -2)
📝 app/Http/Resources/UserProspectResource.php (+1 -1)
📝 app/Http/Resources/UserResource.php (+1 -1)
📝 app/Models/User.php (+10 -1)
📝 app/Providers/AppServiceProvider.php (+13 -11)
📝 app/Providers/RouteServiceProvider.php (+1 -7)
📝 database/factories/PlaylistCollaborationTokenFactory.php (+1 -1)
database/migrations/.gitkeep (+0 -0)
database/migrations/2025_06_04_180008_add_public_id_column_into_users_table.php (+27 -0)
📝 resources/assets/js/__tests__/factory/userFactory.ts (+1 -1)
📝 resources/assets/js/types.d.ts (+1 -1)
📝 tests/Feature/UserTest.php (+3 -3)

📄 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/1939 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/4/2025 **Status:** ✅ Merged **Merged:** 6/4/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `user-public-id` --- ### 📝 Commits (1) - [`7c0aecf`](https://github.com/koel/koel/commit/7c0aecff56884dcbee8a205b9bb218bb1dd6f97c) feat: use public ID for users ### 📊 Changes **13 files changed** (+62 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/unit-backend.yml` (+1 -1) 📝 `app/Http/Resources/PlaylistResource.php` (+2 -2) 📝 `app/Http/Resources/UserProspectResource.php` (+1 -1) 📝 `app/Http/Resources/UserResource.php` (+1 -1) 📝 `app/Models/User.php` (+10 -1) 📝 `app/Providers/AppServiceProvider.php` (+13 -11) 📝 `app/Providers/RouteServiceProvider.php` (+1 -7) 📝 `database/factories/PlaylistCollaborationTokenFactory.php` (+1 -1) ➖ `database/migrations/.gitkeep` (+0 -0) ➕ `database/migrations/2025_06_04_180008_add_public_id_column_into_users_table.php` (+27 -0) 📝 `resources/assets/js/__tests__/factory/userFactory.ts` (+1 -1) 📝 `resources/assets/js/types.d.ts` (+1 -1) 📝 `tests/Feature/UserTest.php` (+3 -3) </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:53 +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#1963
No description provided.