My-Weekly-ToDo-List/src
mARTin 0371532e7d fix: resolve stale session ID in someday-lists and calendar/events routes
All handlers in someday-lists/route.ts and calendar/events/route.ts were
using (session.user as any).id which can be stale after DB restore/migration.
Fixed to look up by session.user.email instead — matching the pattern already
established in tasks/route.ts and calendar/sync/route.ts.

This was causing other users to see empty someday lists while their tasks
(fetched via the already-fixed tasks route) still had somedayListId references,
triggering false RESCUE recoveries on every load.

Also fixed outlook/callback/route.ts fallback which could still use stale ID.

v1.81.19
2026-04-03 11:04:32 +02:00
..
app fix: resolve stale session ID in someday-lists and calendar/events routes 2026-04-03 11:04:32 +02:00
components fix: slot buttons now update the time grid via saveViewSetting 2026-04-02 22:58:15 +02:00
lib fix: reverse FAB menu order + persist iOS PWA session 2026-04-01 20:25:23 +02:00
types feat: add task actions (notes/delete) and refine animation logic 2026-02-01 12:25:53 +01:00
middleware.ts feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00