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

522 Commits

Author SHA1 Message Date
DarthSim
7d8145360c Tidy modules 2019-09-25 21:47:37 +06:00
DarthSim
7f4d57ab21 Reimplemented image format & size detection 2019-09-25 21:47:37 +06:00
Sergey Alexandrovich
8767f5cb7e
Merge pull request #200 from micheleriva/patch-1
Fixed browser usage
2019-09-25 16:09:49 +06:00
DarthSim
937852afe9 Fix docker build 2019-09-25 15:47:58 +06:00
DarthSim
acfb715949 Set font weight for docs headers 2019-09-23 13:35:56 +06:00
DarthSim
f7ca800b36 Refactored image downloading and watermark preparation 2019-09-20 17:01:00 +06:00
DarthSim
26bd9e4ac3 Remove invalid URL specs 2019-09-20 16:34:21 +06:00
DarthSim
de804a9245 Remove URL verification from processing options parsing stage 2019-09-20 14:30:03 +06:00
DarthSim
d844b4eea9 Fix build with vips <8.6; More verbose "unsupported" errors 2019-09-20 14:25:37 +06:00
DarthSim
4984287918 Better font sizing for docs 2019-09-19 21:37:31 +06:00
DarthSim
91a7836876 Bump version 2019-09-19 21:10:41 +06:00
DarthSim
a9dc3ffbd5 Better fonts for docs 2019-09-19 21:05:21 +06:00
DarthSim
02a505b015 Pin docs content background to the top 2019-09-19 19:50:14 +06:00
DarthSim
447e53fc4e Use VIPS_META_ORIENTATION in the latest versions of vips 2019-09-19 19:47:04 +06:00
DarthSim
8e69236b6b Always run tests on push 2019-09-19 19:47:04 +06:00
DarthSim
725447c828 Better "sponsored by" image for docs readme 2019-09-19 19:46:56 +06:00
DarthSim
c12a1a08cb Proper stack trace for image header parsing errors 2019-09-19 19:23:53 +06:00
DarthSim
8003388f13 Meta for docs site 2019-09-18 22:19:45 +06:00
DarthSim
fafe99362d Black-white logo and search for docs site 2019-09-18 18:59:04 +06:00
Sergey Alexandrovich
39e794b4d4 Create CNAME 2019-09-18 18:22:48 +06:00
Sergey Alexandrovich
9be1884b2b Delete CNAME 2019-09-18 18:22:42 +06:00
Sergey Alexandrovich
88af1d4cd3 Create CNAME 2019-09-18 18:07:10 +06:00
DarthSim
5da21a9c43 Docs site with docsify 2019-09-18 18:04:01 +06:00
DarthSim
33cc10ba31 Fix docker build 2019-09-17 15:46:35 +06:00
DarthSim
38f5b697bf Fix docker build 2019-09-17 15:10:38 +06:00
DarthSim
40fe09b15e More accurate scale calculation 2019-09-16 23:09:28 +06:00
DarthSim
eb28352a78 Update changelog and docs 2019-09-16 21:04:26 +06:00
DarthSim
f7dc78a2fe Cache go mod in CircleCI 2019-09-16 21:02:05 +06:00
DarthSim
41ed99b0c0 Try latest Go 1.11 in CircleCI 2019-09-16 17:23:22 +06:00
DarthSim
68fd0491e1 Require Go 1.11 in go.mod 2019-09-16 16:58:29 +06:00
DarthSim
aab48b0e76 Fix CircleCI; Bump Go version in CircleCI 2019-09-16 16:45:47 +06:00
DarthSim
f7aede3b6c Use github.com/apache/thrift instead of git.apache.org/thrift.git 2019-09-16 16:08:38 +06:00
DarthSim
16784fb1e2 New logging; JSON and structured log formats 2019-09-16 15:53:45 +06:00
DarthSim
83c00a9e2b Fix git hooks 2019-09-16 15:53:32 +06:00
DarthSim
5d4091438b Remove vendor/, modules FTW 2019-09-16 15:50:22 +06:00
DarthSim
03512c2d0e Run test/lint only when *.go/h/c files are changed 2019-09-11 17:25:57 +06:00
DarthSim
53805e482a DRY some calculations 2019-09-11 16:45:26 +06:00
DarthSim
3d6062f564 Fix linter version in CircleCI config 2019-09-11 15:51:11 +06:00
DarthSim
e3c461bc8a Watermarking with vips_composite 2019-09-11 15:49:58 +06:00
DarthSim
aa2e8bd90e Better linter settings + linting errors fix 2019-09-11 14:42:36 +06:00
DarthSim
f30e065a96 Disable vector (orc causes random segfaults) 2019-09-10 18:46:26 +06:00
DarthSim
4bd7b72c7a Fix lint 2019-09-10 18:45:34 +06:00
Sleva λ
fd206600a5
Fixed browser usage
Using `const createHmac = require('create-hmac')` will ensure that this script will work both on Node.js and Browser (otherwise it will crash on browser).
I've also updated `new Buffer` on line 7, which is deprecated in flavor of `Buffer.from`
2019-09-04 23:31:20 +02:00
DarthSim
c641e3ecd4 Merge branch 'feature/better-watermarking' 2019-08-29 18:22:24 +06:00
DarthSim
e6deed2b0a Bump version 2019-08-29 18:21:45 +06:00
DarthSim
1cbc4eb973 More verbose path parsing errors 2019-08-28 20:36:11 +06:00
DarthSim
4409b08c24 typo 2019-08-28 19:01:02 +06:00
DarthSim
8cef2ee3b2 Better watermarking 2019-08-28 18:45:16 +06:00
DarthSim
5efed836dd Typo 2019-08-21 18:24:36 +06:00
DarthSim
273f92ea35 Fix lefthook scripts 2019-08-20 20:26:55 +06:00