panel
panel copied to clipboard
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while ex...
### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...
### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...
This pr adds a search bar to the file manager.  closes https://github.com/pterodactyl/panel/issues/3503
### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...
### Is there an existing feature request for this? - [x] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...
### Current Behavior Endpoint: /api/application/nodes/X Object "maintenance_mode" is ignored on PATCH request ### Expected Behavior The endpoint should accept "maintenance_mode" update Solution: Add 'maintenance_mode' to /app/Http/Requests/Api/Application/Nodes/StoreNodeRequest.php return collect($rules ?? Node::getRules())->only([...
Added back UptimeDuration for starting/stopping container. That was removed in v1.9.0
### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...
### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...
This close #4280 by removing the validation of file type. Based in a [note ](https://developer.mozilla.org/en-US/docs/Web/API/File/type) about File.type this property only work for a few files like normal text or images,...