You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
<!---
2
2
Please take a little time to submit a good issue. It makes our life easier and the issue will be resolved quicker.
3
3
4
+
!!! GitHub is NOT the place for difficulties setting up this software. Please use it for bugs and feature requests only. If you have issues setting up the panel or the daemon visit our Discord server: https://pterodactyl.io/discord
5
+
4
6
If you are submitting a feature request please remove everything in here. Then give a detailed explanation what you want to have implemented and why that would be a good addition.
5
7
6
8
Please also try to give the issue a good title: It should summarize your issue in a few words and help us see what the issue is about in a glance. Things like "Panel is not working" do not help.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,36 @@ This file is a running track of new features and fixes to each version of the pa
3
3
4
4
This project follows [Semantic Versioning](http://semver.org) guidelines.
5
5
6
+
## v0.7.7 (Derelict Dermodactylus)
7
+
### Fixed
8
+
* Fixes an issue with the sidebar logo not working correctly in some browsers due to the CSS being assigned.
9
+
10
+
### Added
11
+
* Added a new client API endpoint for gathering the utilization stats for servers including disk, cpu, and memory. `GET /api/client/servers/<id>/utilization`
12
+
* Added validation to variable validation rules to validate that the validation rules are valid because we heard you like validating your validation.
13
+
14
+
## v0.7.6 (Derelict Dermodactylus)
15
+
### Fixed
16
+
* Fixes a UI error when attempting to change the default Nest and Egg for an existing server.
17
+
* Correct permissions check in UI to allow subusers with permission to `view-allocations` the ability to actually see the sidebar link.
18
+
* Fixes improper behavior when marking an egg as copying the configuration from another.
19
+
* Debug bar is only checked when the app is set to debug mode in the API session handler, rather than when it is in local mode to match the plugin settings.
20
+
* Added validation to port allocations to prevent allocation of restricted or invalid ports.
21
+
* Fix data integrity exception thrown when attempting to store updated server egg variables.
22
+
* Added missing permissions check on 'SFTP Configuration' page to ensure user has permission to access a server's SFTP server before showing a user credentials.
23
+
24
+
### Added
25
+
* Added ability for end users to change the name of their server through the UI. This option is only open to the server owner or an admin.
26
+
* Added giant warning message if you attempt to change an encryption key once one has been set.
27
+
28
+
### Changed
29
+
* Panel now throws proper 504: Gateway Timeout errors on server listing when daemon is offline.
30
+
* Sessions handled through redis now use a seperate database (default `1`) to store session database to avoid logging users out when flushing the cache.
31
+
* File manager UI improved to be clearer with buttons and cleaner on mobile.
32
+
* reCAPTCHA's secret key position swapped with website key in advanced panel settings to be consistent with Google's reCAPTCHA dashboard.
33
+
* Changed DisplayException to handle its own logging correctly and check if the previous exception is marked as one that should not be logged.
34
+
* Changed 'New Folder' modal in file manager to include a trailing slash.
35
+
6
36
## v0.7.5 (Derelict Dermodactylus)
7
37
### Fixed
8
38
* Fixes application API keys being created as a client API key.
0 commit comments