My-Weekly-ToDo-List/src/app/api
mARTin-B78 d3a40e32a0 fix: localise auth emails, repair verify link, recover from expired
Wave-3 user feedback (points 1–3):
- Email templates: extract de/en/fr/es/it copy into emailTemplates.ts
  and pick the user's language. Signup forwards navigator.language and
  the API also respects Accept-Language; resend/reset reuse user.language.
- Verify link: the email button now points at the client page instead of
  the API GET handler, so corporate inbox scanners (M365 Safe Links etc.)
  can no longer pre-fetch and silently consume the one-shot token. The
  client page requires a real click before calling PATCH /api/auth/
  verify-email. The legacy GET handler now just redirects to the client
  page so old in-flight emails keep working.
- Code expired UX: when users land via an expired-link redirect we no
  longer leave them with a blank email field — the page exposes an email
  input so the resend button has something to act on. The verify-email
  redirect also forwards the email param.

Misc: tsconfig migrated to moduleResolution=bundler and dropped
downlevelIteration to clear the TS 7.0 deprecation errors.

v1.101.0

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-01 20:09:33 +02:00
..
auth fix: localise auth emails, repair verify link, recover from expired 2026-05-01 20:09:33 +02:00
calendar fix: resolve stale session ID in someday-lists and calendar/events routes 2026-04-03 11:04:32 +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 feat: integrate zitat-service.de API for DE/EN/ES quotes 2026-04-05 18:08:05 +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 feat: projects tab, priority icons, list/tab visuals 2026-05-01 14:23:56 +02:00
tasks feat: preserve tabs on sync disconnect/reconnect 2026-04-06 18:07:03 +02:00
user feat: projects tab, priority icons, list/tab visuals 2026-05-01 14:23:56 +02:00
weather fix: email-based user lookup, slot controls, sub-hour toggle 2026-04-02 22:34:26 +02:00