My-Weekly-ToDo-List/src/app/api
mARTin 3e19ebe85a fix: security hardening, Prisma singleton, tsconfig cleanup
- tsconfig: remove deprecated downlevelIteration (es2017 has native iterators),
  change moduleResolution from node to bundler
- auth: set allowDangerousEmailAccountLinking=false on all OAuth providers,
  restrict debug mode to development only
- prisma: replace new PrismaClient() with singleton import in 10 API routes
  to prevent connection pool exhaustion
- goal API: validate user-supplied quote URLs to block SSRF (private IPs,
  non-http(s) schemes)
- email: guard DEV verification/reset link console.logs behind NODE_ENV check

v1.98.0
2026-04-20 19:52:47 +02:00
..
auth fix: security hardening, Prisma singleton, tsconfig cleanup 2026-04-20 19:52:47 +02:00
calendar fix: security hardening, Prisma singleton, tsconfig cleanup 2026-04-20 19:52:47 +02:00
events/stream feat: real-time sync across devices via Server-Sent Events 2026-03-20 07:44:00 +01:00
fonts Optimize build process and fix dynamic route collection errors 2026-03-13 14:33:14 +01:00
goal fix: security hardening, Prisma singleton, tsconfig cleanup 2026-04-20 19:52:47 +02:00
projects fix: CSS class slide animation, mobile dot, flex task indicators 2026-03-06 12:09:13 +01:00
push feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00
someday-lists fix: security hardening, Prisma singleton, tsconfig cleanup 2026-04-20 19:52:47 +02:00
tasks fix: security hardening, Prisma singleton, tsconfig cleanup 2026-04-20 19:52:47 +02:00
user fix: strip Apple Calendar icon escapes and emoji from PDF event titles 2026-04-13 19:02:39 +02:00
weather fix: email-based user lookup, slot controls, sub-hour toggle 2026-04-02 22:34:26 +02:00