- 12 Jan, 2026 6 commits
-
-
Johnny authored
-
Johnny authored
-
Johnny authored
Fixes #5472 Move cleanup logic to store.DeleteMemo to ensure data consistency: - Delete memo_relation records where memo is source (MemoID) or target (RelatedMemoID) - Delete attachments linked to the memo (including S3/local files) This prevents stale COMMENT records in memo_relation after deleting a memo that has comments.
-
Johnny authored
-
Johnny authored
-
Johnny authored
-
- 11 Jan, 2026 2 commits
-
-
Johnny authored
- Filter out COMMENT type relations, only show REFERENCE type - When editing a memo, only show relations where current memo is the source - Pass memoName through EditorMetadata to RelationList for filtering
-
Johnny authored
Add ListMemoComments to public endpoints whitelist so unauthenticated users can see public comments. The service layer already filters comments by visibility (only PUBLIC for guests). Fixes #5471
-
- 08 Jan, 2026 5 commits
-
-
Faizaan pochi authored
-
Jongho Hong authored
Signed-off-by:
Jongho Hong <myodan@pm.me> Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
-
Johnny authored
-
Johnny authored
-
Johnny authored
-
- 07 Jan, 2026 10 commits
-
-
Johnny authored
- Fix linting issues and address testcontainers deprecation in store/test/containers.go - Extract MemosStartupWaitStrategy for consistent container health checks - Refactor migrator_test.go to use a consolidated testMigration helper, reducing duplication - Add store/test/Dockerfile for optimized local test image builds
-
Om vataliya authored
-
Faizaan pochi authored
-
Johnny authored
-
Johnny authored
-
Johnny authored
Reverts only the system_setting → instance_setting rename related changes from commit d326c710. Keeps the resource → attachment rename changes intact. - Reverts table name back to system_setting in all database drivers (MySQL, PostgreSQL, SQLite) - Removes migration files for the system_setting rename - Reverts LATEST.sql files to use system_setting table
-
Johnny authored
-
Johnny authored
-
Johnny authored
-
Johnny authored
-
- 06 Jan, 2026 9 commits
-
-
Johnny authored
-
Johnny authored
-
Johnny authored
This fixes an issue where the theme selector on the login screen would not update its display value after selection because the component was not re-rendering. Added local state to track the current theme. Validated that this pattern is unique to the unauthenticated context.
-
Steven authored
-
Steven authored
-
Faizaan pochi authored
-
Steven authored
-
Steven authored
-
Steven authored
-
- 05 Jan, 2026 5 commits
- 04 Jan, 2026 3 commits
-
-
lif authored
Signed-off-by:majiayu000 <1835304752@qq.com>
-
lif authored
Co-authored-by:Claude Opus 4.5 <noreply@anthropic.com>
-
Sheep-realms authored
-