diligence/backend/app/routers
Claude 69320e1e82 Fix all 7 launch blockers from security/QA review
SEC-16: Add frontend ports mapping (80:80) to docker-compose.yml
UI-01:  Add routes for Welcome, SettingsIntegrations, MealPlan in App.jsx
SEC-01: Remove traceback leak from auth error responses
SEC-02: Fix require_admin to use is_admin column (was undefined ADMIN_USERNAME)
SEC-03: Add API_TOKEN auth for MCP connector -> backend communication
SEC-04: OAuth state now uses signed JWT tokens (was raw user UUID)
OS-01:  First registered user gets admin immediately during registration

10 files changed, 97 insertions(+), 25 deletions(-)
2026-06-16 01:50:09 +00:00
..
__init__.py Initial commit: full fitness-rewards app 2026-03-14 23:53:00 +00:00
activities.py Fix: add future annotations to all files, fix date field name shadowing type in RewardRedeemRequest 2026-03-15 00:42:13 +00:00
auth.py Fix all 7 launch blockers from security/QA review 2026-06-16 01:50:09 +00:00
catalog.py Fix: rotate template workouts across all program weeks (Bug 2) 2026-04-09 15:55:22 +00:00
food.py Fix: add future annotations to all files, fix date field name shadowing type in RewardRedeemRequest 2026-03-15 00:42:13 +00:00
integrations.py Fix all 7 launch blockers from security/QA review 2026-06-16 01:50:09 +00:00
meal_plans.py Deliver Steps 3-8: integration config, meal plans, provider registry, MCP connector (14 tools), B2A files, nginx proxy, AGENT_GUIDE, LICENSE 2026-06-15 14:34:09 +00:00
nutrition.py Feature: nutrition module (keto macros + intermittent fasting + electrolytes) 2026-04-12 05:13:52 +00:00
onboarding.py Feature: expanded equipment, integration-aware sync, tooltips 2026-03-15 22:16:55 +00:00
points.py Fix: add future annotations to all files, fix date field name shadowing type in RewardRedeemRequest 2026-03-15 00:42:13 +00:00
programs.py Fix: program workout shortcut now appears under Workout category 2026-04-09 16:13:47 +00:00
support.py Fix all 7 launch blockers from security/QA review 2026-06-16 01:50:09 +00:00