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
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
2015-05-19Use the right syntax for group assignmentsThomas Bruederli
2015-05-19Tag more tests with @mbstringThomas Bruederli
2015-05-19Specify test groups for inclusion/exclusionThomas Bruederli
2015-05-19Fix font artifacts in text2html conversion (#1490353)Aleksander Machniak
2015-05-13Use the right properties from rcube_db::parse_dsn() resultThomas Bruederli
2015-05-13Allow selenium tests to use explicit login credentialsThomas Bruederli
2015-05-12Support tests running with an sqlite databaseThomas Bruederli
2015-05-11Add more utility functions to prepare the IMAP account used for testingThomas Bruederli
2015-05-07Populate IMAP test account with sample message and test its listing in Seleni...Thomas Bruederli
2015-05-05Skip some tests on PHP 5.3.3Aleksander Machniak
2015-05-05Add some more tests for rcube_charset::clean()Aleksander Machniak
2015-05-05Fix failing rcube_utils::strtotime() test if system timezone was different th...Aleksander Machniak
2015-04-09Fix font artifact in Google Chrome on Windows (#1490353)Aleksander Machniak
2015-04-09Fix handling spaces after <br> on html2text conversionAleksander Machniak
2015-03-12Fix backtick character handling in sql queries (#1490312)Aleksander Machniak
2015-02-19Fix handling of some improper constructs in format=flowed text as per the RFC...Aleksander Machniak
2015-01-13Fix XSS issue in style attribute handling (#1490227)Aleksander Machniak
2015-01-13Fix test for blocked.gif according to recent changesAleksander Machniak
2014-12-28Fix rcube_utils::normalize_string() to support unicode characters + add argum...Thomas Bruederli
2014-12-28Make rcube_utils::strtotime() timezone aware (#1490163)Thomas Bruederli
2014-12-22Fix rcube_utils::get_boolean() test to not use deprecated function aliasAleksander Machniak
2014-12-01Fix import of multiple contact email addresses from Outlook-csv format (#1490...Aleksander Machniak
2014-11-26Fix so all unknown email addresses from Google csv format are imported (#1490...Aleksander Machniak
2014-11-19Fix import of multiple contact groups from Google-csv format (#1490159)Aleksander Machniak
2014-11-16Code improvements and fixes (mostly unused variables and methods)Aleksander Machniak
2014-10-22Fix download of attachments that are part of TNEF message (#1490091)Aleksander Machniak
2014-10-13dirname(__FILE__) -> __DIR__Aleksander Machniak
2014-09-22Merge branch 'oracle'Aleksander Machniak
2014-09-13Fix validation of email addresses with IDNA domains (#1490067)Aleksander Machniak
2014-09-12Use consistent column/table quoting in sql queriesAleksander Machniak
2014-08-21Fix handling of email addresses with quoted domain part (#1490040)Aleksander Machniak
2014-08-14Fixed failing testAleksander Machniak
2014-08-14Support contacts import in GMail CSV formatAleksander Machniak
2014-08-13Extend rcmail::url() to produce absolute and fully qualified URLsThomas Bruederli