mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1136] [MERGED] Create new description endpoint #1199
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/1136
Author: @pelican-vehikl
Created: 3/20/2025
Status: ✅ Merged
Merged: 6/7/2025
Merged by: @lancepioch
Base:
main← Head:feat/settings-description📝 Commits (7)
aaabfe4Separate out description and rename api routes1d19ef2update controller & testsf7b6173Add missing permissionsa70311bMerge branch 'main' into feat/settings-description4dd826eMerge branch 'main' into feat/settings-description729d246Oops translations1769807Cleanup📊 Changes
7 files changed (+59 additions, -18 deletions)
View changed files
📝
app/Http/Controllers/Api/Client/Servers/SettingsController.php(+23 -10)➕
app/Http/Requests/Api/Client/Servers/Settings/DescriptionServerRequest.php(+30 -0)📝
app/Http/Requests/Api/Client/Servers/Settings/RenameServerRequest.php(+0 -1)📝
app/Models/Permission.php(+3 -1)📝
lang/en/server/users.php(+2 -1)📝
routes/api-client.php(+1 -0)📝
tests/Integration/Api/Client/Server/SettingsControllerTest.php(+0 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.