Add ability to filter user list

This commit is contained in:
Dane Everitt 2016-12-02 18:41:52 -05:00
parent ed5b7559ec
commit 3cd0a8337f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 35 additions and 1 deletions

View file

@ -7,6 +7,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### 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.
* New button in file manager that triggers the right click menu to enable support on mobile devices and those who cannot right click (blessed be them).
* Support for filtering users when listing all users on the system.
### 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.