panel icon indicating copy to clipboard operation
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...

Results 382 panel issues
Sort by recently updated
recently updated
newest added

### 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...

feature request

### 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...

feature request

This pr adds a search bar to the file manager. ![](https://i.mrxbox98.me/2022/01/chrome_TgUHoU8Rpf.png) 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...

feature request

### 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...

feature request

### 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([...

not confirmed

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...

feature request

### 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...

feature request

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,...