summaryrefslogtreecommitdiff
path: root/frontend/components/drive
Commit message (Expand)AuthorAgeFilesLines
* feat: add authentication checks for upload and create folder buttonsdiogo4642025-08-242-3/+34
* frontend: improvementsdiogo4642025-08-143-66/+38
* feat: implement file/directory move functionalitydiogo4642025-08-141-12/+80
* feat: optimize mobile navigation and storage displaydiogo4642025-08-141-25/+25
* feat: improve mobile responsiveness of drive headerdiogo4642025-08-141-3/+4
* feat: move History button next to user email in headerdiogo4642025-08-141-12/+2
* feat: add paginated history page with activity logdiogo4642025-08-141-2/+12
* fix: simplify storage UI to show only disk usagediogo4642025-08-141-25/+13
* refactor: move auth components to server-side renderingdiogo4642025-08-133-42/+34
* refactor: split auth module into separate files and fix importsdiogo4642025-08-131-1/+1
* frontend: fixed login button redirect uridiogo4642025-08-131-2/+3
* Update components to use shared StorageData typediogo4642025-08-133-19/+3
* Update page title from "Drive" to "FCT Drive"diogo4642025-08-131-1/+1
* Implement real-time storage usage UI with two-color progress bardiogo4642025-08-133-20/+99
* Implement path-based downloads with blob redirect systemdiogo4642025-08-131-4/+14
* Implement rename functionality using fctdrive CLIdiogo4642025-08-131-10/+41
* Add filename truncation to prevent table overflowdiogo4642025-08-131-21/+27
* Add Create Folder functionality with dialog interfacediogo4642025-08-131-0/+83
* Implement authenticated file/directory deletiondiogo4642025-08-121-10/+31
* Replace complex /api/fs with simple /api/upload endpointdiogo4642025-08-121-10/+3
* Clean up old UI code and rename V2 to Drivediogo4642025-08-123-0/+815