Commit Graph

786 Commits (e2ca2e1d08600e5acde002a853398fdff62e645f)

Author SHA1 Message Date
Aleksander Machniak 2913267c3a Enigma: Add possibility to configure gpg binary location (enigma_pgp_binary) 10 years ago
Aleksander Machniak 9a732c1764 Enigma: Fix malformed signed messages with force_7bit=true (#5292) 10 years ago
Aleksander Machniak 8a3b80d394 Enigma: Fix keys import from inside of an encrypted message (#5285) 10 years ago
Aleksander Machniak 7a7c3fa8f2 Update localization, add Enigma plugin localizations
Conflicts:
	plugins/managesieve/localization/de_DE.inc
	plugins/managesieve/localization/pt_PT.inc
	plugins/managesieve/localization/sk_SK.inc
10 years ago
Aleksander Machniak 6987153469 Fix so subfolders of INBOX can be set as Archive (#5274) 10 years ago
Aleksander Machniak ea73d58913 Fix PHP warning when password_hosts is set, but is not an array (#5260) 10 years ago
Thomas Bruederli 1d7be448f3 Some final localozation updates before release 10 years ago
Thomas Bruederli a7aecfee42 Update localizations from Transifex 10 years ago
Aleksander Machniak 311c207d0a Fix redundant enigma.css link 10 years ago
Aleksander Machniak bd6d7645d7 Update localization 10 years ago
Aleksander Machniak 5194120221 Add Known Issues section in Enigma README (#5215) 10 years ago
Aleksander Machniak 1da8ffd52b Use "email" over "e-mail" consistently (#5212) 10 years ago
Oliver Ney 5f2df36879 Fix ldap connection use after release in password plugin 10 years ago
Aleksander Machniak f0fa9324d8 Merge branch 'master' of github.com:roundcube/roundcubemail 10 years ago
Aleksander Machniak 5b94c5af08 Fix plugin name in composer.json 10 years ago
Aleksander Machniak 6e4642b12c Enigma: Add enigma_debug option 10 years ago
Aleksander Machniak 302aff920c Small code improvement 10 years ago
Aleksander Machniak e2ff7985db Small optimization in sieve script parser 10 years ago
Aleksander Machniak 4bb44c3d90 Enigma: added option to force users to use signing/encryption 10 years ago
Thomas Bruederli bd780ce707 Remove localization files from 3rd party plugins 10 years ago
Aleksander Machniak 80cb362b80 Managesieve: Refactored script parser to be 100x faster 10 years ago
Aleksander Machniak 800235f682 Fix compatibility with older PHP versions by not using empty(fn()) 10 years ago
Aleksander Machniak 6f2c007d1b CS fixes: Replace use of "bool ? true : false" with just "bool" 10 years ago
Aleksander Machniak 96c3d84cdd Enigma: Varius fixes and cleanup in code for attaching pubkeys 10 years ago
Kyle Francis 7ce958ecd9 Added attach pubkey checkbox in compose UI, added preferences setting for attach pubkey by default 10 years ago
Kyle Francis a9d399155d Implemented attaching pub PGP key to outgoing messages. 10 years ago
Aleksander Machniak 007c9ddcb0 Enigma: Handle messages with text before an encrypted block (#5149) 10 years ago
Aleksander Machniak aba88576ef Update localizations 10 years ago
Aleksander Machniak f0e88f02d5 Remove unused code 10 years ago
Aleksander Machniak 4e6f3019f5 Enigma: Handle encrypted/signed content inside message/rfc822 attachments 10 years ago
Aleksander Machniak aa2486beb3 vcard_attachments: Fix bug where national characters in vCard would be broken on import/display 10 years ago
Aleksander Machniak 1aa5817131 Refactor desktop notifications
- Remove webkitNotifications support, clean up the code
- Unify look and behaviour of notifications in Mail and in Settings
10 years ago
Aleksander Machniak 9d4e5f5e49 Bump zipdownload plugin version number 10 years ago
Thomas Bruederli 4a408843b0 Protect download urls against CSRF using unique request tokens (#1490642)
Send X-Frame-Options headers with every HTTP response
10 years ago
Aleksander Machniak 74a7dd553c Fix datepicker so it is possible to re-open the calendar widget by click (Kolab 5115) 10 years ago
Aleksander Machniak 89a49dd370 Fix additional_message_headers plugin compatibility with Mail_Mime >= 1.9 (#1490657) 10 years ago
Aleksander Machniak 5d49af37cc Enigma: Disable format=flowed for signed plain text messages (#1490646) 10 years ago
Aleksander Machniak 5a30653024 Enigma: Don't display "bad password" warning when the password wasn't provided yet 10 years ago
Aleksander Machniak 8c626eec8a Cleanup redundant variables 10 years ago
Aleksander Machniak c1a518910a Enigma: Fix bug where signature/decryption info wasn't displayed for some messages 10 years ago
Aleksander Machniak 4473dc5588 Merge branch 'master' of github.com:roundcube/roundcubemail 10 years ago
Aleksander Machniak 53fa08d8ae Enigma: Code refactoring with better handling of encrypted-inside-encrypted (e.g. forwarded) and signed+ncrypted messages 10 years ago
Aleksander Machniak 8ef598b883 Fix (again) security issue in DBMail driver of password plugin [CVE-2015-2181] (#1490643)
Unify the C program code with the one used by other drivers.
10 years ago
Aleksander Machniak c9e2ab488e Enigma: Fix handling of encrypted + signed messages (#1490632) 10 years ago
Aleksander Machniak c7af660bfc Fix boundary separator in signed messages 10 years ago
Aleksander Machniak f04b56f306 Enigma: Enable default signing/encryption on a signed/encrypted draft compose 10 years ago
Aleksander Machniak b4fc297509 Fix a typo 10 years ago
Aleksander Machniak f8847a913f Fix version number 10 years ago
Aleksander Machniak f7f512f039 Fixed typo in localization text 10 years ago
Aleksander Machniak 9f1f754daf CS fixes 10 years ago