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
/
components
/
drive
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: add authentication checks for upload and create folder buttons
diogo464
2025-08-24
2
-3
/
+34
*
frontend: improvements
diogo464
2025-08-14
3
-66
/
+38
*
feat: implement file/directory move functionality
diogo464
2025-08-14
1
-12
/
+80
*
feat: optimize mobile navigation and storage display
diogo464
2025-08-14
1
-25
/
+25
*
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
1
-12
/
+2
*
feat: add paginated history page with activity log
diogo464
2025-08-14
1
-2
/
+12
*
fix: simplify storage UI to show only disk usage
diogo464
2025-08-14
1
-25
/
+13
*
refactor: move auth components to server-side rendering
diogo464
2025-08-13
3
-42
/
+34
*
refactor: split auth module into separate files and fix imports
diogo464
2025-08-13
1
-1
/
+1
*
frontend: fixed login button redirect uri
diogo464
2025-08-13
1
-2
/
+3
*
Update components to use shared StorageData type
diogo464
2025-08-13
3
-19
/
+3
*
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
3
-20
/
+99
*
Implement path-based downloads with blob redirect system
diogo464
2025-08-13
1
-4
/
+14
*
Implement rename functionality using fctdrive CLI
diogo464
2025-08-13
1
-10
/
+41
*
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
1
-0
/
+83
*
Implement authenticated file/directory deletion
diogo464
2025-08-12
1
-10
/
+31
*
Replace complex /api/fs with simple /api/upload endpoint
diogo464
2025-08-12
1
-10
/
+3
*
Clean up old UI code and rename V2 to Drive
diogo464
2025-08-12
3
-0
/
+815