sojorn/go-backend/internal
Patrick Britton 91ff0dc060 fix: resolve Gin route wildcard conflict (:userId vs :id) causing startup panic
Routes POST /users/:userId/unfollow, GET /users/:userId/is-following, and
GET /users/:userId/mutual-followers conflicted with /users/:id/* routes.
Renamed :userId to :id and updated follow_handler.go accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-17 16:33:37 -06:00
..
config feat: Audio overlay system — AudioLibraryScreen, Funkwhale proxy, ffmpeg audio mix 2026-02-17 16:00:55 -06:00
database security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
handlers fix: resolve Gin route wildcard conflict (:userId vs :id) causing startup panic 2026-02-17 16:33:37 -06:00
middleware feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup 2026-02-17 14:04:24 -06:00
models security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
monitoring feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints 2026-02-17 15:04:14 -06:00
realtime security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
repository refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3 2026-02-16 23:58:39 -06:00
services feat: Feed cooling, group key rotation, admin groups/quip repair, bulk block, health endpoints 2026-02-17 15:04:14 -06:00
testing feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00