openreader/src/lib/server/admin
Richard R aa7700e844 refactor(core): improve streaming, validation, and rate limit logic
- Stream request body in blob upload fallback route to enforce size limits
  without buffering entire payload
- Enhance admin provider panel error handling for multi-status responses
- Adjust positive integer validation to require value >= 1
- Use full rate limit config for job event recording and prune by largest window
- Fix PDF layout job event userId usage in docx-to-pdf upload route
- Add missing windows array fallback in documents register route
- Minor CI workflow and env example corrections
- Update audiobooks blobstore test to use beforeAll directly

These changes improve efficiency, correctness, and maintainability across API, admin, rate limiting, and test modules.
2026-05-30 16:41:17 -06:00
..
email-sync.ts refactor: complete phase 7 error-contract rollout 2026-05-27 08:02:31 -06:00
providers.ts refactor(tts): transition rate limiting to runtime config and admin panel 2026-05-30 09:55:16 -06:00
resolve-credentials.ts refactor(tts): transition rate limiting to runtime config and admin panel 2026-05-30 09:55:16 -06:00
seed.ts refactor: complete phase 7 error-contract rollout 2026-05-27 08:02:31 -06:00
settings.ts refactor(core): improve streaming, validation, and rate limit logic 2026-05-30 16:41:17 -06:00
tts-instructions.ts feat(tts,config,types): migrate to providerRef/providerType model and add centralized TTS provider policy 2026-05-13 10:11:05 -06:00