1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00
Commit Graph

1387 Commits

Author SHA1 Message Date
DarthSim
20039f49a5 Better error metrics 2022-07-20 16:09:07 +06:00
DarthSim
1524a0e973 Increase IMGPROXY_TTL to 1 year 2022-07-19 18:14:10 +06:00
DarthSim
e41fd85894 Better timeout/cancel detection 2022-07-19 18:10:18 +06:00
DarthSim
9c920bc893 Ser ErrorLog for server 2022-07-19 18:04:54 +06:00
DarthSim
bb3a9c77f7 Set default IMGPROXY_MAX_CLIENTS value to 2048; Allow unlimited connections 2022-07-19 18:04:22 +06:00
DarthSim
d610afb48b Use require instead of assert in tests 2022-07-18 19:48:50 +06:00
DarthSim
067481dc6b Softer preferred formats check 2022-07-18 19:45:01 +06:00
DarthSim
97e15c717d Fix sizes of GIF and ICO before save 2022-07-18 18:49:58 +06:00
DarthSim
f368ed13e9 IMGPROXY_PREFERRED_FORMATS config 2022-07-18 17:58:59 +06:00
DarthSim
9adf06fb04 Add url groups to k6 script 2022-07-13 14:52:45 +06:00
DarthSim
731218fc7b Fix Docker build again... 2022-07-13 10:58:35 +06:00
DarthSim
94b22a9679 Fix Docker build 2022-07-13 10:40:24 +06:00
Joe Cai
76897dbf1b
Support arithmetic encoded jpeg files (#909)
* Support arithmetic encoded jpeg files

* Skip special markers within the SOF markers range

* Refactor imagemeta.DecodeJpegMeta()
2022-07-12 18:53:03 +06:00
Joe Cai
e7d1dde5ea
Set the right png bitdepth (#915) 2022-07-12 18:46:35 +06:00
DarthSim
6d7fc6f5c5 k6 script 2022-07-12 18:22:37 +06:00
DarthSim
a240d6af83 Fix docs sidebar theming 2022-07-04 16:24:24 +06:00
DarthSim
93f357f63a Fix versioned docs 2022-07-04 16:02:30 +06:00
DarthSim
c58f043a83 Versioned docs 2022-07-04 15:59:34 +06:00
DarthSim
9ec78fa41a Make pro badge in docs clickable 2022-06-29 20:03:19 +06:00
DarthSim
84dc50f2af Add New relic labels supoprt 2022-06-24 17:03:13 +06:00
Joe Cai
6f292443ea
Respond with 404 when the source image can not be found in OpenStack Swift (#903) 2022-06-24 16:50:08 +06:00
DarthSim
7a5074187e Fix trimming of CMYK images 2022-06-23 17:59:04 +06:00
DarthSim
a44e8dc94b Check timeout automatically 2022-06-23 17:23:04 +06:00
DarthSim
d80a203390 Add support of 16-bit BMP 2022-06-21 16:08:10 +06:00
DarthSim
df0cc4e19b Remove LDFLAGS from source code, specify them build-time 2022-06-14 15:19:50 +04:00
DarthSim
8a68e710f1 Bump version 2022-06-13 18:47:30 +04:00
DarthSim
d623d95ca9 Update deps 2022-06-13 18:34:18 +04:00
DarthSim
f99b7e0deb Update changelog 2022-06-10 18:24:02 +06:00
DarthSim
e1e2277a32 Sanitize SVG 2022-06-10 18:23:55 +06:00
DarthSim
8f91fa5bd4 Don't fail if can't load thumbnail 2022-06-10 16:52:35 +06:00
DarthSim
8a536d69a3 Better animation detection 2022-06-10 15:27:25 +06:00
DarthSim
1de96252ed Update changelog 2022-06-08 18:31:56 +06:00
DarthSim
7d396bf56f Respond with 404 if local file wasn't found 2022-06-08 18:28:24 +06:00
Valentine Kiselev
23d0807e46
Add attachment option for Content-Disposition header (#887)
* Add attachment option for Content-Disposition header

Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>

* Add documentation to attachment option

Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>

* Add default attachment option value

Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>

* fix: Add default value to docs

Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>

* fix: Rename option attachment to return_attachment, add ENV-configuration

Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>
2022-06-06 14:53:09 +06:00
DarthSim
e06dce6a49 Bump version 2022-05-20 23:13:46 +06:00
DarthSim
2cfdb47c34 Update changelog 2022-05-20 23:13:01 +06:00
DarthSim
75b68231f1 Update docker base image 2022-05-20 22:51:42 +06:00
DarthSim
bab2dbe4b9 Fix lint errors 2022-05-20 22:33:21 +06:00
DarthSim
13c14c25e9 Fallback from AVIF to JPEG/PNG if one of the result dimensions is smaller than 16px 2022-05-20 21:18:07 +06:00
DarthSim
cbc10defbf Update Docker base image 2022-05-16 12:48:43 +06:00
DarthSim
3ae0f3abc1 Clear vips error after fetching it 2022-04-26 14:07:10 +06:00
DarthSim
faed48fbea Bump version 2022-04-25 18:35:19 +06:00
DarthSim
50fb4a855f Update deps 2022-04-25 17:02:04 +06:00
DarthSim
4d4a1d724f IMGPROXY_KEEP_COPYRIGHT config & keep_copyright option 2022-04-25 16:53:08 +06:00
DarthSim
91a3671f9d Add X-Result-Width and X-Result-Height to debug headers 2022-04-18 16:45:34 +06:00
DarthSim
8dddd660d3 Typo 2022-04-18 15:03:03 +06:00
DarthSim
9a70bbe4e4 Fix docker/go.sh for Go versions without patch number 2022-04-14 22:51:38 +06:00
DarthSim
e1a69c5d95 IMGPROXY_ENFORCE_THUMBNAIL config & enforce_thumbnail option 2022-04-14 22:33:09 +06:00
DarthSim
9b146991c5 Use heic/avif embedded thumbnails 2022-04-14 22:33:09 +06:00
DarthSim
d1679b0046 Update base docker image 2022-04-14 22:33:09 +06:00