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-06-22Fix bug where some HTML comments could have been malformed by HTML parser (#6...Aleksander Machniak
2018-05-27Pass PEAR errors to rcube::raise_error(), small CS improvementsAleksander Machniak
2018-05-05Fix bug where some escape sequences in html styles could bypass security checksAleksander Machniak
2018-04-21Use Masterminds/HTML5 parser for HTML5 support (#5761)Aleksander 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-03-03Move some framework classes to sub-directoriesAleksander Machniak
2018-03-03Refactor cache code with separate engine-specific classesAleksander Machniak
2018-02-14Fix bug in remote content blocking on HTML image and style tags (#6178)Aleksander Machniak
2017-12-31Update idn convertion methods (#6115)Daniel Kesselberg
2017-12-31Improve SMTPUTF8 support and fix relaxed email validation issuesAleksander Machniak
2017-12-30Add unit test for IDN (#6114)Daniel Kesselberg
2017-11-08Fix mangled non-ASCII characters in links in HTML messages (#6028)Aleksander Machniak
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