memos/store
memoclaw 851e090ff9
chore: align branding with brand guidelines (#5693)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 11:32:36 +08:00
..
cache fix: resolve linter warning and cache race condition 2026-01-14 23:50:37 +08:00
db perf: batch load memo relations when listing memos (#5692) 2026-03-07 11:19:19 +08:00
migration feat: replace auto-increment ID with UID for identity provider resource names (#5687) 2026-03-05 21:01:22 +08:00
seed chore: align branding with brand guidelines (#5693) 2026-03-07 11:32:36 +08:00
test perf: batch load memo relations when listing memos (#5692) 2026-03-07 11:19:19 +08:00
activity.go feat: implement ListActivities pagination (#5468) 2026-03-04 19:08:47 +08:00
attachment.go fix: avoid truncating memo batch attachments (#5654) 2026-02-23 20:09:39 +08:00
cache.go chore: update store cache 2024-05-12 13:19:31 +08:00
common.go chore: update workspace setting store 2024-04-13 02:08:35 +08:00
driver.go refactor: user auth improvements (#5360) 2025-12-18 18:15:51 +08:00
idp.go feat: replace auto-increment ID with UID for identity provider resource names (#5687) 2026-03-05 21:01:22 +08:00
inbox.go fix(store): filter inbox notifications by message type at database level 2025-12-01 08:43:05 +08:00
instance_setting.go feat(store): change default storage type to local filesystem 2026-03-01 19:42:01 +08:00
memo.go fix: clean up memo_relation and attachments when deleting memo 2026-01-12 23:18:04 +08:00
memo_relation.go perf: batch load memo relations when listing memos (#5692) 2026-03-07 11:19:19 +08:00
migrator.go fix: detect legacy installations with empty schema version 2026-03-01 20:59:39 +08:00
reaction.go fix(security): implement security review recommendations (#5228) 2025-11-06 23:32:27 +08:00
store.go refactor: rename workspace to instance throughout codebase 2025-11-05 23:35:35 +08:00
user.go refactor: migrate HOST roles to ADMIN 2026-01-20 23:38:30 +08:00
user_setting.go refactor: remove deprecated Sessions and AccessTokens settings 2025-12-19 08:35:57 +08:00