sojorn/sojorn_app/lib/services
Patrick Britton 15e83c6a14 feat: Flutter group nav, quip repair API, share, capsule key rotation, admin groups/quips pages
Flutter:
- clusters_screen: _navigateToGroup now pushes real GroupScreen (was print)
- public_cluster_screen: calls GET /groups/:id/feed instead of fetchNearbyBeacons
- feed_sojorn_screen: _sharePost uses share_plus
- api_service: getSignedMediaUrl calls Go /media/sign endpoint
- quip_repair_screen: fully rewired to Go admin API (GET /admin/quips/broken, POST repair)
- private_capsule_screen: auto key rotation on open (_checkAndRotateKeysIfNeeded),
  _performKeyRotation helper; _CapsuleAdminPanel now ConsumerStatefulWidget with
  working Rotate/Invite/Remove/Settings modals

Admin panel:
- Sidebar: Groups & Capsules + Quip Repair links added
- /groups: full group management page with member panel + deactivate/remove
- /quips: quip repair page with per-row and repair-all
- /algorithm: live feed scores table (lazy-loaded)
- api.ts: listGroups, getGroup, deleteGroup, listGroupMembers, removeGroupMember,
  getBrokenQuips, repairQuip, setPostThumbnail, getFeedScores

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-17 15:45:42 -06:00
..
media security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
ad_integration_service.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
api_service.dart feat: Flutter group nav, quip repair API, share, capsule key rotation, admin groups/quips pages 2026-02-17 15:45:42 -06:00
audio_overlay_service.dart feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00
auth_service.dart feat: replace Turnstile with ALTCHA for all authentication 2026-02-16 22:18:29 -06:00
blocking_service.dart feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00
capsule_crypto.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
capsule_escrow_service.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
capsule_security_service.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
chat_backup_manager.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
content_filter.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
content_guard_service.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
e2ee_device_sync_service.dart feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00
feed_navigation_service.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
image_upload_service.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
key_vault_service.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
local_intel_service.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
local_key_backup_service.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
local_message_store.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
markdown_converter.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
media_sanitizer.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
network_service.dart fix: Make NetworkService web-safe by skipping connectivity monitoring on web platform 2026-02-17 10:46:50 -06:00
notification_service.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
repost_service.dart feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup 2026-02-17 14:04:24 -06:00
secure_chat_service.dart feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup 2026-02-17 14:04:24 -06:00
simple_e2ee_service.dart feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup 2026-02-17 14:04:24 -06:00
sync_manager.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
video_stitching_service.dart feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00