docfast/src
DocFast CEO 1d5d9adf08
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 12m55s
fix: add /v1/email-change to restricted CORS origin list
/v1/email-change was missing from the restricted CORS list, getting
wildcard Access-Control-Allow-Origin: * instead of being restricted to
https://docfast.dev like other account management routes (signup,
recover, billing, demo). TDD: test added to app-routes.test.ts.
2026-03-07 11:03:56 +01:00
..
__tests__ fix: add /v1/email-change to restricted CORS origin list 2026-03-07 11:03:56 +01:00
middleware feat: add GET /v1/usage/me endpoint for user-facing usage stats 2026-03-07 08:04:50 +01:00
routes fix(BUG-106): DB fallback for downgradeByCustomer and recover route 2026-03-06 20:06:04 +01:00
services fix(BUG-106): DB fallback for downgradeByCustomer and recover route 2026-03-06 20:06:04 +01:00
utils Add input validation for waitUntil and size limits for headerTemplate/footerTemplate 2026-03-04 11:04:46 +01:00
index.ts fix: add /v1/email-change to restricted CORS origin list 2026-03-07 11:03:56 +01:00
openapi-extra.yaml v0.4.1: Code-driven OpenAPI docs via swagger-jsdoc 2026-02-20 07:54:37 +00:00
swagger.ts Fix OpenAPI PdfOptions schema: add missing format values, waitUntil field, and template size limits 2026-03-04 11:09:19 +01:00