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 (Expand)Author
2019-12-28Add support for PHPUnit 6 and 7 (#6870)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-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-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-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-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-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