Daniel Barton

Results 21 issues of Daniel Barton

### Current Behavior In the nodes settings page the current value of Maintenance Mode is set to the value of Behind Proxy when the form is submitted. This is due...

bug

Pass correct value to old() to stop Maintenance Mode from defaulting to the value of Behind Proxy Fixes #4926

Uses the functions available in filepath to test for, and resolve relative paths to the wings config file. Note that filepath.Abs() also calls Clean on the result so a separate...

This PR alters the "Configuration File Not Found" to use the DefaultLocation variable instead of a hard coded value in the message.

Line breaks in environment variables in caddy fpm configs don't support the \n notation. This was causing PHP to set `upload_max_filesize` to `100M \n post_max_size = 100M`. This lead to...

This PR changes the order of operations when loading the config.yml Currently when wings starts up, it starts with an empty Configuration struct that is then filled with the defaults...

Adds 7zip to the list of mime types for `isArchiveType()` to allow users to use the menu to decompress .7z files. No additional support is required on the wings end...

### Current Behavior Wings currently mishandles stop signals in a number of ways. ## ^C isn’t actually ^C ^C should issue a SIGINT to the container (as per convention and...

bug

Correct the sorting order so that directories are at the beginning as intended. The current code incorrectly places directories at the end of the list. Resolves: https://github.com/pterodactyl/panel/issues/5078 Before change: https://ptero.co/joqelihiti.json...

Rebase of https://github.com/pterodactyl/panel/pull/4709 that was based on the wrong branch Thank you to the original contributor