Commit Graph

344 Commits

Author SHA1 Message Date
Tankred Hase
bf46ff3c9d fix tests 2014-01-10 20:46:31 +01:00
Tankred Hase
d0b916fc3c update description to make finding easier via npm 2014-01-10 20:00:52 +01:00
Tankred Hase
9e692cf915 move travis badge 2014-01-10 19:59:36 +01:00
Tankred Hase
cde708f347 update description to make finding easier via npm 2014-01-10 19:58:46 +01:00
Tankred Hase
9ed30ee09d cleanup for npm 2014-01-10 19:53:23 +01:00
Tankred Hase
22ee7f1601 readme 2014-01-10 19:50:34 +01:00
Tankred Hase
1f92088508 move travis badge 2014-01-10 19:45:03 +01:00
Tankred Hase
d6a7f6a6ef update package.json 2014-01-10 19:38:31 +01:00
Tankred Hase
1eaf875696 bump version to v0.2.0 2014-01-10 19:26:03 +01:00
Tankred Hase
786b0c2d3e update readme 2014-01-10 19:24:12 +01:00
Tankred Hase
ac54a960fc update readme 2014-01-10 19:21:42 +01:00
Tankred Hase
9fd3907a71 Merge pull request #148 from Robert-Nelson/standalone
Add UMD support (browserify --standalone)
2014-01-10 10:09:39 -08:00
Robert Nelson
cafcb884d6 Update lib location 2014-01-10 09:51:22 -08:00
Robert Nelson
c395e6d612 Use individual source files instead of browserify bundle in node 2014-01-10 09:44:47 -08:00
Robert Nelson
d0183a44ff Don't need unittests.html in node 2014-01-10 08:13:51 -08:00
Robert Nelson
0142edda6d npm pack doesn't like filenames with periods 2014-01-10 07:54:24 -08:00
Robert Nelson
bd963aabf0 Make standalone the default and use openpgp.min.js in node package 2014-01-09 17:02:42 -08:00
Robert Nelson
ec061ba101 Fix travis problem hopefully for real this time 2014-01-09 09:59:25 -08:00
Robert Nelson
4719966988 Fix travis problem 2014-01-09 09:40:57 -08:00
Robert Nelson
12145c7b35 Troubleshoot travis problems 2014-01-09 09:11:44 -08:00
Robert Nelson
92adbff398 Changed comparison in window check 2014-01-09 08:22:57 -08:00
Robert Nelson
c951b64741 Merge branch 'nodejs-fixes' into standalone
Conflicts:
	src/crypto/random.js
2014-01-09 08:04:21 -08:00
Robert Nelson
d50c319175 Merge branch 'master' into standalone 2014-01-09 08:02:20 -08:00
Robert Nelson
5768fd5b23 Fix nodejs support 2014-01-09 07:51:05 -08:00
Robert Nelson
4cabe075d5 Add standalone support 2014-01-09 07:31:00 -08:00
Tankred Hase
24d0c173a0 update readme 2014-01-09 14:06:19 +01:00
Tankred Hase
a0cb23f421 add dist/ to gitignore 2014-01-09 14:04:07 +01:00
Tankred Hase
acb537bea3 Merge pull request #145 from Robert-Nelson/nodejs
Add nodejs and cleanup source tree
2014-01-09 04:37:12 -08:00
Robert Nelson
5851d7ba14 Remove obsolete example test file 2014-01-09 03:14:35 -08:00
Robert Nelson
9f4e6e7ebb Add files missed in last commit 2014-01-09 02:47:57 -08:00
Robert Nelson
3680695a69 Implement node.js support and cleanup source tree.
Rename resources to dist.

Eliminate keyring bundle and expose keyring class in openpgp module.

Add mochaTest grunt task to run node server-side tests.

Add node_pack grunt task to create npm package into dist and install it for testing.

Add node_store config property which specifies location of localStorage emulation when using node.

Add repository info to package.json.

Move util.js to src directory from util since it is the only file there.

Rename class properties in openpgp to the new class names.
2014-01-09 02:29:30 -08:00
Robert Nelson
57c98386f9 Add node.js support 2014-01-08 09:01:15 -08:00
Robert Nelson
82fbc0ffa7 Merge branch 'pr/144' 2014-01-06 19:50:08 +01:00
Tankred Hase
0d2885d52d build new docs 2014-01-06 16:29:02 +01:00
Robert Nelson
0cd56ef418 Merge branch 'master' into refactor 2014-01-06 06:44:52 -08:00
Tankred Hase
c66d2ba2a2 update readme 2014-01-06 15:39:14 +01:00
Tankred Hase
d28719a1d8 update readme t explain build/releases 2014-01-06 15:27:52 +01:00
Tankred Hase
1165b52b91 do a full build including uglify in travis 2014-01-06 11:21:20 +01:00
Tankred Hase
2985be05e4 remove Makefile since we use grunt for everything now 2014-01-06 11:14:25 +01:00
Tankred Hase
997568ce39 removed empty git submodules file 2014-01-06 11:12:53 +01:00
Tankred Hase
530fd9afec removed old sjcl git submodule 2014-01-06 11:12:28 +01:00
Tankred Hase
38607d51b6 Merge pull request #143 from Robert-Nelson/chai-mocha-port
Port Unit Tests to mocha
2014-01-06 01:45:34 -08:00
Robert Nelson
f436c85482 Add a bunch of links to documentation 2014-01-05 23:10:19 -08:00
Robert Nelson
2c8a4daec5 Show full class names in nav 2014-01-05 14:25:45 -08:00
Robert Nelson
0c6b345ba8 Refactor classes 2014-01-05 10:13:25 -08:00
Robert Nelson
28ba64c11d Eliminate previous ci tests.
Merge ci keyring tests to unittests, the other ci tests just duplicate other unit tests.

Change Makefile to just run grunt and npm tasks.
2014-01-04 11:09:29 -08:00
Robert Nelson
598618ec8a Complete crypto/hash tests 2014-01-03 23:44:04 -08:00
Robert Nelson
0a23d056c0 Finish crypto/cipher tests, disable subkey revocation tests 2014-01-03 22:46:37 -08:00
Robert Nelson
da5d6ff649 Fix mocha_phantomjs task to not buffer output 2014-01-03 17:52:43 -08:00
Robert Nelson
db80459cf1 Merge branch 'master' into chai-mocha-port 2014-01-03 13:51:49 -08:00