This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Releases: micromata/dave
Releases · micromata/dave
v0.5.0
Release v0.4.0
Changelog
Added
- Add option to allow cross-site requests. Thanks @zonque
- Add ip address and general message to enable brute force detection
Changed
- Updated dependencies
Hej Dave! v0.3.0
Renamed the project from swd to dave
Release v0.2.1
Changelog
Added
- Error logging with configuration options and default parameters
Release v0.2.0
This release resolves the first github issue of swd! 🎉
Notable changes
Changed
- #1 Replaced
config.yaml
withconfig-sample.yaml
. - Replace default console output with timestamped log messages.
Release v0.1.0
This first release contains the following features:
- Single binary that runs under Windows, Linux and OSX.
- Authentication via HTTP-Basic.
- TLS support - if needed.
- A simple user management which allows user-directory-jails as well as full admin access to all subdirectories.
- Live config reload to allow editing of users without downtime.
- A cli tool to generate BCrypt password hashes.