• Joined on 2026-02-23
maximus pushed to issue-39-frontend-web at maximus/simpl-liste 2026-04-06 16:41:12 +00:00
cb04adcc2e feat: implement web frontend with full task management UI (#39)
maximus created pull request maximus/simpl-liste#46 2026-04-06 16:41:11 +00:00
feat: implement web frontend with full task management UI (#39)
maximus pushed to issue-35-web-setup at maximus/simpl-liste 2026-04-06 16:07:02 +00:00
2f2a48f644 Merge pull request 'feat: add WebSocket server with ticket auth and heartbeat (#38)' (#45) from issue-38-websocket into issue-35-web-setup
6d2e7449f3 feat: add WebSocket server with ticket auth and heartbeat (#38)
Compare 2 commits »
maximus deleted branch issue-38-websocket from maximus/simpl-liste 2026-04-06 16:07:02 +00:00
maximus merged pull request maximus/simpl-liste#45 2026-04-06 16:07:01 +00:00
feat: add WebSocket server with ticket auth and heartbeat (#38)
maximus closed issue maximus/simpl-liste#38 2026-04-06 16:07:01 +00:00
WebSocket server temps réel
maximus commented on pull request maximus/simpl-liste#45 2026-04-06 15:59:51 +00:00
feat: add WebSocket server with ticket auth and heartbeat (#38)

Review — APPROVE

Clean WebSocket implementation with proper security (ticket auth, origin validation, session revalidation, heartbeat).

  • Ticket single-use + 30s TTL
  • Origin…
maximus created pull request maximus/simpl-liste#45 2026-04-06 15:55:58 +00:00
feat: add WebSocket server with ticket auth and heartbeat (#38)
maximus created branch issue-38-websocket in maximus/simpl-liste 2026-04-06 15:55:58 +00:00
maximus pushed to issue-38-websocket at maximus/simpl-liste 2026-04-06 15:55:58 +00:00
6d2e7449f3 feat: add WebSocket server with ticket auth and heartbeat (#38)
maximus pushed to issue-35-web-setup at maximus/simpl-liste 2026-04-06 15:52:33 +00:00
46ead345b4 Merge pull request 'feat: implement REST API backend with full CRUD and sync (#37)' (#44) from issue-37-api-rest into issue-35-web-setup
be9ba65337 feat: implement REST API backend with full CRUD and sync (#37)
Compare 2 commits »
maximus deleted branch issue-37-api-rest from maximus/simpl-liste 2026-04-06 15:52:33 +00:00
maximus merged pull request maximus/simpl-liste#44 2026-04-06 15:52:31 +00:00
feat: implement REST API backend with full CRUD and sync (#37)
maximus closed issue maximus/simpl-liste#37 2026-04-06 15:52:31 +00:00
API REST backend
maximus commented on pull request maximus/simpl-liste#44 2026-04-06 15:51:08 +00:00
feat: implement REST API backend with full CRUD and sync (#37)

Review — APPROVE

Summary: Comprehensive REST API with 16 route files. Auth, BOLA, Zod validation, idempotency keys all correctly implemented.

Checklist:

  • Every endpoint checks…
maximus created pull request maximus/simpl-liste#44 2026-04-06 15:50:18 +00:00
feat: implement REST API backend with full CRUD and sync (#37)
maximus created branch issue-37-api-rest in maximus/simpl-liste 2026-04-06 15:48:34 +00:00
maximus pushed to issue-37-api-rest at maximus/simpl-liste 2026-04-06 15:48:34 +00:00
be9ba65337 feat: implement REST API backend with full CRUD and sync (#37)
maximus deleted branch issue-36-auth-logto from maximus/simpl-liste 2026-04-06 15:38:47 +00:00
maximus merged pull request maximus/simpl-liste#43 2026-04-06 15:38:46 +00:00
feat: integrate Logto auth with middleware and login page (#36)