Downloads

1.0.0

Released on 28/01/2025.

Release notes

  • Add S3 support as storage-location
  • Update dependencies:
    • Update Spring to 3.2.5
    • Update JDK to 17
  • Add support to define custom storage location per repository (see docs)
  • Add log in and log out buttons to UI
  • Add support for POSIX access control
  • Add on-error-expression property that allows custom behavior on error (see docs)
  • Add support for uploading files (including access control)
  • Add audit logging (see docs)
  • Improve authorization by allowing independent configuration of read and write access control (see docs)
  • Improve error handling on startup:
    • Validation of storage location
    • Check the AWS credentials and required permissions when using S3
    • Disallow defining public path in private repository or path
  • Improve stability by adding integration tests
  • The configuration now uses maps instead of lists to define repositories and paths

0.1.0

Released on 23 June 2022.

Release notes

  • first public version!