提交图

6 次代码提交

作者 SHA1 备注 提交日期
cryptocommuniums-afk
7dd10bef2d fix: image upload proxy, compression, and JSON parse safety
- Add /api/v1/ and /files/ rewrite rules in next.config.ts so frontend
  can call backend without /admin139 prefix
- Fix upload using MultiPartParser instead of req->getUploadedFiles()
- Add client-side image compression (canvas resize to 1920px, quality 0.8)
  for photos >500KB before upload
- Safe JSON parsing: catch HTML error responses instead of throwing
  SyntaxError on non-JSON backend responses
- Fix backslash escape in delete filename validation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-16 18:10:47 +08:00
Codex CLI
ad29a9f62d feat: add daily tasks and fix /admin139 admin entry 2026-02-15 12:51:42 +08:00
Codex CLI
e2ab522b78 feat: rebuild CSP practice workflow, UX and automation 2026-02-13 15:49:05 +08:00
anygen-build-bot
d33deed4c5 chore(proxy): expose backend under /admin139 on frontend port 2026-02-12 10:40:23 +00:00
anygen-build-bot
15211a99de feat(web): add simple auth UI + enable CORS for testing 2026-02-12 10:02:13 +00:00
anygen-build-bot
438c7e840e chore: init frontend+backend skeleton 2026-02-12 08:54:44 +00:00