Commit Graph

701 Commits

Author SHA1 Message Date
Tankred Hase
a49b5ce1c5 Release new version 2016-01-31 07:20:31 +07:00
Tankred Hase
3730289b55 Fix shrinkwrap for use on node v4.2 LTS
* Remove fsevents as optional dependency in package.json
* Update npm dependencies and shrinkwrap
2016-01-31 07:17:08 +07:00
Tankred Hase
06a1c1afe0 Release new version 2016-01-30 18:45:18 +07:00
Tankred Hase
5f8899a207 Create seperate update_dep.sh script to avoid up 2016-01-30 18:44:17 +07:00
Tankred Hase
678b318926 Update npm dependencies and shrinkwrap 2016-01-30 18:38:51 +07:00
Tankred Hase
a41a087616 Merge pull request #398 from openpgpjs/promise-polyfill
Promise polyfill
2016-01-30 17:55:30 +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
dec7881f93 Don't inject fetch polyfill in hkp module anymore 2016-01-29 20:03:11 +07:00
Tankred Hase
8070120b45 Shrinkwrap dependencies on new release 2016-01-29 19:25:17 +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
Giovanni Pellerano
c2c73a4fd1 Merge pull request #396 from openpgpjs/revert-395-es6
Revert "Enable ES6 support by using babelify transform in browserify build"
2016-01-26 15:17:13 +01:00
Tankred Hase
b8fad5aba5 Revert "Enable ES6 support by using babelify transform in browserify build" 2016-01-26 20:53:34 +07:00
Giovanni Pellerano
e64c4d7965 Merge pull request #395 from openpgpjs/es6
Enable ES6 support by using babelify transform in browserify build
2016-01-25 12:17:22 +01:00
Tankred Hase
62890e9fdb Merge pull request #394 from openpgpjs/remove-ripped-outeaded-jsdoc-template
Remove ripped and outdated jdoc template
2016-01-25 08:36:36 +07:00
evilaliv3
e23b62c4d3 Remove ripped and outdated jdoc template 2016-01-24 21:25:36 +01: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
bc5eb03ccd Add var declaration to des.js and use strict mode 2016-01-24 19:55: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
Tankred Hase
c7174600ed Merge pull request #390 from openpgpjs/fix/387-dist
Fix 'openpgp' module not being found after clean checkout and build.
2016-01-23 08:47:40 +07:00
Tankred Hase
f729efa873 Use dist/openpgp instead of src/index because of future ES6 transpilation under node 2016-01-23 07:05:59 +07:00
evilaliv3
86f042c480 Refactor Grunt.js following the unittests packaging changes 2016-01-22 23:47:11 +01:00
evilaliv3
af4a9ba6ad Revert few of the changes done in a4598f3bd4 2016-01-22 23:47:11 +01:00
Tankred Hase
e907777760 Remove unused npm_pack grunt task 2016-01-22 23:47:11 +01:00
evilaliv3
6d12e3142d Update dev dependencies to latest versions 2016-01-22 23:47:06 +01:00
Tankred Hase
024dddbd91 Remove caching of node_modules in travis build 2016-01-22 20:31:49 +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
b92efd6087 Remove unneded build actions 2016-01-21 18:39:41 +01:00
evilaliv3
1f995bea22 Fix scope of variables used by des_createKeys in src/crypto/cipher/des.js 2016-01-18 11:58:43 +01:00
evilaliv3
808ae07a18 Refactor travis.sh in order to correctly use the exit code of background test process 2016-01-09 18:21:48 +01:00
evilaliv3
6dd054efe7 Bump node-localstorage to 1.1.2 2016-01-09 16:50:22 +01:00
evilaliv3
ff8d410bbf Cleanup README.md badges 2016-01-09 01:22:28 +01:00
evilaliv3
79034f8dde Change port used for testing to 3000 cause of safari issues in using 9000 2016-01-09 01:22:28 +01:00
evilaliv3
954540ff22 Implement custom travis_wait in order to have command output still printed on the command line 2016-01-09 01:22:28 +01:00
evilaliv3
dc6f91971f Add travis_wait to grunt saucelabs in order to deal with the long long long firefox execution 2016-01-09 01:22:28 +01:00
evilaliv3
ec2a3990ff Fix order of logFailure definition and its usage in unittests.html 2016-01-09 01:22:28 +01:00
evilaliv3
e2e72e8de4 Set node_js 0.12 in place of 0.12.2 in .travis.yml 2016-01-09 01:22:28 +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
evilaliv3
a730d3f7ad Replace check for detecting that an object is a promise 2016-01-07 18:28:40 +01:00
evilaliv3
1a4a75501a Raise unittests.html mocha.timeout to 240000 as for other timeouts 2016-01-07 15:35:47 +01:00
Thomas Oberndörfer
a968f60f0b Keyring: support plain email addresses (without name) as user IDs. 2016-01-07 15:35:47 +01:00