Skip to content

Release Notes

1.1.2 (2026-03-09)

Features

  • Make password validators configurable via environment (7c6221c)
  • Match container uid/gid with host (aae283e)

Bug Fixes

  • Encode Content-Disposition filename using RFC 5987 (ab77812)
  • Enforce dataroom document visibility for downloads (739cde3)
  • Enforce default authenticated access for DRF views (4ffa818)
  • fix None puid and pgid (61db674)
  • fix security headers in nginx (d07aff7)
  • Secure upload/download handlers against path traversal (6b152ca)
  • Use list-form check_call to avoid shell interpretation (0d5e996)
  • Validate content ownership in dataroom add-content endpoint (5993994)

1.1.1 (2026-03-06)

Features

  • Add download action to documents list item dropdown menu (5960eeb)
  • Add file request feature to portal features (f1bd2b6)
  • Add new 'copy document' functionality, enabling users to duplicate their documents (2a1894d)
  • Force file download by setting Content-Disposition header (60cbae8)

Bug Fixes

  • Allow multiple users to create same-named folders (7eceaa3)
  • Reorder functions to prevent initialization error in DocumentsPage (9917fe5)

1.1.0 (2026-02-18)

Features

  • Add Docs link to header navigation bar (ae9ddf9)
  • Add 'File Requests' Feature: Share Upload Link for Collecting Files from Users (#118) (#119)
  • Implement Release Please workflow for automated releases (b89d92c)

Bug Fixes

  • Ensure atomic transaction for file upload finalization (445f2b6)

1.0.0

Core Features

Document & Folder Management

  • CRUD Operations: Manage documents and folders.
  • Robust Uploading: Drag-and-drop files or folders, with auto-handling for duplicates.
  • Bulk Actions: Select and act on multiple items.
  • Starred Items: Favorite items for quick access.
  • Sorting: Sort by name or size.

Datarooms

  • Secure Datarooms: Group documents and folders for organized sharing.
  • Flexible Content: Add items to multiple folders, with per-dataroom renaming.
  • Folder Structure: Create nested folders within datarooms.

Secure Sharing & Access Control

  • Shareable Links: Generate secure links for documents or datarooms.
  • Link Settings: Control access with passwords, expiration dates, download permissions, and an active/inactive toggle.
  • Viewer Identification: Require email for access, with optional email verification.
  • Dynamic Watermarking: Protect content with watermarks using static text or dynamic variables (e.g., viewer IP/email).

Analytics & Tracking

  • Analytics Dashboard: Summarizes recent activity and active links.
  • Session Tracking: Track viewer location, device, and download activity.
  • Page-Level Analytics: Monitor page views and duration for documents.
  • Dataroom Tracking: Track visits to items within a dataroom.

Cloud Storage Integration

  • Cloud Import: Import files from Dropbox, Google Drive, and Nextcloud.
  • OAuth2 Connections: Securely manage cloud accounts.

Administration & Management

  • Admin Panel: Manage system-wide settings and users.
  • User Management: Full CRUD for organization users.
  • Login Auditing: Track user login events.
  • Storage Quotas: Enforce per-user storage limits.