Manohar Gupta manohar · he/him
manohar pushed to main at manohar/tia 2026-05-17 08:22:07 +00:00
318b277e44 feat(growth): add edit/delete, goals, CSV export, and WHO percentile enhancements
manohar pushed to main at manohar/tia 2026-05-17 08:01:33 +00:00
1628588d5a fix(ai): correct env var names and fresh session per home modal open
manohar pushed to main at manohar/tia 2026-05-17 07:54:38 +00:00
299e878e38 fix(ai): proper chat layout, mobile sidebar, empty states, loading dots
manohar pushed to main at manohar/tia 2026-05-17 07:52:17 +00:00
70aa35384b fix(medical): dark mode support and tab wrapping fix
manohar pushed to main at manohar/tia 2026-05-17 07:41:05 +00:00
bc2eb9a50f feat(home): full age breakdown and dark mode fixes
manohar pushed to main at manohar/tia 2026-05-17 07:31:28 +00:00
75afc177ce fix(home): move useEffect hooks above early returns to fix Rules of Hooks violation
manohar pushed to main at manohar/tia 2026-05-17 07:27:35 +00:00
50a6827bfd fix(admin): use bcrypt in admin password set to match signin verification
manohar pushed to main at manohar/tia 2026-05-17 06:57:41 +00:00
6ce459e4f6 fix(admin): restore stats API from debug stub
manohar pushed to main at manohar/tia 2026-05-17 06:52:20 +00:00
85d313bc86 fix(admin): use correct column name 'expires' in admin_sessions queries
manohar pushed to main at manohar/tia 2026-05-17 06:46:16 +00:00
fc0e75b5ad fix(admin): scope FamilyProvider out of admin routes, ensure cookies on admin fetches
manohar pushed to main at manohar/tia 2026-05-17 06:28:07 +00:00
5e36c8a848 remove: /api/setup route — bootstrap should be done via psql, not HTTP
07bb149dd8 fix: notifications IDOR — verify child belongs to caller's family
389f66955c fix: stop leaking password reset tokens in response
Compare 3 commits »
manohar pushed to main at manohar/tia 2026-05-17 05:56:03 +00:00
8e7a3fbe35 Clean up debug logs
manohar pushed to main at manohar/tia 2026-05-17 05:54:48 +00:00
480de976ef Verify session server-side before redirect
manohar pushed to main at manohar/tia 2026-05-17 05:52:47 +00:00
6247bb42bc Fix hydration - check typeof window
manohar pushed to main at manohar/tia 2026-05-17 05:50:56 +00:00
4212c1f632 Debug login flow
manohar pushed to main at manohar/tia 2026-05-17 05:43:04 +00:00
754a602e48 Add debug logging to FamilyProvider
manohar pushed to main at manohar/tia 2026-05-17 05:33:57 +00:00
e7539468c1 Fix FamilyProvider admin check - move inside useEffect
manohar pushed to main at manohar/tia 2026-05-17 05:31:40 +00:00
70376d2e96 Fix FamilyProvider redirect for admin pages
manohar pushed to main at manohar/tia 2026-05-17 05:24:20 +00:00
d94a15e38e Fix admin login: redirect path, add logout, remove unused code
manohar pushed to main at manohar/tia 2026-05-17 05:22:49 +00:00
ffaa92cd13 Revert: Remove token from response (HttpOnly cookie is sufficient)