[PR #1136] [MERGED] Create new description endpoint #1199

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

📋 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: mainHead: feat/settings-description


📝 Commits (7)

  • aaabfe4 Separate out description and rename api routes
  • 1d19ef2 update controller & tests
  • f7b6173 Add missing permissions
  • a70311b Merge branch 'main' into feat/settings-description
  • 4dd826e Merge branch 'main' into feat/settings-description
  • 729d246 Oops translations
  • 1769807 Cleanup

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

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1136 **Author:** [@pelican-vehikl](https://github.com/pelican-vehikl) **Created:** 3/20/2025 **Status:** ✅ Merged **Merged:** 6/7/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `feat/settings-description` --- ### 📝 Commits (7) - [`aaabfe4`](https://github.com/pelican-dev/panel/commit/aaabfe43c00f8559f8cf922b8d198166dafd9aca) Separate out description and rename api routes - [`1d19ef2`](https://github.com/pelican-dev/panel/commit/1d19ef2e08e92a963211d43c54ebd7de70edfd02) update controller & tests - [`f7b6173`](https://github.com/pelican-dev/panel/commit/f7b6173dc525a61439d0561ccac34f6fee175612) Add missing permissions - [`a70311b`](https://github.com/pelican-dev/panel/commit/a70311b7d4da068d3fbdee20910ffeab5f5912a9) Merge branch 'main' into feat/settings-description - [`4dd826e`](https://github.com/pelican-dev/panel/commit/4dd826ee1f27edd1eecd798f521ce5f00ef7ee6f) Merge branch 'main' into feat/settings-description - [`729d246`](https://github.com/pelican-dev/panel/commit/729d24680557ee879117c98d549a5d49ea4be908) Oops translations - [`1769807`](https://github.com/pelican-dev/panel/commit/1769807c68a2098af263e27ea2dd573eb06a9980) Cleanup ### 📊 Changes **7 files changed** (+59 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <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:25:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1199