platform-codebase/features/content-moderation/backend-api/src
2026-03-18 13:34:11 -07:00
..
entities feat(content-moderation): Add threat escalation system and video moderation UI components with new entities, services, and processors 2026-03-18 13:34:11 -07:00
migrations feat(content-moderation): Add ThreatEscalationEvent entity, UserThreatEscalationService, and ThreatEscalationController for escalation tracking 2026-03-13 06:06:26 -07:00
processors feat(content-moderation): Add threat escalation system and video moderation UI components with new entities, services, and processors 2026-03-18 13:34:11 -07:00
app.module.ts
classification.controller.ts feat(content-moderation): Add threat escalation system and video moderation UI components with new entities, services, and processors 2026-03-18 13:34:11 -07:00
classification.service.spec.ts feat(content-moderation): Add dynamic threat decay processor and escalation rules for time-based risk management in content moderation 2026-03-13 20:53:53 -07:00
classification.service.ts feat(content-moderation): Add threat escalation system and video moderation UI components with new entities, services, and processors 2026-03-18 13:34:11 -07:00
content-moderation.interceptor.ts feat(content-moderation): Add threat escalation system and video moderation UI components with new entities, services, and processors 2026-03-18 13:34:11 -07:00
content-moderation.module.ts feat(content-moderation): Add threat escalation system and video moderation UI components with new entities, services, and processors 2026-03-18 13:34:11 -07:00
feedback.controller.ts feat(content-moderation): Introduce moderation modules for classification, feedback processing, queue management, and rescanning with controllers, types, and database migrations 2026-03-13 04:20:13 -07:00
health.controller.ts
index.ts feat(content-moderation): Add ThreatEscalationEvent entity, UserThreatEscalationService, and ThreatEscalationController for escalation tracking 2026-03-13 06:06:26 -07:00
knowledge-verification-integration.service.ts
moderation-queue.controller.ts feat(content-moderation): Add threat escalation system and video moderation UI components with new entities, services, and processors 2026-03-18 13:34:11 -07:00
moderation-queue.service.ts perf(content-moderation): Optimize ModerationQueueService processing with faster queue handling and reduced latency 2026-03-13 04:31:14 -07:00
rescan.service.ts feat(content-moderation): Add threat escalation system and video moderation UI components with new entities, services, and processors 2026-03-18 13:34:11 -07:00
threat-escalation.controller.spec.ts feat(content-moderation): Add escalation endpoint and logic for handling threat cases, including input validation and integration with downstream moderation services 2026-03-13 20:59:15 -07:00
threat-escalation.controller.ts feat(content-moderation): Add threat escalation system and video moderation UI components with new entities, services, and processors 2026-03-18 13:34:11 -07:00
types.ts feat(content-moderation): Add ThreatEscalationEvent entity, UserThreatEscalationService, and ThreatEscalationController for escalation tracking 2026-03-13 06:06:26 -07:00
user-threat-escalation.service.spec.ts test(content-moderation): Implement stricter edge-case validation tests for UserThreatEscalationService to verify new threat detection rules and malformed input handling 2026-03-13 06:12:14 -07:00
user-threat-escalation.service.ts feat(content-moderation): Add threat escalation system and video moderation UI components with new entities, services, and processors 2026-03-18 13:34:11 -07:00