mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
[PR #2076] [MERGED] Add changes from upstream #1745
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/2076
Author: @Boy132
Created: 1/6/2026
Status: ✅ Merged
Merged: 1/13/2026
Merged by: @Boy132
Base:
main← Head:boy132/upstream-changes📝 Commits (10+)
7b34f7dchange "Github" to "GitHub" for consistency768023eDisconnect SFTP/Websocket when a user is removed as a subuser34c86c7Clear allocation notes on server deletionbda9dddDon't be strict about upload size, so long as it is a positive integer5fd2c47Add throttling to resource creation endpoints1c4c68cLock the server's resource models when adding new ones5060038small fix9eca887fix tests0085fe5remove duplicatefad5868fix tests part two📊 Changes
25 files changed (+192 additions, -56 deletions)
View changed files
➕
app/Enums/ResourceLimit.php(+65 -0)📝
app/Extensions/OAuth/Schemas/GithubSchema.php(+2 -2)📝
app/Filament/Admin/Resources/Nodes/Pages/CreateNode.php(+1 -3)📝
app/Filament/Admin/Resources/Nodes/Pages/EditNode.php(+3 -3)📝
app/Http/Controllers/Api/Client/Servers/BackupController.php(+12 -6)📝
app/Http/Controllers/Api/Client/Servers/DatabaseController.php(+8 -5)📝
app/Http/Controllers/Api/Client/Servers/NetworkAllocationController.php(+11 -8)📝
app/Http/Controllers/Api/Remote/Backups/BackupRemoteUploadController.php(+1 -1)📝
app/Models/Node.php(+1 -1)📝
app/Providers/RouteServiceProvider.php(+3 -0)📝
app/Repositories/Daemon/DaemonServerRepository.php(+18 -0)📝
app/Services/Servers/DetailsModificationService.php(+1 -1)📝
app/Services/Servers/ServerDeletionService.php(+4 -1)📝
app/Services/Subusers/SubuserDeletionService.php(+1 -1)📝
app/Services/Subusers/SubuserUpdateService.php(+1 -1)📝
bootstrap/app.php(+4 -0)📝
config/backups.php(+6 -5)📝
config/http.php(+1 -1)📝
contributing.md(+1 -1)➕
database/migrations/2026_01_09_134116_clear_unused_allocation_notes.php(+25 -0)...and 5 more files
📄 Description
Requires https://github.com/pelican-dev/wings/pull/156
512cfad6bf2bd9d8badd3dd206ccf7a215f6d53409caa0d499d4580076c2🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.