summaryrefslogtreecommitdiff
path: root/frontend/app/api
Commit message (Expand)AuthorAgeFilesLines
* frontend: improvementsdiogo4642025-08-142-5/+3
* refactor: move auth components to server-side renderingdiogo4642025-08-131-0/+32
* refactor: split auth module into separate files and fix importsdiogo4642025-08-131-1/+2
* Refactor storage API to use shared utilitydiogo4642025-08-131-66/+1
* Implement real-time storage usage UI with two-color progress bardiogo4642025-08-131-0/+80
* Implement rename functionality using fctdrive CLIdiogo4642025-08-131-0/+52
* Add Create Folder functionality with dialog interfacediogo4642025-08-131-0/+54
* Fix URL encoding for paths with special charactersdiogo4642025-08-121-6/+9
* Implement authenticated file/directory deletiondiogo4642025-08-121-0/+67
* Replace complex /api/fs with simple /api/upload endpointdiogo4642025-08-122-209/+71
* Clean up old UI code and rename V2 to Drivediogo4642025-08-123-45/+0
* Implement /v2 prototype UI with page-based navigationdiogo4642025-08-121-0/+16
* Add Drive_log function and /api/log endpointdiogo4642025-08-111-0/+13
* Simplify frontend by removing FileItem conversion layerdiogo4642025-08-112-13/+13
* implement RESTful API and remove legacy endpointsdiogo4642025-08-114-175/+228
* add delete api endpoint with authenticationdiogo4642025-08-111-0/+48
* add api route for recursive file listingdiogo4642025-08-111-0/+13
* snapshotdiogo4642025-08-111-1/+1
* basic file uploaddiogo4642025-08-111-0/+127