simpl-liste/src
le king fu f786947941 fix: resolve Logto auth crash on web — remove illegal cookie set in layout
The (app)/layout.tsx was calling cookieStore.set() which is forbidden in
Server Components under Next.js 16 (only allowed in Server Actions and
Route Handlers). This caused a 500 error immediately after Logto login.

Also includes: mobile sync client improvements, i18n updates, web API
rate limiting, Bearer token support for mobile clients, and Dockerfile
optimizations.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 13:12:59 -04:00
..
components feat: add swipe actions and drag-to-reorder for tasks and lists 2026-02-21 08:43:34 -05:00
db feat: add mobile sync client with outbox pattern (#40) 2026-04-06 12:54:44 -04:00
i18n fix: resolve Logto auth crash on web — remove illegal cookie set in layout 2026-04-08 13:12:59 -04:00
lib fix: resolve Logto auth crash on web — remove illegal cookie set in layout 2026-04-08 13:12:59 -04:00
services fix: resolve Logto auth crash on web — remove illegal cookie set in layout 2026-04-08 13:12:59 -04:00
shared fix: remove duplicate RecurrenceType definition in shared/types (#34) 2026-04-06 10:39:12 -04:00
stores feat: add mobile sync client with outbox pattern (#40) 2026-04-06 12:54:44 -04:00
theme feat: extract shared types, colors, priority and recurrence (#34) 2026-04-06 10:38:16 -04:00
widgets fix: deduplicate WIDGET_NAMES and remove double-render in TOGGLE_SUBTASK (#32) 2026-03-31 04:01:01 -04:00
global.css feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00