sojorn/go-backend/internal/handlers
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
..
account_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
admin_handler.go feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints 2026-02-17 15:04:14 -06:00
admin_neighborhoods_handler.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
analysis_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
appeal_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
auth_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
backup_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
beacon_search_handler.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
board_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
capsule_escrow_handler.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
capsule_handler.go feat: Phase 1.1 - Groups page overhaul with discovery, category filtering, and join flow 2026-02-17 03:29:20 -06:00
category_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
chat_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
discover_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
follow_handler.go feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup 2026-02-17 14:04:24 -06:00
group_handler.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
groups_handler.go feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints 2026-02-17 15:04:14 -06:00
key_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
media_handler.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
moderation_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
neighborhood_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
notification_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
post_handler.go feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints 2026-02-17 15:04:14 -06:00
profile_layout_handler.go feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup 2026-02-17 14:04:24 -06:00
repost_handler.go feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup 2026-02-17 14:04:24 -06:00
search_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
settings_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
templates.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
user_handler.go feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints 2026-02-17 15:04:14 -06:00
ws_handler.go refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00