immich/server
Elliot Lee 81e2b18531
Add support for many missing raw formats (#2834)
* Allow upload of AVIF and x-canon-cr2 mime types

* Allow generic RAW file mime type image/x-dcraw

* Another place to uploading avif and cr2

* Determine mime type for .avif and .cr2 files correctly

* Update asset-upload.config.spec.ts for CR2 and AVIF files

* More changes for AVIF & CR2 files

Found some other places where avif and cr2 should be mentioned.

* Merge in upstream changes

* Allow uploading and using most of the formats that libraw supports

* Add raw files to allowable mobile uploads

* Update asset-upload.config.spec.ts

Fix errant commas.

* Update asset-utils.ts

Remove duplicate entry in hash table.

* Fix missing k25 mime type in server upload check.
Fix prettier formatting message in web file-uploader.

* fix test

---------

Co-authored-by: Elliot Lee <sopwith@gmail.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-06-19 21:10:29 -05:00
..
bin refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
e2e chore(server): organize imports (#2779) 2023-06-16 19:54:17 +00:00
openapi-generator chore: update api (#2428) 2023-05-11 10:49:28 -05:00
src Add support for many missing raw formats (#2834) 2023-06-19 21:10:29 -05:00
test feat(web,server): add thumbhash support (#2649) 2023-06-17 22:22:31 -05:00
.dockerignore feat(immich-server) use ubuntu base-image (#851) 2022-10-24 14:59:07 -05:00
.eslintrc.js chore(docs): contributing (#1311) 2023-01-12 08:44:11 -06:00
.gitignore refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
.prettierignore chore(docs): contributing (#1311) 2023-01-12 08:44:11 -06:00
.prettierrc chore(server): organize imports (#2779) 2023-06-16 19:54:17 +00:00
Dockerfile use imagemagick and libraw for raw image support (#2668) 2023-06-14 21:34:03 -05:00
immich-openapi-specs.json Version v1.62.1 2023-06-19 21:31:38 +00:00
jest-e2e.json refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
LICENSE feat(docker) revert ubuntu base image (#863) 2022-10-25 14:18:37 -05:00
nest-cli.json refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
openapitools.json chore(server): update openapi (#2205) 2023-04-08 21:26:09 -05:00
package-lock.json Version v1.62.1 2023-06-19 21:31:38 +00:00
package.json Version v1.62.1 2023-06-19 21:31:38 +00:00
start-microservices.sh refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
start-server.sh refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
start.sh refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
tsconfig.build.json Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
tsconfig.json feat(web,server): add thumbhash support (#2649) 2023-06-17 22:22:31 -05:00