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
2020-08-30Fix bug where some parts of a message could have been missing in a ↵Aleksander Machniak
reply/forward body (#7568)
2020-08-26Update changelogAleksander Machniak
2020-08-26Userinfo: localize legend text (#7479)johndoh
* userinfo: localize legend text * userinfo: add missing id label
2020-08-26Fix #7567: replace broken Closure Compiler link (#7574)Cedric Girard
[skip ci]
2020-08-26Update changelogAleksander Machniak
[skip ci]
2020-08-21Fix jstz.min.js installation, bump version to 1.0.7Aleksander Machniak
2020-08-21Fix restoring Cc/Bcc fields from local storage (#7554)Aleksander Machniak
2020-08-12Fix importing birthday dates from Gmail vCards (BDAY:YYYYMMDD)Aleksander Machniak
2020-08-10Bump version to 1.4.81.4.8Thomas Bruederli
2020-08-10Fix unclosed a tag (#7539)Ratting Gergely
Put a closing a tag after the word vCard in the hungarian localisation.
2020-08-09Fix cross-site scripting (XSS) via HTML messages with malicious svg or math ↵Aleksander Machniak
content
2020-08-07Fix bug in conversion of email addresses to mailto links in plain text ↵Aleksander Machniak
messages (#7526)
2020-08-07Managesieve: Allow angle brackets in out-of-office message body also in the ↵Aleksander Machniak
Filters UI (#7518)
2020-08-07managesieve: Keep angle brackets in reasonMax Truxa
Angle brackets (and other characters considered special by HTML) should be allowed in the message body.
2020-07-31Fix detecting special folders on servers with both SPECIAL-USE and ↵Aleksander Machniak
LIST-STATUS (#7525)
2020-07-30Fix paging of search results on IMAP servers with no SORT capability (#7462)Aleksander Machniak
And simplify some code around.
2020-07-29Fix handling links without defined protocol (#7454)Aleksander Machniak
2020-07-29Fix incorrect rewriting of internal links in HTML content (#7512)Aleksander Machniak
2020-07-27Elastic: Fix deleted and replied+forwarded icons on messages list (#7503)Aleksander Machniak
2020-07-26Security: Fix potential XSS issue in HTML editor of the identity signature ↵Aleksander Machniak
input (#7507)
2020-07-25Fix format=flowed formatting on plain text part derived from the HTML ↵Aleksander Machniak
content (#7504)
2020-07-22Elastic: Fix redundant scrollbar in plain text editor on mail reply (#7500)Aleksander Machniak
2020-07-19Managesieve: Fix too-small input field in Elastic when using custom headers ↵Aleksander Machniak
(#7498)
2020-07-18Fix support for an error as a string in message_before_send hook (#7475)Aleksander Machniak
2020-07-04Bump version to 1.4.71.4.7Thomas Bruederli
2020-07-03Fix cross-site scripting (XSS) via HTML messages with malicious svg/namespaceAleksander Machniak
Credits to SSD Secure Disclosure (https://ssd-disclosure.com/)
2020-07-01Fix problem with handling attached images with same name when using ↵Aleksander Machniak
redundant_attachments (#7455)
2020-07-01Changing from time to microtime to add on key of cached attachment to avoid ↵Lucas Stevanelli Marin
display error on attachments with same name (#7463) Co-authored-by: Lucas Marin <lucas.marin@skymail.com.br>
2020-06-27Fix problem with forwarding inline images attached to messages with no HTML ↵Aleksander Machniak
part (#7414)
2020-06-13Elastic: Fix context menu (paste) on the recipient input (#7431)Aleksander Machniak
2020-06-13Add newline when writing logs to stdout (#7418)Kent Varmedal
Add newline on the end of the line when printing to stdout.
2020-06-13Update changelogAleksander Machniak
[skip ci]
2020-06-12Increase maximum size of contact jobtitle and department fields to 128 ↵Aleksander Machniak
characters [skip ci]
2020-06-08Fix bug where subfolders of special folders could have been duplicated on ↵Aleksander Machniak
folder list
2020-06-07Bump version to 1.4.61.4.6Thomas Bruederli
2020-06-04Installer: Fix regression in SMTP test section (#7417)Aleksander Machniak
2020-06-01Bump version to 1.4.51.4.5Thomas Bruederli
2020-05-30Security: Fix cross-site scripting (XSS) via malicious XML attachmentAleksander Machniak
2020-05-30Security: Better fix for CVE-2020-12641Aleksander Machniak
2020-05-30Security: Fix XSS issue in template object 'username' (#7406)Aleksander Machniak
2020-05-30Security: Fix couple of XSS issues in Installer (#7406)Aleksander Machniak
2020-05-23Fix bug where PDF attachments marked as inline could have not been attached ↵Aleksander Machniak
on mail forward (#7382)
2020-05-23Elastic: Fix aspect ratio of a contact photo in mail preview (#7339)Aleksander Machniak
2020-05-23Fix error when user-configured skin does not exist anymore (#7271)Aleksander Machniak
We fallback to the system skin not the default one.
2020-05-19Fix PHP warning: count(): Parameter must be an array or an object... in ID ↵Aleksander Machniak
command handler (#7392)
2020-05-12Fix typoAleksander Machniak
2020-05-10Update changelogAleksander Machniak
[ci skip]
2020-05-10Show Encrypt button w/Mailvelope, even if disabledChristopher Gurnee
Before the Elastic skin would keep it hidden until enabled, closes #7353
2020-05-10Fix changelogAleksander Machniak
[ci skip]
2020-05-10Let Mailvelope use sender's address to find pubkeys to check signaturesChristopher Gurnee