mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #1939] [MERGED] feat: use public ID for users #1963
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#1963
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/1939
Author: @phanan
Created: 6/4/2025
Status: ✅ Merged
Merged: 6/4/2025
Merged by: @phanan
Base:
master← Head:user-public-id📝 Commits (1)
7c0aecffeat: 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.