mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1215] [CLOSED] Add option to change server icon #1254
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/1215
Author: @privt00
Created: 4/4/2025
Status: ❌ Closed
Base:
main← Head:feat/option-to-use-server-icons-for-servers📝 Commits (3)
ae21fd2Add option to change server icon1ea38faPint00e2766Update app/Http/Requests/Api/Client/Servers/Settings/AvatarServerRequest.php📊 Changes
13 files changed (+165 additions, -1 deletions)
View changed files
📝
app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php(+8 -0)📝
app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php(+9 -0)📝
app/Filament/Server/Pages/Settings.php(+47 -0)📝
app/Filament/Server/Resources/UserResource.php(+2 -0)📝
app/Filament/Server/Resources/UserResource/Pages/ListUsers.php(+3 -0)📝
app/Http/Controllers/Api/Client/Servers/SettingsController.php(+23 -0)➕
app/Http/Requests/Api/Client/Servers/Settings/AvatarServerRequest.php(+31 -0)📝
app/Models/Permission.php(+2 -0)📝
app/Models/Server.php(+9 -1)➕
database/migrations/2025_04_03_212128_add_avatar_column_servers.php(+28 -0)📝
lang/en/activity.php(+1 -0)📝
lang/en/server/users.php(+1 -0)📝
routes/api-client.php(+1 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.