• v0.8.0 64a0771f1b

    v0.8.0
    All checks were successful
    CI / frontend (push) Successful in 22s
    CI / backend (push) Successful in 45s
    Release / docker (push) Successful in 59s
    Stable

    nhpro released this 2026-07-15 22:37:33 +02:00 | 131 commits to main since this release

    WebDAV (Milestone 8)

    Mount your OrionDrive over WebDAV and manage it from any client (Finder, Nautilus, rclone, …).

    Highlights

    • WebDAV endpoint at /dav, backed by the virtual filesystem — full PROPFIND, MKCOL,
      PUT, GET, MOVE, DELETE, OPTIONS support.
    • Dedicated credentials: each user creates WebDAV accounts (username + generated password,
      stored bcrypt-hashed), independent of the OIDC/SSO login. Optional read-only flag; passwords
      shown only once at creation. Managed from the new "Accès WebDAV" panel.
    • Toggle with [WebDAV] Enable / OD_CONF_WebDAV_Enable (on by default).

    Internals

    • filemanager: shared commitContent; new single-shot WriteFile (streamed write with
      versioning, quota and at-rest encryption) and seekable, decrypted OpenContent.

    Fixes

    • Scrollable archive-contents list in the details panel.
    • README refreshed to the current feature set.

    Docker image: git.nhsoul.fr/nhpro/orion-drive:v0.8.0 (and :latest).

    Downloads