Add ability to add a location via the CLI.

closes #242
This commit is contained in:
Dane Everitt 2017-01-13 23:16:57 -05:00
parent d1e5253ca1
commit 4979811885
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 77 additions and 1 deletions

View file

@ -8,7 +8,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* Remote routes for daemon to contact in order to allow Daemon to retrieve updated service configuration files on boot. Centralizes services to the panel rather than to each daemon.
* Basic service pack implementation to allow assignment of modpacks or software to a server to pre-install applications and allow users to update.
* Users can now have a username as well as client name assigned to their account.
* Ability to create a node through the CLI using `pterodactyl:node`.
* Ability to create a node through the CLI using `pterodactyl:node` as well as locations via `pterodactyl:location`.
### Fixed
* Bug causing error logs to be spammed if someone timed out on an ajax based page.