Skip to content

History / Content Validation

Revisions

  • Update wiki for v0.21.0

    @rhoopr rhoopr committed Jun 1, 2026
  • Sync wiki with v0.11.x codebase - Rename CLI‑metrics-port → CLI‑http-port (renamed in PR #237); rewrite to reflect that the HTTP server is always on in watch mode with a default port of 9090, and to list deprecated names still accepted. - Configuration.md: swap `[metrics]` for `[server]`; drop the incorrect `max_download_attempts` key under `[download]` (CLI-only, would break configs under `deny_unknown_fields`); add missing keys `bandwidth_limit`, `set_exif_rating`, `set_exif_gps`, `set_exif_description`, `embed_xmp`, `xmp_sidecar`; document the full list of CLI-only flags and the deprecated keys (`[metrics]`, `skip_live_photos`, `cookie_directory`). - Home.md: add `reconcile` to the commands table and subcommand section; update sync key-flag list (`--bandwidth-limit`, `--http-port`). - Docker.md: rewrite the Health checks section to match the actual HEALTHCHECK (`curl -f http://localhost:9090/healthz`) instead of the old file-based health.json reader; rewrite Prometheus section (the HTTP server runs by default in watch mode, not opt-in); refresh the Tags table to match the real publish patterns (semver, major.minor, short SHA, latest). - Sync.md: surface flags that existed in code but weren't documented on the sync page (`--bandwidth-limit`, `--set-exif-rating`, `--set-exif-gps`, `--set-exif-description`, `--embed-xmp`, `--xmp-sidecar`, `--http-port`); link `--save-password` page. - Content-Validation.md: fix broken link (was pointing at CLI‑set-exif-datetime, now at Verify). - CLI‑set-exif-datetime.md: add env/TOML rows, fix double-period typo. - CLI‑watch-with-interval.md: document the 86400 upper bound; add env and TOML rows.

    rhoopr committed Apr 23, 2026
  • Expand magic-byte table: split MOV from ISO-BMFF, add DNG (#247)

    rhoopr committed Apr 21, 2026
  • Add Content Validation wiki page (magic bytes, UTI mapping, HTML rejection)

    rhoopr committed Apr 10, 2026