Commit Graph

16 Commits (bc1550e9261c8358e3f4ada6ae9574999b8b5f6a)

Author SHA1 Message Date
Steven bc1550e926 refactor(api): migrate inbox functionality to user notifications
- Remove standalone InboxService and move functionality to UserService
- Rename inbox to user notifications for better API consistency
- Add ListUserNotifications, UpdateUserNotification, DeleteUserNotification methods
- Update frontend components to use new notification endpoints
- Update store layer to support new notification model

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

Co-Authored-By: Claude <noreply@anthropic.com>
3 days ago
Steven 9121ddbad9 feat(api): support username lookup in GetUser endpoint
- Update GetUser to accept both numeric IDs and username strings (users/{id} or users/{username})
- Implement CEL filter parsing for username-based lookups
- Update proto documentation to reflect dual lookup capability
- Simplify frontend user store to use GetUser instead of ListUsers filter
- Update ListUsers filter documentation to show current capabilities
2 weeks ago
johnnyjoy 506b477d50 fix: get user by username 3 months ago
johnnyjoy c5d497a1f0 chore: update user settings 3 months ago
Johnny 77b7fc4441 feat: implement user session 4 months ago
Steven c9ab03e1a0 refactor: user service 5 months ago
Steven 64b27d5a4e refactor: shortcut service 5 months ago
johnnyjoy 14c72fa7df feat: implement shortcuts 9 months ago
johnnyjoy 57014e392f feat: get user by username 9 months ago
johnnyjoy d050a6fd46 chore: update user stats 10 months ago
johnnyjoy 34c26a394a feat: implement user stats endpoint 10 months ago
Steven cc91b1e512 chore: buf generate 1 year ago
Steven 797f5a123c feat: add `HasIncompleteTasks` to memo property 1 year ago
Steven ff175bbb7e refactor: update resource binary request handler 2 years ago
Steven 6295979592 chore: add user avatar route 2 years ago
Steven 1b291422e7 refactor: api version 2 years ago