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
Thomas Oberndörfer
2ee347154c
Symmetrically encrypted packet: raise error if MDC is missing for modern cipher.
2016-01-07 15:35:47 +01:00
evilaliv3
9589fa0b52
Apply mixed code review thanks to webstorm inspector
2016-01-07 14:46:55 +01:00
Tankred Hase
85efb463cf
Check http status when uploading key
2015-12-27 16:27:55 +07:00
Tankred Hase
2fe10749a1
Release new version
2015-12-19 15:25:50 +07:00
Tankred Hase
450fddaf8e
Call encodeURIComponent on hkp query parameters
2015-12-19 15:23:00 +07:00
evilaliv3
b60bea547b
Re-add node_js 4.2 (LTS) under unit testing but marked with allow_failures flag
2015-12-12 10:00:14 +01:00
Tankred Hase
e159fd77b4
Add example for key upload to readme
2015-12-12 12:17:08 +07:00
Tankred Hase
5b937a6712
Release new version
2015-12-12 10:57:23 +07:00
Tankred Hase
bcde9bfa1a
Add HKP lookup example to README
2015-12-12 10:39:38 +07:00
Tankred Hase
f46696a915
Remove node v4.2 from travis build
...
I decided to remove node v4.2 from the travis build. It turns out it's too slow and break the build more often than it actually provides value.
2015-12-11 16:41:57 +07:00
Tankred Hase
6634abf326
Add basic HKP lookup and upload support
2015-12-11 13:12:34 +07:00
evilaliv3
2d262d8095
Add node_modules directory to travisCI cache
2015-12-07 01:26:40 +01:00
evilaliv3
8b2c66eeb2
Properly set the BUILD_ID in grunt saucelabs script
2015-12-02 14:47:24 +01:00
evilaliv3
727cb9f237
Fix allow_failures usage in .travis.yml
2015-11-30 17:35:41 +01:00
evilaliv3
ff086355dd
Fix syntax error in travis.sh
2015-11-30 15:17:33 +01:00
Mithgol
0e8cedae46
put sudo: false
in .travis.yml
2015-11-30 15:12:31 +01:00
evilaliv3
831c0a14d5
Allow travisCI to fast_finish the build result as soon as unit tests are completed
2015-11-30 02:24:42 +01:00
evilaliv3
46d2b6e66d
Reduce duration unit testing implementing their parallelization
...
Starting from two pull requests by @tanx and @Mithgol this commit implement the following:
- add testing of node version 4.2 LTS;
- move testing to the new TravisCI environment that is expected to be more fast;
- parallelize tests making possible to end first and to test more lasting less;
- make possible for browsertests to fail without impacting on the overall result.
2015-11-30 02:13:39 +01:00
evilaliv3
e02bc7c2f5
Update README.md with openpgpjs repository badges
2015-11-28 18:49:47 +01: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