sojorn/go-backend/internal/repository
Patrick Britton 67f74deb58 feat: anonymous beacons, video metadata stripping, remove beacon author exposure
- GetNearbyBeacons no longer returns author info (anonymous placeholder)
- Beacons excluded from profile posts (GetPostsByAuthor)
- Vouch/report notifications removed for beacon privacy
- MediaHandler strips all metadata (EXIF/GPS/device) via ffmpeg before R2 upload
- Flutter beacon UI shows 'Anonymous Beacon' instead of author info
2026-02-07 12:02:47 -06:00
..
backup_repository.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
category_repository.go Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00
category_repository_test.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
chat_repository.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
notification_repository.go Fix notification badge: exclude archived from count, recalculate on archive, update trigger 2026-02-06 15:44:58 -06:00
post_repository.go feat: anonymous beacons, video metadata stripping, remove beacon author exposure 2026-02-07 12:02:47 -06:00
post_repository_test.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
tag_repository.go Update terminology, fix search feed, and deploy updates 2026-02-03 21:44:08 -06:00
user_repository.go feat: implement account deactivation, deletion (14-day), and immediate destroy with email confirmation 2026-02-07 11:13:11 -06:00