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
Felix Hammerl
14dc80ec3c
[WO-696] List trash before flagged in wellknown folders
2014-11-05 11:36:42 +01:00
Felix Hammerl
8f1fd2de5f
[WO-696] Order wellknown folders first, others alphabetically
2014-11-05 10:55:26 +01:00
Felix Hammerl
541b35818b
[WO-661] Introduce API to move message
2014-11-04 20:31:09 +01:00
Tankred Hase
8e737474f5
Merge pull request #148 from whiteout-io/dev/WO-651
...
[WO-651] Do not error if imap upload fails after send
2014-11-04 11:33:24 +01:00
Felix Hammerl
b96ae1dd89
[WO-627] Expose all IMAP folders to account.folders
2014-10-27 15:14:32 +01:00
Felix Hammerl
5f9132ab5f
[WO-651] Do not error if imap upload fails after send
2014-10-22 12:25:27 +02: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
bedb69973c
[WO-587] implement user logout
2014-09-26 19:14:53 +02:00
Felix Hammerl
b6608a1c4d
[WO-578] Fix downloads in browser with W3C API
2014-09-23 14:57:21 +02:00
Tankred Hase
d1308aa14c
Add SMS validation
2014-09-19 18:59:13 +02:00
Tankred Hase
7c7d650cf2
[WO-577]: implement wmail account creation
2014-09-19 14:58:04 +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
86a87e26b8
[WO-565] Improve notifications
...
* Introduce 2 sec timeout for sent notifications
* Notify only for new messages in the inbox
* Close pending notes when a msg is marked unread in the inbox
2014-09-17 13:29:51 +02:00
Felix Hammerl
15710f4602
[WO-531] use query parameter instead of JSON parameter
2014-09-12 19:23:02 +02:00
Felix Hammerl
ad2b6d1237
[WO-587] Explicitly include arbitrary headers in clearsigned regex
2014-09-12 17:02:03 +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
Felix Hammerl
8a737788e7
[WO-555] Remove cleartext prefix to encrypted messages
2014-08-26 15:47:37 +02:00
Felix Hammerl
7adc095277
[WO-515] Fix folder handling
...
Use the first folder provided in well known folders
Add migration script to fix clients with multiple folders for same
category
Handle folder deletion smarter
Extract some magic number/strings to constants in emaildao
2014-08-05 18:38:09 +02:00
Felix Hammerl
ed43dfc55a
[WO-530] fix typo
2014-08-05 16:50:29 +02:00
Tankred Hase
746c06e24a
Link PGP key in plaintext suffix
2014-07-29 16:02:05 +02:00
Felix Hammerl
845af9b127
[WO-504] stop spinner if upload is not necessary
2014-07-23 17:20:57 +02:00
Tankred Hase
8617a4d0ed
Add comments to emailDao
2014-07-23 13:57:39 +02:00
Felix Hammerl
3e80138a10
[WO-188][WO-421] introduce password-based login
...
* add custom login ability
* encrypt email password
* allow arbitrary tcp connections
* add db migration script v3 -> v4
* add bug reporting capability with the axe logger
* fix nonexistent folder handling
* enable message upload after sent
* use plain text alternative body when replying to html mails
* Move set-credentials.* -> login-set-credentials.*
* Use login styles for set-credentials
* Make OAuth optional
2014-07-23 13:51:10 +02:00
Tankred Hase
b4507b1bbc
Change comment in PGP armor to whiteout
2014-07-18 16:58:33 +02:00
Felix Hammerl
1d0a1f9a79
[WO-428] add missing busy() call to plain text sending and encryption
2014-07-11 15:22:34 +02:00
Felix Hammerl
6d2896a70c
[WO-428] use integer to track busy state
2014-07-11 15:03:03 +02:00
Felix Hammerl
30efac0792
[WO-259] introduce proper signature checking
2014-07-04 17:58:25 +02:00
Tankred Hase
bf063b5dac
[WO-279] Display error message if PGP signature is invalid
2014-07-02 15: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
37b1862e9f
Merge pull request #79 from whiteout-io/dev/WO-55
...
Dev/wo 55
2014-06-26 14:58:15 +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
Felix Hammerl
7a896a66d1
[WO-409] improve method to inline pictures
2014-06-25 16:05:14 +02:00
Felix Hammerl
3626b4d556
add test for inline images
2014-06-25 15:03:50 +02:00
Felix Hammerl
f31bded060
[WO-409] embed images from attachments in the html content
2014-06-25 14:13:46 +02:00
Tankred Hase
e720753779
Implement setDeviceName and generateDeviceSecret
2014-06-23 17:21:03 +02:00
Tankred Hase
18d1c39b0a
Implement and test crypto module
2014-06-23 17:21:02 +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
Felix Hammerl
fa1fbda11f
[WO-429] minor refactoring to fix the tests
2014-06-23 13:03:56 +02:00
Tankred Hase
9465ce57ed
[WO-429] Set account.online after setting imap cache to prevent race condition
2014-06-23 10:59:17 +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
6124bd1a04
Add comment to email dao code for integration test
2014-06-17 12:56:31 +02:00
Andris Reinman
20f12f042b
[WO-295] email-dao integration tests
2014-06-17 12:56:31 +02:00
Tankred Hase
c89ae65bb7
Fix bug not displaying already decrypted mail
2014-06-04 18:33:07 +02:00
Felix Hammerl
a29ece8c82
[WO-398] update revoked public keys
2014-06-03 13:07:11 +02:00