sojorn/sojorn_app/lib
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
..
config feat: Add capsule entry reporting system with image proxy for external GIFs 2026-02-18 09:03:30 -06:00
models feat: Add overlay_json field for Quip text/sticker decorations 2026-02-17 20:06:53 -06:00
providers feat: Reaction system for Quips feed + fix groups 500 + reduce jank 2026-02-18 08:11:08 -06:00
routes security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
screens feat: Add capsule entry reporting system with image proxy for external GIFs 2026-02-18 09:03:30 -06:00
services feat: Reaction system for Quips feed + fix groups 500 + reduce jank 2026-02-18 08:11:08 -06:00
theme security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
utils feat: Add error handling utilities, NetworkService, RetryHelper, and OfflineIndicator 2026-02-17 10:22:07 -06:00
widgets feat: Add capsule entry reporting system with image proxy for external GIFs 2026-02-18 09:03:30 -06:00
main.dart feat: Initialize NetworkService in main.dart and add OfflineIndicator to HomeShell 2026-02-17 10:35:37 -06:00