104 Commits

Author SHA1 Message Date
Tankred Hase
06a1c1afe0 Release new version 2016-01-30 18:45:18 +07:00
Tankred Hase
f240feac4b Always polyfill ES6 Promises
Go back to v1.0.0 for Promise polyfill

Add node v5.x to travis build
2016-01-30 16:02:59 +07:00
Tankred Hase
cec41bfa70 Release new version 2016-01-30 02:02:43 +07:00
Tankred Hase
b62c2ff31f Fix shrinkwrap by removing fsevents and making it an optional dependency 2016-01-30 01:25:37 +07:00
Tankred Hase
3705f5b87a Release new version 2016-01-29 20:20:46 +07:00
Tankred Hase
539b445890 Release new version 2016-01-29 19:06:51 +07:00
Tankred Hase
7a636396be Remove from npm-shrinkwrap.json files package.json 2016-01-29 19:05:02 +07:00
Tankred Hase
d966e72b95 Move node-fetch to dependencies in package.json 2016-01-29 19:03:06 +07:00
Tankred Hase
f67be9ea9f Release new version 2016-01-29 18:49:59 +07:00
Tankred Hase
56ecc9e0cd Release new version 2016-01-29 18:40:12 +07:00
Tankred Hase
b8fad5aba5 Revert "Enable ES6 support by using babelify transform in browserify build" 2016-01-26 20:53:34 +07:00
Tankred Hase
ed2a93f1ed Enable ES6 support by using babelify transform in browserify build
* Add babelify as dev dependency
* Add babelify transform to browserify build
* Enable es6 support for jshint
* Ignore minified js files in babel transform
2016-01-24 20:51:20 +07:00
Tankred Hase
05e441b8ad Remove unneeded browserify devDependency 2016-01-23 19:00:20 +07:00
Tankred Hase
73134fa181 Release new version 2016-01-23 09:28:47 +07:00
evilaliv3
6d12e3142d Update dev dependencies to latest versions 2016-01-22 23:47:06 +01:00
Tankred Hase
a6e4e7c415 Point to dist/openpgp.js bundle in package.json main attribute for node.js use 2016-01-22 20:31:49 +01:00
Tankred Hase
f36e8862c8 Remove unecessary whitespace in package.json 2016-01-22 20:31:49 +01:00
evilaliv3
6dd054efe7 Bump node-localstorage to 1.1.2 2016-01-09 16:50:22 +01:00
evilaliv3
5a28ada5ee Add license to package.json and correct bower.json 2016-01-09 01:22:28 +01:00
evilaliv3
b526d16aeb Update dev dependencies to latest versions 2016-01-09 01:22:24 +01:00
Tankred Hase
2fe10749a1 Release new version 2015-12-19 15:25:50 +07:00
Tankred Hase
5b937a6712 Release new version 2015-12-12 10:57:23 +07:00
Tankred Hase
6634abf326 Add basic HKP lookup and upload support 2015-12-11 13:12:34 +07:00
evilaliv3
641f4c8098 Improve unit testing by means of Coveralls and Saucelabs 2015-11-28 12:53:03 +01:00
Thomas Oberndörfer
0958a9ec02 Release new version 2015-10-05 09:35:19 +02:00
Tankred Hase
e2e04b04ea Release new version 2015-06-12 16:41:00 +02:00
Tankred Hase
ac8d991bc3 Release new version 2015-06-09 16:50:39 +02:00
Tankred Hase
05cd04f060 Release new version 2015-04-01 12:29:09 +02:00
Tankred Hase
957d346968 Revert "Upate ES6 promise polyfill"
This reverts commit 7bd9642818223217448eaaa2185f198b91977814.
2015-04-01 12:20:26 +02:00
Tankred Hase
d11d138313 Release new version 2015-03-15 11:19:09 +01:00
Tankred Hase
7bd9642818 Upate ES6 promise polyfill 2015-03-15 11:08:14 +01:00
Tankred Hase
37091175b1 Release new version 2015-03-04 07:27:01 +01:00
Tankred Hase
9ad364781f Release new version 2015-02-16 11:02:39 +01:00
Tankred Hase
6835ff0872 Release new version 2015-02-13 10:14:28 +01:00
Tankred Hase
2defd7f66b Release new version 2015-02-13 08:16:02 +01:00
Tankred Hase
5b4931d926 Release new version 2015-02-13 04:56:39 +01:00
Tankred Hase
da3dbf7acc Set config in AsyncProxy 2015-02-11 14:01:08 +01:00
Tankred Hase
782d7dee6e bump version 2014-12-09 15:50:47 +01:00
Christian Zangl
da650e2d63 add compression support (for zip & zlib) using https://github.com/imaya/zlib.js
add zlibjs dependency, grunt task
fix compData vs compdata bug
2014-12-04 22:29:33 +01:00
Tankred Hase
eedb722d7b Fall back to js crypto in case native RSA keygen fails 2014-10-29 18:17:03 +01:00
Tankred Hase
f4682599be Return correct promise in error case 2014-10-20 18:30:26 +02:00
Tankred Hase
e62f8c83f8 Bump dev version 2014-10-20 17:46:52 +02:00
Tankred Hase
e3b6903eb1 Use global error catch 2014-10-20 16:10:09 +02:00
Tankred Hase
39e1e145e4 Add es6-promise polyfill to build step so users don't have to. 2014-10-02 10:55:27 +02:00
Tankred Hase
7f2573c77d Refactor complete public api to use promises 2014-10-01 19:12:39 +02:00
Tankred Hase
cbe4a17ccb Refactor key generation to use callback
* TODO: reactive native web crypto in rsa.js:142
* TODO: generate publicExponent Uint8Array from argument E in rsa.js:148
* TODO: signing with generated web crypto key fails with "Could not find valid key packet for signing in key"
2014-09-30 18:22:17 +02:00
Drew Hintz
e13302e35e add grunt-cli to devDependencies by running npm install --save-dev grunt-cli 2014-08-05 07:35:20 +00:00
Tankred Hase
132bd054de bump version 2014-07-30 17:09:34 +02:00
Tankred Hase
8a27866225 release version 2014-07-07 12:25:28 +02:00
Tankred Hase
de3ba18400 Implement content verification using detached signatures 2014-07-03 14:57:52 +02:00