No description
Find a file
유창욱 e66f9d5001 refactor: extract URL helpers into store_url_utils
Move the SQLite store's 5 URL helpers (_decoded_nested_url, _is_http_url,
_url_path_has_image_suffix, _url_has_image_format_hint, _url_looks_like_image)
into a focused module and import them back. Pure relocation, no behavior
change. First step of splitting the 5300-line sqlite_store god file.
2026-06-20 20:35:21 +09:00
docs chore: pin runtime dependencies for offline air-gapped install 2026-06-20 18:19:08 +09:00
src/rights_filter refactor: extract URL helpers into store_url_utils 2026-06-20 20:35:21 +09:00
tests fix: PII retention, write-race serialization, and correctness fixes 2026-06-20 18:44:08 +09:00
web/operator-gui fix: reject protocol-relative and backslash URLs in safeUrl 2026-06-20 18:47:13 +09:00
.env.example fix: harden operator HTTP server 2026-06-20 18:18:54 +09:00
.gitignore chore: pin runtime dependencies for offline air-gapped install 2026-06-20 18:19:08 +09:00
package.json chore: initial commit of copyrighter (rights_filter) 2026-06-09 09:50:31 +09:00
requirements-dev.txt chore: pin runtime dependencies for offline air-gapped install 2026-06-20 18:19:08 +09:00
requirements.txt chore: pin runtime dependencies for offline air-gapped install 2026-06-20 18:19:08 +09:00
run_copyrighter_server.py chore: initial commit of copyrighter (rights_filter) 2026-06-09 09:50:31 +09:00