Commit Graph

18 Commits

Author SHA1 Message Date
david 31c93de81a fix: disable trusted origins validation 2026-03-31 04:55:03 -07:00
david 39e7573e76 fix: add dhg.lol:51193 to trusted origins 2026-03-31 04:44:04 -07:00
david 62f10a232f fix: parse TRUSTED_ORIGINS environment variable for Better Auth 2026-03-31 04:41:01 -07:00
david e3137085c8 feat: add Glicko2 rating system support 2026-03-31 03:38:16 -07:00
david cfd36d375c feat: add OpenSkill rating system support 2026-03-31 03:38:12 -07:00
david e0d159ad8d fix: remove logging from prisma client and fix users API routes 2026-03-31 01:15:57 -07:00
david 492a18aa1b fix: remove duplicate win/loss increment in partnership stats calculation 2026-03-31 01:08:53 -07:00
david b8d90897a4 fix: await params in Next.js 16 routes and pages for TypeScript compatibility 2026-03-31 00:50:56 -07:00
david 3465082816 fix(prisma): use PostgreSQL adapter for Prisma v7 client connection 2026-03-31 00:10:47 -07:00
david e1034adfcf fix(prisma): add datasourceUrl to PrismaClient constructor for v7 compatibility 2026-03-31 00:04:16 -07:00
david 5d1755f082 chore: add variant scoring fields, fix tie handling, and fix test files for normalizedName 2026-03-30 22:48:31 -07:00
david 4d9cbc9259 fix: add site_admin support to tournament permissions and fix session cache issues 2026-03-30 22:09:50 -07:00
david 07804b5f8f feat: add site_admin role, casual match support, and tournament deletion 2026-03-30 21:49:43 -07:00
david d821dd7ce2 fix: include participants in getManageableTournaments query 2026-03-30 21:34:16 -07:00
david 3a78f354ad feat: add recalculateAllElo function for idempotent ELO recalculation 2026-03-30 21:28:09 -07:00
david c9415d490e fix: improve error handling and type safety
- Replaced 'any' types with proper TypeScript types
- Improved error handling with instanceof checks
- Removed unused imports (calculateExpectedTeamScore)
- Updated error messages to be more descriptive
- Removed deprecated eslint.config.mjs file
2026-03-29 21:20:40 -07:00
david 803f936e2f feat: add PostgreSQL database adapter support 2026-03-29 20:08:53 -07:00
david 123df671f5 nextjs-rewrite (#5)
Reviewed-on: #5
Co-authored-by: David Gwilliam <dhgwilliam@gmail.com>
Co-committed-by: David Gwilliam <dhgwilliam@gmail.com>
2026-03-30 02:30:13 +00:00