summaryrefslogtreecommitdiff
path: root/frontend/app
Commit message (Expand)AuthorAgeFilesLines
* feat: add footer with contact informationHEADmaindiogo4642025-08-241-2/+6
* frontend: improvementsdiogo4642025-08-142-5/+3
* updated website descriptiondiogo4642025-08-141-1/+1
* 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: add paginated history page with activity logdiogo4642025-08-141-0/+35
* 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
* Fix SSR storage data fetching in drive pagesdiogo4642025-08-132-42/+2
* Refactor storage API to use shared utilitydiogo4642025-08-131-66/+1
* Implement real-time storage usage UI with two-color progress bardiogo4642025-08-133-4/+134
* Implement path-based downloads with blob redirect systemdiogo4642025-08-131-0/+37
* 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-122-7/+12
* 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-127-57/+12
* Convert V2 UI to server-side data loadingdiogo4642025-08-122-4/+8
* Implement /v2 prototype UI with page-based navigationdiogo4642025-08-123-0/+33
* 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
* basic v0 ui workingdiogo4642025-08-115-111/+114
* snapshotdiogo4642025-08-114-178/+22
* basic file uploaddiogo4642025-08-113-1/+146
* snapshotdiogo4642025-08-117-0/+379