Kyle Conroy
|
d61394b041
|
Generate correct date for AMZ credentials.
The old function was adding numbers together instead of strings. Convert
the numbers to strings before addition.
|
2015-10-27 22:09:49 -07:00 |
|
igorkofman
|
90de3f9130
|
Merge pull request #15 from kyleconroy/kjc-remove-csp-policy
Don't add CSP header when disallowing framing.
|
2015-09-20 13:12:55 -07:00 |
|
igorkofman
|
c99add3bfe
|
Merge pull request #12 from TakeshiTseng/master
Fix reference error
|
2015-09-20 13:12:15 -07:00 |
|
Kyle Conroy
|
e1b8de5373
|
Make S3 region configurable.
The region was hard-coded to us-east-1, which is a non-started for any
company not in that region.
|
2015-08-27 01:19:02 -07:00 |
|
Kyle Conroy
|
06ce45692d
|
Don't add a CSP when disallowing framing.
The CSP header is already added to every request, so we don't need to
add a second policy.
|
2015-08-26 11:18:40 -07:00 |
|
Takeshi
|
13b7193f58
|
Fix reference error
dispatch.js throws ReferenceError because it didn’t import
“etherpad.log”
|
2015-08-23 16:03:10 +08:00 |
|
Hackpad
|
b03e832c78
|
Improvements
|
2015-08-14 12:11:45 -07:00 |
|