Commit graph

137 commits

Author SHA1 Message Date
e7cbb3c386 fix: remove stray closing brace in auth.go
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
2026-05-31 15:26:31 -07:00
2152ec9a8f fix: pinned sidebars not updating on rename, clear tokens on auth error
Some checks failed
Automated Container Build / build-and-push (push) Failing after 1m0s
2026-05-31 15:24:44 -07:00
218fb40743 fix: OnlyOffice edit session token expiration and add session expired modal
Some checks failed
Automated Container Build / build-and-push (push) Failing after 15s
2026-05-31 15:20:54 -07:00
1f83d57942 fix(frontend): update Share interface property from download_count to downloads
All checks were successful
Automated Container Build / build-and-push (push) Successful in 3m25s
2026-05-26 14:54:50 -07:00
ed3eed6bb7 fix: force file downloads via content-disposition attachment
All checks were successful
Automated Container Build / build-and-push (push) Successful in 59s
2026-05-26 14:31:36 -07:00
a64ba06c2f fix: ensure public directory exists before copying pdf worker in postinstall
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m34s
2026-05-26 14:25:14 -07:00
6772ba8c43 feat: complete remediation phase 3
Some checks failed
Automated Container Build / build-and-push (push) Failing after 15s
2026-05-26 14:23:50 -07:00
0221e277a6 fix: sort uniqueDirs to prevent duplicate folder creation on upload
All checks were successful
Automated Container Build / build-and-push (push) Successful in 38s
2026-05-26 13:51:43 -07:00
a71b8e024a fix: resolve duplicate webdav route definition
All checks were successful
Automated Container Build / build-and-push (push) Successful in 56s
2026-05-26 13:39:03 -07:00
f69c6d825e fix: resolve compile errors in phase 2 remediation
Some checks failed
Automated Container Build / build-and-push (push) Failing after 51s
2026-05-26 13:36:20 -07:00
a7f76e2e97 fix: add MaxLoginAttempts to Config struct
Some checks failed
Automated Container Build / build-and-push (push) Failing after 53s
2026-05-26 13:34:31 -07:00
109c602692 chore: finish remaining os.RemoveAll safety checks
Some checks failed
Automated Container Build / build-and-push (push) Failing after 1m13s
2026-05-26 13:32:32 -07:00
701766b611 chore: implement Phase 1 and 2 security remediations
Some checks failed
Automated Container Build / build-and-push (push) Has been cancelled
2026-05-26 13:32:09 -07:00
82731e93b1 Fix: include checksum in search results so thumbnails can be loaded in search view
All checks were successful
Automated Container Build / build-and-push (push) Successful in 59s
2026-05-25 19:51:04 -07:00
d7b0aa7074 UI: ensure all PowerPoint/Slides icons use the same yellow-orange accent color
All checks were successful
Automated Container Build / build-and-push (push) Successful in 38s
2026-05-25 19:29:49 -07:00
68a482bcb3 Feature: scan and generate missing thumbnails in background on startup
All checks were successful
Automated Container Build / build-and-push (push) Successful in 58s
2026-05-25 19:26:52 -07:00
84b30132f4 Fix: correct import placement in ThumbnailImage.tsx to prevent blank spaces during thumbnail loading
Some checks failed
Automated Container Build / build-and-push (push) Has been cancelled
2026-05-25 19:26:22 -07:00
ae6c97b9de Feature: extract embedded cover art from audio files to display as thumbnails
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m28s
2026-05-25 19:14:15 -07:00
d982ce66a8 Fix: sidebar drive button resets to root, and use query parameter for downloads to bypass Next.js API rewrite bug with parenthesis in paths
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m23s
2026-05-25 19:09:02 -07:00
0bd42e5b47 Fix: allow multi-select drag and drop for moving multiple files at once
All checks were successful
Automated Container Build / build-and-push (push) Successful in 38s
2026-05-25 16:31:02 -07:00
e9d1ef0ad6 Feature: default save office documents to a 'Documents' folder
All checks were successful
Automated Container Build / build-and-push (push) Successful in 53s
2026-05-25 16:20:46 -07:00
ffa2954cd9 Fix: sidebar navigation from settings, missing thumbnails in all documents, and hiding upload buttons in office modes
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m16s
2026-05-25 16:14:52 -07:00
f9b0f515c5 Fix: add grid_size to allowed backend settings and remove auto-save
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m20s
2026-05-25 16:08:48 -07:00
2778b1ab62 Fix: auto-save grid size changes and dynamically scale grid item heights based on grid size
All checks were successful
Automated Container Build / build-and-push (push) Successful in 35s
2026-05-25 16:04:12 -07:00
9feeef6329 Fix: thumbnail image overflowing grid item bounds
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
2026-05-25 15:59:53 -07:00
ba994c9535 Tweaks: make spreadsheet css grid denser and slightly darker
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
2026-05-25 15:57:55 -07:00
1c721b6f6f Fix: update frontend to render css grid and proper aspect ratios for doc thumbnails, fix pdf landscape orientation
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m19s
2026-05-25 15:53:45 -07:00
130aa1b806 Fix: perform two-step xlsx->pdf->jpg conversion to preserve gridlines for thumbnails
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m4s
2026-05-25 15:47:45 -07:00
2e463a3104 Fix: add browser history state for document editor to support mouse back button
All checks were successful
Automated Container Build / build-and-push (push) Successful in 37s
2026-05-25 15:33:50 -07:00
c9c36cce30 Fix: thumbnail aspect ratio config in onlyoffice conversion api payload
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m3s
2026-05-25 15:23:00 -07:00
14af17f487 Fix: thumbnail image border styles and xlsx generation
All checks were successful
Automated Container Build / build-and-push (push) Successful in 38s
2026-05-25 15:19:21 -07:00
d4e66c9afa Fix: thumbnail worker payload for non-xlsx files and change timeout to interval for thumbnail updates
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m27s
2026-05-25 15:11:58 -07:00
d8526afd45 Fix: thumbnail border styles and auto-refresh logic
All checks were successful
Automated Container Build / build-and-push (push) Successful in 41s
2026-05-25 15:04:11 -07:00
a87bb351d0 Fix: thumbnail rendering aspect ratios and spreadsheet layouts
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m20s
2026-05-25 14:56:53 -07:00
8995b48eb5 Fix: ensure DB updates for thumbnails
All checks were successful
Automated Container Build / build-and-push (push) Successful in 59s
2026-05-25 14:49:29 -07:00
80d60d540a Feat: Live thumbnails for office files
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m26s
2026-05-25 14:43:04 -07:00
b80abdbefb Updated pptx icon
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m23s
2026-05-25 14:23:27 -07:00
b4d3488a85 Changed pptx icon
All checks were successful
Automated Container Build / build-and-push (push) Successful in 47s
2026-05-25 10:22:07 -07:00
9454ad28ea Icon redesign and xlsx aspect ratio update
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m13s
2026-05-25 10:07:04 -07:00
709c13995c Initial xlxs support
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m25s
2026-05-25 09:57:09 -07:00
2648a5ae84 Fixed docx icons
All checks were successful
Automated Container Build / build-and-push (push) Successful in 42s
2026-05-25 09:12:54 -07:00
8bc237f1d8 Updates docx and pptx file icon dimensions
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
2026-05-25 09:00:39 -07:00
2cd6bb7ee7 Fix OfficeHome syntax error and add theme toggle to OnlyOfficeEditor header
All checks were successful
Automated Container Build / build-and-push (push) Successful in 40s
2026-05-24 19:54:55 -07:00
a5dc61a1b4 Hide template gallery from OfficeHome
Some checks failed
Automated Container Build / build-and-push (push) Failing after 9s
2026-05-24 19:52:13 -07:00
3d28f767e0 Remove pinned section from OfficeHome main body and use generated docx templates
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m24s
2026-05-24 19:47:30 -07:00
707719f4af Add Pinned sidebar section to Docs and Slides mode
All checks were successful
Automated Container Build / build-and-push (push) Successful in 40s
2026-05-24 19:42:23 -07:00
3cedbac51c Fix dark mode UI classes and template copy in Dockerfile
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m26s
2026-05-24 19:39:09 -07:00
617f8160b2 Fix UI issues and add Pins and Templates
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m38s
2026-05-24 19:30:17 -07:00
a361848216 Fix: add missing strings import
All checks were successful
Automated Container Build / build-and-push (push) Successful in 58s
2026-05-24 13:21:36 -07:00
eaef97b70a Fix: add missing ListOfficeFiles handler
Some checks failed
Automated Container Build / build-and-push (push) Failing after 51s
2026-05-24 13:19:40 -07:00