FQDN support for allocations, and JS bug fix.
This commit is contained in:
parent
176d92176e
commit
ad906e0680
3 changed files with 51 additions and 37 deletions
|
@ -12,6 +12,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
* New API endpoints for individual users to control their servers with at `/api/me/*`.
|
||||
* Typeahead support for owner email when adding a new server.
|
||||
* Scheduled command to clear out task log every month (configurable timespan).
|
||||
* Support for allocating a FQDN as an allocation (panel will convert to IP and assign the FQDN as the alias automatically).
|
||||
|
||||
### Changed
|
||||
* Creating a user, server, or node now returns `HTTP/1.1 200` and a JSON element with the user/server/node's ID.
|
||||
|
@ -23,6 +24,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
### Fixed
|
||||
* Server overview listing the location short-code as the name of the node.
|
||||
* Server task manager only sending commands every 5 minutes at the quickest.
|
||||
* Fixes additional port allocation from removing the wrong row when clicking 'x'.
|
||||
|
||||
## v0.5.0-pre.2 (Bodacious Boreopterus)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue