4f7a11bcf3
feat(admin): add alert aggregator with dismissal filtering
2026-04-08 11:14:54 +01:00
0dc1b6ddbc
feat(admin): add pending tag suggestions detector
2026-04-08 11:12:52 +01:00
ab3f0a8b39
feat(admin): add event alert detectors
2026-04-08 11:11:32 +01:00
4bae4b0ec3
feat(admin): add pre-registrant alert detectors
2026-04-08 11:09:39 +01:00
824364d526
feat(admin): add member onboarding alert detectors
2026-04-08 11:08:09 +01:00
d3a961f765
feat(admin): add adminAlerts module shell with thresholds and signature helper
2026-04-08 11:06:02 +01:00
fb25e72215
Huge bunch of UI/UX improvements and tweaks!
Test / vitest (push) Successful in 10m36s
Test / playwright (push) Failing after 9m23s
Test / visual (push) Failing after 9m13s
Test / Notify on failure (push) Successful in 2s
2026-04-06 16:17:12 +01:00
1e30ba23cd
feat: add testing infrastructure — Vitest, Playwright, CI, git hooks
...
Test / vitest (push) Waiting to run
Test / playwright (push) Blocked by required conditions
Test / visual (push) Blocked by required conditions
Add comprehensive testing covering 420 unit/handler tests across 24 Vitest
files, 9 Playwright E2E specs, accessibility scans, and visual regression.
Includes GitHub Actions CI, Husky pre-push hook, and TESTING.md docs.
2026-04-04 16:07:21 +01:00
29c96a207e
Add Vitest security test suite and update security evaluation doc
...
Set up Vitest with server (node) and client (jsdom) test projects.
79 tests across 8 files verify all Phase 0-1 security controls:
escapeHtml sanitization, DOMPurify markdown XSS prevention, CSRF
enforcement, security headers, rate limiting, auth guards, profile
field allowlist, and login anti-enumeration. Updated SECURITY_EVALUATION.md
with remediation status, implementation summary, and automated test
coverage details.
2026-03-01 12:30:06 +00:00