Felix Hammerl
7959be55a7
[WO-643] Refactor initialization workflow
...
* Move initialization pre-flight checks to app-controller
* Refresh cached public keys for user during incomplete setups
* Reorder redirect checks in login ctrl from most specific (pubkey + privkey) to most generic (no keys)
* Add overridePermission flag to KeychainDAO.refreshKeyForUserId to refresh w/o asking for user permission
2014-11-06 15:36:59 +01:00
Tankred Hase
7a20049bbc
Use module.exports instead of exports
2014-10-15 19:16:18 +02:00
Tankred Hase
c36cd069e0
WIP: begin browserify build
2014-10-15 19:16:18 +02:00
Tankred Hase
0aff411c3f
Merge pull request #112 from whiteout-io/dev/WO-531
...
[WO-531] introduce option to query key w/o starting recovery
2014-09-17 15:05:26 +02:00
Felix Hammerl
54c9ca3a73
[WO-526] Fix key activation race condition
...
Add imported flag to public key to avoid unnecessary check
for deletion/update of personal public key, same behavior
as imported public keys
2014-09-02 14:38:17 +02:00
Felix Hammerl
ec5edff626
[WO-531] introduce option to query key w/o starting recovery
2014-09-02 13:26:51 +02:00
Tankred Hase
049ac96954
Fix signature verification for PGP messages
...
* Upgrade to OpenPGP.js v0.6.5
* Migrate PGP wrapper for breaking OpenPGP.js api changes
* Change PGP wrapper decrypt api to return one signature arg
* Change emailDao and keychainDao calls respectively
* Fix tests
* Add tests keygen with empty passphrase
* Add tests to check PGP verification with wrong public key
2014-07-01 17:15:16 +02:00
Felix Hammerl
a9cf763bed
fix handling of clearsigned messages and missing signatures
2014-06-27 16:19:30 +02:00
Felix Hammerl
ded1e5f7ef
[review] remove TODOs
2014-06-26 14:32:45 +02:00
Tankred Hase
b5fda88b8a
Implement client side key sync protocol and ui
2014-06-25 18:14:33 +02:00
Tankred Hase
5244c5c2d7
Refactor REST dao
2014-06-25 18:12:15 +02:00
Tankred Hase
e720753779
Implement setDeviceName and generateDeviceSecret
2014-06-23 17:21:03 +02:00
Tankred Hase
7720097778
Start spec of functions in keychain dao
...
Upgrade to iScroll 5.1.2
2014-06-23 17:21:02 +02:00
Tankred Hase
b7a4c13766
Parse multiple user IDs for imported PGP keys
...
Use all pgp (sub) keys when en/decrypting a pgp message
Improve input validation for key import
Mark manually imported keys so that key refresh does not revoke them
2014-06-18 16:29:22 +02:00
Felix Hammerl
a29ece8c82
[WO-398] update revoked public keys
2014-06-03 13:07:11 +02:00
Tankred Hase
a8c9984524
[WO-185] implement contacts ui to import external public keys
2014-03-10 17:46:00 +01:00
Felix Hammerl
14919847e3
[WO-85] introduce silent public key verification
2013-11-08 16:26:15 +01:00
Tankred Hase
3e75397213
cleanup and refactor qunit tests to mocha
2013-10-29 19:00:05 +01:00
Felix Hammerl
488a377580
create login views
2013-10-21 13:10:42 +02:00
Tankred Hase
79c9d134d3
integrate pgp into email dao and app
2013-10-12 03:19:01 +02:00
Tankred Hase
c2cf878632
handle error in case key ids are emtpy
2013-10-04 17:43:55 +02:00
Tankred Hase
7f42722699
use spaces in all daos and cleanup keystorage dao to use prototype style
2013-08-16 21:21:24 +02:00
Tankred Hase
699871276c
sending end-2-end encrypted emails internally work
2013-07-01 22:42:39 +02:00
Tankred Hase
5d409933e5
refactored keychaindao
2013-06-10 22:45:21 +02:00
Tankred Hase
1071d89ee9
key ync from cloud works
2013-06-03 19:57:15 +02:00
Tankred Hase
cb8df440f2
cleanup keychain dao
2013-06-03 04:12:53 +02:00
Tankred Hase
b1b91850a7
implemented save key locally after cloud lookup
2013-06-01 02:23:09 +02:00
Tankred Hase
39a9a90e26
started cloudstorage integration tests and keychain dao integration tests
2013-05-31 23:27:19 +02:00
Tankred Hase
dca3b252ce
finished refactoring email dao for unit tests
2013-05-31 15:51:34 +02:00
Tankred Hase
6a33f17f42
implemented storage and lookup of user keypair
2013-05-27 19:25:45 +02:00
Tankred Hase
dbb25162fa
added keychain dao and started impl
2013-05-23 23:45:26 +02:00