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
2021-04-18Spelling (#8001)Josh Soref
2021-01-15Fix some PHP8 warningsAleksander Machniak
2020-12-28By default do not set the User-Agent header (#7731)Aleksander Machniak
2020-12-13Require php-intl extension, get rid of Net_IDNA2, PHP8 fixes, short array syntaxAleksander Machniak
2020-12-02PHP8 fixes, CS fixes, short array syntax, testsAleksander Machniak
2020-11-22PHP8 fixes, CS fixes, short array syntax, added more testsAleksander Machniak
2020-11-08More testsAleksander Machniak
2020-05-16Allow array in smtp_host config (#7296)johndoh
2020-05-03CS fixes, mostly around undefined variablesAleksander Machniak
2019-11-16Fix bug where the Installer would not warn about required schema upgrade (#7042)Aleksander Machniak
2019-11-15Small correctionAleksander Machniak
2019-11-15Fix so Elastic is also a default in jqueryui plugin (#7039)Aleksander Machniak
2019-11-13Fixed typoAleksander Machniak
2019-11-12Fix so update.sh script warns about changed defaults (#7011)Aleksander Machniak
2019-10-05CS fixes, Avoid usused variables, fixed minor bugsAleksander Machniak
2019-09-30PHPDoc fixesAleksander Machniak
2019-09-11Fix array offset access syntax with curly bracesAleksander Machniak
2019-08-25PHPDoc and CS fixesAleksander Machniak
2019-04-16Remove year(s) from copyright headers + some cleanupAleksander Machniak
2019-01-30Fix so mime_content_type check in Installer uses files that should always be ...Aleksander Machniak
2018-09-12Removed referer_check option (#6440)Aleksander Machniak
2018-08-24Deprecate debug_level config option1.4-betaThomas Bruederli
2018-05-22Get rid of debug_level (#6298)Aleksander Machniak
2017-07-05Move common mail composing/sending code to new rcmail_sendmail classAleksander Machniak
2017-04-21Fix failing database schema check in all engines except mysql (#5730)Aleksander Machniak
2016-11-20Merge branch 'dev-layouts'Aleksander Machniak
2016-10-06Fix reference to non-existing blank.tif file in mime_content_type checkAleksander Machniak
2016-09-17Widescreen layout aka three column view (#5093)Aleksander Machniak
2016-08-19Drop mail_header_delimiter option, since we don't use mail() we don't need itAleksander Machniak
2016-08-18CS fixes (mostly phpdoc)Aleksander Machniak
2016-05-20Remove application/x-tar file extension test as it might not exist in nginx c...Aleksander Machniak
2016-03-14CS fixesAleksander Machniak
2016-03-14Fix PHP warning when defaults.inc.php is not readableAleksander Machniak
2015-11-25rcube_parse_host() -> rcube_utils::parse_host()Aleksander Machniak
2015-10-23Q() -> rcube::Q()Aleksander Machniak
2015-06-07CS fixesAleksander Machniak
2015-05-23Installer: Use openssl_random_pseudo_bytes() (if available) to generate des_k...Aleksander Machniak
2015-04-12Installer: Remove system() function use (#1490139)Aleksander Machniak
2015-02-04Don't reset 'plugins' config option when running from update.sh scriptThomas Bruederli
2014-12-27Improve plugin selection in installer; check already selected pluginsThomas Bruederli
2014-12-21Merge pull request #248 from flanpy/masterThomas B.
2014-11-16Code improvements and fixes (mostly unused variables and methods)Aleksander Machniak
2014-11-12Add the ability to select plugins in the installerFlanpy
2014-11-12Add the ability to enable plugins in the installerFlanpy
2014-09-18Add Oracle driver check in InstallerAleksander Machniak
2014-07-22Fix some mime-type to extension mapping checks in Installer (#1489983)Aleksander Machniak
2014-04-29Fix varius db_prefix issues (#1489839)Aleksander Machniak
2014-04-21Move rcube_installer class to include/rcmail_installer in order to remain acc...Thomas Bruederli