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-04-20 20:53:54 +08:00
2026-04-10 17:38:54 +08:00
2026-05-09 09:02:29 +08:00
2026-04-25 07:23:58 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 09:02:29 +08:00
2026-04-29 01:39:25 +08:00
2026-05-08 15:21:39 +08:00
2026-04-29 01:39:25 +08:00
2026-05-11 21:32:46 +08:00
2026-05-09 09:02:29 +08:00
2026-04-29 01:39:25 +08:00
2026-04-20 18:47:59 +08:00
2026-04-20 10:56:47 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 18:02:58 +08:00
2026-05-08 15:40:23 +08:00
2026-05-09 09:02:29 +08:00
2026-05-10 22:18:11 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 18:02:58 +08:00
2026-05-10 22:18:11 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 09:02:29 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 18:02:58 +08:00
2026-05-09 18:02:58 +08:00
2026-05-10 22:18:11 +08:00
2026-05-09 18:02:58 +08:00
2026-05-01 13:44:04 +08:00
2026-04-24 18:06:29 +08:00
2026-04-28 00:51:33 +08:00
2026-05-01 13:44:04 +08:00
2026-04-29 01:39:25 +08:00
2026-04-20 20:53:54 +08:00
2026-04-29 01:39:25 +08:00
2026-04-13 13:43:07 +08:00
2026-05-01 13:44:04 +08:00
2026-05-07 19:41:30 +08:00
2026-05-07 19:41:30 +08:00
2026-04-29 01:39:25 +08:00
2026-04-29 01:39:25 +08:00
2026-04-29 01:39:25 +08:00
2026-05-09 09:02:29 +08:00
2026-05-01 13:44:04 +08:00
2026-04-25 07:23:58 +08:00
2026-05-10 22:18:11 +08:00
2026-04-20 21:39:56 +08:00
2026-03-26 01:10:51 +08:00
2026-05-06 18:53:37 +08:00
2026-03-26 01:10:51 +08:00
2026-05-09 09:02:29 +08:00
2026-05-06 18:53:37 +08:00
2026-04-29 01:39:25 +08:00
2026-05-11 21:37:19 +08:00
2026-04-20 20:53:54 +08:00