summaryrefslogtreecommitdiff
path: root/frontend
Commit message (Expand)AuthorAgeFilesLines
* feat: add footer with contact informationHEADmaindiogo4642025-08-242-2/+20
* feat: add authentication checks for upload and create folder buttonsdiogo4642025-08-242-3/+34
* frontend: improvementsdiogo4642025-08-149-179/+67
* updated website descriptiondiogo4642025-08-141-1/+1
* feat: add hover tooltips to History Path columndiogo4642025-08-141-2/+5
* feat: implement file/directory move functionalitydiogo4642025-08-141-12/+80
* feat: make auth buttons full-width on mobilediogo4642025-08-141-8/+8
* fix: check disk usage of blobs directory instead of rootdiogo4642025-08-141-2/+2
* feat: improve DriveLogEntry types with discriminated unionsdiogo4642025-08-143-16/+115
* feat: optimize mobile navigation and storage displaydiogo4642025-08-141-25/+25
* feat: enhance auth buttons mobile layout and make History publicdiogo4642025-08-141-19/+29
* feat: improve mobile responsiveness of drive headerdiogo4642025-08-141-3/+4
* feat: move History button next to user email in headerdiogo4642025-08-142-13/+10
* feat: update favicon to FCT university logodiogo4642025-08-141-0/+0
* fix: update searchParams interface for Next.js 15 compatibilitydiogo4642025-08-141-2/+3
* feat: make file paths clickable for create_file actions in historydiogo4642025-08-141-1/+10
* feat: add paginated history page with activity logdiogo4642025-08-143-2/+185
* remove: unused Drive_tree function and related importsdiogo4642025-08-141-77/+1
* fix: simplify storage UI to show only disk usagediogo4642025-08-141-25/+13
* feat: display user email next to logout buttondiogo4642025-08-141-7/+10
* fix: update logout form action to use /logout endpointdiogo4642025-08-131-5/+5
* refactor: move auth components to server-side renderingdiogo4642025-08-135-42/+96
* fix: move auth import to top of filediogo4642025-08-131-1/+1
* refactor: split auth module into separate files and fix importsdiogo4642025-08-135-39/+44
* frontend: fixed login button redirect uridiogo4642025-08-131-2/+3
* frontend: require FCTDRIVE_PATH env vardiogo4642025-08-132-1/+10
* Fix checkbox TypeScript error for production builddiogo4642025-08-131-2/+3
* Update components to use shared StorageData typediogo4642025-08-133-19/+3
* Fix SSR storage data fetching in drive pagesdiogo4642025-08-132-42/+2
* Refactor storage API to use shared utilitydiogo4642025-08-131-66/+1
* Create shared storage utility functiondiogo4642025-08-131-0/+66
* 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-136-24/+233
* Implement path-based downloads with blob redirect systemdiogo4642025-08-133-4/+63
* Implement rename functionality using fctdrive CLIdiogo4642025-08-133-10/+104
* Add filename truncation to prevent table overflowdiogo4642025-08-131-21/+27
* Add Create Folder functionality with dialog interfacediogo4642025-08-132-0/+137
* Fix URL encoding for paths with special charactersdiogo4642025-08-122-7/+12
* Implement authenticated file/directory deletiondiogo4642025-08-122-10/+98
* Replace complex /api/fs with simple /api/upload endpointdiogo4642025-08-123-219/+74
* Clean up old UI code and rename V2 to Drivediogo4642025-08-1212-1129/+27
* Convert V2 UI to server-side data loadingdiogo4642025-08-124-685/+641
* Implement /v2 prototype UI with page-based navigationdiogo4642025-08-129-0/+990
* Implement working upload functionalitydiogo4642025-08-122-49/+202
* Make entire directory rows clickable for togglediogo4642025-08-121-5/+9
* Enable clickable file downloads in file treediogo4642025-08-121-1/+12
* Add pagination and improve history table layoutdiogo4642025-08-121-7/+86
* Implement history page with real data from Drive_log APIdiogo4642025-08-112-147/+98
* Add Drive_log function and /api/log endpointdiogo4642025-08-113-1/+56
* Calculate directory sizes as sum of all contentsdiogo4642025-08-111-10/+18