[PR #950] [MERGED] Fix CopyAction & Add to Server Settings page #1079

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/950
Author: @rmartinoscar
Created: 1/26/2025
Status: Merged
Merged: 1/27/2025
Merged by: @rmartinoscar

Base: mainHead: fix/CopyActions


📝 Commits (2)

  • d99b567 Fix & Add to Server Settings page
  • ce3edaf Add request()->isSecure()

📊 Changes

7 files changed (+19 additions, -16 deletions)

View changed files

📝 app/Extensions/OAuth/Providers/DiscordProvider.php (+1 -1)
📝 app/Extensions/OAuth/Providers/GithubProvider.php (+1 -1)
📝 app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php (+3 -3)
📝 app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php (+3 -3)
📝 app/Filament/Server/Pages/Settings.php (+5 -2)
📝 app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php (+4 -4)
📝 app/Livewire/Installer/Steps/QueueStep.php (+2 -2)

📄 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/950 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 1/26/2025 **Status:** ✅ Merged **Merged:** 1/27/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/CopyActions` --- ### 📝 Commits (2) - [`d99b567`](https://github.com/pelican-dev/panel/commit/d99b567e9eca75987edd3dd42380c341e103ecdf) Fix & Add to Server Settings page - [`ce3edaf`](https://github.com/pelican-dev/panel/commit/ce3edaf1519edec2db270add8987b0d43c71f055) Add `request()->isSecure()` ### 📊 Changes **7 files changed** (+19 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `app/Extensions/OAuth/Providers/DiscordProvider.php` (+1 -1) 📝 `app/Extensions/OAuth/Providers/GithubProvider.php` (+1 -1) 📝 `app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php` (+3 -3) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php` (+3 -3) 📝 `app/Filament/Server/Pages/Settings.php` (+5 -2) 📝 `app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php` (+4 -4) 📝 `app/Livewire/Installer/Steps/QueueStep.php` (+2 -2) </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:15:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1079