Devonte
Devonte
### Current Behavior When requesting the `/api/application/nests//eggs` endpoint (and the specific egg endpoint) the egg model returned has an inconsistent object type with the "files" field in the egg config....
The `oom_disabled` property for the store server request was never validated and passed to the server creation service, meaning that servers created via the API always had the OOM killer...
This PR fixes issues present in `v1.8.x` and `v1.9.x` with upgrading the panel frontend files, as well as implements a backup system for the current version that users can rollback...
### 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...
Currently a lot of the required and optional environment variables for the panel are not documented, it would be good to have a page providing information on all available variables.
### Current Behavior When creating or updating a subuser via the API, the `permissions` field will accept any value, regardless of whether it is a valid permission or not. ###...
When following the [building panel assets](https://pterodactyl.io/community/customization/panel.html) guide in the documentation, users are likely to encounter a crypto/hashing error if they use NodeJS v15 or above. The documentation should specify setting...
Thank you Prime for your review of the lexer, I'm happy you were able to pick up Crystal relatively quickly. I originally based it on the TypeScript version which threw...
### Does this expand an already existing service No ### Link to a game or software https://crystal-lang.org/ ### Links for the download https://github.com/crystal-lang/crystal ### Links for the install docs https://crystal-lang.org/install/
This PR adds bindings for Duktape to Crystal on Windows, this requires changing the use of Make to a more compatible solution: I've gone with [Just](https://github.com/casey/just) which is well-made and...