add typeahead support for owner email when adding new server

closes #144
pic: http://s3.pterodactyl.io/UpPSJ.png
This commit is contained in:
Dane Everitt 2016-10-21 15:22:47 -04:00
parent f9f751b7f2
commit bef717b202
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 55 additions and 0 deletions

View file

@ -10,6 +10,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* Support for filtering servers within Admin CP to narrow down results by name, email, allocation, or defined fields.
* Setup scripts (user, mail, env) now support argument flags for use in containers and other non-terminal environments.
* New API endpoints for individual users to control their servers with at `/api/me/*`.
* Typeahead support for owner email when adding a new server.
### Changed
* Creating a user, server, or node now returns `HTTP/1.1 200` and a JSON element with the user/server/node's ID.