Commit Graph

11 Commits

Author SHA1 Message Date
jason f1a3a31a94 fixes 2026-03-13 16:00:33 -05:00
jason 707f632d34 admin board 2026-03-13 11:39:46 -05:00
jason 0e2dc27779 timezone 2026-03-13 11:18:11 -05:00
jason b2df27cfc5 multi-file update 2026-03-13 11:13:45 -05:00
jason 04ebc91e9f fix: include user relation in admin reports query to resolve Unknown User display
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 07:29:55 -05:00
jason 19b1f26254 fix: read Google access_token from Account table, not getToken()
With strategy:"database" there is no JWT cookie, so getToken() always
returns null. The Google access_token is stored in the Account table by
the PrismaAdapter. Query it directly via prisma.account.findFirst()
instead of the JWT helper.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 00:56:33 -05:00
jason 1d7c564c4a no turbo 2026-03-12 19:59:59 -05:00
jason 7886d60827 more 2026-03-12 19:49:59 -05:00
jason ebc0c61da4 routes fix 2026-03-12 19:47:28 -05:00
jason 7d7c34bcb1 docker fixes 2026-03-12 19:12:44 -05:00
jason 4982e5392e initial commit 2026-03-12 17:09:22 -05:00