Commit Graph

811 Commits (b786599fb0f75ff407cffc456beb6846fac4550a)

Author SHA1 Message Date
Aleksander Machniak f9151f6830 Managesieve: Fix AM/PM suffix in vacation time selectors 9 years ago
Aleksander Machniak 793bf96747 Enigma: Fix compatibility with assets_dir 9 years ago
Aleksander Machniak 6e054a37d1 Password: Fix security issue in virtualmin and sasl drivers 9 years ago
Aleksander Machniak 33586e4c87 Fix possible defect in handling \r\n in scripts (#5685) 9 years ago
Aleksander Machniak 04ed3846d3 Managesieve: Fix parser issue with empty lines between comments (#5657) 9 years ago
Aleksander Machniak 528084ff37 Add note about PinEntry issues with SELinux (#5620) 9 years ago
Aleksander Machniak 49d24e973d Enigma: Fix handling of messages with nested PGP encrypted parts (#5634) 9 years ago
Aleksander Machniak 4bc337c460 Enigma: Fix missing require statement for Crypt_GPG_KeyGenerator (#5641) 9 years ago
Aleksander Machniak d4f5804e40 Enigma: Add some notes to Known issues section (#5561) 9 years ago
Aleksander Machniak 69189ed21a Enigma: Fix PHP fatal error when decrypting a message with invalid signature (#5555) 9 years ago
Aleksander Machniak bc826be106 Fix handling of scripts with nested rules (#5540) 9 years ago
Aleksander Machniak 86b329b1fa Update localization 9 years ago
Aleksander Machniak 9eac1dd513 Fix bug where it wasn't possible to store more that 2MB objects in memcache/apc (#5452)
Added memcache_max_allowed_packet and apc_max_allowed_packet settings
9 years ago
jpope 5fda4d21cb Fix class in keys list
The last few keys were being cut off due to a typo.
9 years ago
Aleksander Machniak 45a3a86791 Enigma: Fix encoding of a key search phrase (#5459) 9 years ago
Aleksander Machniak 41d1a6e532 Enigma: Make recipient key searches case-insensitive (#5434) 9 years ago
Aleksander Machniak ea30e7b816 Fix bug where names of downloaded files could be mailformed when derived from the message subject (#5404) 9 years ago
Aleksander Machniak cc15930548 Enigma: Fix signature verification with some IMAP servers, e.g. Gmail, DBMail (#5371) 10 years ago
Aleksander Machniak 4624b22967 Managesieve: Fix parsing of vacation date-time with non-default date_format (#5372)
Added new method rcube_utils::format_datestr() to convert date_format date
into ISO date format.
10 years ago
Aleksander Machniak 0ec486473b Enigma: Add possibility to configure gpg-agent binary location (enigma_pgp_agent)
Conflicts:

	CHANGELOG
10 years ago
Thomas Bruederli bd27c764c8 Updated localizations from Transifex 10 years ago
Aleksander Machniak 412982aa06 Enigma: Add possibility to export private keys (#5321) 10 years ago
Aleksander Machniak a104be2d10 Require Crypt_GPG 1.4.2 with fix for #5304 10 years ago
Aleksander Machniak 62f79fc9d8 Fix conflict in new_user_dialog and password_force_new_user settings (#5275) 10 years ago
Aleksander Machniak 2168a337c1 Remove unused code 10 years ago
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