Matt
b85a9b9a7b
fix: security hardening + performance refactoring (code review batch 1)
- IDOR fix: deliberation vote now verifies juryMemberId === ctx.user.id
- Rate limiting: tRPC middleware (100/min), AI endpoints (5/hr), auth IP-based (10/15min)
- 6 compound indexes added to Prisma schema
- N+1 eliminated in processRoundClose (batch updateMany/createMany)
- N+1 eliminated in batchCheckRequirementsAndTransition (3 batch queries)
- Service extraction: juror-reassignment.ts (578 lines)
- Dead code removed: award.ts, cohort.ts, decision.ts (680 lines)
- 35 bare catch blocks replaced across 16 files
- Fire-and-forget async calls fixed
- Notification false positive bug fixed
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 16:18:24 +01:00
..
2026-02-15 23:04:15 +01:00
2026-02-02 17:17:55 +01:00
2026-02-05 11:09:37 +01:00
2026-02-05 11:09:37 +01:00
2026-02-05 11:09:37 +01:00
2026-02-03 15:25:28 +01:00
2026-02-03 19:48:41 +01:00
2026-02-03 19:48:41 +01:00
2026-02-05 11:09:37 +01:00
2026-02-05 11:09:37 +01:00
2026-02-05 11:09:37 +01:00
2026-02-04 16:01:18 +01:00
2026-02-04 16:01:18 +01:00
2026-02-05 11:09:37 +01:00
2026-02-05 11:48:57 +01:00
2026-02-05 13:58:11 +01:00
2026-02-05 14:14:19 +01:00
2026-02-05 14:38:43 +01:00
2026-02-16 13:09:41 +01:00
2026-02-15 23:04:15 +01:00
2026-02-16 13:09:41 +01:00
2026-02-16 13:09:41 +01:00
2026-02-16 13:09:41 +01:00
2026-02-15 23:04:15 +01:00
2026-02-16 13:09:41 +01:00
2026-02-15 23:04:15 +01:00
2026-02-13 19:45:34 +01:00
2026-02-16 13:09:41 +01:00
2026-02-16 13:09:41 +01:00
2026-02-16 13:09:41 +01:00
2026-02-16 13:09:41 +01:00
2026-02-15 23:04:15 +01:00
2026-02-16 13:23:18 +01:00
2026-02-16 13:46:12 +01:00
2026-02-17 10:09:04 +01:00
2026-02-17 15:38:31 +01:00
2026-02-21 17:26:59 +01:00
2026-02-21 18:50:29 +01:00
2026-02-24 17:44:55 +01:00
2026-02-27 00:51:07 +01:00
2026-03-02 10:11:11 +01:00
2026-03-02 20:24:17 +01:00
2026-03-04 00:32:14 +01:00
2026-03-03 21:49:06 +01:00
2026-03-04 13:29:06 +01:00
2026-03-05 13:49:43 +01:00
2026-03-07 16:18:24 +01:00
2026-02-23 16:12:33 +01:00
2026-02-24 17:44:55 +01:00