ghostguild-org/server/api/admin
Jennie Robinson Faber 27c07cd3e9 Send invite emails as HTML with clickable button, redirect login to wiki
Invite emails now include both plain text and HTML versions. The
{loginLink} placeholder renders as a styled button in HTML email
clients. Other URLs in the template are auto-linked. The auth verify
endpoint redirects to wiki.ghostguild.org instead of /members.
2026-03-19 10:41:21 +00:00
..
events Add Zod validation to all API endpoints and remove debug test route 2026-03-01 17:04:26 +00:00
members Send invite emails as HTML with clickable button, redirect login to wiki 2026-03-19 10:41:21 +00:00
series Add Zod validation to all API endpoints and remove debug test route 2026-03-01 17:04:26 +00:00
dashboard.get.js Implement OWASP ASVS L1 security remediation (Phases 0-2) 2026-03-01 12:53:18 +00:00
events.get.js Implement OWASP ASVS L1 security remediation (Phases 0-2) 2026-03-01 12:53:18 +00:00
events.post.js Add Zod validation, fix mass assignment, remove test endpoints and dead code 2026-03-01 14:02:46 +00:00
members.get.js Implement OWASP ASVS L1 security remediation (Phases 0-2) 2026-03-01 12:53:18 +00:00
members.post.js Add Zod validation to all API endpoints and remove debug test route 2026-03-01 17:04:26 +00:00
series.get.js Implement OWASP ASVS L1 security remediation (Phases 0-2) 2026-03-01 12:53:18 +00:00
series.post.js Add Zod validation to all API endpoints and remove debug test route 2026-03-01 17:04:26 +00:00
series.put.js Add Zod validation to all API endpoints and remove debug test route 2026-03-01 17:04:26 +00:00