• Joined on 2026-05-20
Elijah pushed to main at Elijah/drive 2026-05-23 17:20:11 -07:00
e00fac24cb fix(ui): clear password error after lockout and fix share page scrolling
Elijah pushed to main at Elijah/drive 2026-05-23 17:13:14 -07:00
7d3f3088ef fix(ui): update wording for password lockout message
Elijah pushed to main at Elijah/drive 2026-05-23 17:08:31 -07:00
78ba0bf2d5 feat(security): implement brute force rate limit for share passwords and improve UX with inline errors and visibility toggle
Elijah pushed to main at Elijah/drive 2026-05-23 17:05:01 -07:00
5262103a1a fix(ui): remove duplicate selectedFiles state declaration
Elijah pushed to main at Elijah/drive 2026-05-23 17:00:14 -07:00
59407278d1 fix(ui): improve drag selection scroll behavior, add right-click to unpin sidebar items, close preview on back navigation, fix shared files alignment
Elijah pushed to main at Elijah/drive 2026-05-23 16:45:23 -07:00
fbad71cbf2 fix: allow refresh tokens in AuthMiddleware for refresh route and dispatch auth_error on 401s to force login redirect
Elijah pushed to main at Elijah/drive 2026-05-23 14:53:40 -07:00
4c8e6b814c fix: resolve ghost conflicts by assigning unique paths to trashed files
Elijah pushed to main at Elijah/drive 2026-05-23 14:42:52 -07:00
c9f84fc257 style: change upload complete status bar color to green
Elijah pushed to main at Elijah/drive 2026-05-23 14:38:15 -07:00
2596382ea8 fix: resolve 404 file not found when permanently deleting files already in trash
Elijah pushed to main at Elijah/drive 2026-05-23 14:34:36 -07:00
1a1add48bf fix: pass path in query to ensure pathjail picks it up, add explicit error handling UI
Elijah pushed to main at Elijah/drive 2026-05-23 14:27:01 -07:00
9807ad6fe5 fix: resolve 404 on delete, reload UI properly for trash actions
Elijah pushed to main at Elijah/drive 2026-05-23 14:20:09 -07:00
854da9a50d fix: resolve remaining trash UI issues and permanent delete backend logic
Elijah pushed to main at Elijah/drive 2026-05-23 14:11:30 -07:00
db946461d7 fix: resolve upload delay and refine trash functionality
Elijah pushed to main at Elijah/drive 2026-05-23 13:57:49 -07:00
45989ef97d fix: Go compiler error with MoveRequest inline struct and remove refactor.js
Elijah pushed to main at Elijah/drive 2026-05-23 13:54:25 -07:00
10bab4ea5b fix: resolve IDE errors, minor UI tweaks, and implement file conflict resolution UI/API
Elijah pushed to main at Elijah/drive 2026-05-23 13:41:56 -07:00
3e34a37c95 feat: re-architect folder uploads with batching and concurrency limits, add TUS stale cleanup routine
Elijah pushed to main at Elijah/drive 2026-05-23 13:08:18 -07:00
b668418951 fix: resolve folder drag-and-drop, add remember me, fix pinned folder navigation
Elijah pushed to main at Elijah/drive 2026-05-23 10:56:55 -07:00
7278008d7e fix: remove rate limit for authenticated users, increase for public
Elijah pushed to main at Elijah/drive 2026-05-23 10:52:13 -07:00
ee441dfefd feat: replace browser confirm with gui modal for delete
Elijah pushed to main at Elijah/drive 2026-05-23 10:47:42 -07:00
ee36e16dae feat: add toast notifications for file actions