1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00
Commit Graph

1269 Commits

Author SHA1 Message Date
DarthSim
eaadb472f5 Bump version 2022-11-04 19:46:39 +06:00
DarthSim
bf497f36ef Update deps 2022-11-04 19:43:01 +06:00
DarthSim
7ad34807f2 Update changelog 2022-11-01 21:02:46 +06:00
DarthSim
e719c9d39b Get rid of io/ioutil usage 2022-10-28 21:15:13 +06:00
DarthSim
7a0c606b68 Update golangci-lit version and increase timeout in GH Actions 2022-10-28 21:03:56 +06:00
DarthSim
a518b3a4d2 Fix possible infinite loop during SVG sanitization 2022-10-28 21:00:51 +06:00
DarthSim
d07a016b66 Fix false-positive SVG detections 2022-10-28 20:15:19 +06:00
DarthSim
8fcfe8f194 Update changelog and docs 2022-10-24 17:48:32 +06:00
DarthSim
1403886840 Wrap custom transport bodies with a context reader 2022-10-22 17:55:06 +06:00
DarthSim
9bdc72ba34 Handle peeking errors in imagemeta 2022-10-22 17:35:40 +06:00
DarthSim
4e669c8717 Add IMGPROXY_CLIENT_KEEP_ALIVE_TIMEOUT config 2022-10-21 16:40:24 +06:00
DarthSim
a489231d17 Bump version 2022-10-19 19:53:38 +06:00
DarthSim
1229ca8f4a Update deps 2022-10-19 19:53:19 +06:00
DarthSim
82b9aff9ea Update changelog 2022-10-19 19:39:15 +06:00
DarthSim
2968cfddba Update base Docker image 2022-10-19 19:37:27 +06:00
DarthSim
9aa658b758 Fix HTTP status when OTel is enabled 2022-10-18 20:01:10 +06:00
DarthSim
296d2db8cf Use strings.Builder instead of bytes.Buffer in feDropShadow fix 2022-10-17 12:14:03 +06:00
DarthSim
4ab415fd9b Fix feDropShadow SVG filter when IMGPROXY_SVG_FIX_UNSUPPORTED is true 2022-10-15 20:22:54 +06:00
DarthSim
f5f4fb6487 Borrow buffer from imagedata pool when sanitizing SVG 2022-10-15 19:31:04 +06:00
DarthSim
f95f57bb4d Update docs and changelog 2022-10-07 17:34:48 +06:00
DarthSim
04124d98b4 Bump version in docs 2022-10-06 21:25:44 +06:00
DarthSim
31e4d32a42 Bump version 2022-10-06 21:13:33 +06:00
DarthSim
522947e0af Update base docker image 2022-10-06 21:10:57 +06:00
Sergey Alexandrovich
36f67a6f96
OpenTelemetry support (#995) 2022-10-06 15:08:23 +06:00
DarthSim
970f2c1c86 Update required Go version; Upgrade deps 2022-10-05 20:52:51 +06:00
DarthSim
b8c79fcab7 Update test matrix 2022-10-05 20:31:41 +06:00
DarthSim
f6766e4c1d Update k6 script 2022-10-05 12:25:16 +06:00
DarthSim
784e3c08e8 Better Content-Disposition crafting for streaming 2022-10-03 16:01:17 +06:00
DarthSim
2044071d04 Better Content-Disposition formatting for imagetype 2022-10-03 15:59:33 +06:00
DarthSim
72ec0f3c68 Better Content-Type detection for FS transport 2022-10-03 15:57:19 +06:00
DarthSim
e233a60f6c Remove alpha after watermarking if image hadn't one before 2022-09-30 18:09:07 +06:00
DarthSim
dda20f1a1d Drop vips_ensure_alpha; Refactor vips_apply_watermark 2022-09-30 17:45:12 +06:00
DarthSim
3902155170 Update docs 2022-09-26 17:51:50 +06:00
DarthSim
6d584830eb Fix word-wrapping long links in docs 2022-09-19 18:12:47 +06:00
DarthSim
733e524c58 Fix external links in docs 2022-09-19 17:59:37 +06:00
DarthSim
9af2e6ab42 Use httpsnoop.Wrap in datadog package 2022-09-16 16:21:17 +06:00
DarthSim
0dc16ba76b Fix path before signature check 2022-09-15 22:36:47 +06:00
DarthSim
30f744e116 Try to fix path if signature is invalid 2022-09-15 22:12:16 +06:00
DarthSim
835ddbc5ef Update k6 script 2022-09-15 22:12:16 +06:00
Tuomas Valtonen
c3d3aac559
Add default value to IMGPROXY_MAX_REDIRECTS documentation and clarify usage of value 0 (#969)
* Add default value to IMGPROXY_MAX_REDIRECTS

Taken from ff3d3cedc4/config/config.go (L206)

* Clarify usage of 0 as value of IMGPROXY_MAX_REDIRECTS

* Use suggested phrasing

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
2022-09-09 15:21:58 +06:00
Roelof Kallenkoot
61464a7686
fix(docs): typo source url encryption (#971)
Could not find it in the sourcecode, since this is part of the pro version. I'm assuming the typo is just in the docs and not in source code. Someone with access to Pro should verify this
2022-09-09 15:07:24 +06:00
DarthSim
12f17a56bc Log response even if raw streaming failed 2022-09-07 18:03:12 +06:00
DarthSim
913cfb22ca Add ranged requests suport to transports 2022-09-07 18:03:12 +06:00
DarthSim
58fd025f89 Add ranged requests suport to transports 2022-09-07 18:03:12 +06:00
DarthSim
0f7281e56e raw processing option 2022-09-07 18:03:12 +06:00
DarthSim
8a081a917e Rearrange processing options 2022-09-07 18:03:12 +06:00
Tuomas Valtonen
88984c02c3
Fix a typo (#961)
uisng -> using
2022-09-05 15:53:55 +06:00
DarthSim
aed4ab8753 Cleanup examples 2022-09-03 00:58:54 +06:00
DarthSim
93c0be9314 Better sidebar in docs 2022-09-02 14:31:02 +06:00
Sergey Alexandrovich
4bd9c37884
Encrypted source URLs docs (#962)
* Encrypted source URLs docs

* Apply suggestions from code review

Co-authored-by: Travis-Turner <32389151+Travis-Turner@users.noreply.github.com>

Co-authored-by: Travis-Turner <32389151+Travis-Turner@users.noreply.github.com>
2022-09-02 14:17:43 +06:00