docfast/public
DocFast Bot 8f3b1a9660
All checks were successful
Deploy to Production / Deploy to Server (push) Successful in 1m8s
feat: convert change-email from modal to standalone page + Stripe customer.updated webhook
- Add /change-email as a proper standalone page (public/src/change-email.html)
  with API key input, new email input, verification code flow, and success state
- Update footer partial: change "/#change-email" link to "/change-email" on all pages
- Remove email change modal HTML and hash-handler JS from index page source
- Add /change-email to sitemap.xml
- Rebuild all HTML files via build-html.cjs

- Add updateEmailByCustomer() to src/services/keys.ts
- Add customer.updated webhook handler in src/routes/billing.ts
  to sync email changes made via Stripe dashboard back to DocFast
2026-02-17 11:31:37 +00:00
..
partials feat: convert change-email from modal to standalone page + Stripe customer.updated webhook 2026-02-17 11:31:37 +00:00
src feat: convert change-email from modal to standalone page + Stripe customer.updated webhook 2026-02-17 11:31:37 +00:00
app.js SEO & accessibility: OG tags, robots.txt, sitemap, OG image, aria labels, focus trap, keyboard nav 2026-02-16 08:27:25 +00:00
change-email.html feat: convert change-email from modal to standalone page + Stripe customer.updated webhook 2026-02-17 11:31:37 +00:00
docs.html fix: QA audit bugs BUG-051/052/056/057/059/062/063/064/065/066/068 2026-02-17 08:15:03 +00:00
favicon.svg fix(landing): BUG-045 — Pro tier says Unlimited instead of 10,000 PDFs 2026-02-16 16:07:26 +00:00
impressum.html feat: convert change-email from modal to standalone page + Stripe customer.updated webhook 2026-02-17 11:31:37 +00:00
index.html feat: convert change-email from modal to standalone page + Stripe customer.updated webhook 2026-02-17 11:31:37 +00:00
og-image.png SEO & accessibility: OG tags, robots.txt, sitemap, OG image, aria labels, focus trap, keyboard nav 2026-02-16 08:27:25 +00:00
og-image.svg SEO & accessibility: OG tags, robots.txt, sitemap, OG image, aria labels, focus trap, keyboard nav 2026-02-16 08:27:25 +00:00
openapi.json Session 45: support email, audit fixes (template validation, content-type, admin auth, waitUntil) 2026-02-16 19:30:21 +00:00
privacy.html feat: convert change-email from modal to standalone page + Stripe customer.updated webhook 2026-02-17 11:31:37 +00:00
robots.txt SEO & accessibility: OG tags, robots.txt, sitemap, OG image, aria labels, focus trap, keyboard nav 2026-02-16 08:27:25 +00:00
sitemap.xml feat: convert change-email from modal to standalone page + Stripe customer.updated webhook 2026-02-17 11:31:37 +00:00
status.html feat: convert change-email from modal to standalone page + Stripe customer.updated webhook 2026-02-17 11:31:37 +00:00
status.js Add styled /status page, update footer/terms links from /health to /status 2026-02-16 19:48:25 +00:00
swagger-init.js fix: move Swagger init to external JS (CSP compliance) 2026-02-14 22:27:15 +00:00
swagger-ui fix: swagger UI symlink, CSP headers, email-change route, updateKeyEmail 2026-02-14 22:29:56 +00:00
terms.html feat: convert change-email from modal to standalone page + Stripe customer.updated webhook 2026-02-17 11:31:37 +00:00