1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-29 03:09:38 +01:00
immich/server/src
David Bourgault 4b55888d16
fix: ensure manually tagged faces have proper source type ()
 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
. This PR simply extends it to the new manually
tagged faces.
2025-02-26 20:53:21 -06:00
..
bin refactor: last repository () 2025-02-11 22:15:56 +00:00
commands refactor(server): user endpoints () 2024-05-27 05:15:52 +07:00
controllers feat: persistent memories () 2025-02-21 12:31:37 -06:00
cores refactor: repositories () 2025-02-11 14:08:13 -05:00
dtos fix: ensure manually tagged faces have proper source type () 2025-02-26 20:53:21 -06:00
emails fix: limit width of logo in emails to 100% () 2025-02-17 17:46:14 +00:00
entities feat: medium tests for user and sync service () 2025-02-25 16:31:07 +00:00
middleware feat: sync implementation for the user entity () 2025-02-20 23:37:57 -05:00
migrations fix: ensure manually tagged faces have proper source type () 2025-02-26 20:53:21 -06:00
queries fix(server): memory assets order () 2025-02-25 19:10:52 -06:00
repositories fix(server): memory assets order () 2025-02-25 19:10:52 -06:00
services fix: ensure manually tagged faces have proper source type () 2025-02-26 20:53:21 -06:00
subscribers refactor(server): enums () 2024-08-15 06:57:01 -04:00
utils feat(web): manual face tagging and deletion () 2025-02-21 09:58:25 -06:00
workers fix: increase upload timeout () 2025-01-25 04:26:52 -06:00
app.module.ts feat: sync implementation for the user entity () 2025-02-20 23:37:57 -05:00
config.ts refactor: last repository () 2025-02-11 22:15:56 +00:00
constants.ts refactor: last repository () 2025-02-11 22:15:56 +00:00
database.ts feat: sync implementation for the user entity () 2025-02-20 23:37:57 -05:00
db.d.ts fix: ensure manually tagged faces have proper source type () 2025-02-26 20:53:21 -06:00
decorators.ts refactor: last repository () 2025-02-11 22:15:56 +00:00
enum.ts fix: ensure manually tagged faces have proper source type () 2025-02-26 20:53:21 -06:00
main.ts chore(server): print stack in case of worker error () 2025-01-24 22:45:55 -05:00
types.ts feat: persistent memories () 2025-02-21 12:31:37 -06:00
validation.spec.ts fix(server): use luxon for maxdate validator () 2024-08-08 09:02:39 -05:00
validation.ts feat(api): set person color () 2025-02-07 10:06:58 -05:00