mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[PR #33] [MERGED] Add user server deletion capability #75
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/plugins/pull/33
Author: @zfelyx
Created: 12/21/2025
Status: ✅ Merged
Merged: 12/23/2025
Merged by: @Boy132
Base:
main← Head:feature/user-creatable-servers-delete-own-servers📝 Commits (10+)
c8bf424Add user server deletion capability9a047c5Allow admins to delete any server1a1ff7fFix null user check in DeleteServerActionccf511cremove hardcoded language9d3b020Translate success notification messages for server deletionbe5f393Merge branch 'feature/user-creatable-servers-delete-own-servers' of https://github.com/invalidfelix/plugins into feature/user-creatable-servers-delete-own-servers8836999Remove unused DeleteServerAction class.04ab1c0Remove redundant user check in canView method1065e94Update server delete permission check51ceb4fRedirect to default panel URL after server creation📊 Changes
6 files changed (+55 additions, -5 deletions)
View changed files
📝
user-creatable-servers/config/user-creatable-servers.php(+1 -0)📝
user-creatable-servers/lang/en/strings.php(+6 -0)📝
user-creatable-servers/plugin.json(+1 -1)📝
user-creatable-servers/src/Filament/Server/Pages/ServerResourcePage.php(+37 -1)📝
user-creatable-servers/src/Models/UserResourceLimits.php(+3 -3)📝
user-creatable-servers/src/UserCreatableServersPlugin.php(+7 -0)📄 Description
Introduces the ability for users to delete their own servers if permitted by configuration. Adds related configuration, language strings, UI actions, and updates resource limit logic for improved robustness. Also updates plugin settings to allow toggling this feature. #23
Summary by CodeRabbit
New Features
Bug Fixes
Documentation / Minor
✏️ Tip: You can customize this high-level summary in your review settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.