Commit Graph

872 Commits (2aea3a4e85b751bdf329eaaa69a8bee09d70cd49)

Author SHA1 Message Date
Aleksander Machniak 276ad83fc7 Update managesieve changelog 10 years ago
Aleksander Machniak ed35267b9b 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 dcf877c692 Enigma: Add possibility to configure gpg-agent binary location (enigma_pgp_agent) 10 years ago
Thomas Bruederli 9fe5b88dee Add new translations for Enigma plugin 10 years ago
Thomas Bruederli 4e3442877d Updated localizations from Transifex 10 years ago
Michał Wojciechowski cde1fbde0c Fix typos 10 years ago
Aleksander Machniak 437aca39e0 Enigma: Import keys from key-server(s) (#5286) 10 years ago
Aleksander Machniak f9fc7e1edf Managesieve: Improvements in 'string' test support 10 years ago
Aleksander Machniak 9793826ab4 Merge branch 'master' of https://github.com/pulcov/roundcubemail into pulcov-master 10 years ago
Aleksander Machniak 476c820323 CS fixes 10 years ago
Aleksander Machniak 352c6329cc Enigma: Search missing public keys on a key-server in mail compose (#5286) 10 years ago
Aleksander Machniak 88ed121f24 Enigma: Add possibility to export private keys (#5321) 10 years ago
Aleksander Machniak de7b0b51c4 Require Crypt_GPG 1.4.2 with fix for #5304 10 years ago
Aleksander Machniak 2c30feece1 Fix conflict in new_user_dialog and password_force_new_user settings (#5275) 10 years ago
Aleksander Machniak 3dd83804b4 Don't return false if keys directory does not exist 10 years ago
Aleksander Machniak 3f01232625 Enigma: Delete user keys when using deluser.sh script 10 years ago
Aleksander Machniak ac1cd3719c Enigma: Fix redundant list-secret-keys/list-public-keys calls on signing/encryption 10 years ago
Aleksander Machniak 72da903dca Remove unused code 10 years ago
Aleksander Machniak f6861cc896 Add managesieve plugin documentation 10 years ago
Aleksander Machniak f1c260b05f Enigma: Implement PGP encryption and signing in one go (#5302)
Enigma: Display signature verification status for encrypted+signed messages (#5302)
10 years ago
Aleksander Machniak 13b76d9b1e Enigma: Add possibility to configure gpg binary location (enigma_pgp_binary) 10 years ago
Aleksander Machniak 96102e2052 Enigma: Fix malformed signed messages with force_7bit=true (#5292) 10 years ago
Aleksander Machniak 024800d068 Merge branch 'master' of github.com:roundcube/roundcubemail 10 years ago
Aleksander Machniak 8b0753191d Fix Transifex URL 10 years ago
rmcaninch 7cb243ea45 Update config.inc.php.dist 10 years ago
Aleksander Machniak dcb7db2f8c Enigma: Fix keys import from inside of an encrypted message (#5285) 10 years ago
Aleksander Machniak 4f0abbf5fe CS and indent fixes, added $task property definition 10 years ago
Aleksander Machniak 796bb4ccbb Update localization, add Enigma plugin localizations 10 years ago
Aleksander Machniak 4cfe230e56 Fix so subfolders of INBOX can be set as Archive (#5274) 10 years ago
Julian Matz 7ed0d3308b Update cpanel.php
Call $rcmail->config->get() only once per option by assigning variable inside the IF statement.
10 years ago
Aleksander Machniak ab6fdfa8bc Fix PHP warning when password_hosts is set, but is not an array (#5260) 10 years ago
Aleksander Machniak 3d6d038938 Fix typo in localization message 10 years ago
Julian Matz 8042955927 Update cpanel.php 10 years ago
Julian Matz e34e267e59 Update cpanel.php
Changed code style and indentation.
10 years ago
Julian Matz 6651a6cab0 Update cpanel.php
Add support for hash auth (cPanel Remote Access Key) and call the $xmlapi->listaccts() method to retrieve the cPanel account user that owns the domain (required for cPanel reseller accounts).
10 years ago
Julian Matz 16d5dcbaa4 Update config.inc.php.dist
Add support for cPanel hash auth, using a Remote Access Key (choice between hash auth and plain password auth).
10 years ago
Julian Matz a4c6aec76a Update config.inc.php.dist
Add support for cPanel remote access hash (choice between hash auth and plain password auth).
10 years ago
pulcov 4f6853b9c6 Managesieve: bug correction 10 years ago
pulcov b312dc6c88 Managesieve: sieve string implement 10 years ago
Aleksander Machniak 21e485ad50 Fix redundant enigma.css link 10 years ago
Aleksander Machniak de14ec6aa0 Merge branch 'for-1.3'
Conflicts:
	CHANGELOG
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 e499a14e13 - Support 'duplicate' extension [RFC 7352]
- Improve errors handling in filter form
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
Zbigniew Szmyd 0b07f37bea LDAP password policy driver files 10 years ago
Zbigniew Szmyd 5322e91825 LDAP password driver for password policy 10 years ago
Zbigniew Szmyd acbc67ea1c Correction to work good with the Net_LDAP2 2.2.0 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
Aleksander Machniak 2d40b43faa Update .htaccess rules for Apache 2.4 10 years ago
Aleksander Machniak ce7bd03b1d Bump version number 10 years ago
Aleksander Machniak 1912d8c62b Fix invalid LDAP query in ACL user autocompletion (#1490591) 10 years ago
Aleksander Machniak a8848b16c4 Tweak the code to not violate ECMASCRIPT3 syntax 10 years ago
Thomas Bruederli e257b830a1 Synchronize localizations from Transifex 10 years ago
Aleksander Machniak 162bc85be9 Add support for :from parameter in vacation action (patch from Michele Locati) 10 years ago
Aleksander Machniak 2aa9ee56fd Fix so disabling emoticons plugin really removes emoticons button from HTML editor 10 years ago
Aleksander Machniak 74ce01efc7 Q() -> rcube::Q() 10 years ago
Aleksander Machniak 37e9bd4fb8 Fix testing attachments plugins after recent change that prevents from using more than one 10 years ago
Aleksander Machniak 8f8beafd56 Use .get_label() consistently (instead of .gettext()) 10 years ago
Aleksander Machniak b0349c988f Make sure there's only one attachments plugin enabled 10 years ago
Aleksander Machniak 570f43c874 Don't load enigma and managesieve css where it's not needed 10 years ago
Aleksander Machniak d9ff47b011 Don't use deprecated (soon) jQuery .bind() and .unbind() methods 10 years ago
hsz ed4f659a76 Fixed dovecot and samba encryption - (invalid variables names) 10 years ago