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

1350 Commits

Author SHA1 Message Date
DarthSim
62f8d08a93 Sanitize use tag in SVG 2023-02-25 18:59:28 +03:00
Ben Harvie
947d65cf29
Create SECURITY.md (#1080) 2023-02-24 23:34:34 +06:00
DarthSim
5fbc273b6c Update Lint Docs workflow 2023-02-24 20:28:24 +03:00
Vladimir Dementyev
4a60556787
Use lychee to verify docs links (#1087)
* dev: add lychee to lefthook

* docs: make sure internal links has .md

* ci: add docs lint workflow

---------

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
2023-02-24 23:23:21 +06:00
DarthSim
71300d039c Update changelog 2023-02-24 19:54:33 +03:00
DarthSim
50d04d585e Make the expires option set Expires and Cache-Control headers 2023-02-24 19:44:03 +03:00
DarthSim
41b9cfbc6e Better landing 2023-02-24 19:21:37 +03:00
DarthSim
aa80dc022f Move download options to imagedata.DownloadOptions 2023-02-23 21:39:52 +03:00
DarthSim
26cd81dcf3 Fix max_animation_frames option 2023-02-23 21:26:39 +03:00
DarthSim
0d23389385 Format docs 2023-02-23 21:23:16 +03:00
DarthSim
9416168575 Security processing options 2023-02-23 21:11:44 +03:00
DarthSim
15aaadd359 Update golangci-lint in GH Actions 2023-02-21 21:49:48 +06:00
DarthSim
5996a48b0c Update GH Actions workflows 2023-02-21 21:11:35 +06:00
DarthSim
1f92d04b12 Update GH Actions workflows and Docker image 2023-02-21 20:33:11 +06:00
DarthSim
50b23bf919 Update docs and changelog 2023-02-21 18:46:01 +06:00
DarthSim
4bf1a27abd Add extend_aspect_ratio processing option 2023-02-19 18:58:30 +03:00
DarthSim
4ca72ea9cc Don't copy memory after fixing image size 2023-02-16 01:14:03 +03:00
DarthSim
c786bde2c1 Bump version 2023-02-16 00:45:14 +03:00
DarthSim
e85054326a Update Docker base image 2023-02-16 00:42:28 +03:00
DarthSim
6f6f27d6a9 Fix OTel metrics 2023-02-16 00:39:57 +03:00
DarthSim
ea82ec730b Update deps 2023-02-16 00:18:34 +03:00
DarthSim
3df3c312b6 Update changelog 2023-02-15 23:57:28 +03:00
DarthSim
7abb646ba6 Update changelog 2023-02-08 21:50:50 +03:00
DarthSim
de76acd38b Add fontconfig-config to Docker image 2023-02-08 20:29:57 +03:00
DarthSim
ccc2d8fee3 Update docs 2023-02-02 16:11:31 +03:00
DarthSim
192802766e Update docs 2023-01-31 17:01:11 +03:00
DarthSim
a7e1b80ba9 Remove color-related EXIF data when stripping ICC profile 2023-01-30 17:13:39 +03:00
DarthSim
d5d3e32df0 Fix typo in an error message 2023-01-23 18:50:13 +03:00
DarthSim
dbb32e93d3 Fix links in OTel docs 2023-01-20 19:59:00 +03:00
DarthSim
9a4ec57d00 Bump version 2023-01-16 20:38:43 +03:00
DarthSim
8bd3d5d472 Fix applying replicated PNG watermarks 2023-01-16 20:31:11 +03:00
DarthSim
ef3a6dfcc1 Update changelog 2023-01-11 19:13:09 +03:00
DarthSim
49d8b4e326 Bump version 2023-01-11 19:07:50 +03:00
DarthSim
43dcf0dfc8 Update deps 2023-01-11 19:07:20 +03:00
DarthSim
1bc2abee9f Update changelog 2023-01-11 18:54:43 +03:00
DarthSim
bbb6a3335d Remove all known unsafe attrs from SVG during sanitization; Add Content-Security-Policy header to response 2023-01-11 18:32:21 +03:00
DarthSim
f89ced23e4 Speedup processing 2023-01-06 16:36:52 +03:00
DarthSim
e263ef671a Replace gitter with discord 2023-01-05 19:52:43 +03:00
Gábor Szakács
b0b1158a93
Update jemalloc package install instructions (#1061)
as `libjemalloc1` is not available in recent distributions anymore, see:
https://packages.debian.org/search?keywords=jemalloc
2023-01-04 20:23:25 +06:00
DarthSim
ca9fb6c586 Optimize memory usage in some scenarios 2023-01-04 00:23:06 +03:00
Sergey Alexandrovich
48eb5f938a
Fix badges in readme 2022-12-19 15:39:47 +06:00
DarthSim
41222f2e19 Remove Tidelift 2022-12-19 15:27:42 +06:00
DarthSim
23f751047c Replace OTel AWS ECS detector with fixed fork 2022-12-17 17:48:37 +06:00
DarthSim
f220d145fa Update changelog 2022-12-16 17:36:08 +06:00
DarthSim
4631fc6951 Update docs 2022-12-15 21:06:52 +06:00
DarthSim
894cb55cbe Polish Azure Blob Storage support 2022-12-15 21:04:47 +06:00
Sasha Melentyev
4685e4e222
chore: Changing fmt.Errorf to errors.New when there is no formatting required (#1044)
Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
2022-12-15 21:03:08 +06:00
0xflotus
5af61b2be8
fix: rendering the pro image (#1054)
* Update autoquality.md

* Update best_format.md

* Update chained_pipelines.md

* Update chaining_the_processing.md

* Update encrypting_the_source_url.md

* Update getting_the_image_info.md

* Update object_detection.md
2022-12-15 21:02:35 +06:00
DarthSim
c358ab6649 Update docs style 2022-12-15 20:46:17 +06:00
DarthSim
8326369cb9 Update docs 2022-12-15 20:46:07 +06:00