Commit graph

5 commits

Author SHA1 Message Date
f2f42a84b5
Add contact actions and migrate contact form to Astro actions
Implement send_otp and send_msg handlers with server-side validation,
captcha verification, OTP generation/verification, rate limiting,
session-backed multi-step flow, and SMS gateway integration.

Replace broken contact endpoint and types with Astro server actions;
delete endpoints/contact.ts, types/ContactForm.ts and
src/components/ContactForm.astro. Update pages/contact.astro to use
astro:actions and improve captcha handling (listen for solve and set
hidden input). Adjust OTP timing (step 60s → 300s, VALID_PAST_OTP_STEPS
5 → 1). Add validator, @types/validator, Prettier and
prettier-plugin-astro; include .prettierrc.mjs in tsconfig include.

Add Prettier config for Astro
2026-01-22 14:04:27 -08:00
f5eac7145c
Progress on contact form refactor from JS into Typescript 2026-01-13 22:24:46 -08:00
bdf4f9a051
Add support for cap, a pow captcha, and implement on contact form 2026-01-06 20:50:30 -08:00
f641dac69b
work on porting over contact form from old site, also added initial db support
to use later
2026-01-06 08:07:19 -08:00
houston[bot]
0e01ed5493
Initial commit from Astro 2025-12-19 14:06:51 -08:00