memos/server/router/api/v1
memoclaw 6f1f3d81c5
chore: remove disallow_public_visibility setting (#5743)
Co-authored-by: memoclaw <265580040+memoclaw@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-20 00:00:51 +08:00
..
test feat(memo): add share links for private memos (#5742) 2026-03-19 23:47:22 +08:00
acl_config.go feat(memo): add share links for private memos (#5742) 2026-03-19 23:47:22 +08:00
acl_config_test.go fix(api): remove public activity service (#5734) 2026-03-18 22:42:57 +08:00
attachment_exif_test.go feat: implement EXIF metadata stripping for image uploads 2026-01-26 22:18:44 +08:00
attachment_service.go fix: correct typos in comments, error messages, and identifiers (#5704) 2026-03-08 18:40:17 +08:00
auth_service.go feat: replace auto-increment ID with UID for identity provider resource names (#5687) 2026-03-05 21:01:22 +08:00
auth_service_client_info_test.go refactor: remove deprecated Sessions and AccessTokens settings 2025-12-19 08:35:57 +08:00
common.go refactor: migrate HOST roles to ADMIN 2026-01-20 23:38:30 +08:00
connect_handler.go fix(api): remove public activity service (#5734) 2026-03-18 22:42:57 +08:00
connect_interceptors.go refactor: consolidate duplicated auth logic into auth package 2026-02-24 23:08:16 +08:00
connect_services.go feat(memo): add share links for private memos (#5742) 2026-03-19 23:47:22 +08:00
header_carrier.go fix(backend): correct generic type parameter in withHeaderCarrier helper 2025-12-12 08:06:13 +08:00
health_service.go refactor(store): remove deprecated migration_history table and backward compatibility code 2025-12-01 22:54:30 +08:00
idp_service.go feat: replace auto-increment ID with UID for identity provider resource names (#5687) 2026-03-05 21:01:22 +08:00
instance_service.go chore: remove disallow_public_visibility setting (#5743) 2026-03-20 00:00:51 +08:00
memo_attachment_service.go fix(store): allow memo/attachment deletion when local file is missing 2026-02-23 10:26:40 +08:00
memo_relation_service.go fix: replace echo.NewHTTPError with status.Errorf 2026-02-08 19:23:34 +08:00
memo_service.go chore: remove disallow_public_visibility setting (#5743) 2026-03-20 00:00:51 +08:00
memo_service_converter.go feat: extract title from first H1 heading into memo property (#5726) 2026-03-16 11:05:03 +08:00
memo_service_filter.go refactor: deprecate old filter 2025-07-22 21:25:57 +08:00
memo_share_service.go feat(memo): add share links for private memos (#5742) 2026-03-19 23:47:22 +08:00
reaction_service.go feat: add live refresh via Server-Sent Events (SSE) with visual indicator (#5638) 2026-03-03 22:56:12 +08:00
resource_name.go feat(memo): add share links for private memos (#5742) 2026-03-19 23:47:22 +08:00
shortcut_service.go fix: replace echo.NewHTTPError with status.Errorf 2026-02-08 19:23:34 +08:00
sse_handler.go refactor(sse): move status indicator to avatar badge 2026-03-03 23:25:01 +08:00
sse_hub.go refactor(sse): move status indicator to avatar badge 2026-03-03 23:25:01 +08:00
sse_hub_test.go feat: add live refresh via Server-Sent Events (SSE) with visual indicator (#5638) 2026-03-03 22:56:12 +08:00
user_service.go refactor(inbox): store memo comment payloads without activity records (#5741) 2026-03-19 19:33:25 +08:00
user_service_stats.go perf: optimize memory usage for statistics and image processing 2025-12-30 00:06:23 +08:00
v1.go fix(api): remove public activity service (#5734) 2026-03-18 22:42:57 +08:00