Skip to content

v2.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 17:32
· 392 commits to main since this release
a503fea

New Features

  • WebClient: show user quota.
  • WebAdmin: don't show hidden deny policy for allowed patterns to avoid confusing users.
  • WebAdmin: sanitize more user inputs before validation such as leading and trailing slashes in key_prefix and trimming white spaces.
  • EventManager: add email field placeholder.
  • EventManager: allow to set bcc field in email actions.
  • File patterns: evaluate allowed filters before the denied ones.
  • Added support for verifying sha256/sha512 passwords hash. This simplifies the migration of users from some proprietary products.
  • APT repo: added Debian 12 "bookworm" .

Bug Fixes

  • WebClient: fixed sorting by size in file manager.
  • WebUI: fix disclaimer path.

Backward incompatible changes

  • Removed per-source data transfer limits: this was an oversight, it never worked.
  • Docker: remove Distroless based images. More details here.
  • Docker: remove CAP_NET_BIND_SERVICE from the sftpgo binary.