sojorn/go-backend
Patrick Britton 1da62185f9 feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints
- video_processor: upload extracted frames to R2, return signed URLs
- feed_algorithm: cooling period (0.2x multiplier) + 60/20/20 diversity injection + record impressions
- groups_handler: group feed, E2EE key-status/distribute/public-keys, invite/remove member, settings
- admin_handler: groups CRUD, quip repair (FFmpeg to R2), feed scores viewer
- user_handler: BulkBlockUsers POST /users/me/blocks/bulk
- main.go: wire health check (/health/detailed /ready /live) + all new routes
- monitoring: fix pre-existing zerolog import + uint64 type errors
- migration: user_feed_impressions, group_member_keys, groups key columns

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-17 15:04:14 -06:00
..
cmd feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints 2026-02-17 15:04:14 -06:00
internal feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints 2026-02-17 15:04:14 -06:00
migrations feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints 2026-02-17 15:04:14 -06:00
pkg/utils security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
scripts feat: replace Turnstile with ALTCHA for all authentication 2026-02-16 22:18:29 -06:00
.env.example security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
api fix: disable turnstile for admin login and troubleshooting 2026-02-16 21:18:05 -06:00
chain_button_fix.patch security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
check_columns.go feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00
check_table.go feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00
Dockerfile security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
go.mod feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints 2026-02-17 15:04:14 -06:00
go.sum feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints 2026-02-17 15:04:14 -06:00
login_response.json security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
Makefile security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
nginx_sojorn.conf security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
seed_groups.go feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00
seed_groups_final.go feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00
seed_groups_fixed.go feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00
seed_suggested.sql security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00