- 12 Jan, 2026 1 commit
-
-
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 4 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
-
Roman Teitge authored
Signed-off-by:Roman Teitge <83205200+rteitge@users.noreply.github.com>
-
- 03 Jan, 2026 4 commits
-
-
Steven authored
-
Johnny authored
-
Johnny authored
-
Johnny authored
- Add HDR detection utilities for wide color gamut formats (HEIC, HEIF, WebP) - Apply colorSpace attribute to image/video elements for HDR-capable files - Update frontend components (AttachmentCard, PreviewImageDialog, AttachmentList) - Expand backend thumbnail generation to support HEIC, HEIF, WebP formats - Add Color-Gamut response headers to advertise wide gamut support - Extend avatar MIME type validation for HDR formats Supported formats: - Images: HEIC, HEIF, WebP, PNG, JPEG - Videos: MP4, QuickTime, Matroska, WebM (VP9 Profile 2) Browser support: - Safari 14.1+, Chrome 118+, Edge 118+ - Gracefully degrades to sRGB on unsupported browsers
-