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-29Rewrite Selenium tests with use of laravel/duskAleksander Machniak
2019-12-21Update localizationAleksander Machniak
2019-12-18Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2019-12-18Markasjunk: Fix marking more than one message as spam/ham with email_learn dr...Aleksander Machniak
2019-12-16Remove optional argument leftoverAleksander Machniak
2019-12-16Fix malformed characters in HTML message with charset meta tag not in head (#...Aleksander Machniak
2019-12-15Fix so number of contacts in a group is not limited to 200 when redirecting t...Aleksander Machniak
2019-12-14Fix bug where next message wasn't displayed after delete in List mode (#7096)Aleksander 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-09Fix so contact's organization field accepts up to 128 characters (it was 50)Aleksander Machniak
2019-12-09Plugin API: Make actionbefore, before<action>, actionafter and after<action> ...Aleksander Machniak
2019-12-08Remove redundant spellcheck_langs env variableAleksander Machniak
2019-12-08Fix bug where 'skins_allowed' option didn't enforce user skin preference (#7080)Aleksander Machniak
2019-12-07Fix so displayed maximum attachment size depends also on 'max_message_size' (...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-29Add aria-label to list navigation toolbarsAleksander Machniak
2019-11-29Improve style tag handling in TinyMCE (#7088)Aleksander Machniak
2019-11-29Fix bug where HTML reply could add an empty line with extra indentation above...Aleksander Machniak
2019-11-28Log X-Real-IP only when it's different than REMOTE_ADDRAleksander Machniak
2019-11-27Fix bug where cancelling switching from HTML to plain text didn't set the fla...Aleksander Machniak
2019-11-26Fix/remove useless keyup event handler on username input in logon form (#6970)Aleksander Machniak
2019-11-26Fix so use of Ctrl+A does not scroll the list (#7020)Aleksander Machniak
2019-11-26Set the content-type of JSON responses to application/json, not text/plain (#...Christian Weiske
2019-11-24Fix DB Write test on SQLite database ("database is locked" error) (#7064)Aleksander Machniak
2019-11-24Fix bug where a new saved search added after removing all searches wasn't add...Aleksander Machniak
2019-11-22Fix bug where Ctype extension wasn't required in Installer and INSTALL file (...Aleksander Machniak
2019-11-22Fix bug where a new contact group added after removing all groups from addres...Aleksander Machniak
2019-11-22Fix bug where deleting a saved search in addressbook caused display issue on ...Aleksander Machniak
2019-11-22Fix bug where Enter key didn't work on messages list in "List" layout (#7052)Aleksander Machniak
2019-11-21Always update folder count after purge command (#7051)johndoh
2019-11-18Update changelog, CS improvementsAleksander Machniak
2019-11-18Code simplification and style fixesAleksander Machniak
2019-11-18Remove spaces from 'accept' attributeAleksander Machniak
2019-11-18Fix bug where the Installer would not warn about required schema upgrade (#7042)Aleksander Machniak
2019-11-18Small correctionAleksander Machniak
2019-11-18Fix so Elastic is also a default in jqueryui plugin (#7039)Aleksander Machniak
2019-11-18Fix tables listing routine when DSN contained a database with unsupported suf...Aleksander Machniak
2019-11-18Fixed typoAleksander Machniak
2019-11-18Fix so update.sh script warns about changed defaults (#7011)Aleksander Machniak
2019-11-18Elastic: Fix regression in the new editor widget (#7021)Aleksander Machniak
2019-11-18Fix db_prefix handling in queries with `TRUNCATE TABLE <name>` and `UNIQUE <n...Aleksander Machniak
2019-11-18Fix invalid Signature button state after escaping Mailvelope mode (#7015)Aleksander Machniak
2019-11-18Elastic: Change HTML editor widget to improve form flow (#6992)Aleksander Machniak
2019-11-18Fix bug where cache keys could exceed length limit specified in db schema (#7...Aleksander Machniak
2019-11-18Fix PHP warning: "array_merge(): Expected parameter 2 to be an array, null gi...Aleksander Machniak
2019-11-18Master is 1.5-git nowAleksander Machniak
2019-11-18add unit tests for rcmail_output_html::get_template_logoPhilW