Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-23Bump version to 1.3.8Thomas Bruederli
2018-10-06Fix session issue on long running requests (#6470)Aleksander Machniak
2018-10-02Update changelogAleksander Machniak
2018-09-27Fix bug where valid content between HTML comments could have been skipped in ↵Aleksander Machniak
some cases (#6464)
2018-09-17Update changelogAleksander Machniak
2018-09-12New_user_identity: Fix %fu/%u vars substitution in user specific LDAP params ↵Aleksander Machniak
(#6419)
2018-09-01Managesieve: Fix bug where show_real_foldernames setting wasn't respected ↵Aleksander Machniak
(#6422)
2018-08-25Fix compatibility with MySQL 8 - error on 'system' table useAleksander Machniak
2018-08-24Fix typoAleksander Machniak
2018-08-24Fix CSS issue in handling invalid style tag content (#6410)Aleksander Machniak
2018-08-19Fix so Classic skin splitter does not escape out of window (#6397)Aleksander Machniak
2018-08-19Fix invalid regular expressions that throw warnings on PHP 7.3 (#6398)Aleksander Machniak
2018-08-09Enigma: Fix deleting keys with authentication subkeys (#6381)Aleksander Machniak
2018-08-06Fix so fallback from BINARY to BODY FETCH is used also on [PARSE] errors in ↵Aleksander Machniak
dovecot 2.3 (#6383)
2018-08-06Fix PHP warnings on dummy QUOTA responses in Courier-IMAP 4.17.1 (#6374)Aleksander Machniak
2018-07-21Bump version to 1.3.71.3.7Thomas Bruederli
2018-06-22Fix bug where some HTML comments could have been malformed by HTML parser ↵Aleksander Machniak
(#6333)
2018-05-29[EFAIL] Don't decrypt PGP messages with no MDC protection (#6289)Aleksander Machniak
2018-05-26Fix bug where after "mark all folders as read" action message counters were ↵Aleksander Machniak
not reset (#6307) also fixed one PHP 7.2 warning
2018-05-25Fix bug where unicode contact names could have been broken/emptied or caused ↵Aleksander Machniak
DB errors (#6299)
2018-05-22Update changelogAleksander Machniak
2018-05-08Fix bug where some forbidden characters on Cyrus-IMAP were not prevented ↵Aleksander Machniak
from use in folder names Conflicts: plugins/archive/archive.php
2018-05-05Fix bug where some escape sequences in html styles could bypass security checksAleksander Machniak
2018-05-05Update changelogAleksander Machniak
2018-04-12Fix PHP Warning: Use of undefined constant IDNA_DEFAULT on systems without ↵Aleksander Machniak
php-intl (#6244)
2018-04-11Bump version to 1.3.61.3.6Thomas Bruederli
2018-04-10Enigma: Enable keypair generation on Internet Explorer 11Aleksander Machniak
2018-04-10Fix bug where usernames without domain part could be malformed or converted ↵Aleksander Machniak
to lower-case on logon (#6224)
2018-04-09Fix check_request() bypass in places using get_uids() [CVE-2018-9846] (#6238)Aleksander Machniak
2018-04-04Enigma: Fix key selection for signingAleksander Machniak
In some cases a public key of other user could be selected instead of the sender's private key
2018-04-03Fix possible IMAP command injection and type juggling vulnerabilities (#6229)Aleksander Machniak
2018-04-03Fix PHP 7.2: count(): Parameter must be an array in enchant-based ↵Aleksander Machniak
spellchecker (#6234)
2018-03-18Fix parsing date strings (e.g. from a Date: mail header) with comments (#6216)Aleksander Machniak
2018-03-12Bump version to 1.3.51.3.5Thomas Bruederli
2018-03-09Fix bug where some unix timestamps were not handled correctly by ↵Aleksander Machniak
rcube_utils::anytodatetime() (#6212)
2018-03-07Fix handling encoding of HTML tags in "inline" JSON output (#6207)Aleksander Machniak
2018-03-06Added 9pt and 11pt to the list of font sizes in HTML editorAleksander Machniak
2018-02-15Change wordingAleksander Machniak
2018-02-14Fix bug in remote content blocking on HTML image and style tags (#6178)Aleksander Machniak
2018-02-12Enigma: Fix key generation in Safari by upgrade to OpenPGP 2.6.2 (#6149)Aleksander Machniak
2018-02-12Fix PHP Warning: exif_read_data(...): Illegal IFD size (#6169)Aleksander Machniak
2018-02-11Fix duplicated labels in Test SMTP Config section (#6166)Aleksander Machniak
2018-02-11Update changelogAleksander Machniak
2018-01-24Fix bug where text: syntax was forced for strings longer than 1024 ↵Aleksander Machniak
characters (#6143)
2018-01-14Include recent fixes in 1.3.4 release1.3.4Thomas Bruederli
2018-01-11Fix possible information leak - add more strict sql error check on user ↵Aleksander Machniak
creation (#6125)
2018-01-10Fix bug where contacts search could skip some records (#6130)Aleksander Machniak
Conflicts: CHANGELOG
2018-01-07Bump version to 1.3.4Thomas Bruederli
2018-01-07Fix X-Frame-Options:ALLOW-FROM support, remove custom click-jacking ↵Aleksander Machniak
protection (#6057)
2017-12-26- Fix searching contacts by address in LDAP source (#6084)Aleksander Machniak