Find a file
Patrick Britton c3329a0893 feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup
Backend:
- Add repost_handler.go with full CRUD (create, boost, delete, report, trending, amplification analytics)
- Add profile_layout_handler.go for profile widget layout persistence (GET/PUT)
- Wire FeedAlgorithmService into main.go as 15-min background score refresh job
- Fix follow_handler.go (broken interface, dead query pattern, naming conflict)
- Add DB migration for reposts, repost_reports, profile_layouts, post_feed_scores tables
- Add engagement count columns to posts table for feed algorithm
- Remove stale Supabase comments from auth middleware
- Delete cmd/supabase-migrate/ directory (legacy migration tool)

Flutter:
- Fix all repost_service.dart API paths (were doubling /api/ prefix against base URL)
- Rename forceResetBrokenKeys() -> resetIdentityKeys() in E2EE services
- Remove dead _forceResetBrokenKeys method from secure_chat_screen.dart
- Implement _navigateToProfile(), _navigateToHashtag(), _navigateToUrl() in sojorn_rich_text.dart

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-17 14:04:24 -06:00
.claude security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
.vscode security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
.windsurf/rules feat: replace Turnstile with ALTCHA for all authentication 2026-02-16 22:18:29 -06:00
_legacy/supabase security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
admin fix: rewrite ALTCHA component for reliable event binding 2026-02-16 23:51:46 -06:00
ai-gateway/internal security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
deploy security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
go-backend feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup 2026-02-17 14:04:24 -06:00
html_landing legal: update Terms of Service and Privacy Policy for AGPL-3.0 2026-02-17 00:17:16 -06:00
media security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
nginx security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
sojorn_app feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup 2026-02-17 14:04:24 -06:00
sojorn_docs feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00
SVG security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
website feat: replace Turnstile with ALTCHA across Flutter app, Go backend, and website 2026-02-17 03:18:50 -06:00
.firebaserc security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
.gitignore 2026-02-16 07:27:41 -06:00
applogo.png security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
beta.sojorn.net.nginx 2026-02-16 07:27:41 -06:00
Caddyfile security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
create_firebase_json.sh security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
firebase.json security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
indiegogo-banner-big.png 2026-02-16 07:27:41 -06:00
indiegogo-banner.png 2026-02-16 07:27:41 -06:00
indiegogo-launch.png 2026-02-16 07:27:41 -06:00
indiegogo.png 2026-02-16 07:27:41 -06:00
leaf.png security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
LICENSE license: switch from BSL 1.1 to AGPL-3.0 2026-02-17 00:12:56 -06:00
logo [Recovered].ai 2026-02-16 07:27:41 -06:00
logo.png security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
nginx_sojorn_v2.conf feat(auth): Add password reset functionality (backend + app + web) & enhance Turnstile integration 2026-02-16 13:06:00 -06:00
PRIVACY.md legal: update Terms of Service and Privacy Policy for AGPL-3.0 2026-02-17 00:17:16 -06:00
reset-password.html feat(auth): Add password reset functionality (backend + app + web) & enhance Turnstile integration 2026-02-16 13:06:00 -06:00
run_dev.ps1 2026-02-16 07:27:41 -06:00
run_web.ps1 2026-02-16 07:27:41 -06:00
run_web_chrome.ps1 2026-02-16 07:27:41 -06:00
run_windows.ps1 2026-02-16 07:27:41 -06:00
run_windows_app.ps1 2026-02-16 07:27:41 -06:00
TERMS.md legal: update Terms of Service and Privacy Policy for AGPL-3.0 2026-02-17 00:17:16 -06:00
toplogo.png security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
verified.html feat(auth): Add password reset functionality (backend + app + web) & enhance Turnstile integration 2026-02-16 13:06:00 -06:00
verify-error.html security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
web.png security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00