summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat: add footer with contact informationHEADmaindiogo4642025-08-242-2/+20
* reduced downtime when deploying frontenddiogo4642025-08-241-3/+3
* feat: add authentication checks for upload and create folder buttonsdiogo4642025-08-242-3/+34
* frontend: improvementsdiogo4642025-08-149-179/+67
* cli: use depth of 1 for blob storediogo4642025-08-141-1/+1
* cli: use depth of 2 for blob storediogo4642025-08-141-1/+1
* 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
* docs: add deploy-frontend command to CLAUDE.mddiogo4642025-08-141-0/+1
* 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
* add: container configuration filesdiogo4642025-08-143-0/+156
* feat: display user email next to logout buttondiogo4642025-08-141-7/+10
* refactor: update deployment configuration for productiondiogo4642025-08-141-19/+40
* update: add miei-link directory to gitignorediogo4642025-08-141-0/+1
* 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
* add google oauth env vars to deploy-tinyauthdiogo4642025-08-131-0/+2
* run npm install on deploy-frontenddiogo4642025-08-131-0/+1
* updated Justfile with deployment recipesdiogo4642025-08-131-0/+19
* 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
* cli: fixed import blob storage path problemdiogo4642025-08-131-1/+1
* 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
* cli: added drive-size subcommanddiogo4642025-08-131-0/+16
* cli: added directory sizesdiogo4642025-08-131-2/+24
* Add frontend/blobs/ to .gitignore to prevent accidental commitsdiogo4642025-08-131-0/+1
* Implement path-based downloads with blob redirect systemdiogo4642025-08-134-4/+83
* Implement rename functionality using fctdrive CLIdiogo4642025-08-134-10/+105
* Add filename truncation to prevent table overflowdiogo4642025-08-131-21/+27