accounts/internal
Haitao Pan dc348238f1 fix: correct sessions table column names from user_id to user_uuid
- Fixed CreateSession and GetSession SQL queries to use user_uuid instead of user_id
- Added unique constraint on sessions.token column for proper upsert support
- Created migration file to add the unique index to existing databases

This fixes the 500 error on /api/auth/login caused by session creation failure
2026-02-05 11:00:57 +08:00
..
agentmode feat: Template Xray TCP certificate and key file paths using a domain placeholder. 2026-01-27 22:01:07 +08:00
agentproto feat: Implement dynamic agent registration using self-reported IDs and persist agent details in a new agents database table. 2026-02-05 00:07:30 +08:00
agentserver feat(agent-persistence): implement PostgreSQL persistence for agent registry 2026-02-05 08:34:25 +08:00
auth feat: Add multiple context and editor hooks to ChatInput component. 2026-02-02 21:02:32 +08:00
cache feat: move account service to repo root 2026-01-16 16:15:23 +08:00
mailer feat: move account service to repo root 2026-01-16 16:15:23 +08:00
migrate reset accounts.svc.plus repo 2026-01-23 23:16:37 +08:00
model feat: move account service to repo root 2026-01-16 16:15:23 +08:00
service feat: move account service to repo root 2026-01-16 16:15:23 +08:00
store fix: correct sessions table column names from user_id to user_uuid 2026-02-05 11:00:57 +08:00
syncer feat: move account service to repo root 2026-01-16 16:15:23 +08:00
utils feat: move account service to repo root 2026-01-16 16:15:23 +08:00
xrayconfig feat(vless): support multi-region URI schemes and node metadata 2026-02-04 20:48:21 +08:00