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

1163 Commits

Author SHA1 Message Date
DarthSim
5d787f9367 Merge branch 'version/3' 2021-11-11 16:08:04 +06:00
DarthSim
32f813a7ba Merge branch 'feature/bmp-no-imagemagick' into version/3 2021-11-11 15:32:01 +06:00
DarthSim
d8bedfd930 Polish cookies passthrough 2021-11-11 15:30:32 +06:00
DarthSim
475e67640b Merge branch 'feature/cookie-passthrough' of github.com:LivingLogic/imgproxy into feature/cookie-passthrough 2021-11-11 14:48:11 +06:00
DarthSim
28d35edb08 Update changelog 2021-11-11 13:47:34 +06:00
DarthSim
e9f1633021 Use sync.Map in vips.SupportsLoad/SupportsSave 2021-11-11 13:44:22 +06:00
DarthSim
8f7404ec27 Load/save BMP without ImageMagick 2021-11-11 13:43:06 +06:00
Walter Doerwald
abbfb61ce6 Add option to pass through incoming cookies in the image request. 2021-11-09 12:14:05 +01:00
DarthSim
a24bc637ff Update docs 2021-11-09 14:44:26 +06:00
DarthSim
d8dae48c4f Report downloading errors only when IMGPROXY_REPORT_DOWNLOADING_ERRORS is true 2021-11-01 20:03:19 +06:00
DarthSim
a3f6fe6d39 Fix scale recalculation after scale-on-load 2021-11-01 19:45:45 +06:00
DarthSim
b98919ead4 Better downloading error reporting cause 2021-11-01 18:29:26 +06:00
DarthSim
ac8c34a49a Respond with 500 for "temporary" downloading errors 2021-11-01 18:13:33 +06:00
DarthSim
48e255e9d1 Use Ubser's maxproc to treat CPU quotas 2021-10-20 18:00:34 +06:00
DarthSim
80331cd94e Add cache control headers to 304 response 2021-10-13 17:59:46 +06:00
DarthSim
67b209b0e6 Update docs 2021-10-12 17:12:00 +06:00
DarthSim
38ca14230d Add origin width & height to debug headers 2021-10-12 16:56:04 +06:00
DarthSim
b27f0d5712 DPR does not enlarge image unless enlarge is true 2021-10-12 16:56:03 +06:00
DarthSim
da10f3eac3 Fix Client Hints behavior 2021-10-12 16:56:03 +06:00
Matteias Collet
e49ba64e2f
fix signature (#712)
Note sure where the other one was coming from.

-> https://gchq.github.io/CyberChef/#recipe=HMAC(%7B'option':'UTF8','string':'secret'%7D,'SHA256')From_Hex('None')To_Base64('A-Za-z0-9-_')&input=aGVsbG8vcnM6ZmlsbDozMDA6NDAwOjAvZzpzbS9hSFIwY0RvdkwyVjRZVzF3L2JHVXVZMjl0TDJsdFlXZGwvY3k5amRYSnBiM05wZEhrdS9hbkJuLnBuZw
2021-10-08 14:02:33 +06:00
DarthSim
a15ea5555e Bump version in changelog 2021-10-01 23:47:49 +06:00
DarthSim
0887b89acb Fix autoquality docs 2021-10-01 23:18:26 +06:00
DarthSim
d10e202e88 fallback_image_url is pro 2021-10-01 23:13:21 +06:00
DarthSim
dd65a8d438 Fix Getting Started guide 2021-10-01 23:03:47 +06:00
DarthSim
893d6e1c90 Update docs and changelog 2021-10-01 16:26:12 +06:00
DarthSim
9eca8a4e70 Update changelog 2021-09-30 22:24:43 +06:00
DarthSim
749d29bf44 Stabilize etag tests 2021-09-30 22:00:28 +06:00
DarthSim
7709b74a5e Bump version 2021-09-30 20:23:30 +06:00
DarthSim
64448d78ad Update Dockerfile 2021-09-30 20:20:47 +06:00
DarthSim
70840467d0 format_quality processing option 2021-09-29 19:49:18 +06:00
DarthSim
802fa43015 Update CircleCI config & image 2021-09-29 19:12:09 +06:00
DarthSim
57c314b1f5 Etag passthough 2021-09-29 16:23:54 +06:00
DarthSim
e645fa6b5b Update pro docs 2021-09-28 22:57:46 +06:00
Alexander Madyankin
7cdb89c68b
Fix link to Alexander Madyankin's github (#699) 2021-09-13 17:42:22 +06:00
DarthSim
d016e26e2e Merge branch 'master' into version/3 2021-09-07 19:04:33 +06:00
DarthSim
75beaf3bcc Bump version 2021-09-07 18:01:04 +06:00
DarthSim
ce5116b9ec Deprecate basic URL format 2021-09-07 18:00:07 +06:00
DarthSim
bb9294f163 Update changelog 2021-09-07 17:47:30 +06:00
DarthSim
e0f9fab772 Do not add base URL if the image URL already contains it 2021-09-07 17:39:24 +06:00
Hampus Kraft
8f062a43ee
Fix typo in response header name (#693) 2021-09-06 15:47:10 +06:00
Christopher Hlubek
dbd19649a6
Support wildcards with * in AllowedSources (excluding slashes) (#677)
* Support wildcards with * in AllowedSources (excluding slashes)

* Compile allowed sources patterns when parsing config

* Fix linter errors

Co-authored-by: Christopher Hlubek <christopher.hlubek@networkteam.com>
2021-08-09 18:42:43 +03:00
DarthSim
de65113b97 Bump version 2021-07-20 19:39:39 +06:00
DarthSim
016258f7eb Reset image resolution while stripping meta 2021-07-20 19:29:18 +06:00
DarthSim
493042a25d Merge branch 'master' into version/3 2021-07-08 16:48:40 +06:00
DarthSim
d263eb612c Bump version 2021-07-08 16:30:26 +06:00
DarthSim
7770fcebc2 Return ICC hack & fix segfault on ICC check 2021-07-08 16:21:10 +06:00
DarthSim
4434f40701 Merge branch 'version/3' into version/3-refactoring 2021-06-28 16:11:33 +06:00
DarthSim
ece4310d70 Merge branch 'master' into version/3 2021-06-28 15:54:02 +06:00
DarthSim
8ff65f8294 Bump version 2021-06-28 14:50:01 +06:00
DarthSim
f4d5d4ace6 Update changelog 2021-06-28 14:41:11 +06:00