What's Changed
Note: This Beta release includes a configuration change:
auth.method
is now deprecated. This is done to allow multiple login methods at once. Auth methods are specified viaauth.methods
instead. see example on the wiki. If you don't update your config, you'll see a warning and it will default to password method.
New Features:
- Upload progress notification #303
- proxy auth auto create user when
auth.methods.proxy.createUser: true
while using proxy auth.
Notes:
- Context menu positioning tweaks.
- using /tmp cachedir is disabled by default, cache dir can be specified via
server.cacheDir: /tmp
to enable it. #326
Bugfixes:
- Gracefully shutdown to protect database. #317
- validates auth method provided before server startup.
- fix sidebar disk space usage calculation. #315
- Fixed proxy auth header support (make sure your proxy and server are secure!). #322
Full Changelog: v0.4.2-beta...v0.5.0-beta