Releases: hacdias/webdav
Releases · hacdias/webdav
v5.4.2
v5.4.1
v5.4.0
Changelog
- a5777e1 chore: update dependencies
- 49a6e93 docs(readme): make fail2ban config part of the examples
- a698e31 chore: removed the the login attempt log commented line to makes the code cleaner and more focused
- 74b514c feat(authentication): enhance login failure logging and reduce log volume
- ca0bdb1 docs: add Fail2Ban configuration guide to README
- a056e1b feat(authentication): improve IP logging by extracting real client IP from X-Forwarded-For header
- 189af88 chore: omit debug information release builds (#185)
v5.3.0
v5.2.0
v5.1.0
v5.0.0
Breaking Changes
This version contains major breaking changes. Please refer to the README to check the updated configuration. Notable changes:
auth
option no longer exists and it will be inferred from the users.modify
option no longer exists and is nowpermissions
. This allows for more fine-grained customization.scope
has been renamed todirectory
.- The default port has been changed to 6065.
- The default directory (ex-scope) is now
.
(current directory). - The
regex
option in the rules is now the regular expression itself, and no longer a boolean.
Changelog
- 000f404 docs: remove dev version note
- e4a8622 docs: remove outdated SECURITY.md
- b5a3d07 feat!: fine-grained permissions
- f4de82c feat: add test for server listing characters
- ebcf500 docs: cleanup readme
- d7faa1f feat!: further log customizations
- d5e5052 feat!: rename 'scope' to 'directory'
- a255fb5 feat!: remove Auth option
- ed23ca1 feat!: change default port and scope
- e7e9c31 feat!: simplified rule with regex instead of boolean
- d373232 chore: bump version to v5
- f708664 feat: permissions, auth, rules basic tests
v4.3.3
v4.3.2
v4.3.1
Changelog
- 1e87b21 docs: improve configuration section
- 6166061 docs: install, docker, systemd instructions
- 4f8eab4 fix: config parsing keys
- 7542860 fix: panic when getting requests
- 3688420 feat: centrally defined defaults
- 47e3f6d fix: remove 'v' from version name
- 356edb8 feat: add tests for json and toml config
- b16c041 fix: add 'v' prefix to version
- dc45f32 fix: dockerfile build version