SnapOtter
095e3d9488
feat: add URL-based image import (single + bulk)
Add a fourth image ingestion path: importing images by URL.
Backend:
- POST /api/v1/fetch-urls endpoint with SSRF protection, image validation,
preview generation, and p-queue concurrency
- SSRF utility blocking private IPs, validating redirect hops, with
comprehensive IPv4/IPv6 range coverage
Frontend:
- Always-visible URL input in the dropzone for quick single-image import
- Bulk URL import modal with smart URL parsing (lists, markdown, HTML),
per-URL progress tracking, retry on failure, and batch add
- useUrlImport hook managing the full fetch lifecycle
Tests: 48 new tests (23 SSRF unit, 10 URL parser unit, 15 integration)
2026-05-11 22:41:47 +08:00
..
2026-05-09 09:02:29 +08:00
2026-05-11 21:57:40 +08:00
2026-04-23 10:58:56 +08:00
2026-04-29 23:47:19 +08:00
2026-04-26 12:03:08 +08:00
2026-05-09 07:35:27 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 07:35:27 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 07:35:27 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 13:12:11 +08:00
2026-05-06 21:38:12 +08:00
2026-05-10 22:18:11 +08:00
2026-05-07 19:41:30 +08:00
2026-05-09 07:35:27 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 07:35:27 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 13:03:57 +08:00
2026-05-09 13:03:57 +08:00
2026-05-09 07:35:27 +08:00
2026-05-08 16:01:46 +08:00
2026-04-06 12:53:53 +08:00
2026-04-23 17:12:02 +08:00
2026-05-09 07:35:27 +08:00
2026-05-07 19:41:30 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 09:02:29 +08:00
2026-05-07 19:41:30 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 09:02:29 +08:00
2026-05-11 22:39:37 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 07:35:27 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 07:35:27 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 09:02:29 +08:00
2026-04-22 18:10:04 +08:00
2026-05-11 17:45:42 +08:00
2026-05-09 09:02:29 +08:00