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
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
DarthSim
481ab3b78f Fix versioned links in the docs 2022-09-01 20:53:17 +06:00
DarthSim
ff3d3cedc4 Rename configurators.Hex to configurators.HexSlice and configurators.HexFile to configurators.HexSliceFile 2022-08-26 17:21:37 +03:00
Saad Shaikh
6d92391f12
use UTF8 to encode url to base64 (#953) 2022-08-26 17:38:27 +06:00
DarthSim
922c730d55 Tidy mods 2022-08-22 17:49:35 +06:00
DarthSim
bdae79ccc1 Remove assignees from dependabot.yml 2022-08-22 17:27:35 +06:00
DarthSim
38c55feab9 Bump version 2022-08-22 17:26:58 +06:00
DarthSim
501dc05a44 Update deps 2022-08-22 17:16:25 +06:00
DarthSim
05be115f38 Detect SVG using lexer instead of encoding/xml 2022-08-22 17:15:41 +06:00
DarthSim
e03548e86b Update docker base image 2022-08-20 00:52:13 +06:00
DarthSim
d5a3a94a14 GLib logger is too verbose 2022-08-01 20:26:34 +06:00
DarthSim
3b97b7400a Bump version 2022-08-01 19:59:27 +06:00
DarthSim
339b25dbd9 Fix format_quality in presets 2022-08-01 19:58:18 +06:00
DarthSim
de57af42dd NewProcessingOptions without hacks 2022-08-01 19:56:38 +06:00
DarthSim
ad5bd69f80 Delayed download buffer grow 2022-08-01 19:48:23 +06:00
DarthSim
a9dda9ca4e Set GLib log handler 2022-07-29 15:16:30 +06:00
DarthSim
cd5c30fa0d Make filters low-level 2022-07-28 15:32:36 +06:00
DarthSim
98ee76d1fa Bump version 2022-07-27 17:45:25 +06:00
DarthSim
2bbd4142d4 Update changelog 2022-07-27 17:45:14 +06:00
DarthSim
043b5af314 Update deps 2022-07-27 17:40:14 +06:00
DarthSim
9b5842e379 Update base docker image version 2022-07-27 17:34:22 +06:00
DarthSim
d5a62defba Set proper ContentLength for 404 responses in FS transport 2022-07-27 17:12:12 +06:00
DarthSim
6cc887dfc4 GCS transport should return 404 if bucket/object is not found 2022-07-27 17:12:07 +06:00
Sergey Alexandrovich
badf8303a2
Merge pull request #920 from imgproxy/feature/additional-metrics
Additional metrics
2022-07-26 14:49:03 +06:00
Sergey Alexandrovich
298edd7e1c Update docs
Co-authored-by: Travis-Turner <32389151+Travis-Turner@users.noreply.github.com>
2022-07-26 14:35:52 +06:00
DarthSim
cf2b3c5195 requests/images in progress stats and queue time metric 2022-07-26 14:35:49 +06:00
DarthSim
2661db1000 Additional metrics for New Relic 2022-07-26 14:23:21 +06:00
DarthSim
c4801761db Additional metrics for Datadog 2022-07-26 14:22:17 +06:00
DarthSim
c4165c460a Update docs 2022-07-26 14:15:52 +06:00
DarthSim
f2f1b127e0 Fix vips.c formatting 2022-07-22 21:48:03 +06:00
DarthSim
34b630e1d7 Update changelog 2022-07-20 19:56:22 +06:00
DarthSim
9081fd5766 IMGPROXY_REQUESTS_QUEUE_SIZE config 2022-07-20 19:46:21 +06:00
DarthSim
526724105e Proper semaphore 2022-07-20 18:06:26 +06:00