multica/server
yushen 79cd2a3a5d fix(upload): link attachments to comments via client-side ID tracking
Instead of regex-parsing markdown content to find attachment URLs
(fragile), the frontend now tracks uploaded attachment IDs and sends
them with the comment creation request. The backend links them by ID.

Frontend: upload returns attachment ID, comment/reply inputs collect
IDs during editing session, pass as attachment_ids on submit.
Backend: CreateComment accepts attachment_ids, links by ID+issue scope.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 16:47:27 +08:00
..
cmd fix(auth): enforce auth on daemon API routes (#224) 2026-03-31 16:13:58 +08:00
internal fix(upload): link attachments to comments via client-side ID tracking 2026-03-31 16:47:27 +08:00
migrations fix(auth): enforce auth on daemon API routes (#224) 2026-03-31 16:13:58 +08:00
pkg fix(upload): link attachments to comments via client-side ID tracking 2026-03-31 16:47:27 +08:00
go.mod fix(upload): add file type/size validation, Content-Disposition header 2026-03-31 14:55:27 +08:00
go.sum feat(upload): add file upload API with S3 + CloudFront signed cookies 2026-03-31 14:41:17 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00