immich/server/src
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
..
cli refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
domain feat(web,server): add thumbhash support (#2649) 2023-06-17 22:22:31 -05:00
immich fix(server): use HTTP status OK instead of CREATED for assets (#2876) 2023-06-20 08:49:36 -05:00
infra feat(server): support rclone as storage backend (#2832) 2023-06-19 11:58:10 -05:00
microservices feat(web,server): add thumbhash support (#2649) 2023-06-17 22:22:31 -05:00
main.ts chore(server): organize imports (#2779) 2023-06-16 19:54:17 +00:00