Sigoden Duf Versions Save

A file server that supports static serving, uploading, searching, accessing control, webdav...

v0.33.0

1 year ago

Bug Fixes

  • Cors allow-request-header add content-type (#184)
  • Hidden don't works on some files (#188)
  • Basic auth sometimes does not work (#194)

Features

  • Guess plain text encoding then set content-type charset (#186)

Refactor

  • Improve error handle (#195)

v0.32.0

1 year ago

Bug Fixes

  • Set the STOPSIGNAL to SIGINT for Dockerfile
  • Remove Method::Options auth check (#168)
  • Clear search input also clear query (#178)

Features

  • [breaking] Add option --allow-archive (#152)
  • Use env var for args (#170)
  • Hiding only directories instead of files (#175)
  • API to search and list directories (#177)
  • Support edit files (#179)
  • Support new file (#180)
  • Ui improves the login experience (#182)

v0.31.0

1 year ago

Bug Fixes

  • Auth not works with --path-prefix (#138)
  • Don't search on empty query string (#140)
  • Status code for MKCOL on existing resource (#142)
  • Panic on PROPFIND // (#144)

Features

  • Support unix sockets (#145)

v0.30.0

1 year ago

Bug Fixes

  • Hide path by ext name (#126)

Features

  • Support sort by name, mtime, size (#128)
  • Add --assets options to override assets (#134)

v0.29.0

1 year ago

Bug Fixes

  • Table row hover highlighting in dark mode (#122)

Features

  • Support ecdsa tls cert (#119)

v0.28.0

1 year ago

Bug Fixes

  • File path contains special charactors (#114)

Features

  • Add table row hover (#115)
  • Support customize http log format (#116)

v0.27.0

1 year ago

Features

  • Improve hidden to support glob (#108)
  • Adjust digest auth timeout to 1day (#110)

v0.26.0

1 year ago

Bug Fixes

  • Cors headers (#100)

Features

  • Make --path-prefix works on serving single file (#102)

v0.25.0

1 year ago

Features

  • Ui supports creating folder (#91)
  • Ui supports move folder/file to new path (#92)
  • Check permission on move/copy destination (#93)
  • Add completions (#97)
  • Limit the number of concurrent uploads (#98)

v0.24.0

1 year ago

Bug Fixes

  • Unexpect stack overflow when searching a lot (#87)

Features

  • Allow search with --render-try-index (#88)