00a0454514b2518c8841465c702276fba6909024
BUG 3: GET / had no ownership predicate — it returned all users' events. Second household member would see other member's private events. - Resolve currentUserId at top of GET handler (same resolveUserId helper as write endpoints); return 401 if unauthenticated. - Add ownership predicate to WHERE: AND (calendars.userId = currentUserId OR calendars.isShared = true). Combined with and() around the existing date-window or() block. Mirrors the /writable-calendars idiom (D-03).
…
The file is empty.
Languages
TypeScript
97.3%
JavaScript
1.6%
CSS
0.9%
Dockerfile
0.1%