Commit Graph

8 Commits (d69435c97cf26767ca3f6a53cdf5f45a51f4c463)

Author SHA1 Message Date
boojack 21d31e3609
fix(security): implement security review recommendations (#5228)
Co-authored-by: Claude <noreply@anthropic.com>
3 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.
1 month ago
varsnotwars f4bdfa28a0
feat: filter/method for reactions by content_id (#4969) 4 months ago
Steven 9972a77d9e refactor: memo service 5 months ago
Steven e527b6a878 feat: move reaction type to setting 1 year ago
Steven cebc46adc7 chore: tweak store definition 2 years ago
Steven 3a5bc82d39 chore: implement reaction service 2 years ago
Steven 559e427c50 chore: implement reaction store 2 years ago