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

1144 Commits

Author SHA1 Message Date
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
sxppro
75634cf49b
fix: typos in docs (#840)
Fixed some typos in 'Generating the URL' page
2022-04-12 13:08:16 +06:00
DarthSim
cbb6fd1ea9 Add support of RLE-encoded BMP 2022-04-11 15:59:27 +06:00
DarthSim
46ba726af0 Grab more stacktrace lines in panic handler 2022-04-11 15:42:11 +06:00
DarthSim
b243a08254 Bump version 2022-04-07 23:59:21 +06:00
DarthSim
3a79a48d6f Tests and minor fixes for transports 2022-04-07 23:32:51 +06:00
DarthSim
3d93bc6836 Add IMGPROXY_GCS_ENDPOINT config 2022-04-07 23:31:50 +06:00
DarthSim
902123d95e Patch GCS transport 2022-04-07 20:39:39 +06:00
DarthSim
b614b41723 Use require instead of assert in swift tests 2022-04-07 15:40:54 +06:00
DarthSim
9b5001c219 Disable logs in processhing_handler_test 2022-04-07 14:14:44 +06:00
DarthSim
a96edfb761 Fix pre-push git hook 2022-04-07 14:12:05 +06:00
DarthSim
8887008d5a Stabilize swift tests 2022-04-07 14:11:31 +06:00
DarthSim
dce9cb3614 Update deps 2022-04-06 17:44:49 +06:00
DarthSim
db2b853745 Better caching in GH actions 2022-04-06 17:40:35 +06:00
DarthSim
dead87c35c Update changelog 2022-04-06 17:36:25 +06:00
DarthSim
afe283790f Polish swift:// support 2022-04-06 17:35:51 +06:00
Joe Cai
7a2296aee8
Support OpenStack Swift Object Storage (#837)
* Add OpenStack Swift support

* Fix linting errors

* Update CHANGELOG

* Update swift documentation

* Fix linting error

* Swift transport: pass req.Context down, fix parseObjectURL() implementation

* Make swift transport test a test suite

* Use swift://{container}/{object_path} as the source image URL format

* Cleanup

* Swift transport: only close object when returning 304
2022-04-06 17:00:19 +06:00
DarthSim
078f896d21 Fix test workflow 2022-04-06 13:37:50 +06:00
DarthSim
ce73e0935c Update changelog & docs 2022-04-06 13:03:12 +06:00
ruslandoga
f50ed8dc4a
fix typo: valoe -> value (#833) 2022-04-05 18:16:20 +06:00
DarthSim
dad588f69b Update chengelog 2022-04-05 18:06:44 +06:00
DarthSim
889c14627e Fix CI Dockerfile 2022-04-04 19:28:36 +06:00
DarthSim
1a2fa2861e Update changelog & docs 2022-04-04 16:07:28 +06:00
DarthSim
629d2558bd Update badges in README 2022-04-04 16:03:05 +06:00
DarthSim
696e6afc57 Drop CircleCI config 2022-04-04 16:03:05 +06:00
DarthSim
4fa75122d0 Release with GH actions 2022-04-04 16:03:05 +06:00
DarthSim
49492c4da5 Test with GH Actions 2022-04-04 16:03:04 +06:00
DarthSim
40e332c4f0 Lint with GH actions 2022-04-04 16:03:04 +06:00
DarthSim
ffee57aef7 Fix notify-imgproxy-helm action 2022-04-04 16:03:04 +06:00
dcanob
f37d027f4f
add config fallback ttl to avoid default ttl when fallback response (#818)
* add config fallback ttl to avoid default ttl when fallback response

* Update docs/configuration.md

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

* move FallbackTTL to loadFallbackImage

* rewrite ifelse

* Update imagedata/image_data.go

don't use config.FallbackTTL on header to get TTL on the response

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

* Update processing_handler.go

don't use config.FallbackTTL on header to get TTL on the response

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

* rename FallbackTTL to FallbackImageTTL

* Update processing_handler.go

* Fix linter errors

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
2022-03-31 13:36:13 +06:00
DarthSim
29b52da173 Update changelog 2022-03-24 14:08:24 +06:00
DarthSim
d57a268d01 Bump version 2022-03-21 15:46:46 +06:00
DarthSim
154c8768e6 Update deps 2022-03-21 15:45:30 +06:00
DarthSim
3c44af8d4e Fix and improve S3 transport 2022-03-17 20:43:25 +06:00
DarthSim
53c3a6370a Update changelog 2022-03-17 17:14:44 +06:00
DarthSim
00abf95eb0 Bump version 2022-03-17 15:54:44 +06:00
DarthSim
05fcaa09a4 Update deps 2022-03-17 15:54:44 +06:00
DarthSim
539cd34636 Update changelog 2022-03-17 15:54:38 +06:00
DarthSim
a8293461e6 Write logs to STDOUT instead of STDERR 2022-03-16 14:17:32 +06:00
DarthSim
731ead4563 Bump version 2022-03-14 18:35:32 +06:00
DarthSim
0571123c15 Update deps 2022-03-14 18:34:45 +06:00
DarthSim
4b7e02afc6 Update changelog 2022-03-14 18:31:16 +06:00
DarthSim
175cb8c41b Fix transparrency in loaded ICO 2022-03-14 18:29:40 +06:00
DarthSim
e9e5b9e60d Bump version 2022-02-21 18:17:36 +06:00