immich/server/src
Stephen Smith 1b67ea2d91
chore(server): update exiftool and migrate off deprecated method signatures (#10367)
* chore(server): update exiftool and migrate off deprecated method signatures

* chore(server): update exiftool-vendored to 27.0.0

* chore(server): switch away from deprecated exiftool method signatures
- options now includes read/writeArgs making the deprecated signatures with
  args array redundant
- switch read call from file,args,options to file,options
- switch write call from file,tags,args to file,tags,options

* chore(server): move largefilesupport flags into exiftool constructor
- options now includes read/writeArgs making it available to be set globally in
  constructor
- switches back to instantiating an instance of exiftool

* chore(server): consolidate exiftool config into constructor along with writeArgs

* chore(server): move exiftool instantiation into MetadataRepository constructor
2024-06-17 10:11:11 -07:00
..
bin test: sync open api spec (#9687) 2024-05-23 07:40:57 -04:00
commands refactor(server): user endpoints (#9730) 2024-05-27 05:15:52 +07:00
controllers feat(web): send test email button (#10011) 2024-06-07 11:34:09 -05:00
cores refactor: config caching (#10168) 2024-06-12 11:07:35 +00:00
dtos feat: user preferences for archive download size (#10296) 2024-06-14 11:27:12 -04:00
emails feat(web): send test email button (#10011) 2024-06-07 11:34:09 -05:00
entities feat(server): separate face search relation (#10371) 2024-06-16 19:25:27 +00:00
interfaces fix(server): orientation handling for person thumbnails (#10382) 2024-06-16 08:45:58 -07:00
middleware fix(server): closed connections (#10013) 2024-06-06 09:09:42 -05:00
migrations feat(server): separate face search relation (#10371) 2024-06-16 19:25:27 +00:00
queries feat(server): separate face search relation (#10371) 2024-06-16 19:25:27 +00:00
repositories chore(server): update exiftool and migrate off deprecated method signatures (#10367) 2024-06-17 10:11:11 -07:00
services fix(server): include archived assets in forced thumbnail generation (#10409) 2024-06-16 16:16:02 -04:00
subscribers chore: migrate database files (#8126) 2024-03-20 21:02:51 +00:00
utils refactor(server): partner ids (#10321) 2024-06-14 18:29:32 -04:00
workers fix(server): cache-control header missing from / requests (#10131) 2024-06-11 10:18:52 -05:00
app.module.ts feat(server): log http exceptions (#9996) 2024-06-05 17:07:47 -04:00
config.ts fix(server): otel not working due to port conflicts after combining containers (#10078) 2024-06-10 16:01:04 +00:00
constants.ts fix: immich port with external domain (#9856) 2024-05-29 13:06:49 -04:00
database.config.ts refactor(server): version logic (#9615) 2024-05-20 20:31:36 -04:00
decorators.ts feat(server): read-write external assets (#9235) 2024-05-03 15:34:57 -04:00
main.ts feat: seperate sub-process for api worker (#10000) 2024-06-06 11:56:57 +01:00
validation.ts refactor(server): user endpoints (#9730) 2024-05-27 05:15:52 +07:00