Tom
384bb00b15
New release, minor features, bimg upgrade and several fixes ( #311 )
...
* feat: add fly.io
* feat(readme): fly image width
* feat(readme): add html image + badge
* fix(docs): try space non-URL encoding
* Update README.md
* Update README.md
* Update README.md
* feat(docs): add fly.io info and links
* feat(#305 , #309 , #308 , #305 . #284 )
* fix(ci): golinter
* fix(Dockerfile): use root folder for go test / ci linter
* fix(ci): allow to fail go 1.14 build, still not sure why
* fix(ci): bad yaml format
* fix(ci): use travis-compatible regex
* fix(ci): lets skip go1.14 for now
* fix(mod): update dependencies
2020-06-07 18:38:14 +02:00
Batiste Bieler
57a6793b8f
Implement wildcard for paths for the allowed-origins option ( #290 )
...
* Implement wildcard
* Add a little bit of documentation
* refactor(source_http): delete unstylish new lines
Co-authored-by: Tom <tomas@aparicio.me>
2020-02-07 18:10:16 +01:00
Benoît LELEVÉ
4a4214a4d6
Go Modules, Code Refactoring, VIPS 8.8.1, etc. ( #269 )
...
* Replace Dep by Go Modules
Code refactoring (switch, gofmt, ...)
Update libvips to 8.8.1 and go to 1.12.9
Use Debian Buster on Dockerfile
* Add GOLANG_VERSION to build args
Currently all tests done by TravisCI run on the same Go version regardless of the matrix
* Remove Go 1.10 from Travis matrix (Go modules require 1.11+)
* Update README.md Prerequisites
* Ignore Hash.Write() errors
2020-02-05 17:12:52 +01:00
Batiste Bieler
73233c629d
Fix and add test for 2 buckets example ( #281 )
2019-12-19 16:20:31 +01:00
Nick Randall
687ef9bc62
add validation to allowed-origins to include path ( #265 )
...
* add validation to allowed-origins to include path
* Origins with a path receive a trailing '/' and added tests for origins with paths
* [NR] add some documentation on how works
2019-07-07 12:12:53 +02:00
Ramiro Antonio
618c3f1b72
Cleaned code to check for existence of headers
2019-04-08 10:48:13 -03:00
Ramiro Antonio
fa6364750c
Modified check for empty or undefined headers
2019-04-08 08:46:16 -03:00
Ramiro Antonio
ea5c6efd92
Changed custom headers naming to forward headers
2019-04-04 10:36:42 -03:00
Ramiro Antonio
559a119aa0
Fixed spacing typo and headers checking
2019-04-04 10:24:35 -03:00
Ramiro Antonio
3f2c60b21e
Changed forwarded headers order, added tests and some fixes
2019-04-04 10:17:05 -03:00
Ramiro Antonio
03c3d8bfe8
Added custom headers forwarding support
2019-04-01 11:31:17 -03:00
Mark van der Velden
a299f70f89
Correcting comments, casing and constant use
2018-12-30 10:03:22 +01:00
Mark van der Velden
132ee8edff
Adding remote url wildcard support ( #219 )
...
* Fixing typo
* Adding wildcard support for allowing domains, closes #218
* Updated the documentation
* refactor(travis): remove old Go versions, add Go 1.11
2018-11-13 10:50:51 +02:00
Tomas Aparicio
344b691a9a
fix( #146 ): handle proper response code range for max allowed size
2017-07-28 14:31:12 +02:00
Peter Chung
4e6ed64134
feat(max-allowed-size): add new option max-allowed-size in bytes ( #111 )
...
* feat(max-allowed-size): add new option max-allowed-size in bytes
* fix(max-allowed-size): HEAD response handling
- consider 200~206 as valid HEAD response codes
- do not defer res.Body.Close() of HEAD request
2016-12-17 18:52:58 +00:00
Tomas Aparicio
b7041a1ee9
feat: forward authorization headers support
2016-09-05 22:53:54 +02:00
Tomas Aparicio
3e2d8179d2
feat( #62 ): support allowed origins
2016-02-20 11:59:50 +00:00
Tomas Aparicio
aaef0310d7
feat( #49 ): support custom form field
2016-01-30 13:45:57 +00:00
Tomas Aparicio
79a24e5d84
refactor(cli): change flag
2015-11-04 16:02:00 +00:00
Tomas Aparicio
8290beefdf
feat( #32 ): add test coverage
2015-11-04 14:00:50 +00:00
Tomas Aparicio
fec1deb3bb
fix(tests)
2015-11-03 19:00:10 +01:00
Tomas Aparicio
818c0c5af3
feat( #32 ): initial seed implementation
2015-11-03 09:26:10 +00:00