Julien Neuhart
542fe18dcd
avoir directory traversal when uploading a file
2020-06-05 12:06:01 +02:00
Julien Neuhart
25f18ac951
fixing dependencies with master
2020-06-05 12:03:16 +02:00
Julien Neuhart
5540438595
adding missing comment from previous commit
2020-06-05 12:00:57 +02:00
Julien Neuhart
b25456835a
sanitizing filename parameter of toHTML function
2020-06-05 11:52:17 +02:00
Julien Neuhart
f86091382f
updating dependencies
2020-06-05 09:19:31 +02:00
Julien Neuhart
dbdf8871cc
tini no more writeable by gotenberg user
2020-06-05 09:19:12 +02:00
Tom van den Berg
1e6926ee2d
Add ignoreCertificateErrors tests + docs
2020-06-02 16:06:17 +02:00
Tom van den Berg
24cbe98ac2
Add feature to have chrome ignore certificate errors when printing using an URL.
2020-06-01 15:31:36 +02:00
Willy Reyno
c590b026d6
Added warning for URLRequest and service named app
...
A docker-compose service named "app" will systematically return a blank PDF when using `URLRequest()`.
Added a warning to recommend people to rename their service if it's named "app".
2020-06-01 11:15:55 +02:00
Julien Neuhart
d28221aec9
Merge pull request #196 from thecodingmachine/dependabot/go_modules/github.com/sirupsen/logrus-1.6.0
...
Bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0
2020-05-04 08:32:27 +02:00
dependabot-preview[bot]
df0c6c8c2d
Bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.5.0...v1.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-04 05:06:23 +00:00
Julien Neuhart
876f0f9a14
Improving error message when the removing of a user profile directory fails
6.2.1
2020-05-01 15:14:42 +02:00
Julien Neuhart
f9f0fc1d67
Removing user profile directory when an Office conversion is over
2020-05-01 15:12:51 +02:00
Julien Neuhart
42e357341a
Updating dependencies and fixing lint issues
2020-05-01 14:22:42 +02:00
Julien Neuhart
edc5402aad
Adding new badge for Docker pulls in README
2020-05-01 14:22:10 +02:00
Julien Neuhart
3f61ffa6fb
Updating CONTRIBUTING.md (Go version) + Rebuilding documentation
2020-05-01 13:08:53 +02:00
Julien Neuhart
1c22b889fe
Merge branch 'master' of https://github.com/thecodingmachine/gotenberg
2020-05-01 12:58:15 +02:00
Julien Neuhart
e80f5939b2
Updating markdown files according to some users PRs
2020-05-01 12:58:11 +02:00
Julien Neuhart
c068088cc1
Merge pull request #182 from sdawka/patch-1
...
Update index.html
2020-05-01 12:53:07 +02:00
Julien Neuhart
1767f371f7
Merge branch 'master' of https://github.com/thecodingmachine/gotenberg
2020-05-01 12:52:14 +02:00
Julien Neuhart
5d5caf64fa
Merge pull request #148 from thecodingmachine/bugfix/typo-in-readme
...
Fixing documentation typo
2020-05-01 12:52:06 +02:00
Julien Neuhart
e095b9419a
Updating go version
2020-05-01 12:48:48 +02:00
Sahil Dawka
a5ef072f56
Update index.html
2020-03-18 17:26:22 -04:00
Julien Neuhart
5f6a2456d4
Merge pull request #177 from thecodingmachine/dependabot/go_modules/github.com/stretchr/testify-1.5.1
...
Bump github.com/stretchr/testify from 1.4.0 to 1.5.1
2020-03-06 14:01:58 +01:00
dependabot-preview[bot]
b0f24889f4
Bump github.com/stretchr/testify from 1.4.0 to 1.5.1
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-06 08:44:44 +00:00
Julien Neuhart
0a69f0fd51
Merge pull request #176 from pgrimaud/master
...
Fix typo in README.md
2020-03-05 14:47:53 +01:00
Pierre Grimaud
43c0142682
Fix typo in README.md
2020-03-05 14:43:34 +01:00
Julien Neuhart
1ff16cc54b
minor refactoring: using default scale from default options
6.2.0
2020-02-10 10:10:49 +01:00
Julien Neuhart
3609cf54c0
Merge pull request #168 from mdjward/feature/chrome-scaling-support
...
Add support for Chrome scaling.
2020-02-10 10:03:24 +01:00
Matt Ward
198038f5ea
Add support for Chrome scaling.
2020-02-01 19:10:40 +00:00
Julien Neuhart
b5a3df85a8
Merge pull request #163 from bgentry/fix-kerning-with-font-hinting-none
...
use --font-render-hinting=none to fix kerning
6.1.2
2020-01-06 09:32:48 +01:00
Blake Gentry
6e56c6e0d4
use --font-render-hinting=none to fix kerning
...
When using font render hinting on Chrome headless on Linux, the kerning
is inconsistent. Several issues cover this, including:
* https://github.com/puppeteer/puppeteer/issues/661
* https://github.com/nzzdev/Q-server/pull/193
Disabling that render hinting entirely results in correct kerning.
2019-12-30 20:56:57 -08:00
Julien Neuhart
568f3d6007
Merge pull request #158 from thecodingmachine/6.1.1
...
6.1.1
6.1.1
2019-12-12 11:35:13 +01:00
Julien Neuhart
6b505a1d06
updating dependencies
2019-12-12 11:22:04 +01:00
Julien Neuhart
acc7e91c55
fixing #157
2019-12-12 11:14:15 +01:00
Julien Neuhart
8e43df8d95
fixing missing renaming: GOTENBERG_REPOSITORY => GOTENBERG_REGISTRY
2019-12-12 11:14:03 +01:00
Julien Neuhart
ca81b382d3
Merge pull request #155 from thecodingmachine/6.1.0
...
6.1.0
6.1.0
2019-12-10 15:58:39 +01:00
Julien Neuhart
a60d7976f5
fixing typo in go client version
2019-12-10 15:58:21 +01:00
Julien Neuhart
46cf63da37
Merge pull request #122 from thecodingmachine/page_ranges
...
pageRanges formField
2019-12-10 15:38:01 +01:00
Julien Neuhart
099079b962
fixing typo
2019-12-10 15:25:56 +01:00
Julien Neuhart
5b8121516f
updating with base branch
2019-12-10 15:17:25 +01:00
Julien Neuhart
23eacaa78a
Merge branch '6.1.0' of https://github.com/thecodingmachine/gotenberg into 6.1.0
2019-12-10 14:40:12 +01:00
Julien Neuhart
659292a3f1
updating documentation for go client v7
2019-12-10 14:39:15 +01:00
Julien Neuhart
f88756d3a8
Merge pull request #153 from thecodingmachine/custom_headers
...
Custom headers
2019-12-09 17:55:14 +01:00
Julien Neuhart
81e7bab22a
updating documentation with Golang examples for custom HTTP headers
2019-12-09 17:26:00 +01:00
Julien Neuhart
1eeb5fc2b0
typo in variable
2019-12-09 17:20:56 +01:00
Julien Neuhart
126cdd73e4
adding PHP example for custom HTTP headers in documentation + improving logs for custom HTTP headers
2019-12-09 16:50:08 +01:00
Julien Neuhart
2251267ae4
Merge branch '6.1.0' of https://github.com/thecodingmachine/gotenberg into custom_headers
2019-12-09 15:15:18 +01:00
Julien Neuhart
f3e4b6d9a2
Merge pull request #156 from thecodingmachine/custom_uid
...
Custom uid/gid
2019-12-09 15:15:11 +01:00
Julien Neuhart
b22379537b
Merge branch '6.1.0' of https://github.com/thecodingmachine/gotenberg into custom_headers
2019-12-09 15:14:15 +01:00