Filemanager cleanup

This commit is contained in:
Dane Everitt 2018-03-08 21:30:07 -06:00
parent 5839034e8f
commit 3a5d21f455
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 58 additions and 33 deletions

View file

@ -12,6 +12,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Changed
* Panel now throws proper 504: Gateway Timeout errors on server listing when daemon is offline.
* Sessions handled through redis now use a seperate database (default `1`) to store session database to avoid logging users out when flushing the cache.
* File manager UI improved to be clearer with buttons and cleaner on mobile.
## v0.7.5 (Derelict Dermodactylus)
### Fixed