sojorn/go-backend/internal/services
Patrick Britton c6aa867b0c feat: implement comprehensive user appeal system
- Add database schema for violations, appeals, and ban management
- Create violation tiers (hard vs soft violations)
- Implement automatic violation detection and user ban logic
- Add appeal service with monthly limits and deadlines
- Create appeal handler for user and admin interfaces
- Add API routes for violation management and appeals
- Update moderation service to auto-create violations
- Support evidence uploads and appeal context
- Track violation history and patterns for ban decisions

This creates a complete user-facing appeal system where:
- Hard violations (hate speech, slurs) = no appeal
- Soft violations (gray areas) = appealable with limits
- Too many violations = automatic ban
- Users can track violation history in settings
- Admins can review appeals in Directus
2026-02-05 07:55:45 -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: notification system refinements and api route fixes 2026-02-04 10:51:01 -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 feat: implement comprehensive user appeal system 2026-02-05 07:55:45 -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