sojorn/go-backend/internal
Patrick Britton 9726cb2ad4 feat: implement comprehensive AI moderation for all content types
- Add AI moderation to comments (was missing protection)
- Enhance post moderation to analyze images, videos, thumbnails
- Add FlagComment method for comment flagging
- Extract media URLs for comprehensive content analysis
- Update moderation config and models
- Add OpenAI and Google Vision API integration
- Fix database connection to use localhost

This ensures all text, image, and video content is protected by AI moderation.
2026-02-05 07:47:37 -06:00
..
config feat: implement comprehensive AI moderation for all content types 2026-02-05 07:47:37 -06:00
database feat: notify archive instead of delete, fix api domain failsafe 2026-02-04 19:38:02 -06:00
handlers feat: implement comprehensive AI moderation for all content types 2026-02-05 07:47:37 -06:00
middleware Update saved posts route and handler 2026-02-03 16:52:40 -06:00
models feat: implement comprehensive AI moderation for all content types 2026-02-05 07:47:37 -06:00
realtime Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
repository feat: notify archive instead of delete, fix api domain failsafe 2026-02-04 19:38:02 -06:00
services feat: implement comprehensive AI moderation for all content types 2026-02-05 07:47:37 -06:00