ghostguild-org/server/api/admin
Jennie Robinson Faber 04eb33df6e
Some checks failed
Test / vitest (push) Successful in 11m10s
Test / playwright (push) Failing after 14m51s
Test / visual (push) Failing after 11m1s
Test / Notify on failure (push) Successful in 3s
refactor(env): unify required-env validation through useRuntimeConfig
validate-env.js now reads all four required vars (MONGODB_URI, JWT_SECRET,
RESEND_API_KEY, HELCIM_API_TOKEN) from useRuntimeConfig() instead of mixing
direct process.env reads with a JWT-only special case. Mongoose and the six
Resend instantiations follow suit. Either bare or NUXT_-prefixed env names
are accepted, so Dokploy no longer needs duplicate entries.
2026-04-26 14:47:02 +01:00
..
alerts feat(admin): add restore dismissed alerts flow 2026-04-08 12:22:35 +01:00
board-channels feat(board): redesign classifieds + Slack channel creation 2026-04-14 20:20:17 +01:00
events refactor: extract escapeRegex and validateTagSlugs server utils 2026-04-09 23:51:56 +01:00
members refactor(env): unify required-env validation through useRuntimeConfig 2026-04-26 14:47:02 +01:00
pre-registrants refactor(env): unify required-env validation through useRuntimeConfig 2026-04-26 14:47:02 +01:00
series Add Zod validation to all API endpoints and remove debug test route 2026-03-01 17:04:26 +00:00
site-content New SiteContent. 2026-04-16 21:11:14 +01:00
wiki Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
board-channels.post.js feat(board): redesign classifieds + Slack channel creation 2026-04-14 20:20:17 +01:00
dashboard.get.js feat(server): rename contributionTier → contributionAmount in routes + utils 2026-04-19 18:44:29 +01:00
events.get.js Implement OWASP ASVS L1 security remediation (Phases 0-2) 2026-03-01 12:53:18 +00:00
events.post.js refactor: extract escapeRegex and validateTagSlugs server utils 2026-04-09 23:51:56 +01:00
members.get.js Implement OWASP ASVS L1 security remediation (Phases 0-2) 2026-03-01 12:53:18 +00:00
members.post.js feat(server): rename contributionTier → contributionAmount in routes + utils 2026-04-19 18:44:29 +01: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