immich/server/src/domain
Dmitry Brazhenko e071b82e8a
feat (web/server) 360 degrees Web panoramas [attempt 2] (#3412)
* commit 1 (isPanorama: boolean)

* working solution for projectiontypeenum

* fix

* format fix

* fix

* fix

* fix

* fix

* enum projectiontype

* working solution with exif

* fix

* reverted >

* fix format

* reverted auto-magic api.ts prettification

* fix

* reverted api.ts autogenerated

* api ts regenerated

* Update web/src/lib/components/assets/thumbnail/thumbnail.svelte

Co-authored-by: Sergey Kondrikov <sergey.kondrikov@gmail.com>

* Update web/src/lib/components/asset-viewer/asset-viewer.svelte

Co-authored-by: Sergey Kondrikov <sergey.kondrikov@gmail.com>

* exifProjectionType

* Update server/src/microservices/processors/metadata-extraction.processor.ts

Co-authored-by: Sergey Kondrikov <sergey.kondrikov@gmail.com>

* projectionType?: string = ProjectionType.NONE;

* not null

* projectionType!: ProjectionType;

* opeapi generator fix

* fixes

* fix

* fix

* generate api

* asset.exifInifo?.projectionType

* Update server/src/domain/asset/response-dto/exif-response.dto.ts

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>

* Update server/src/microservices/processors/metadata-extraction.processor.ts

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>

* enum -> varchar;projectiontypeenum->projectiontype

* asset-viewer fixed prettiffier

* @Column({}) single line

* enum | string

* make api

* enum | string

* enum | str fix

* fix

* chore: use string instead of enum

* chore: open api

* fix: checks

---------

Co-authored-by: Sergey Kondrikov <sergey.kondrikov@gmail.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-07-27 23:29:09 -05:00
..
access refactor(server): upload config (#3148) 2023-07-08 23:37:40 -05:00
album refactor(server): guards, decorators, and utils (#3060) 2023-07-01 13:27:34 -05:00
api-key refactor(server): api key auth (#3054) 2023-06-30 20:49:30 -05:00
asset feat (web/server) 360 degrees Web panoramas [attempt 2] (#3412) 2023-07-27 23:29:09 -05:00
auth feat(server): storage label claim (#3278) 2023-07-15 14:50:29 -05:00
communication refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
crypto refactor(server): upload config (#3148) 2023-07-08 23:37:40 -05:00
facial-recognition fix(server): better facial recognition order (#3386) 2023-07-23 21:10:56 -05:00
job transcode live photos on upload (#3354) 2023-07-20 20:21:38 -05:00
media refactor(server): mime types (#3197) 2023-07-10 12:56:45 -05:00
metadata refactor(server): mime types (#3197) 2023-07-10 12:56:45 -05:00
partner feat(server): support for read-only assets and importing existing items in the filesystem (#2715) 2023-06-21 21:33:20 -05:00
person fix: hide faces (#3352) 2023-07-22 22:00:43 -05:00
search fix(server): merged faces cannot be recognized in new photos (#3381) 2023-07-22 14:42:12 -05:00
server-info feat(server): add endpoint to get supported media types on the server (#3284) 2023-07-15 20:24:46 -05:00
shared-link refactor(server): guards, decorators, and utils (#3060) 2023-07-01 13:27:34 -05:00
smart-info fix(server): empty tag responses should be considered valid (#2993) 2023-06-28 09:40:30 -05:00
storage refactor(server): download assets (#3032) 2023-06-30 11:24:28 -05:00
storage-template refactor(server): auth/oauth (#3242) 2023-07-14 23:03:56 -05:00
system-config feat(server): storage label claim (#3278) 2023-07-15 14:50:29 -05:00
tag chore(server): organize imports (#2779) 2023-06-16 19:54:17 +00:00
user feat(server): storage label claim (#3278) 2023-07-15 14:50:29 -05:00
domain.config.ts refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
domain.constant.spec.ts fix(server): add missing extensions and mime types (#3318) 2023-07-19 09:27:25 -05:00
domain.constant.ts fix(server): add missing extensions and mime types (#3318) 2023-07-19 09:27:25 -05:00
domain.module.ts refactor(server): auth/oauth (#3242) 2023-07-14 23:03:56 -05:00
domain.util.ts refactor(server): guards, decorators, and utils (#3060) 2023-07-01 13:27:34 -05:00
index.ts refactor(server): auth/oauth (#3242) 2023-07-14 23:03:56 -05:00