• v0.7.1 c93a05cc40

    v0.7.1
    All checks were successful
    CI / frontend (push) Successful in 22s
    CI / backend (push) Successful in 40s
    Release / docker (push) Successful in 46s
    Stable

    nhpro released this 2026-07-15 19:24:01 +02:00 | 141 commits to main since this release

    OrionDrive v0.7.1 — SSO group mapping

    Map your identity provider's groups/roles to OrionDrive groups automatically at login:

    • New [OIDC] GroupsClaim setting (default 'groups') picks the ID-token claim carrying the user's groups/roles — e.g. 'groups' (Keycloak) or 'roles' (Authentik). Accepts an array of strings or a single string. Make sure the matching scope is requested.
    • Each OrionDrive group now has an 'SSO groups' field (comma-separated), editable in the admin panel (Groupes).
    • At login the user is assigned to the first group whose mapping matches one of their SSO groups, and this is re-synced on every login (SSO is the source of truth when a mapping matches; the group is left unchanged when nothing maps, so manual assignments to un-mapped groups are preserved).

    Binaries: linux/macOS/windows × amd64/arm64. Verify with checksums.txt.

    Downloads
  • v0.7.0 8b6da24801

    v0.7.0
    All checks were successful
    CI / frontend (push) Successful in 25s
    CI / backend (push) Successful in 39s
    Release / docker (push) Successful in 47s
    Stable

    nhpro released this 2026-07-15 19:07:31 +02:00 | 142 commits to main since this release

    OrionDrive v0.7.0 — Milestone 9 (Admin), first slice

    New admin panel, gated by admin access (bootstrap via [System] AdminEmails, or a group's admin permission):

    • Dashboard: users, files, storage used, shares, groups, policies.
    • Users: change a user's group, ban / reactivate.
    • Groups: create / edit / delete — quota, download speed limit, share & admin permissions, storage policy, with member counts.
    • Storage policies: list, create (local / S3 / remote), delete — with guards (can't delete a policy still in use, or the default group).
      Reachable from a shield icon in the top bar (admins only) at /admin.

    Bootstrap: set OD_CONF_System_AdminEmails=you@example.com (or [System] AdminEmails) to grant yourself admin.
    Still pending in M9: cron, SMTP / email templates, richer statistics.

    Binaries: linux/macOS/windows × amd64/arm64. Verify with checksums.txt.

    Downloads
  • v0.6.11 356247779c

    v0.6.11
    All checks were successful
    CI / frontend (push) Successful in 21s
    CI / backend (push) Successful in 41s
    Release / docker (push) Successful in 52s
    Stable

    nhpro released this 2026-07-15 18:45:57 +02:00 | 144 commits to main since this release

    OrionDrive v0.6.11

    The right-hand details panel now shows the file's real thumbnail (image/video/audio/PDF/… via /file/thumb), with an icon fallback. It previously showed only a placeholder.

    Binaries: linux/macOS/windows × amd64/arm64. Verify with checksums.txt.

    Downloads
  • v0.6.10 3daf93e261

    v0.6.10
    All checks were successful
    CI / frontend (push) Successful in 21s
    CI / backend (push) Successful in 40s
    Release / docker (push) Successful in 47s
    Stable

    nhpro released this 2026-07-15 18:41:05 +02:00 | 145 commits to main since this release

    OrionDrive v0.6.10

    Sharing improvements:

    • Purging a file now also removes its share links and direct links — no more orphaned shares pointing at a deleted file.
    • Existing shares are editable from the 'Mes partages' tab (pencil icon): set/change/remove the password, change or clear the expiry, and change or clear the download limit.

    Binaries: linux/macOS/windows × amd64/arm64. Verify with checksums.txt.

    Downloads
  • v0.6.9 17920552e1

    v0.6.9
    All checks were successful
    CI / frontend (push) Successful in 20s
    CI / backend (push) Successful in 39s
    Release / docker (push) Successful in 46s
    Stable

    nhpro released this 2026-07-15 18:32:26 +02:00 | 146 commits to main since this release

    OrionDrive v0.6.9

    Replaces the non-functional "Partagés avec moi" tab (which merely showed your own drive root, read-only) with a working "Mes partages" tab:

    • Lists the share links you created, with the file name and type.
    • Per share: copy/open the link; password / expired / exhausted badges; views, downloads (and limit), expiry and creation date.
    • Revoke a share in one click.
      Backend: ListShares now returns each share's file name, is_dir, and expired/exhausted status.

    Binaries: linux/macOS/windows × amd64/arm64. Verify with checksums.txt.

    Downloads
  • v0.6.8 58c928dd74

    v0.6.8
    All checks were successful
    CI / frontend (push) Successful in 21s
    CI / backend (push) Successful in 41s
    Release / docker (push) Successful in 46s
    Stable

    nhpro released this 2026-07-15 18:22:47 +02:00 | 147 commits to main since this release

    OrionDrive v0.6.8

    UI: multi-selection restored.

    • Ctrl/Cmd+click toggles items in the selection; Shift+click selects a contiguous range.
    • Plain single click still selects one item and shows its details in the right panel; the panel is hidden while several items are selected. Double click still opens the full-screen preview only.

    Binaries: linux/macOS/windows × amd64/arm64. Verify with checksums.txt.

    Downloads
  • v0.6.7 df8dad61d9

    v0.6.7
    All checks were successful
    CI / frontend (push) Successful in 20s
    CI / backend (push) Successful in 40s
    Release / docker (push) Successful in 45s
    Stable

    nhpro released this 2026-07-15 18:16:46 +02:00 | 148 commits to main since this release

    OrionDrive v0.6.7

    UI/UX improvements to selection and preview:

    • Single click now selects an item and shows its details in the right-hand panel.
    • Double click opens the full-screen preview/editor only — it no longer also opens the side details panel (the two used to open together).
    • Selection simplified to a single item (Ctrl/Shift multi-select removed). Right-click selects without opening the details panel.

    Binaries: linux/macOS/windows × amd64/arm64. Verify with checksums.txt.

    Downloads
  • v0.6.6 1fd875bd0a

    v0.6.6
    All checks were successful
    CI / frontend (push) Successful in 24s
    CI / backend (push) Successful in 40s
    Release / docker (push) Successful in 45s
    Stable

    nhpro released this 2026-07-15 18:06:36 +02:00 | 149 commits to main since this release

    OrionDrive v0.6.6 — Milestone 6 (thumbnails) complete

    New thumbnail generators, each optional (used only if the tool is installed):

    • libvips: extended image formats — HEIC, AVIF, TIFF, WebP, JXL, JP2, BMP
    • LibRaw: camera RAW previews — CR2/CR3, NEF, ARW, DNG, RAF, ORF, RW2, ...
    • LibreOffice + poppler: Office/ODF documents and PDF (LibreOffice is opt-in; add it to the image to enable)

    The file grid now shows thumbnails for these types too, with a graceful icon fallback on 404.
    The Docker image bundles ffmpeg + vips + libraw + poppler (LibreOffice not by default, ~800 MB).
    Verified in-container: vips (webp->jpg), poppler (pdf), LibreOffice (rtf->pdf->jpg).

    Binaries: linux/macOS/windows × amd64/arm64. Verify with checksums.txt.

    Downloads
  • v0.6.5 9e584046fd

    v0.6.5
    All checks were successful
    CI / frontend (push) Successful in 1m4s
    CI / backend (push) Successful in 1m25s
    Release / docker (push) Successful in 1m1s
    Stable

    nhpro released this 2026-07-15 17:21:39 +02:00 | 150 commits to main since this release

    OrionDrive v0.6.5

    Fixes:

    • Online Office editing (WOPI / OnlyOffice) now works. The editor is launched via an auto-submitting WOPI form POST hosted in an iframe — a plain GET on the OnlyOffice action URL returns 'Cannot GET' (404), which was the bug. EditURLTemplate now also supports a {type} placeholder (word/cell/slide) so .docx/.xlsx/.pptx each open in the correct editor. Verified with OnlyOffice, JWT on and off.

    Binaries: linux/macOS/windows × amd64/arm64. Verify with checksums.txt.

    Downloads
  • v0.6.4 d920a6857e

    v0.6.4
    All checks were successful
    CI / frontend (push) Successful in 21s
    CI / backend (push) Successful in 39s
    Release / docker (push) Successful in 44s
    Stable

    nhpro released this 2026-07-13 17:25:03 +02:00 | 151 commits to main since this release

    OrionDrive v0.6.4

    Fixes:

    • Downloading a large file from a share link now works. The public share page validated the link by fetching the whole file, which stalled for large files; it now uses a lightweight check (HTTP 204) and downloads via a plain browser navigation. This also fixes double-counting of downloads against a share's download limit.

    Binaries: linux/macOS/windows × amd64/arm64. Verify with checksums.txt.

    Downloads