[PR #855] [MERGED] Remove First/Last Name for Users #1011

Closed
opened 2026-02-04 19:10:20 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: charles/remove-client-names


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/855 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 1/4/2025 **Status:** ✅ Merged **Merged:** 1/4/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/remove-client-names` --- ### 📝 Commits (4) - [`b58d429`](https://github.com/pelican-dev/panel/commit/b58d4295c5a0806d4b2bd80762be0cb2ef669aeb) Update Tests - [`416f17b`](https://github.com/pelican-dev/panel/commit/416f17b716736c254f4a0d47dad56e01e400829c) Update Translations - [`04af711`](https://github.com/pelican-dev/panel/commit/04af71144d396041c760aa0b035eda97b4e3d451) Add Migration - [`fefa2ef`](https://github.com/pelican-dev/panel/commit/fefa2efba49bf3218530278f3f93e58a9bcba2e7) Remove First/Last Names ### 📊 Changes **44 files changed** (+40 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Remove First & Last Names for users --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:10:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1011