| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cli: use depth of 1 for blob store | diogo464 | 2025-08-14 | 1 | -1/+1 |
| | | |||||
| * | cli: use depth of 2 for blob store | diogo464 | 2025-08-14 | 1 | -1/+1 |
| | | |||||
| * | cli: fixed import blob storage path problem | diogo464 | 2025-08-13 | 1 | -1/+1 |
| | | |||||
| * | cli: added drive-size subcommand | diogo464 | 2025-08-13 | 1 | -0/+16 |
| | | |||||
| * | cli: added directory sizes | diogo464 | 2025-08-13 | 1 | -2/+24 |
| | | |||||
| * | Implement path-based downloads with blob redirect system | diogo464 | 2025-08-13 | 1 | -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 command | diogo464 | 2025-08-12 | 1 | -51/+0 |
| | | |||||
| * | cli: added type filter to ls command | diogo464 | 2025-08-12 | 1 | -8/+46 |
| | | |||||
| * | cli: added log subcommand | diogo464 | 2025-08-11 | 1 | -0/+15 |
| | | |||||
| * | update CLI command from create-dir to mkdir | diogo464 | 2025-08-11 | 1 | -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 upload | diogo464 | 2025-08-11 | 1 | -15/+27 |
| | | |||||
| * | snapshot | diogo464 | 2025-08-11 | 1 | -15/+59 |
| | | |||||
| * | reorganized repo | diogo464 | 2025-08-10 | 1 | -0/+1154 |
