Commit Graph

15 Commits (b685ffacdfca37330335393420a23ad707ba3453)

Author SHA1 Message Date
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.
3 weeks ago
Steven c3d4f8e9d1 feat: implement user-specific SQL converter for filtering in user service 2 months ago
johnnyjoy 506b477d50 fix: get user by username 3 months ago
johnnyjoy f9e07a2245 feat: support update user's role 6 months ago
cmuangs d649d326ef
fix: remove errors.Wrap(nil) (#4576)
* Fix errors.Wrap(nil)

* fix resource_test failure where resource does not exist
7 months ago
johnnyjoy 54a48b58d7 chore: remove random field 9 months ago
Steven 26545c855c refactor: implement s3 storage 2 years ago
Steven 03c93785f4 chore: implement list random users 2 years ago
Steven 8fe6874b1b chore: add description field to user 2 years ago
Steven c608877c3e chore: clean binary entries 2 years ago
Steven 88fb79e458 chore: impl inbox store for mysql 2 years ago
Athurg Gooth af7c0a76d0
fix: fail to update user's update_ts (#2410) 2 years ago
Athurg Gooth 7680be1a2f
fix: create user without some attributes (#2357) 2 years ago
Steven 553de3cc7e fix: mysql syntax 2 years ago
Steven a6ee61e96d chore: update package name 2 years ago