Commit Graph

123 Commits

Author SHA1 Message Date
Tankred Hase
5674a2e8c9 Replace grunt with npm scripts 2017-01-21 11:30:26 +00:00
Tankred Hase
2fcedd9f09 Merge pull request #15 from mailvelope/greenkeeper/update-all
Update dependencies to enable Greenkeeper 🌴
2017-01-20 19:24:13 +00:00
Tankred Hase
07c6ccd717 Upgrade node versions 2017-01-20 19:19:15 +00:00
Tankred Hase
41cd62668b Revert back to koa-router@5.x 2017-01-20 19:17:50 +00:00
Tankred Hase
3df1f3ad5d Fix jscs config 2017-01-20 18:51:35 +00:00
greenkeeper[bot]
4294c6c372 chore(package): update dependencies
https://greenkeeper.io/
2017-01-20 13:55:14 +00:00
Tankred Hase
66cd1bc3a0 Update api constraints in README 2016-06-30 09:56:47 +02:00
Tankred Hase
7a6b8c5d27 1.2.6 2016-06-29 11:30:33 +02:00
Tankred Hase
e8c3820c49 Revert "Set Cache-Control for static resources"
This reverts commit 7510e75688.
2016-06-29 11:29:30 +02:00
Tankred Hase
e75f37031a 1.2.5 2016-06-29 11:22:23 +02:00
Tankred Hase
7350b07540 Add imprint and privacy links to page footer 2016-06-29 11:21:34 +02:00
Thomas Oberndörfer
95b4f5e471 1.2.4 2016-06-28 12:33:48 +02:00
Tankred Hase
80425e3c58 1.2.3 2016-06-22 14:37:46 +02:00
Tankred Hase
3ffe4fa666 Update homepage text 2016-06-22 14:37:39 +02:00
Tankred Hase
7510e75688 Set Cache-Control for static resources 2016-06-22 14:37:24 +02:00
Tankred Hase
ebc7dd9ada 1.2.2 2016-06-21 08:32:40 +02:00
Tankred Hase
92e5db544a Cleanup src/app.js 2016-06-21 08:32:19 +02:00
Tankred Hase
7920eebd4b Remve empty line in test 2016-06-17 20:07:18 +02:00
Tankred Hase
a273e378d9 1.2.1 2016-06-17 19:56:47 +02:00
Tankred Hase
516df397c2 Fix bug that prevented verification of multiple user ids 2016-06-17 19:56:33 +02:00
Tankred Hase
7c16ccd40a 1.2.0 2016-06-14 20:30:11 +02:00
Tankred Hase
615da99b77 Delete libs from repo 2016-06-14 20:27:29 +02:00
Tankred Hase
f33f45dde9 Load demo page libs via CDN with subresource integrity 2016-06-14 20:27:29 +02:00
Tankred Hase
af086e705d Do npm install after release to AWS 2016-06-14 20:27:29 +02:00
Tankred Hase
2bddbd6a93 Update demo to reflect key removal api change 2016-06-14 16:47:54 +02:00
Tankred Hase
7d93b882a5 Use DELETE method instead of GET for key removal 2016-06-14 16:46:17 +02:00
Tankred Hase
1a7b57777b 1.1.0 2016-06-14 13:16:48 +02:00
Tankred Hase
1ab934da31 Check for already verified user id on publicKey.verify() 2016-06-14 13:13:34 +02:00
Tankred Hase
a60d8b86a9 Cleanup REST api and use 'op' query param for verbs 2016-06-14 12:10:53 +02:00
Tankred Hase
b29c8308a8 Remove share link (redundant to /pks/lookup) 2016-06-14 10:55:27 +02:00
Tankred Hase
e09454242d Purge key by keyID before persisting new key 2016-06-14 10:42:53 +02:00
Tankred Hase
d4c1e7ba06 Fix links 2016-06-13 12:52:00 +02:00
Tankred Hase
509b0ca099 1.0.0 2016-06-13 09:08:45 +02:00
Tankred Hase
8e89bc6959 Cleanup pgp.parseUserIds() 2016-06-12 22:17:02 +02:00
Tankred Hase
3a551d2cdc Enable strict CSP and mitigate clickjacking 2016-06-11 14:27:46 +02:00
Tankred Hase
0bfeebb084 Minor cleanup in README and website layout 2016-06-11 10:14:53 +02:00
Tankred Hase
5087ad1f3a Implement static bootstrap homepage 2016-06-11 01:29:33 +02:00
Tankred Hase
ab8d0e7496 Fix search input 2016-06-10 21:55:21 +02:00
Tankred Hase
33283da17c Minor tweaks in UI 2016-06-10 21:46:32 +02:00
Tankred Hase
c6230b95a4 Create simple demo ui 2016-06-10 21:39:58 +02:00
Tankred Hase
fdae73bf38 Don't force HTTPS by default in production 2016-06-10 20:04:52 +02:00
Tankred Hase
1b50081d47 Add comments in public-key.js 2016-06-10 19:58:26 +02:00
Tankred Hase
7ae7c6da87 Rename HTTPS env vars 2016-06-10 19:42:00 +02:00
Tankred Hase
7a8600ae9c Cleanup HKPK docs 2016-06-10 19:33:07 +02:00
Tankred Hase
9d4ab633af Update verify success message 2016-06-10 19:11:02 +02:00
Tankred Hase
12b65e0ce2 Check valid email address earlier in pgp.parseUserIds 2016-06-10 18:43:09 +02:00
Tankred Hase
f1bf3caa20 Add publi key pin backup 2016-06-10 18:19:03 +02:00
Tankred Hase
904a408459 Use english HPKP link README 2016-06-10 18:11:07 +02:00
Tankred Hase
9203e892a7 Fix type in README 2016-06-10 18:06:32 +02:00
Tankred Hase
2d00917ff2 Add missing max-age param to HPKP 2016-06-10 17:58:19 +02:00