Commit Graph

92 Commits

Author SHA1 Message Date
Max Kostikov
f0a8e06c56 Update ru_RU.inc
Misprint corrected
2016-10-09 00:21:59 +02:00
jpope
5d17bf113f Fix class in keys list
The last few keys were being cut off due to a typo.
2016-10-06 07:35:35 -05:00
Aleksander Machniak
7203d151ec Enigma: Fix encoding of a key search phrase (#5459) 2016-10-05 19:10:07 +02:00
Aleksander Machniak
462faace73 Enigma: Support key generation for multiple identities (#5383)
Update OpenPGP.js to version 1.6.2.
Get rid of server-side key generation - Crypt_GPG does not support
multiple user IDs, it's also slow and requires entrophy generator.
2016-09-23 18:26:49 +02:00
Aleksander Machniak
a1a7b0b9e6 Enigma: Make recipient key searches case-insensitive (#5434) 2016-09-18 08:52:33 +02:00
Aleksander Machniak
51c6269ded Improve accessibility of enigma encryption options button in compose screen 2016-08-21 15:21:16 +02:00
Aleksander Machniak
7df99b7399 Enigma: Fix signature verification with some IMAP servers, e.g. Gmail, DBMail (#5371) 2016-07-30 18:26:39 +02:00
Aleksander Machniak
a876748d84 Fix regression where password was continuously prompted on signing (an no enrypting) 2016-07-30 16:23:30 +02:00
Aleksander Machniak
dcf877c692 Enigma: Add possibility to configure gpg-agent binary location (enigma_pgp_agent) 2016-07-27 13:36:30 +02:00
Thomas Bruederli
9fe5b88dee Add new translations for Enigma plugin 2016-07-24 12:12:55 +02:00
Thomas Bruederli
4e3442877d Updated localizations from Transifex 2016-07-24 12:12:22 +02:00
Aleksander Machniak
437aca39e0 Enigma: Import keys from key-server(s) (#5286) 2016-07-21 08:26:46 +02:00
Aleksander Machniak
352c6329cc Enigma: Search missing public keys on a key-server in mail compose (#5286) 2016-07-01 09:33:26 +02:00
Aleksander Machniak
88ed121f24 Enigma: Add possibility to export private keys (#5321) 2016-06-20 19:29:49 +02:00
Aleksander Machniak
de7b0b51c4 Require Crypt_GPG 1.4.2 with fix for #5304 2016-06-20 08:26:09 +02:00
Aleksander Machniak
3dd83804b4 Don't return false if keys directory does not exist 2016-06-12 13:11:16 +02:00
Aleksander Machniak
3f01232625 Enigma: Delete user keys when using deluser.sh script 2016-06-12 12:49:29 +02:00
Aleksander Machniak
ac1cd3719c Enigma: Fix redundant list-secret-keys/list-public-keys calls on signing/encryption 2016-06-12 09:59:50 +02:00
Aleksander Machniak
72da903dca Remove unused code 2016-06-10 16:41:21 +02:00
Aleksander Machniak
f1c260b05f Enigma: Implement PGP encryption and signing in one go (#5302)
Enigma: Display signature verification status for encrypted+signed messages (#5302)
2016-06-07 12:29:17 +02:00
Aleksander Machniak
13b76d9b1e Enigma: Add possibility to configure gpg binary location (enigma_pgp_binary) 2016-06-04 08:56:16 +02:00
Aleksander Machniak
96102e2052 Enigma: Fix malformed signed messages with force_7bit=true (#5292) 2016-06-02 10:51:16 +02:00
Aleksander Machniak
8b0753191d Fix Transifex URL 2016-05-31 08:36:14 +02:00
Aleksander Machniak
dcb7db2f8c Enigma: Fix keys import from inside of an encrypted message (#5285) 2016-05-30 11:07:58 +02:00
Aleksander Machniak
796bb4ccbb Update localization, add Enigma plugin localizations 2016-05-28 15:19:19 +02:00
Aleksander Machniak
21e485ad50 Fix redundant enigma.css link 2016-05-04 12:54:37 +02:00
Aleksander Machniak
5194120221 Add Known Issues section in Enigma README (#5215) 2016-05-01 11:08:17 +02:00
Aleksander Machniak
6e4642b12c Enigma: Add enigma_debug option 2016-04-17 09:32:59 +02:00
Aleksander Machniak
4bb44c3d90 Enigma: added option to force users to use signing/encryption 2016-04-12 09:47:46 +02:00
Aleksander Machniak
96c3d84cdd Enigma: Varius fixes and cleanup in code for attaching pubkeys 2016-04-02 10:35:17 +02:00
Kyle Francis
7ce958ecd9 Added attach pubkey checkbox in compose UI, added preferences setting for attach pubkey by default 2016-04-01 12:32:57 -04:00
Kyle Francis
a9d399155d Implemented attaching pub PGP key to outgoing messages. 2016-03-30 09:33:53 -04:00
Aleksander Machniak
007c9ddcb0 Enigma: Handle messages with text before an encrypted block (#5149) 2016-03-30 12:56:44 +02:00
Aleksander Machniak
f0e88f02d5 Remove unused code 2016-03-26 12:42:01 +01:00
Aleksander Machniak
4e6f3019f5 Enigma: Handle encrypted/signed content inside message/rfc822 attachments 2016-03-25 13:25:44 +01:00
Thomas Bruederli
4a408843b0 Protect download urls against CSRF using unique request tokens (#1490642)
Send X-Frame-Options headers with every HTTP response
2016-03-06 14:31:07 +01:00
Aleksander Machniak
5d49af37cc Enigma: Disable format=flowed for signed plain text messages (#1490646) 2016-02-06 17:45:20 +01:00
Aleksander Machniak
5a30653024 Enigma: Don't display "bad password" warning when the password wasn't provided yet 2016-01-26 20:54:57 +01:00
Aleksander Machniak
8c626eec8a Cleanup redundant variables 2016-01-26 16:59:40 +01:00
Aleksander Machniak
c1a518910a Enigma: Fix bug where signature/decryption info wasn't displayed for some messages 2016-01-26 13:53:36 +01:00
Aleksander Machniak
53fa08d8ae Enigma: Code refactoring with better handling of encrypted-inside-encrypted (e.g. forwarded) and signed+ncrypted messages 2016-01-25 09:53:33 +01:00
Aleksander Machniak
c9e2ab488e Enigma: Fix handling of encrypted + signed messages (#1490632) 2016-01-21 11:05:01 +01:00
Aleksander Machniak
c7af660bfc Fix boundary separator in signed messages 2016-01-20 10:28:44 +01:00
Aleksander Machniak
f04b56f306 Enigma: Enable default signing/encryption on a signed/encrypted draft compose 2016-01-05 09:36:07 +01:00
Aleksander Machniak
b4fc297509 Fix a typo 2016-01-02 15:03:46 +01:00
Aleksander Machniak
f7f512f039 Fixed typo in localization text 2015-12-27 10:06:55 +01:00
Aleksander Machniak
9f1f754daf CS fixes 2015-11-22 09:41:53 +01:00
Aleksander Machniak
2d40b43faa Update .htaccess rules for Apache 2.4 2015-11-19 08:05:26 +01:00
Aleksander Machniak
a8848b16c4 Tweak the code to not violate ECMASCRIPT3 syntax 2015-11-17 08:56:44 +01:00
Aleksander Machniak
8f8beafd56 Use .get_label() consistently (instead of .gettext()) 2015-10-20 10:08:50 +02:00