openreader/src/lib
Richard R c59052a03e fix(documents): allow all accepted files for upload and add docx conversion timeout
Update DocumentUploader to upload all accepted files without filtering by type,
enabling consistent handling of DOCX and other supported formats. Add a default
timeout for DOCX-to-PDF conversion to prevent hanging LibreOffice processes.
This improves reliability and ensures uploads do not silently stall.
2026-06-04 13:20:47 -06:00
..
client refactor(upload): unify docx-to-pdf conversion into finalize handler and remove legacy route 2026-06-04 13:00:05 -06:00
server fix(documents): allow all accepted files for upload and add docx conversion timeout 2026-06-04 13:20:47 -06:00
shared feat(shared): centralize origin validation logic and update metadata usage 2026-05-31 16:41:47 -06:00