summaryrefslogtreecommitdiff
path: root/frontend/lib
Commit message (Expand)AuthorAgeFilesLines
* frontend: improvementsdiogo4642025-08-142-99/+21
* fix: check disk usage of blobs directory instead of rootdiogo4642025-08-141-2/+2
* feat: improve DriveLogEntry types with discriminated unionsdiogo4642025-08-142-11/+106
* remove: unused Drive_tree function and related importsdiogo4642025-08-141-77/+1
* fix: move auth import to top of filediogo4642025-08-131-1/+1
* refactor: split auth module into separate files and fix importsdiogo4642025-08-133-37/+41
* frontend: require FCTDRIVE_PATH env vardiogo4642025-08-132-1/+10
* Create shared storage utility functiondiogo4642025-08-131-0/+66
* Implement path-based downloads with blob redirect systemdiogo4642025-08-131-0/+12
* Implement rename functionality using fctdrive CLIdiogo4642025-08-131-0/+11
* Implement /v2 prototype UI with page-based navigationdiogo4642025-08-121-0/+7
* Implement working upload functionalitydiogo4642025-08-121-2/+2
* Implement history page with real data from Drive_log APIdiogo4642025-08-111-0/+8
* Add Drive_log function and /api/log endpointdiogo4642025-08-112-1/+43
* Calculate directory sizes as sum of all contentsdiogo4642025-08-111-10/+18
* Add sorted tree structure to Drive_tree functiondiogo4642025-08-111-1/+22
* Simplify frontend by removing FileItem conversion layerdiogo4642025-08-113-1/+69
* implement RESTful API and remove legacy endpointsdiogo4642025-08-111-0/+11
* add delete api endpoint with authenticationdiogo4642025-08-112-0/+27
* add api route for recursive file listingdiogo4642025-08-111-1/+1
* basic v0 ui workingdiogo4642025-08-111-25/+4
* snapshotdiogo4642025-08-114-24/+32
* basic file uploaddiogo4642025-08-111-0/+39
* snapshotdiogo4642025-08-114-0/+223