summaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* cli: use depth of 1 for blob storediogo4642025-08-141-1/+1
|
* cli: use depth of 2 for blob storediogo4642025-08-141-1/+1
|
* cli: fixed import blob storage path problemdiogo4642025-08-131-1/+1
|
* cli: added drive-size subcommanddiogo4642025-08-131-0/+16
|
* cli: added directory sizesdiogo4642025-08-131-2/+24
|
* Implement path-based downloads with blob redirect systemdiogo4642025-08-131-0/+20
| | | | | | | | | | | | | - 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]>
* cli: removed create-file commanddiogo4642025-08-121-51/+0
|
* cli: added type filter to ls commanddiogo4642025-08-121-8/+46
|
* cli: added log subcommanddiogo4642025-08-111-0/+15
|
* update CLI command from create-dir to mkdirdiogo4642025-08-111-11/+11
| | | | | | | | | | | - Renamed CreateDir to MkDir in operation types - Updated subcommand from create-dir to mkdir for consistency - Updated all related structs, functions, and command handling - Maintains backward compatibility in operation log format 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* basic file uploaddiogo4642025-08-111-15/+27
|
* snapshotdiogo4642025-08-111-15/+59
|
* reorganized repodiogo4642025-08-101-0/+1154