immich/server
Jan108 b2761b12d1
feat(web): Option to assign people to unassigned faces (#9773)
* added unassigned faces to people edit

* svelte fix

* fix format

* Captialized unassigned person name, removed person id from alttext, fixed problem with multiple faces per person

* Added faces to the getAssetInfo API endpoint

* Updated openApi clients

* Readded the photoeditor dependency

* fixed lint/format

* fixed photoViewer type

* changes getAssetInfo.faces to only include unassigned faces

* fix: bad merge

* title

* logic

---------

Co-authored-by: Jan108 <dasJan108@gmail.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-06-05 07:26:00 +00:00
..
bin chore: migrate to vitest (#7156) 2024-04-16 10:44:45 -04:00
resources feat: postgres reverse geocoding (#5301) 2023-11-25 18:53:30 +00:00
src feat(web): Option to assign people to unassigned faces (#9773) 2024-06-05 07:26:00 +00:00
test test(server): check motion asset create arguments (#9826) 2024-06-05 01:55:04 -05:00
.eslintrc.js chore(deps): update dependency eslint-plugin-unicorn to v53 (#9502) 2024-05-15 18:06:25 -04:00
.gitignore feat(web): re-add open graph tags for public share links (#5635) 2023-12-11 13:37:47 -06:00
.nvmrc fix(deps): update typescript-projects (#9971) 2024-06-04 10:35:24 +01:00
.prettierignore refactor: open api (#6334) 2024-01-12 07:36:27 -05:00
.prettierrc fix(server): lint import order (#3974) 2023-09-04 21:45:59 +02:00
Dockerfile chore(deps): update base-image to v20240528 (major) (#9830) 2024-05-28 12:43:22 -04:00
nest-cli.json chore(server): enable swagger to take class validator rules into account (#9022) 2024-04-22 18:13:44 -04:00
package-lock.json chore(deps): update dependency @swc/core to v1.5.24 (#9983) 2024-06-04 09:39:43 -04:00
package.json fix(deps): update typescript-projects (#9971) 2024-06-04 10:35:24 +01:00
README.md docs: add some details for getting started as a developer (#8468) 2024-04-02 11:56:33 -05:00
start.sh fix(server): re-add mimalloc (#7511) 2024-02-28 18:23:48 -05:00
tsconfig.build.json fix: exclude e2e format (#3250) 2023-07-13 21:41:16 -05:00
tsconfig.json feat(server): email notifications (#8447) 2024-05-02 15:43:18 +01:00
vitest.config.mjs chore: migrate to vitest (#7156) 2024-04-16 10:44:45 -04:00

Immich server project

This project uses the NestJS web framework. Please refer to the NestJS docs for information on getting started as a contributor to this project.