Will Norris
8c28dca762
include referer header in remote requests
...
this is an optional feature which is disabled by default, since it is
only needed in a few select cases and risks accidentally exposing
internal URLs.
Fixes #216
2020-02-21 08:24:23 +00:00
Will Norris
594376fc0f
docs: link from plugins design to relevant issues/prs
2019-10-12 15:51:58 -07:00
Will Norris
24dac28957
0.9.0 release
2019-06-11 05:40:00 +00:00
Will Norris
b96e14a99f
update changelog and move to docs folder
2019-06-11 05:32:40 +00:00
Will Norris
66cc052997
add contributing docs for reporting issues
2019-06-10 00:41:05 +00:00
Will Norris
dfcfda52de
add contribution guidelines for style and tests
2019-05-26 11:47:59 -07:00
Will Norris
e4a571d144
add status of plugin design to set expectation
2019-05-26 11:31:18 -07:00
Will Norris
69df3f68d8
initial sketch of registering plugins
2019-05-26 11:30:22 -07:00
Will Norris
627d27df2f
doc: initial draft of plugin design
2019-05-26 11:30:22 -07:00
Will Norris
86915f1076
add minimal contributing file
2019-05-26 11:28:39 -07:00
Will Norris
6ec1036afb
docs: make url signing examples more consistent
...
use consistent values for url and key and similar calling styles
(passing values as command line arguments. Also use more utilities from
the language standard library, such as java.util.Base64.
2019-05-13 13:11:40 -05:00
Will Norris
e1558d5626
add imageproxy-sign tool for calculating signatures
...
it's a little bit rough, but seems to work pretty well.
Ref #145
2019-03-27 21:56:21 +00:00
Will Norris
38d3bcc7fe
allow request signatures to cover options
...
URL-only signatures are still accepted, though no longer recommended.
Fixes #145
2019-03-27 21:00:14 +00:00
Will Norris
7ca6319cc9
move wiki content to docs directory
2019-03-21 23:23:24 +00:00