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
path: root/tests
AgeCommit message (Expand)Author
2018-09-27Fix bug where valid content between HTML comments could have been skipped in ...Aleksander Machniak
2018-08-24Add test for #6410Aleksander Machniak
2018-06-22Fix bug where some HTML comments could have been malformed by HTML parser (#6...Aleksander Machniak
2018-05-05Fix bug where some escape sequences in html styles could bypass security checksAleksander Machniak
2018-04-10Fix bug where usernames without domain part could be malformed or converted t...Aleksander Machniak
2018-03-18Fix parsing date strings (e.g. from a Date: mail header) with comments (#6216)Aleksander Machniak
2018-03-09Fix bug where some unix timestamps were not handled correctly by rcube_utils:...Aleksander Machniak
2018-02-14Fix bug in remote content blocking on HTML image and style tags (#6178)Aleksander Machniak
2017-11-08Fix mangled non-ASCII characters in links in HTML messages (#6028)Aleksander Machniak
2017-10-01Fix (again) bug where image data URIs in css style were treated as evil/remot...Aleksander Machniak
2017-08-23Modify links in html messages during Washtml DOM traversalThomas Bruederli
2017-08-23Escape textarea contents in WashtmlThomas Bruederli
2017-06-28Fix bug where HTML messages with @media styles could moddify style of page bo...Aleksander Machniak
2017-05-05Fix bug where comment notation within style tag would cause the whole style t...Aleksander Machniak
2017-04-22Added test for rcube_db::parse_dsn()Aleksander Machniak
2017-03-22Add support for DelSp=Yes messages (#5702)dfukagaw28
2017-03-11Add tests for XSS vulnerabilities in style tagsThomas Bruederli
2017-03-06Skip iconv for problematic ISO-2022-JP strings (#5668)Shin Kojima
2017-01-07Fix bug where external content in src attribute of input/video tags was not s...Aleksander Machniak
2017-01-07Fix bug where image data URIs in css style were treated as evil/remote in mai...Aleksander Machniak
2016-12-02Identicon pluginAleksander Machniak
2016-11-13replace old trac links (#5514)JohnDoh
2016-08-20Merge branch 'dev/drop-legacy-browsers'Aleksander Machniak
2016-08-12Make html::parse_attrib_string() more robustAleksander Machniak
2016-08-04Removed legacy_browsr pluginAleksander Machniak
2016-07-31Merge remote-tracking branch 'upstream/master'Aleksander Machniak
2016-07-29Better time handling in rcube_utils::clean_datestr()Aleksander Machniak
2016-07-29Managesieve: Fix parsing of vacation date-time with non-default date_format (...Aleksander Machniak
2016-07-21Fix handling of blockquote tags with mixed case on html2text conversion (#5363)Aleksander Machniak
2016-07-18Fix MathML test on older PHP versionsAleksander Machniak
2016-07-17Support MathML in HTML message preview (#5182)Aleksander Machniak
2016-05-29Wash position:fixed style in HTML mail for better security (#5264)Aleksander Machniak
2016-05-08Small performance optimizationAleksander Machniak
2016-05-08Add some more tests for HREF attribute washingAleksander Machniak
2016-05-06Fix XSS issue in href attribute on area tag (#5240, #5241)Aleksander Machniak
2016-04-12Small code style improvementsAleksander Machniak
2016-04-12Fix converting mail addresses with @www. into mailto links (#5197)Aleksander Machniak
2016-01-16Improved SVG cleanup codeAleksander Machniak
2015-11-18Fix rcube_utils::words_match() to work with mixed/invalid/binary content (T844)Aleksander Machniak
2015-11-05Fix HTML sanitizer to skip <!-- node type X --> in output (#1490583)Aleksander Machniak
2015-09-08Improve randomness of security tokens (#1490529)Aleksander Machniak
2015-08-29Emoticons-related code refactoringAleksander Machniak
2015-08-13Simplify rcube_utils::check_ip()Aleksander Machniak
2015-08-10Fix "washing" of style elements wrapped into many linesAleksander Machniak
2015-08-08PHP7: Fixed some E_WARNING errors that previously were E_STRICTAleksander Machniak
2015-08-06Added GSSAPI/Kerberos authentication plugin - krb_authenticationAleksander Machniak
2015-08-02Skip rcube_ldap_generic test if Net_LDAP3 is not availableAleksander Machniak
2015-06-28Require Mbstring and OpenSSL extensions (#1490415) - remove redundant codeAleksander Machniak
2015-06-27Get rid of Mail_mimeDecode package dependency (#1490416)Aleksander Machniak
2015-06-17Fix handling of non-break spaces in html to text conversion (#1490436)Aleksander Machniak