memos/server
Manak Raj caabd396ef
fix(api): detect invalid UTF-8 in memo content before gRPC marshal
Add defensive UTF-8 validation in convertMemoFromStore to prevent gRPC marshal failures when memo content or derived snippet contains invalid UTF-8 data. This fails fast with a clear INTERNAL error instead of crashing the Listen response.

Signed-off-by: Manak Raj <7manakraj@gmail.com>
2026-01-01 19:31:28 +05:30
..
auth refactor(auth): remove legacy session cookie authentication 2025-12-19 00:09:08 +08:00
router fix(api): detect invalid UTF-8 in memo content before gRPC marshal 2026-01-01 19:31:28 +05:30
runner refactor: rename workspace to instance throughout codebase 2025-11-05 23:35:35 +08:00
server.go chore: implement session sliding expiration and JWT authentication 2025-12-15 10:04:11 +08:00