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
2022-11-02Fix so N property always exists in a vCard export (#8771)Aleksander Machniak
2022-10-09Store uploads metadata in a separate sql database table instead of a session ...Aleksander Machniak
2022-09-11Remove tests related to MSSQL and OracleAleksander Machniak
2022-09-10Fix bug where multiline data:image URI's in emails were stripped from the mes...Aleksander Machniak
2022-08-06Fix various PHP 8.2 warningsAleksander Machniak
2022-08-01Small code improvementAleksander Machniak
2022-07-31Fix bug where config creation in Installer did ignore options in the form (#8...Aleksander Machniak
2022-07-30Fix anchor links in HTML mail (#8632)Aleksander Machniak
2022-07-10Use smaller intervalAleksander Machniak
2022-07-09Browser tests: Increase pause in mobile toolbar menu testingAleksander Machniak
2022-07-09Try to fix browser testsAleksander Machniak
2022-06-25Advanced mail search syntax with more possibilities (without UI) (#8502)Aleksander Machniak
2022-06-25Update changelog and testsAleksander Machniak
2022-06-25Fix bug where a recipient address containing UTF-8 characters was ignored whe...Aleksander Machniak
2022-06-18Fix bug where some checkboxes could be selected unintentinally (#8565)Aleksander Machniak
2022-06-18Fix support for DSN specification without host e.g. pgsql:///dbname (#8558)Aleksander Machniak
2022-05-28Fix bug where title tag content was displayed in the body if it contained HTM...Aleksander Machniak
2022-05-08Fix so links (e.g. www.some.page or http://some.page) are not considered misp...Aleksander Machniak
2022-05-01Add some tests and fix flaky testAleksander Machniak
2022-04-10Fix so unix:// URI is supported in various host spec. options again (#8468)Aleksander Machniak
2022-04-10Fix browser test regressionAleksander Machniak
2022-04-09Remove use of unreliable charset detection (#8344)Aleksander Machniak
2022-01-22Fix mail headers injection via the subject field on mail compose (#8404)Aleksander Machniak
2022-01-09Improve/Fix wrapping of plain text messages on preview and reply (#6974, #839...Aleksander Machniak
2021-12-29Security: Fix cross-site scripting (XSS) via HTML messages with malicious CSS...Aleksander Machniak
2021-12-11Don't use TLS by default (#8359)Aleksander Machniak
2021-12-07Fix browser tests regressionAleksander Machniak
2021-12-07Unified and simplified services connection options (#8310)Aleksander Machniak
2021-11-27Fix browser tests after Larry removalAleksander Machniak
2021-11-27Skip fragile testsAleksander Machniak
2021-11-27Improve precision of charset detection on vCard importAleksander Machniak
2021-11-14Fix test regressionAleksander Machniak
2021-11-13Fix compatibility with Referrer-Policy: "strict-origin" (#8170)Aleksander Machniak
2021-11-07Improve searching by sender/recipient headers, support Reply-To and Followup-...Aleksander Machniak
2021-11-06Fix an infinite loop when parsing environment variables with float/integer va...Aleksander Machniak
2021-11-06Small improvements and tests for the logout pluginAleksander Machniak
2021-11-06Relax some test assertionsAleksander Machniak
2021-10-29Display telephone numbers as tel: links (#8240)Aleksander Machniak
2021-10-29Add workaround for the HTML5 parser performance issue, remove the size limitAleksander Machniak
2021-10-29Add test for validity of csv2vcard localization filesAleksander Machniak
2021-10-28Fix charset conversion errors on PHP < 8 for charsets not supported by mbstri...Aleksander Machniak
2021-10-24Fix database initialization if db_prefix is a schema prefix (#8221)Aleksander Machniak
2021-10-23Fix bug where new messages were not added to the list on refresh if skip_dele...Aleksander Machniak
2021-10-21Fix some PHP8 warnings (#8239)Aleksander Machniak
2021-10-17Fix security issues regarding server name and trusted_host_patterns settingAleksander Machniak
2021-10-15Improve auto-wrapping of plain text messages on preview and reply (#6974)Aleksander Machniak
2021-10-10Move wrap_and_quote() method to rcmail_action_mail_composeAleksander Machniak
2021-10-04Add support for encryption with AEAD ciphers, e.g. aes-256-gcm (#7097)Aleksander Machniak
2021-10-03Fix database initialization for the browser testsAleksander Machniak
2021-09-13Replace get_input_value() with get_input_string() where appropriateAleksander Machniak