-
v0.8.1
Stablereleased this
2026-07-15 23:23:22 +02:00 | 129 commits to main since this releaseFolder 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Two entry points: an "Importer un dossier" item (sidebar "Nouveau" menu and the empty-area