Skip to content

Commit a5577f0

Browse files
authored
Merge pull request pterodactyl#334 from Pterodactyl/feature/admin-retheme
This PR purposely leaves out services from the Admin CP as they will be re-implemented in another branch due to the sheer amount of code that needs to be adjusted and worked with.
2 parents 500cf7f + 5bf2e26 commit a5577f0

File tree

68 files changed

+4950
-3397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+4950
-3397
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ This file is a running track of new features and fixes to each version of the pa
33

44
This project follows [Semantic Versioning](http://semver.org) guidelines.
55

6+
## v0.6.0-pre.5 (Courageous Carniadactylus)
7+
### Changed
8+
* New theme applied to Admin CP. Many graphical changes were made, some data was moved around and some display data changed. Too much was changed to feasibly log it all in here. Major breaking changes or notable new features will be logged.
9+
* New server creation page now makes significantly less AJAX calls and is much quicker to respond.
10+
* Server and Node view pages wee modified to split tabs into individual pages to make re-themeing and modifications significantly easier, and reduce MySQL query loads on page.
11+
12+
### Fixed
13+
* Fixes potential bug with invalid CIDR notation (ex: `192.168.1.1/z`) when adding allocations that could cause over 4 million records to be created at once.
14+
* `[pre.4]` — Fixes bug preventing server updates from occurring by the system due to undefined `Auth::user()` in the event listener.
15+
* `[pre.4]` — Fixes `Server::byUuid()` caching to actually clear the cache for *all* users, rather than the logged in user by using cache tags.
16+
17+
### Added
18+
* Ability to assign multiple allocations at once when creating a new server.
19+
20+
### Deprecated
21+
* Old API calls to `Server::create` will fail due to changed data structure.
22+
* Many old routes were modified to reflect new standards in panel, and many of the controller functions being called were also modified. This shouldn't really impact anyone unless you have been digging into the code and modifying things.
23+
624
## v0.6.0-pre.4 (Courageous Carniadactylus)
725
### Fixed
826
* `[pre.3]` — Fixes bug in cache handler that doesn't cache against the user making the request. Would have allowed for users to access servers not belonging to themselves in production.

0 commit comments

Comments
 (0)