Fix data integrity exception, closes #922

This commit is contained in:
Dane Everitt 2018-02-10 14:01:49 -06:00
parent e1d6980c0b
commit cfb7415e2a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 116 additions and 5 deletions

View file

@ -8,6 +8,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* `[rc.2]` — Fixes bad API behavior on `/user` routes.
* `[rc.2]` — Fixes Admin CP user editing resetting a password on users unintentionally.
* `[rc.2]` — Fixes bug with server creation API endpoint that would fail to validate `allocation.default` correctly.
* `[rc.2]` — Fix data integrity exception occuring due to invalid data being passed to server creation service on the API.
### Added
* Added ability to search the following API endpoints: list users, list servers, and list locations.