index
:
fct-drive
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: add footer with contact information
HEAD
main
diogo464
2025-08-24
2
-2
/
+20
*
reduced downtime when deploying frontend
diogo464
2025-08-24
1
-3
/
+3
*
feat: add authentication checks for upload and create folder buttons
diogo464
2025-08-24
2
-3
/
+34
*
frontend: improvements
diogo464
2025-08-14
9
-179
/
+67
*
cli: use depth of 1 for blob store
diogo464
2025-08-14
1
-1
/
+1
*
cli: use depth of 2 for blob store
diogo464
2025-08-14
1
-1
/
+1
*
updated website description
diogo464
2025-08-14
1
-1
/
+1
*
feat: add hover tooltips to History Path column
diogo464
2025-08-14
1
-2
/
+5
*
feat: implement file/directory move functionality
diogo464
2025-08-14
1
-12
/
+80
*
feat: make auth buttons full-width on mobile
diogo464
2025-08-14
1
-8
/
+8
*
fix: check disk usage of blobs directory instead of root
diogo464
2025-08-14
1
-2
/
+2
*
feat: improve DriveLogEntry types with discriminated unions
diogo464
2025-08-14
3
-16
/
+115
*
feat: optimize mobile navigation and storage display
diogo464
2025-08-14
1
-25
/
+25
*
feat: enhance auth buttons mobile layout and make History public
diogo464
2025-08-14
1
-19
/
+29
*
feat: improve mobile responsiveness of drive header
diogo464
2025-08-14
1
-3
/
+4
*
feat: move History button next to user email in header
diogo464
2025-08-14
2
-13
/
+10
*
feat: update favicon to FCT university logo
diogo464
2025-08-14
1
-0
/
+0
*
docs: add deploy-frontend command to CLAUDE.md
diogo464
2025-08-14
1
-0
/
+1
*
fix: update searchParams interface for Next.js 15 compatibility
diogo464
2025-08-14
1
-2
/
+3
*
feat: make file paths clickable for create_file actions in history
diogo464
2025-08-14
1
-1
/
+10
*
feat: add paginated history page with activity log
diogo464
2025-08-14
3
-2
/
+185
*
remove: unused Drive_tree function and related imports
diogo464
2025-08-14
1
-77
/
+1
*
fix: simplify storage UI to show only disk usage
diogo464
2025-08-14
1
-25
/
+13
*
add: container configuration files
diogo464
2025-08-14
3
-0
/
+156
*
feat: display user email next to logout button
diogo464
2025-08-14
1
-7
/
+10
*
refactor: update deployment configuration for production
diogo464
2025-08-14
1
-19
/
+40
*
update: add miei-link directory to gitignore
diogo464
2025-08-14
1
-0
/
+1
*
fix: update logout form action to use /logout endpoint
diogo464
2025-08-13
1
-5
/
+5
*
refactor: move auth components to server-side rendering
diogo464
2025-08-13
5
-42
/
+96
*
fix: move auth import to top of file
diogo464
2025-08-13
1
-1
/
+1
*
refactor: split auth module into separate files and fix imports
diogo464
2025-08-13
5
-39
/
+44
*
frontend: fixed login button redirect uri
diogo464
2025-08-13
1
-2
/
+3
*
frontend: require FCTDRIVE_PATH env var
diogo464
2025-08-13
2
-1
/
+10
*
add google oauth env vars to deploy-tinyauth
diogo464
2025-08-13
1
-0
/
+2
*
run npm install on deploy-frontend
diogo464
2025-08-13
1
-0
/
+1
*
updated Justfile with deployment recipes
diogo464
2025-08-13
1
-0
/
+19
*
Fix checkbox TypeScript error for production build
diogo464
2025-08-13
1
-2
/
+3
*
Update components to use shared StorageData type
diogo464
2025-08-13
3
-19
/
+3
*
Fix SSR storage data fetching in drive pages
diogo464
2025-08-13
2
-42
/
+2
*
Refactor storage API to use shared utility
diogo464
2025-08-13
1
-66
/
+1
*
Create shared storage utility function
diogo464
2025-08-13
1
-0
/
+66
*
cli: fixed import blob storage path problem
diogo464
2025-08-13
1
-1
/
+1
*
Update page title from "Drive" to "FCT Drive"
diogo464
2025-08-13
1
-1
/
+1
*
Implement real-time storage usage UI with two-color progress bar
diogo464
2025-08-13
6
-24
/
+233
*
cli: added drive-size subcommand
diogo464
2025-08-13
1
-0
/
+16
*
cli: added directory sizes
diogo464
2025-08-13
1
-2
/
+24
*
Add frontend/blobs/ to .gitignore to prevent accidental commits
diogo464
2025-08-13
1
-0
/
+1
*
Implement path-based downloads with blob redirect system
diogo464
2025-08-13
4
-4
/
+83
*
Implement rename functionality using fctdrive CLI
diogo464
2025-08-13
4
-10
/
+105
*
Add filename truncation to prevent table overflow
diogo464
2025-08-13
1
-21
/
+27
[next]