sojorn/go-backend/internal/services
Patrick Britton 0954c1e2a3 feat: add Turnstile to login, improve email templates, and security cleanup
- Add Cloudflare Turnstile verification to login flow
- Add API_BASE_URL and APP_BASE_URL to config for environment flexibility
- Redesign verification and password reset emails with modern HTML templates
- Use config URLs instead of hardcoded domains in auth handlers
- Remove sensitive logging from OTK operations for security
- Delete unused deployment and draft inspection scripts
- Add TURNSTILE_SITE_KEY to Flutter run
2026-02-06 08:51:34 -06:00
..
appeal_service.go feat: implement comprehensive user appeal system 2026-02-05 07:55:45 -06:00
asset_service.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
email_service.go feat: add Turnstile to login, improve email templates, and security cleanup 2026-02-06 08:51:34 -06:00
feed_service.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
moderation_service.go fix: remove unused scoresMap variables in moderation service 2026-02-05 07:56:40 -06:00
moderation_service_test.go feat: comprehensive security audit and cleanup 2026-02-05 09:22:30 -06:00
notification_service.go feat(notifications): make push messages more specific and include chosen reaction emoji 2026-02-04 13:00:05 -06:00
push_service.go fix(push): use SendEachForMulticast to avoid deprecated FCM batch API 2026-02-04 12:20:25 -06:00
turnstile_service.go feat: implement Cloudflare Turnstile, terms acceptance, and email preferences 2026-02-05 08:59:05 -06:00