• Joined on 2026-05-20
Elijah pushed to main at Elijah/drive 2026-05-31 22:27:05 -07:00
d139501dd4 Implement strict RFC 5987 header encoding to fix Next.js proxy crash
Elijah pushed to main at Elijah/drive 2026-05-31 22:20:26 -07:00
855c42edd9 Fix PDF preview size to match standard aspect ratio
Elijah pushed to main at Elijah/drive 2026-05-31 22:16:03 -07:00
467fe30704 Fix PDF iframe sizing and properly encode Content-Disposition filename headers
Elijah pushed to main at Elijah/drive 2026-05-31 22:10:51 -07:00
e392da3699 Rewrite PDF viewer to use native browser iframe
Elijah pushed to main at Elijah/drive 2026-05-31 22:07:32 -07:00
6ee6ef376c Fix PDF Viewer worker URL and restore default streaming behavior
Elijah pushed to main at Elijah/drive 2026-05-31 22:00:55 -07:00
3c47584bb2 Remove PDF thumbnails, fix 3MF clipping, fix PDF range-request loading
Elijah pushed to main at Elijah/drive 2026-05-31 21:52:33 -07:00
c239fbb296 Fix PDF thumbnails (ghostscript), 3MF viewer (official loader), PDF viewer (blob fetch)
Elijah pushed to main at Elijah/drive 2026-05-31 21:43:10 -07:00
facb1c6f8b Fix PDF thumbnails, 3MF rendering, and add PDF infinite scroll
Elijah pushed to main at Elijah/drive 2026-05-31 21:31:27 -07:00
9b0e60109f Fix PdfViewer memory crash on large PDFs by implementing pagination
Elijah pushed to main at Elijah/drive 2026-05-31 21:28:48 -07:00
72b1de2937 Add 3MF viewer and enable PDF thumbnails
Elijah pushed to main at Elijah/drive 2026-05-31 21:21:58 -07:00
cd540499ca Add STL 3D viewer preview support
Elijah pushed to main at Elijah/drive 2026-05-31 21:16:23 -07:00
bfe55e2bfc Fix bugs: office auth, PDF worker, sidebar pins, direct downloads
Elijah pushed to main at Elijah/drive 2026-05-31 20:44:57 -07:00
e88243f097 fix: resolve token refresh race condition and pdf viewer empty token rendering
Elijah pushed to main at Elijah/drive 2026-05-31 15:37:32 -07:00
f3ea79ab1f fix: make pinned items tab-specific and fix pinned file clicking
Elijah pushed to main at Elijah/drive 2026-05-31 15:26:33 -07:00
e7cbb3c386 fix: remove stray closing brace in auth.go
Elijah pushed to main at Elijah/drive 2026-05-31 15:24:46 -07:00
2152ec9a8f fix: pinned sidebars not updating on rename, clear tokens on auth error
Elijah pushed to main at Elijah/drive 2026-05-31 15:20:57 -07:00
218fb40743 fix: OnlyOffice edit session token expiration and add session expired modal
Elijah pushed to main at Elijah/drive 2026-05-26 14:54:52 -07:00
1f83d57942 fix(frontend): update Share interface property from download_count to downloads
Elijah pushed to main at Elijah/drive 2026-05-26 14:31:38 -07:00
ed3eed6bb7 fix: force file downloads via content-disposition attachment
Elijah pushed to main at Elijah/drive 2026-05-26 14:25:15 -07:00
a64ba06c2f fix: ensure public directory exists before copying pdf worker in postinstall