mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #855] [MERGED] Remove First/Last Name for Users #1011
Reference in New Issue
Block a user
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/pelican-dev/panel/pull/855
Author: @notAreYouScared
Created: 1/4/2025
Status: ✅ Merged
Merged: 1/4/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/remove-client-names📝 Commits (4)
b58d429Update Tests416f17bUpdate Translations04af711Add Migrationfefa2efRemove First/Last Names📊 Changes
44 files changed (+40 additions, -132 deletions)
View changed files
📝
app/Http/Requests/Api/Application/Users/StoreUserRequest.php(+2 -16)📝
app/Models/User.php(+1 -19)📝
app/Transformers/Api/Application/UserTransformer.php(+0 -2)📝
app/Transformers/Api/Client/UserTransformer.php(+0 -2)📝
database/Factories/UserFactory.php(+0 -2)➕
database/migrations/2025_01_03_210426_remove_user_first_and_last_names.php(+30 -0)📝
lang/af/command/messages.php(+0 -2)📝
lang/ar/command/messages.php(+0 -2)📝
lang/be/command/messages.php(+0 -2)📝
lang/ca/command/messages.php(+0 -2)📝
lang/cs/command/messages.php(+0 -2)📝
lang/da/command/messages.php(+0 -2)📝
lang/de/command/messages.php(+0 -2)📝
lang/el/command/messages.php(+0 -2)📝
lang/en/command/messages.php(+0 -2)📝
lang/es/command/messages.php(+0 -2)📝
lang/fi/command/messages.php(+0 -2)📝
lang/fr/command/messages.php(+0 -2)📝
lang/he/command/messages.php(+0 -2)📝
lang/hi/command/messages.php(+0 -2)...and 24 more files
📄 Description
Remove First & Last Names for users
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.