summaryrefslogtreecommitdiff
path: root/frontend/app/download
Commit message (Collapse)AuthorAgeFilesLines
* Implement path-based downloads with blob redirect systemdiogo4642025-08-131-0/+37
- Add fctdrive stat command to get blob IDs from paths - Add Drive_stat function to drive_server.ts for backend integration - Create /download/[...path] endpoint that redirects to /blob/{blobId} - Update UI file links to use /download/ paths instead of direct blob links - Update permalinks to use immutable /blob/{blobId} URLs - Fix host preservation in redirects for remote access 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>