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
ReadmeCritic
ade3a35f42
Update README URLs based on HTTP redirects
2016-01-07 15:35:47 +01:00
Nick Doiron
ef566b6a3c
Specify a filename in encrypt fromBinary [ Closes #284 ]
2016-01-07 15:35:47 +01:00
Thomas Oberndörfer
6f8a3abdfa
Support multiple user IDs for key generation
2016-01-07 15:35:47 +01:00
Matthew Shaylor
37ce176d42
If you attempt to store an empty keylist then delete the storage key
2016-01-07 15:35:47 +01:00
Artem Chudinov
068d38d832
Use RegExp.prototype.test instead of String.prototype.match where it is OK
...
There is no sense in using String.prototype.match if the retrieved matched results
are not used.
By the way, if a bit of performance (especially RAM usage) is preferred over
unification, then, obviously, conditions like
if (/SIGNED MESSAGE/.test(header[1])) {
can be changed to
if (header[1].indexOf('SIGNED MESSAGE') !== -1) {
2016-01-07 15:35:47 +01:00
Artem Chudinov
30926e4738
message.js: Don't use variable signingKeyPacket
out of scope
2016-01-07 15:35:47 +01:00
Artem Chudinov
3e2f34ac62
Add missing semicolons
2016-01-07 15:35:47 +01:00
Thomas Oberndörfer
d0297e1b81
Test cases for MDC error
2016-01-07 15:35:47 +01:00