summaryrefslogtreecommitdiff
path: root/frontend/app/api/rename
Commit message (Collapse)AuthorAgeFilesLines
* Implement rename functionality using fctdrive CLIdiogo4642025-08-131-0/+52
- Add Drive_rename function to drive_server.ts for backend integration - Create /api/rename endpoint with proper authentication and error handling - Update handleRename function to call API instead of placeholder TODO - Test rename functionality for both files and directories - Update CLAUDE.md to note fctdrive is available in PATH 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>