immich/server
Thomas f9fbf1a2a5
fix(server): use HTTP status OK instead of CREATED for assets (#2876)
The NGINX gzip module does not compress responses with a status of 201, which is
a major issue specifically for the /api/asset/time-bucket endpoint where
responses can be upwards of 5Mi. The size of the response is dramatically
reduced with gzip to 500Ki in some cases.

https://trac.nginx.org/nginx/ticket/471
https://trac.nginx.org/nginx/ticket/394

The signature of these endpoints should be GET rather than POST anyway, but that
is a bigger discussion.
2023-06-20 08:49:36 -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 fix(server): use HTTP status OK instead of CREATED for assets (#2876) 2023-06-20 08:49:36 -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 fix(server): use HTTP status OK instead of CREATED for assets (#2876) 2023-06-20 08:49:36 -05: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