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-30Don't require config.inc.php when only config-<env>.inc.php existsAleksander Machniak
2019-12-14Fix bug where 'text' attribute on body tag was ignored when displaying HTML m...Aleksander Machniak
2019-12-13Fix bug where listing tables in PostgreSQL database with db_prefix didn't wor...Aleksander Machniak
2019-12-08Fix bug where 'skins_allowed' option didn't enforce user skin preference (#7080)Aleksander Machniak
2019-12-07Fix matching multiple X-Forwarded-For addresses with 'proxy_whitelist' (#7107)Aleksander Machniak
2019-12-01Add 'filter' to required extensionsAleksander Machniak
2019-11-28Log X-Real-IP only when it's different than REMOTE_ADDRAleksander Machniak
2019-11-24Fix DB Write test on SQLite database ("database is locked" error) (#7064)Aleksander Machniak
2019-11-22Fix bug where Ctype extension wasn't required in Installer and INSTALL file (...Aleksander Machniak
2019-11-18Update changelog, CS improvementsAleksander Machniak
2019-11-18Fix tables listing routine when DSN contained a database with unsupported suf...Aleksander Machniak
2019-11-18Fix db_prefix handling in queries with `TRUNCATE TABLE <name>` and `UNIQUE <n...Aleksander Machniak
2019-11-18Fix bug where cache keys could exceed length limit specified in db schema (#7...Aleksander Machniak
2019-11-18Master is 1.5-git nowAleksander Machniak
2019-11-18Fix bug where inline images could have been ignored if Content-Id header cont...Aleksander Machniak
2019-10-19remove redundant type attrib in script tagPhilW
2019-10-19Switch default skin to ElasticAleksander Machniak
2019-10-05CS fixes, Avoid usused variables, fixed minor bugsAleksander Machniak
2019-10-05Fix so an error is loogged when encryption fails (#6948)Aleksander Machniak
2019-09-30PHPDoc fixesAleksander Machniak
2019-09-24Fix infinite loading message on iframe loading errorsAleksander Machniak
2019-09-24Redis: Improve error handling and phpredis 5.X support (#6888)Aleksander Machniak
2019-09-11Mention Masterminds/HTML5 in INSTALL/READMEAleksander Machniak
2019-09-08Reset internal $skins property is set_skin()Aleksander Machniak
2019-09-04Fix PHP 7.4 warning: "Creating default object from empty value"Aleksander Machniak
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-25PHPDoc updatesAleksander Machniak
2019-08-25PHPDoc and CS fixesAleksander Machniak
2019-08-20Removed 'delete_always' option (#6782)Aleksander Machniak
2019-08-09PHPRedis 5 compat. fix in session handlerAleksander Machniak
2019-08-09Fix implode() wrong parameter order (#6866)Jack Cherng
2019-08-09Redis::delete() is deprecated in phpredis 5.0.0 (#6883)Sandor Takacs
2019-08-09Fix PHP 7.4 deprecation: array/string curly braces access (#6884)Jack Cherng
2019-08-01Correct vendor string for GMail is 'gimap'Aleksander Machniak
2019-07-15Added flag to disable server certificate validation via Mysql DSN argument (#...Aleksander Machniak
2019-07-14Fix wrong messages order after returning to a multi-folder search result (#6836)Aleksander Machniak
2019-07-10Enigma: Fix bug where signature verification could have been skipped for some...Aleksander Machniak
2019-07-06Replace function alias: getallheaders() -> apache_request_headers()Aleksander Machniak
2019-07-02Remove a unused variable in rcube_plugin::include_stylesheet() (#6832)Jack Cherng
2019-06-30Small code improvementAleksander Machniak
2019-06-26Fix bug in converting multi-page Tiff images into Jpeg (#6824)Aleksander Machniak
2019-06-16Switch to IDNA2008 variant (#6806)Aleksander Machniak
2019-06-16Fix: Use IDNA_NONTRANSITIONAL_TO_UNICODE for idn_to_utf8 callMax Bosse
2019-06-16Set 'IDNA_NONTRANSITIONAL_TO_ASCII' idn-optionMax Boße