memos/plugin
ayasy-el bc4ae02bcd feat(api): add link preview endpoint with metadata fallback
- add REST GET /api/v1/link:preview to return title/description/image

- resolve relative/protocol-relative image URLs; fallback to first <img> when og:image missing

- add first-image scraper and guard HTML meta fetch against 4xx/5xx responses

- register route in server startup; add LinkService proto stub for future gateway/grpc use (not yet wired)
2025-12-14 16:26:12 +07:00
..
cron chore: fix some typos in comments (#5332) 2025-12-11 07:50:16 +08:00
filter fix(postgres): update tag filtering SQL to ensure proper type casting for LIKE comparisons 2025-11-26 23:04:07 +08:00
httpgetter feat(api): add link preview endpoint with metadata fallback 2025-12-14 16:26:12 +07:00
idp feat(auth): add PKCE support and enhance OAuth security 2025-12-01 00:04:26 +08:00
markdown fix(markdown): fix UTF-8 truncation for CJK characters in snippet generation 2025-11-26 07:34:28 +08:00
storage/s3 feat: generate thumbnails for images stored in S3 and generate thumbnails with a maximum size (#5179) 2025-10-23 21:29:22 +08:00
webhook chore: fix linter 2025-06-24 21:55:27 +08:00