happy-server/sources
Steve Korshakov 2a3bdb3452 feat: implement v2 sessions sync endpoints with better pagination
- Add GET /v2/sessions/active - returns only active sessions
- Add GET /v2/sessions - cursor-based pagination with changedSince filter
- Use consistent ID-based sorting (desc) for predictable pagination
- changedSince is just a filter, doesn't affect pagination mechanics
- Remove lastMessage field from all v2 endpoints for smaller payloads
- Simple opaque cursor format: cursor_v1_{sessionId}

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 10:23:17 -07:00
..
app feat: implement v2 sessions sync endpoints with better pagination 2025-08-27 10:23:17 -07:00
modules feat: resolve public url for avatar 2025-08-26 22:39:28 -07:00
services ref: remove updates 2025-07-26 02:24:05 -07:00
storage fix: fix upload path 2025-08-26 23:03:43 -07:00
utils feat: handle avatar, first name and last name 2025-08-26 22:17:11 -07:00
main.ts wip: add files, fix tweetnacl in esm 2025-08-26 21:46:55 -07:00
types.ts feat: handle avatar, first name and last name 2025-08-26 22:17:11 -07:00