Commit Graph

9 Commits

Author SHA1 Message Date
Steve Korshakov
014473a7ac feat: implement session deletion with cascade and socket notifications
- Add sessionDelete action to handle deletion of sessions and all related data
- Delete session messages, usage reports, and access keys in proper order
- Add delete-session event type to eventRouter for real-time notifications
- Add DELETE /v1/sessions/:sessionId endpoint with ownership verification
- Send socket notification to all user connections after successful deletion
- Add idempotency rule to CLAUDE.md for API operations

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2025-09-20 21:17:48 -07:00
Steve Korshakov
0ce1bb4c9a feat: simple feed engine 2025-09-20 14:42:28 -07:00
Steve Korshakov
d032ec1596 ref: extract github connect and disconnect to a separate action, shared eventRouter, copy username to the account on connect and remove on disconnect, make github profile unique 2025-09-19 20:38:48 -07:00
Steve Korshakov
79b97c1b88 fix: fix friendship 2025-09-19 18:50:21 -07:00
Steve Korshakov
aaff5dcaf4 feat: add social network friendship API
- Add UserRelationship model with unidirectional relationships
- Implement friendship service with GitHub requirement
- Add REST endpoints for friend requests, acceptance, and listing
- Add single relationship-updated WebSocket event
- Support batch profile fetching with consistent schemas

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2025-09-18 04:52:57 +00:00
Steve Korshakov
86bf8bf03c wip: working on artifacts 2025-09-16 22:35:09 -07:00
Steve Korshakov
d4570c6b8f feat: add machine data encryption key and new-machine update 2025-09-07 22:28:49 -07:00
Steve Korshakov
31bb2892f2 feat: data encryption key 2025-09-07 22:04:59 -07:00
Steve Korshakov
ee48abb737 ref: working on connected accounts 2025-09-01 15:32:10 -07:00