Commit Graph

44 Commits (55025e1382ee06c8c28f46863ab6f1b8a812490d)

Author SHA1 Message Date
Steven f635d85bcf chore: fix reactions seed data
- Add comprehensive inline documentation for auth services
- Document session-based and token-based authentication flows
- Clarify authentication priority and validation logic
- Add detailed comments for JWT token structure and claims
- Fix reactions seed data to use memo UIDs instead of numeric IDs

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

Co-Authored-By: Claude <noreply@anthropic.com>
2 weeks 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
3 weeks ago
Johnny bc7decf642 refactor: remove unused constants 4 weeks ago
Copilot b685ffacdf refactor: memo filter
- Updated memo and reaction filtering logic to use a unified engine for compiling filter expressions into SQL statements.
- Removed redundant filter parsing and conversion code from ListMemoRelations, ListReactions, and ListAttachments methods.
- Introduced IDList and UIDList fields in FindMemo and FindReaction structs to support filtering by multiple IDs.
- Removed old filter test files for reactions and attachments, as the filtering logic has been centralized.
- Updated tests for memo filtering to reflect the new SQL statement compilation approach.
- Ensured that unsupported user filters return an error in ListUsers method.
4 weeks ago
Johnny efe6013c36 fix: add user authentication checks 1 month ago
Steven c3d4f8e9d1 feat: implement user-specific SQL converter for filtering in user service 2 months ago
Johnny 7cc2df9254 chore: fix linter 2 months ago
varsnotwars fbcdf0fba7
fix update theme not saving (#5012) 3 months ago
Johnny e93f3cbb8b refactor: unify theme and apperance 3 months ago
Johnny 76ca258f23 chore: simplify update user settings 3 months ago
varsnotwars 3fd305dce7
fix: preferences being overwritten (#4990) 3 months ago
johnnyjoy 506b477d50 fix: get user by username 3 months ago
Johnny 8f51791da8 chore: update user setting definition 3 months ago
Johnny 3b8bfe72ea fix: linter 4 months ago
johnnyjoy c5d497a1f0 chore: update user settings 4 months ago
Amar Singh Rathour b779dd2e54
fix: correct avatar URL generation to resolve 404 errors (#4839) 4 months ago
Steven 533591af2b chore: theme in user setting 4 months ago
johnnyjoy 1fffc41f79 feat: sliding expiration for user sessions 5 months ago
Johnny e6e460493c refactor: general user setting 5 months ago
Steven 83febf9928 chore: clean resource definition 5 months ago
Steven 5821bb7a65 chore: update auth service 5 months ago
Johnny 4e3a4e36f6 feat: implement user sessions 5 months ago
Johnny a2bfa82a88 fix: linter 5 months ago
Johnny 77b7fc4441 feat: implement user session 5 months ago
Steven 1ea4cc453c refactor: workspace setting service 5 months ago
Steven c9ab03e1a0 refactor: user service 5 months ago
Steven f1b365f928 refactor: clean packages 5 months ago
johnnyjoy f9e07a2245 feat: support update user's role 6 months ago
johnnyjoy ccfa9983e9 fix: user avatar url 6 months ago
johnnyjoy 13f6fa7b37 refactor: remove default visibility in workspace setting 9 months ago
johnnyjoy 57014e392f feat: get user by username 9 months ago
johnnyjoy ee96465be0 feat: list user stats 10 months ago
johnnyjoy d050a6fd46 chore: update user stats 10 months ago
johnnyjoy 34c26a394a feat: implement user stats endpoint 10 months ago
Steven 8b7e9f5443 chore: remove unused user id 10 months ago
johnnyjoy 2a861ea430 refactor: tweak resource state in api 10 months ago
wjsoj 1f9d657065
feat: support set global Default memo visibility (#3989)
* feat: support set global Default memo visibility

* feat: Move to WorkspaceMemoRelatedSetting

* fix: goimports check failure

* chore: change item name to default_visibility

* fix: goimports check failure
1 year ago
johnnyjoy 7a4d54bb3c chore: update error messages 1 year ago
Zisu Zhang b787d1c7b6
feat: support disable change username and nickname (#3911)
* feat: support disable change username and nickname

* chore: update UX
1 year ago
Steven 1ccfa81cf3 chore: tweak common function 1 year ago
Steven f37b34544b chore: update user access token checks 1 year ago
Steven b8763905ba chore: tweak naming 2 years ago
Steven 26545c855c refactor: implement s3 storage 2 years ago
Steven 20dd3e17f7 chore: rename router package 2 years ago