Commit graph

51 commits

Author SHA1 Message Date
51850e75a2 Add OfficeHome with All Documents, context menu, custom icons, editor rename, text wrapping
Some checks failed
Automated Container Build / build-and-push (push) Failing after 1m13s
2026-05-24 13:13:40 -07:00
d80e31e7f5 Initial onlyoffice integration, sidebar changes
Some checks failed
Automated Container Build / build-and-push (push) Failing after 28s
2026-05-24 10:46:27 -07:00
4110657557 Fixed moxe menu home button sticky positioning
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
2026-05-24 10:11:00 -07:00
2e7f532c56 Sidebar nested folder design and highlighting bug fix
All checks were successful
Automated Container Build / build-and-push (push) Successful in 36s
2026-05-24 09:43:19 -07:00
dd798877f5 Mobile UI folder view width cap and name wrapping
All checks were successful
Automated Container Build / build-and-push (push) Successful in 41s
2026-05-24 09:11:42 -07:00
14289b741f Mobile UI scrolling fix and top bar redesign
All checks were successful
Automated Container Build / build-and-push (push) Successful in 40s
2026-05-24 09:03:27 -07:00
7997ccb293 Mobile Ui resizing and overlap fixes
All checks were successful
Automated Container Build / build-and-push (push) Successful in 36s
2026-05-24 08:56:08 -07:00
95a2b3ad0e Initial Mobile UI
All checks were successful
Automated Container Build / build-and-push (push) Successful in 40s
2026-05-24 08:48:22 -07:00
382e7b8df0 fix(frontend): disable TUS resume caching to fix QuotaExceededError and show full upload errors
Some checks failed
Automated Container Build / build-and-push (push) Failing after 16s
2026-05-23 18:02:03 -07:00
d9433a7a96 fix(frontend): optional chaining for abortController
All checks were successful
Automated Container Build / build-and-push (push) Successful in 47s
2026-05-23 17:56:33 -07:00
bf9db781dc fix(frontend): resolve TS syntax errors from upload cancellation feature
Some checks failed
Automated Container Build / build-and-push (push) Failing after 15s
2026-05-23 17:55:40 -07:00
91fc088389 feat(api, ui): handle TUS lockups, automatic chunk token refresh, and add upload cancellation
Some checks failed
Automated Container Build / build-and-push (push) Failing after 9s
2026-05-23 17:53:56 -07:00
36d97ac330 feat(ui): add upload speed indicator in Mbps
All checks were successful
Automated Container Build / build-and-push (push) Successful in 38s
2026-05-23 17:33:43 -07:00
5262103a1a fix(ui): remove duplicate selectedFiles state declaration
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
2026-05-23 17:04:56 -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
Some checks failed
Automated Container Build / build-and-push (push) Failing after 9s
2026-05-23 17:00:09 -07:00
c9f84fc257 style: change upload complete status bar color to green
All checks were successful
Automated Container Build / build-and-push (push) Successful in 40s
2026-05-23 14:42:46 -07:00
2596382ea8 fix: resolve 404 file not found when permanently deleting files already in trash
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m20s
2026-05-23 14:38:09 -07:00
1a1add48bf fix: pass path in query to ensure pathjail picks it up, add explicit error handling UI
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
2026-05-23 14:34:31 -07:00
9807ad6fe5 fix: resolve 404 on delete, reload UI properly for trash actions
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
2026-05-23 14:26:56 -07:00
854da9a50d fix: resolve remaining trash UI issues and permanent delete backend logic
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m20s
2026-05-23 14:20:03 -07:00
db946461d7 fix: resolve upload delay and refine trash functionality
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m22s
2026-05-23 14:11:23 -07:00
10bab4ea5b fix: resolve IDE errors, minor UI tweaks, and implement file conflict resolution UI/API
Some checks failed
Automated Container Build / build-and-push (push) Failing after 1m13s
2026-05-23 13:54:17 -07:00
3e34a37c95 feat: re-architect folder uploads with batching and concurrency limits, add TUS stale cleanup routine
Some checks failed
Automated Container Build / build-and-push (push) Failing after 15s
2026-05-23 13:41:49 -07:00
b668418951 fix: resolve folder drag-and-drop, add remember me, fix pinned folder navigation
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m18s
2026-05-23 13:08:13 -07:00
ee441dfefd feat: replace browser confirm with gui modal for delete
All checks were successful
Automated Container Build / build-and-push (push) Successful in 40s
2026-05-23 10:52:06 -07:00
ee36e16dae feat: add toast notifications for file actions
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
2026-05-23 10:47:36 -07:00
cf43dd0e5a feat: change tab title, add favicon, and fix pinned folder live refresh
All checks were successful
Automated Container Build / build-and-push (push) Successful in 35s
2026-05-23 10:39:30 -07:00
fb3f3a3393 security: remediate vulnerabilities and issues from codebase audit
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m15s
2026-05-23 10:04:08 -07:00
b60a09196a Fix Folder SVG default sizing
All checks were successful
Automated Container Build / build-and-push (push) Successful in 35s
2026-05-23 09:27:02 -07:00
3b535f3d61 Remove accidental date-fns import
All checks were successful
Automated Container Build / build-and-push (push) Successful in 32s
2026-05-23 09:23:08 -07:00
2e8f67f54d Fix duplicate api import
Some checks failed
Automated Container Build / build-and-push (push) Failing after 14s
2026-05-23 09:22:23 -07:00
42864ebcb7 Fix list view alignment, modal sizing, folder icons, and add bitrate metadata
Some checks failed
Automated Container Build / build-and-push (push) Failing after 8s
2026-05-23 09:21:41 -07:00
807775a176 Add password toggle, hover tooltips, and silent refresh for actions
All checks were successful
Automated Container Build / build-and-push (push) Successful in 37s
2026-05-23 09:11:37 -07:00
0ca098e713 Force custom file icons to stay square
All checks were successful
Automated Container Build / build-and-push (push) Successful in 34s
2026-05-23 09:02:23 -07:00
ed5cc79c25 Fix pinned icons, add bulk download, add media metadata
Some checks failed
Automated Container Build / build-and-push (push) Has been cancelled
2026-05-23 08:56:58 -07:00
2b49e90b81 Implement code highlighting, thumbnail retries, and pinned order fix
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m29s
2026-05-23 08:42:30 -07:00
745d959c9b Fix file rename selection dragging and tooltip cutoff/delay
All checks were successful
Automated Container Build / build-and-push (push) Successful in 34s
2026-05-23 08:23:25 -07:00
e1f009f273 Implement move menu tree, hover tooltips, and custom icons
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m20s
2026-05-23 08:13:19 -07:00
3802d978ed Implement lasso selection, fix context menu positioning, fix video preview sizing
All checks were successful
Automated Container Build / build-and-push (push) Successful in 32s
2026-05-23 07:59:52 -07:00
99e0cd5f0c Fix file rename bugs and hide file extensions
All checks were successful
Automated Container Build / build-and-push (push) Successful in 34s
2026-05-23 07:52:47 -07:00
5200654d0f New context menu, info pane fixes, pinned item syncing, and navigation bug fixes
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m19s
2026-05-22 19:40:08 -07:00
27fd6fa4f5 Minor appearance changes, sharing live preview
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m16s
2026-05-22 19:06:21 -07:00
2bcfca983c Shared file bug fixes, redesigned pin system, new info button
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m15s
2026-05-22 18:59:26 -07:00
71ba029fbc feat: implement trash auto-purge, settings layout update, larger folder icons, and legacy version cleanup
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m18s
2026-05-22 18:41:16 -07:00
c3b1fe8de1 Implement UI enhancements, change password settings, theme toggle, and custom grid size slider
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m19s
2026-05-22 18:22:21 -07:00
425598c278 Fix appearance persistence and add drag over folder highlighting
All checks were successful
Automated Container Build / build-and-push (push) Successful in 32s
2026-05-22 18:07:20 -07:00
2a3aa32996 Fix UI bugs, update CI, update gitignore
Some checks failed
Automated Container Build / build-and-push (push) Failing after 25s
2026-05-22 17:57:26 -07:00
9ae078e47b move feature, drag and drop fixes, other bug fixes
Some checks failed
Automated Container Build / build-and-push (push) Failing after 10s
2026-05-22 16:05:51 -07:00
267d429122 Numerous Bug Fixes
Some checks failed
Automated Container Build / build-and-push (push) Failing after 8s
2026-05-22 15:50:45 -07:00
02eefdac0e Misc fixes and additions
Some checks failed
Automated Container Build / build-and-push (push) Failing after 8s
2026-05-22 14:27:45 -07:00