This repository has been archived by the owner on Jun 3, 2023. It is now read-only.
- Configuration editor added to Dashboard.
- Install.sh fixes to regexes - path replacement should work correctly now.
- Config editing API made to be enabled/disabled from configuration.
- API input validation error output fixed to return proper error messages.
- Dashboard separated to two "pages", one for status, one for cfg editing.
- Technical detail: Route templates changed to not apply GET and POST by default.
- Technical detail: POST method request support is now implemented explicitly with POSTs defined in controllers for each route instead of implicitly via a route template.
- Downsample factor of 0 is now allowed value for API (means don't downsample)