[PR #1723] [MERGED] Allow clipboard.writeText without HTTPS #1546

Closed
opened 2026-02-05 18:17:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1723
Author: @rmartinoscar
Created: 9/19/2025
Status: Merged
Merged: 9/24/2025
Merged by: @rmartinoscar

Base: mainHead: fix/CopyableOnHttp


📝 Commits (2)

📊 Changes

13 files changed (+45 additions, -55 deletions)

View changed files

📝 app/Filament/Admin/Resources/ApiKeys/ApiKeyResource.php (+1 -1)
📝 app/Filament/Admin/Resources/DatabaseHosts/Pages/CreateDatabaseHost.php (+2 -2)
📝 app/Filament/Admin/Resources/Servers/Pages/EditServer.php (+2 -2)
📝 app/Filament/App/Resources/Servers/Pages/ListServers.php (+1 -1)
📝 app/Filament/Server/Components/SmallStatBlock.php (+3 -19)
📝 app/Filament/Server/Pages/Settings.php (+2 -2)
📝 app/Filament/Server/Resources/Databases/DatabaseResource.php (+5 -5)
📝 app/Filament/Server/Widgets/ServerOverview.php (+2 -16)
📝 app/Providers/AppServiceProvider.php (+1 -1)
📝 lang/en/server/dashboard.php (+0 -2)
📝 resources/js/app.js (+17 -0)
📝 resources/views/filament/components/server-console.blade.php (+1 -1)
📝 resources/views/filament/components/server-small-data-block.blade.php (+8 -3)

📄 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/1723 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 9/19/2025 **Status:** ✅ Merged **Merged:** 9/24/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/CopyableOnHttp` --- ### 📝 Commits (2) - [`cbcb873`](https://github.com/pelican-dev/panel/commit/cbcb87335b1076993d0898729a33bcbdf515e154) Allow clipboard.writeText without HTTPS - [`1e34fc3`](https://github.com/pelican-dev/panel/commit/1e34fc3963e0be2bd421203303147850dba71d9e) Cleanup ### 📊 Changes **13 files changed** (+45 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ApiKeys/ApiKeyResource.php` (+1 -1) 📝 `app/Filament/Admin/Resources/DatabaseHosts/Pages/CreateDatabaseHost.php` (+2 -2) 📝 `app/Filament/Admin/Resources/Servers/Pages/EditServer.php` (+2 -2) 📝 `app/Filament/App/Resources/Servers/Pages/ListServers.php` (+1 -1) 📝 `app/Filament/Server/Components/SmallStatBlock.php` (+3 -19) 📝 `app/Filament/Server/Pages/Settings.php` (+2 -2) 📝 `app/Filament/Server/Resources/Databases/DatabaseResource.php` (+5 -5) 📝 `app/Filament/Server/Widgets/ServerOverview.php` (+2 -16) 📝 `app/Providers/AppServiceProvider.php` (+1 -1) 📝 `lang/en/server/dashboard.php` (+0 -2) 📝 `resources/js/app.js` (+17 -0) 📝 `resources/views/filament/components/server-console.blade.php` (+1 -1) 📝 `resources/views/filament/components/server-small-data-block.blade.php` (+8 -3) </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-05 18:17:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1546