Skip to content

Releases: hacdias/webdav

v5.6.0

11 Dec 17:50
v5.6.0
Compare
Choose a tag to compare

Changelog

  • 79bc17a feat: add support for systemd listener activation sockets

v5.5.0

07 Dec 11:14
v5.5.0
Compare
Choose a tag to compare

Changelog

v5.4.4

28 Nov 16:06
v5.4.4
Compare
Choose a tag to compare

Changelog

  • ca7f337 chore: update dependencies
  • 64bbdc7 fix: error if rule has no regex or path

v5.4.3

19 Nov 17:13
v5.4.3
Compare
Choose a tag to compare

Changelog

  • d418bd2 fix: Pass ExposedHeaders to cors.New

v5.4.2

21 Oct 06:44
v5.4.2
Compare
Choose a tag to compare

Changelog

  • d500716 fix: spoofing of X-Forwarded-For

v5.4.1

20 Oct 07:16
v5.4.1
Compare
Choose a tag to compare

Changelog

  • 8c49af0 fix: environment parsing for username

v5.4.0

12 Oct 12:55
v5.4.0
a5777e1
Compare
Choose a tag to compare

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

25 Aug 13:23
v5.3.0
4e87e6a
Compare
Choose a tag to compare

Changelog

v5.2.0

21 Aug 16:24
v5.2.0
63449f1
Compare
Choose a tag to compare

Changelog

  • 63449f1 fix: check permissions at copy/move source and destination (#181)
  • 4ad26da ci: use go 1.23
  • 623bbc9 chore: update dependencies

v5.1.0

01 Aug 20:02
v5.1.0
Compare
Choose a tag to compare

Changelog

  • feeb33d docs: add note about noSniff
  • d3bee98 feat: allow disabling password check for delegated authentication
  • 373b2ec docs: fix nginx configuration