Skip to content

Commit e688468

Browse files
committed
Push updated server views
1 parent 9a14cb5 commit e688468

File tree

17 files changed

+1222
-753
lines changed

17 files changed

+1222
-753
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
77
### Changed
88
* 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.
99
* 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.
1014

1115
### Added
1216
* Ability to assign multiple allocations at once when creating a new server.
1317

1418
### Deprecated
1519
* Old API calls to `Server::create` will fail due to changed data structure.
20+
* 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.
1621

1722
## v0.6.0-pre.4 (Courageous Carniadactylus)
1823
### Fixed

0 commit comments

Comments
 (0)