sojorn/go-backend/internal/handlers
Patrick Britton c98c73f724 feat: Add capsule entry reporting system with image proxy for external GIFs
- Add capsule_reports table and admin UI: new /capsule-reports page with list/update handlers
- POST /capsules/:id/entries/:entryId/report: members can report encrypted entries with voluntary decrypted sample
- GET /image-proxy: stream external images (Reddit, GifCities) through server to hide client IPs
- group_chat_tab: add GIF picker, report button, proxy external GIF URLs through ApiConfig.proxyImageUrl()
- api.ts: add list
2026-02-18 09:03:30 -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: Add capsule entry reporting system with image proxy for external GIFs 2026-02-18 09:03:30 -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
audio_handler.go feat: Audio overlay system — AudioLibraryScreen, Funkwhale proxy, ffmpeg audio mix 2026-02-17 16:00:55 -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: Add capsule entry reporting system with image proxy for external GIFs 2026-02-18 09:03:30 -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 fix: resolve Gin route wildcard conflict (:userId vs :id) causing startup panic 2026-02-17 16:33:37 -06:00
group_handler.go security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
groups_handler.go feat: Reaction system for Quips feed + fix groups 500 + reduce jank 2026-02-18 08:11:08 -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 feat: Add capsule entry reporting system with image proxy for external GIFs 2026-02-18 09:03:30 -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 fix: Add /feed/personal route + lazy neighborhood group creation 2026-02-17 18:06:46 -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: Reaction system for Quips feed + fix groups 500 + reduce jank 2026-02-18 08:11:08 -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: Add GET /media/sign and GET /users/by-handle/:handle endpoints 2026-02-17 15:53:57 -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