1. 23 Oct, 2025 6 commits
  2. 22 Oct, 2025 10 commits
  3. 21 Oct, 2025 2 commits
  4. 20 Oct, 2025 3 commits
  5. 16 Oct, 2025 2 commits
    • Johnny's avatar
      refactor: remove unused constants · bc7decf6
      Johnny authored
      bc7decf6
    • Copilot's avatar
      refactor: memo filter · b685ffac
      Copilot authored
      - 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.
      b685ffac
  6. 14 Oct, 2025 5 commits
  7. 12 Oct, 2025 1 commit
  8. 10 Oct, 2025 1 commit
  9. 09 Oct, 2025 1 commit
  10. 08 Oct, 2025 9 commits