openreader/src/lib/server
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
..
admin refactor(settings): remove enableDestructiveDeleteActions runtime flag and related UI 2026-06-01 20:38:54 -06:00
audiobooks refactor(api): remove all legacy unclaimed user scope logic and enforce strict userId scoping 2026-05-31 13:01:55 -06:00
auth feat(shared): centralize origin validation logic and update metadata usage 2026-05-31 16:41:47 -06:00
compute fix(pdf): prevent redundant parse jobs and improve docx-to-pdf upload reuse 2026-06-04 12:47:37 -06:00
crypto feat(admin,config,ui,db): introduce runtime-editable site config and admin-managed TTS providers 2026-05-12 22:39:24 -06:00
documents fix(documents): allow all accepted files for upload and add docx conversion timeout 2026-06-04 13:20:47 -06:00
errors refactor: complete phase 7 error-contract rollout 2026-05-27 08:02:31 -06:00
jobs feat(pdf): refactor parse operation orchestration and client readiness flow 2026-06-04 10:52:49 -06:00
rate-limit refactor(env): remove legacy no-auth mode and enforce required auth env vars 2026-05-31 12:09:37 -06:00
storage refactor(pdf): implement ONNX-based Docling layout parsing and block-level TTS for PDFs 2026-05-17 21:18:51 -06:00
testing feat(rate-limit): add per-user PDF parsing rate limiting and job event ledger 2026-05-30 14:17:49 -06:00
tts refactor(api): remove all legacy unclaimed user scope logic and enforce strict userId scoping 2026-05-31 13:01:55 -06:00
user feat(user): remove legacy local file deletion and add cleanup for claimed FS sources 2026-06-03 14:35:27 -06:00
logger.ts refactor: roll out phase 7 server error contract 2026-05-27 07:24:07 -06:00
runtime-config-rsc.ts fix(server): enforce server-only usage for runtime config resolvers 2026-05-14 13:07:43 -06:00
runtime-config.ts hard-cut batch A: worker-only app compute backend 2026-05-26 15:56:39 -06:00