Add support for updating the daemon's configuration file automatically.

This commit is contained in:
Dane Everitt 2016-12-01 18:33:32 -05:00
parent 72ad6d5c87
commit 1eb1f96e71
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 42 additions and 3 deletions

View file

@ -4,6 +4,9 @@ This file is a running track of new features and fixes to each version of the pa
This project follows [Semantic Versioning](http://semver.org) guidelines.
## v0.5.4 (Bodacious Boreopterus)
### Added
* Changing node configuration values now automatically makes a call to the daemon and updates the configuration there. Changing daemon tokens now does not require any intervention, and takes effect immediately. SSL & Port configurations will still require a daemon reboot.
### Changed
* File uploads now account for a maximum file size that is assigned for the daemon, and gives cleaner errors when that limit is reached.
* File upload limit can now be controlled from the panel.