immich/server/src
David Bourgault 4b55888d16
fix: ensure manually tagged faces have proper source type (#16364)
immich-app/immich#16062 added manual face tagging and deletion, but did
not add a new 'SourceType'. The create faces would default to
'machine-learning' which is incorrect, and has the annoying downside
that they will be wiped when the 'Refresh Faces' job is run.

Handling of non-machine-learning faces was previously added in
immich-app/immich#6455. This PR simply extends it to the new manually
tagged faces.
2025-02-26 20:53:21 -06:00
..
bin refactor: last repository (#16042) 2025-02-11 22:15:56 +00:00
commands refactor(server): user endpoints (#9730) 2024-05-27 05:15:52 +07:00
controllers feat: persistent memories (#15953) 2025-02-21 12:31:37 -06:00
cores refactor: repositories (#16036) 2025-02-11 14:08:13 -05:00
dtos fix: ensure manually tagged faces have proper source type (#16364) 2025-02-26 20:53:21 -06:00
emails fix: limit width of logo in emails to 100% (#16164) 2025-02-17 17:46:14 +00:00
entities feat: medium tests for user and sync service (#16304) 2025-02-25 16:31:07 +00:00
middleware feat: sync implementation for the user entity (#16234) 2025-02-20 23:37:57 -05:00
migrations fix: ensure manually tagged faces have proper source type (#16364) 2025-02-26 20:53:21 -06:00
queries fix(server): memory assets order (#16325) 2025-02-25 19:10:52 -06:00
repositories fix(server): memory assets order (#16325) 2025-02-25 19:10:52 -06:00
services fix: ensure manually tagged faces have proper source type (#16364) 2025-02-26 20:53:21 -06:00
subscribers refactor(server): enums (#11809) 2024-08-15 06:57:01 -04:00
utils feat(web): manual face tagging and deletion (#16062) 2025-02-21 09:58:25 -06:00
workers fix: increase upload timeout (#15588) 2025-01-25 04:26:52 -06:00
app.module.ts feat: sync implementation for the user entity (#16234) 2025-02-20 23:37:57 -05:00
config.ts refactor: last repository (#16042) 2025-02-11 22:15:56 +00:00
constants.ts refactor: last repository (#16042) 2025-02-11 22:15:56 +00:00
database.ts feat: sync implementation for the user entity (#16234) 2025-02-20 23:37:57 -05:00
db.d.ts fix: ensure manually tagged faces have proper source type (#16364) 2025-02-26 20:53:21 -06:00
decorators.ts refactor: last repository (#16042) 2025-02-11 22:15:56 +00:00
enum.ts fix: ensure manually tagged faces have proper source type (#16364) 2025-02-26 20:53:21 -06:00
main.ts chore(server): print stack in case of worker error (#15632) 2025-01-24 22:45:55 -05:00
types.ts feat: persistent memories (#15953) 2025-02-21 12:31:37 -06:00
validation.spec.ts fix(server): use luxon for maxdate validator (#11651) 2024-08-08 09:02:39 -05:00
validation.ts feat(api): set person color (#15937) 2025-02-07 10:06:58 -05:00