• v0.8.1 77a0263c70

    v0.8.1
    All checks were successful
    CI / frontend (push) Successful in 25s
    CI / backend (push) Successful in 46s
    Release / docker (push) Successful in 57s
    Stable

    nhpro released this 2026-07-15 23:23:22 +02:00 | 129 commits to main since this release

    Folder upload

    Upload entire folders while preserving their directory structure.

    • Two entry points: an "Importer un dossier" item (sidebar "Nouveau" menu and the empty-area
      right-click menu) using a directory picker, plus drag & drop of folders onto the drive.
    • The client recreates each distinct directory once (ancestors first, sequentially to avoid racing
      on shared parents), then uploads each file into its folder via the existing resumable/chunked flow.

    Backend

    • New idempotent POST /file/folder-path: creates a folder chain (reusing existing folders) and
      returns the leaf — safe under concurrency; a segment colliding with an existing file is a conflict.

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

    Downloads