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: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,24 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
8
8
### Added
9
9
* Foreign keys are now enabled on all tables that the panel makes use of to prevent accidental data deletion when associated with other tables.
10
10
* Javascript changes to prevent crashing browsers when large quantities of data are sent over the websocket to the console. Includes a small popover message on the console to alert users that it is being throttled.
11
+
* Support for 'ARK: Survival Evolved' servers through the panel.
12
+
13
+
### Fixed
14
+
* Fixes bug where resetting a user password through the login form would not hold passwords to the same requirements as the rest of the panel (mixed case and at least one numeric character).
* Fixes bug where no error would be displayed when adding a new server with an invalid owner email.
17
+
* Fixes a bug that could allow an admin to delete the default allocation for a server causing all sorts of issues.
18
+
* Databases assigned to a server are now actually deleted when a server is removed.
19
+
* Fixes file uploads being improperly throttled.
11
20
12
21
### Changed
13
22
* Servers are now queued for deletion to allow for cancellation of deletion, as well as run in the background to speed up page loading.
14
23
* Switched to new graphing library to make graphs less... broken.
24
+
* Rebuild triggers are only sent to the node if there is actually something changed that requires a rebuild.
25
+
* Dependencies are now hard-coded into the `composer.json` file to prevent users installing slightly different versions with different features or bugs.
26
+
* Server related tasks now use the lowest priorty queue to prevent clogging the pipes when there are more important tasks to be run by the panel.
27
+
* Decompressing files now shows a pop-over box that does not dismiss until it is complete.
28
+
* Dates displayed in the file manager are now more user friendly.
15
29
16
30
### Removed
17
31
* Removed online player listing due to inconsistency in query library and an assortment of query related bugs. This will return in future versions when we get it working correctly.
0 commit comments