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
2017-10-13Handle remote stylesheets the same as remote images, ask the user to allow th...Aleksander Machniak
2017-10-12Fix css conflicts in user interface and e-mail content (#5891)Aleksander Machniak
2017-10-01Fix (again) bug where image data URIs in css style were treated as evil/remot...Aleksander Machniak
2017-09-04Add Travis CIFilippo Tessarotto
2017-08-18Modify links in html messages during Washtml DOM traversalThomas Bruederli
2017-08-18Escape textarea contents in WashtmlThomas Bruederli
2017-06-29Fix so links over images are not removed in plain text signatures converted f...Aleksander Machniak
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
2015-06-17Fix so links with href == content aren't added to links list on html to text ...Aleksander Machniak
2015-06-04Adapt washtml test to pass with different versions of iconv (i.e. on CentOS7)Thomas Bruederli
2015-06-01Adapt charset cleanup tests to pass with different versions of iconv propucin...Thomas Bruederli
2015-05-26Add utility functiion to get an elemet's text content also when running tests...Thomas Bruederli
2015-05-23Installer: Use openssl_random_pseudo_bytes() (if available) to generate des_k...Aleksander Machniak