Files
zpan/docs/roadmap/v2.3.md
T
saltbo 8dcce94f7c docs: reorder roadmap — prioritize auth and teams over image bed
Move Auth & Access (social login, OIDC, invite codes) to v2.1 and Teams
to v2.2, shifting Sharing, Image Bed, and Branding to v2.3–v2.5. Remove
completed items (Drizzle migration, SVAR replacement) from Image Bed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 09:49:31 -04:00

1.1 KiB

v2.3 — Sharing

A complete file sharing system with direct links, access controls, and a share management dashboard.

Major Features

  • Generate share links for any file or folder
  • Direct link / raw URL — the file itself, no landing page, perfect for embedding
  • Share landing page with file preview and download button
  • Manage all shares from a dashboard (list, edit, revoke)

Access Controls

  • Password-protected shares
  • Expiration date on shares
  • Download count limits (e.g. allow 100 downloads then expire)
  • View and download counters

User Scenarios

Developer distributing a release:

I drag the binary into ZPan, click "Share", copy the direct link, and paste it into the GitHub release notes. Anyone can download it without signing up.

Designer sharing assets with a client:

I upload mockups, create a password-protected share link with a 7-day expiration, and send it to the client. After 7 days the link stops working.

v1 Issues Resolved

  • #196 Direct link sharing
  • #206 Enhanced sharing (password, expiration, download limits)