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
2019-12-30Travis: Move install commands to .ci/install.shAleksander Machniak
2019-12-30Don't require config.inc.php when only config-<env>.inc.php existsAleksander Machniak
2019-12-30Travis: Try to debug why in-browser tests do not workAleksander Machniak
2019-12-30Travis: Fix in-browser tests setupAleksander Machniak
2019-12-29Add more in-browser testsAleksander Machniak
2019-12-29Rewrite Selenium tests with use of laravel/duskAleksander Machniak
2019-12-28Add support for PHPUnit 6 and 7 (#6870)Aleksander Machniak
2019-12-16Fix malformed characters in HTML message with charset meta tag not in head (#...Aleksander Machniak
2019-12-14Fix bug where 'text' attribute on body tag was ignored when displaying HTML m...Aleksander Machniak
2019-11-11Fix db_prefix handling in queries with `TRUNCATE TABLE <name>` and `UNIQUE <n...Aleksander Machniak
2019-10-27add unit tests for rcmail_output_html::get_template_logoPhilW
2019-10-16Add basic test for attachment_reminder pluginAleksander Machniak
2019-10-16Cleanup unused codeAleksander Machniak
2019-10-13add messages for in_array_nocase tests (#6957)johndoh
2019-08-31Drop rcube_browser::$lang propertyAleksander Machniak
2019-08-31Add Edge browser detectionAleksander Machniak
2019-08-31Remove useless properties from rcube_browserAleksander Machniak
2019-08-27Fix bug where it was possible to bypass href URI check with data:application/...Aleksander Machniak
2019-08-27Fix security issue where it was possible to bypass the CSS jail in HTML messa...Aleksander Machniak
2019-08-27Fix bug where some strict remote URIs in url() style were unintentionally blo...Aleksander Machniak
2019-08-27Fix security issue where it was possible to bypass the position:fixed CSS che...Aleksander Machniak
2019-08-10Move rcmail (and future rcmail_*) class tests to tests/Rcmail directoryAleksander Machniak
2019-07-07Fix css styles leak from replied/forwarded message to the rest of the compose...Aleksander Machniak
2019-06-16Switch to IDNA2008 variant (#6806)Aleksander Machniak
2019-05-19Update changelog, add some tests for rcube_utils::parse_host()Aleksander Machniak
2019-05-19Fix bug where bold/strong text was converted to upper-case on html-to-text co...Aleksander Machniak
2019-04-28Workaround more invalid HTML cases parsed incorrectly by Mastermind/HTML5 (#6...Aleksander Machniak
2019-04-16Remove year(s) from copyright headers + some cleanupAleksander Machniak
2019-04-15Followup fix on handling HTML content w/o html/head/body tag (#6713)Aleksander Machniak
2019-04-14Fix bug in HTML parser that could cause missing text fragments when there was...Aleksander Machniak
2019-03-26Fix bug where HTML messages with a xml:namespace tag were not rendered.dsoares
2018-12-29Fix regression in vcard parserAleksander Machniak
2018-12-21Fix handling of empty entries in vCard import (#6564)Aleksander Machniak
2018-12-16Prevent from using deprecated timezone names from jsTimezoneDetectAleksander Machniak
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-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