Commit Graph

724 Commits

Author SHA1 Message Date
Bart Butler
b4916e29a3 binary strings to typed arrays in most places 2016-02-03 20:24:54 +07:00
Bart Butler
b310877c7d fixes 2016-02-03 20:24:54 +07:00
Bart Butler
11a8a99aef add filename to return object when decrypting binary file 2016-02-03 20:24:54 +07:00
Bart Butler
60fb6ba18d direct session key manipulation and encryption/decryption 2016-02-03 20:24:54 +07:00
Bart Butler
91d35ff99c initial modifications 2016-02-03 20:24:54 +07:00
Bart Butler
2e4e9387a0 Fixes for symmetrically encrypted session keys 2016-02-03 20:24:54 +07:00
Tankred Hase
6c4e0ed6a0 Reorder travis jobs to run required first 2016-02-03 20:22:43 +07:00
Tankred Hase
d707164857 Fix unit tests on Safari, Closes openpgpjs/openpgpjs#399 2016-02-03 19:33:08 +07:00
Tankred Hase
74763c155d Turn node_modules caching back on 2016-02-03 19:27:36 +07:00
Tankred Hase
6821f1f8bb Update npm dependencies and shrinkwrap 2016-02-02 15:28:29 +07:00
Tankred Hase
9a06ca2eb3 Check code coverage only under node v0.12 => faster 2016-02-02 15:04:13 +07:00
Tankred Hase
fbccbc9b14 Run browser tests under node v4.2 2016-02-02 15:04:13 +07:00
Tankred Hase
35ed0f2d42 Add node v4.2 and v5 to the required travis builds 2016-02-02 15:04:13 +07:00
Giovanni Pellerano
cc66703763 Merge pull request #393 from openpgpjs/codeclimate
Codeclimate
2016-02-01 11:18:49 +01:00
Tankred Hase
7538878506 Set codecliamte repo token 2016-02-01 14:55:09 +07:00
evilaliv3
6523155d65 Replace coveralls bagdge with codeclimate coverage badge and add codeclimate badge for tracking code quality 2016-02-01 14:44:51 +07:00
evilaliv3
15da6c14da Replace coveralls with codeclimate coverage by means of codeclimate-test-reporter 2016-02-01 14:44:51 +07:00
Giovanni Pellerano
bdf4edb138 Merge pull request #401 from openpgpjs/travis-builds
Add Chrome, Firefox and IE11 to required tests
2016-02-01 03:57:56 +01:00
Tankred Hase
a5f9f8e89f Add Chrome, Firefox and IE11 to required tests 2016-02-01 08:42:15 +07:00
Tankred Hase
1ba1427f58 Skip performance test 2016-02-01 08:23:17 +07:00
Tankred Hase
b89d069f05 Merge pull request #400 from openpgpjs/linting
Add linting to grunt test job
2016-01-31 07:57:23 +07:00
Tankred Hase
be6bea843d Update npm dependencies and shrinkwrap 2016-01-31 07:35:24 +07:00
Tankred Hase
5f55c7ab20 Add linting to grunt test job
* Add grunt-jscs and .jscsrc (lint trailing whitespaces and indentation length)
* Cleanup .jshintrc (use globals instead of deprecated predefs)
* Add Gruntfile.js and *.json linting to npm test

N.B. This does not lint the whole src/ directory during grunt test but
this should definitely be our goal. Please try to de-lint any js files
you touch during development using a texteditor that support linting
(Sublime Text 3 and SublimeLinter 3 with jshint/jscs plugins work great)
2016-01-31 07:32:13 +07:00
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