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
path:
root
/
frontend
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: add footer with contact information
HEAD
main
diogo464
2025-08-24
2
-2
/
+20
*
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
*
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
*
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
*
feat: display user email next to logout button
diogo464
2025-08-14
1
-7
/
+10
*
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
*
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
*
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
*
Implement path-based downloads with blob redirect system
diogo464
2025-08-13
3
-4
/
+63
*
Implement rename functionality using fctdrive CLI
diogo464
2025-08-13
3
-10
/
+104
*
Add filename truncation to prevent table overflow
diogo464
2025-08-13
1
-21
/
+27
*
Add Create Folder functionality with dialog interface
diogo464
2025-08-13
2
-0
/
+137
*
Fix URL encoding for paths with special characters
diogo464
2025-08-12
2
-7
/
+12
*
Implement authenticated file/directory deletion
diogo464
2025-08-12
2
-10
/
+98
*
Replace complex /api/fs with simple /api/upload endpoint
diogo464
2025-08-12
3
-219
/
+74
*
Clean up old UI code and rename V2 to Drive
diogo464
2025-08-12
12
-1129
/
+27
*
Convert V2 UI to server-side data loading
diogo464
2025-08-12
4
-685
/
+641
*
Implement /v2 prototype UI with page-based navigation
diogo464
2025-08-12
9
-0
/
+990
*
Implement working upload functionality
diogo464
2025-08-12
2
-49
/
+202
*
Make entire directory rows clickable for toggle
diogo464
2025-08-12
1
-5
/
+9
*
Enable clickable file downloads in file tree
diogo464
2025-08-12
1
-1
/
+12
*
Add pagination and improve history table layout
diogo464
2025-08-12
1
-7
/
+86
*
Implement history page with real data from Drive_log API
diogo464
2025-08-11
2
-147
/
+98
*
Add Drive_log function and /api/log endpoint
diogo464
2025-08-11
3
-1
/
+56
*
Calculate directory sizes as sum of all contents
diogo464
2025-08-11
1
-10
/
+18
[next]