support for server filtering

closes #125
This commit is contained in:
Dane Everitt 2016-10-12 17:12:27 -04:00
parent 84a4c8b7f4
commit 649b18c8d1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 48 additions and 3 deletions

View file

@ -7,6 +7,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Added
* Return node configuration from remote API by using `/api/nodes/{id}/config` endpoint. Only accepts SSL connections.
* Support for filtering servers within Admin CP to narrow down results by name, email, allocation, or defined fields.
### Changed
* Creating a user, server, or node now returns `HTTP/1.1 200` and a JSON element with the user/server/node's ID.