immich/packages
NoiceHax 650b0b985f fix(cli): report upload-time duplicates in json output
The `duplicates` key of `--json-output` was only populated from
`checkForDuplicates`, which asks the server about the checksums of the
whole batch at once. That check cannot detect files that are duplicated
within the batch itself, so those are handed to `uploadFiles`, which the
server then rejects with `AssetMediaStatus.Duplicate`. `uploadFiles`
counted them for the "Skipped N duplicate assets" log line but returned
them as new assets, so they never reached the json output. It now
returns them separately and `uploadBatch` merges them into `duplicates`.

Closes #24291
2026-08-13 22:52:26 +05:30
..
cli fix(cli): report upload-time duplicates in json output 2026-08-13 22:52:26 +05:30
e2e-auth-server chore(deps): update node.js to v24.19.0 (#30703) 2026-08-11 12:27:42 +02:00
plugin-core feat: workflow asset tag trigger/filter/action (#29043) 2026-08-12 16:26:03 -07:00
plugin-sdk feat: workflow asset tag trigger/filter/action (#29043) 2026-08-12 16:26:03 -07:00
scripts feat: use version service for docs archive switcher (#30675) 2026-08-12 13:36:33 +02:00
sdk feat: workflow asset tag trigger/filter/action (#29043) 2026-08-12 16:26:03 -07:00