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
2015-11-15Synchronize localizations from TransifexThomas Bruederli
2015-11-14Use ternary operator where aplicableAleksander Machniak
2015-11-11Added brute-force attack prevention via login rate limit (#1490566)Aleksander Machniak
2015-11-05Fix error on dragging when search in treelist is activeAleksander Machniak
2015-11-05Remove deprecated rcmail and rcube_imap methodsAleksander Machniak
2015-11-05Fix HTML sanitizer to skip <!-- node type X --> in output (#1490583)Aleksander Machniak
2015-10-31Fix race-condition in setting current page between list and getunread requestsAleksander Machniak
2015-10-28Fix redundant blank lines when using HTML and top posting (#1490576)Aleksander Machniak
2015-10-27Fix so disabling emoticons plugin really removes emoticons button from HTML e...Aleksander Machniak
2015-10-27Update to TinyMCE 4.2Aleksander Machniak
2015-10-26Fix some more Q -> rcube::QAleksander Machniak
2015-10-26Replace deprecated call to Q within array_map()dsoares
2015-10-23Q() -> rcube::Q()Aleksander Machniak
2015-10-22Optimized some regular expressionsAleksander Machniak
2015-10-20Use .get_label() consistently (instead of .gettext())Aleksander Machniak
2015-10-20Deduplicate code of http_post() and http_request(), add http_get() aliasAleksander Machniak
2015-10-18Fix warning when enchant_broker_list_dicts() does not return an arrayAleksander Machniak
2015-10-18Security: Added options to validate username/password on logon (#1490500)Aleksander Machniak
2015-10-17After failed login wait a second to slow down brute-force attacks (#1490549)Aleksander Machniak
2015-10-16Remove backward compatibility "layer" of bc.php (#1490534)Aleksander Machniak
2015-10-15Small improvements in HTML to text conversion.Aleksander Machniak
2015-10-15Fix bug where HTML messages with invalid/excessive css styles couldn't be dis...Aleksander Machniak
2015-10-15Move skin-specific code for compose encryption button to the skinAleksander Machniak
2015-10-14Fix bug where message preview was unintentionally reset on check-recent actio...Aleksander Machniak
2015-10-13Don't use deprecated (soon) jQuery .bind() and .unbind() methodsAleksander Machniak
2015-10-09Add possibility to define date format in write operations for ldap attributes...Aleksander Machniak
2015-10-09Display attachment size in compose (#1484774)Aleksander Machniak
2015-10-08Added possibility to drag-n-drop attachments from mail preview to compose windowAleksander Machniak
2015-10-08Mail messages searching with predefined date interval (T103)Aleksander Machniak
2015-10-07CS fixesAleksander Machniak
2015-10-06Fix resetting search input events when the treelist is re-initialized, some C...Aleksander Machniak
2015-10-04Fix 'last' property of search eventAleksander Machniak
2015-10-03Some more CS fixesAleksander Machniak
2015-10-03Fix fetchMIMEHeaders() so it really works with multiple parts, various CS fixesAleksander Machniak
2015-10-02Remove unused propertyAleksander Machniak
2015-10-02Code improvements: CS fixes, improved internal cache cleanup on folder select...Aleksander Machniak
2015-10-02Simplify change_subscription() code, removed unused varsAleksander Machniak
2015-10-01Remove code for Mail_mime<1.9, we already require Mail_mime-1.10 for other re...Aleksander Machniak
2015-09-30Fix responses list update issue after response name change (#1490555)Aleksander Machniak
2015-09-23Add possibility to set PDO::ATTR_PREFETCH and PDO::ATTR_TIMEOUT via DSN stringAleksander Machniak
2015-09-22Get rid of mb_check_encoding() before mb_convert_encoding() for better perfor...Aleksander Machniak
2015-09-22Log charset conversion warning only when no function was found, not when the ...Aleksander Machniak
2015-09-22s/RCMAIL_VERSION/RCUBE_VERSION/Aleksander Machniak
2015-09-20Fix various issues in Mailvelope integration (#1490533)Aleksander Machniak
2015-09-19Session read handler must return a string in PHP7Aleksander Machniak
2015-09-18Fix handling random_bytes() errors in PHP 7.0.0RC3Aleksander Machniak
2015-09-18Disable some toolbar buttons if Mailvelope editor is active (#1490533)Thomas Bruederli
2015-09-18Distinguish encryption toolbar buttons (Mailvelope and Enigma)Thomas Bruederli
2015-09-15Make sure an email address is valid when replacing it with mailto: linkAleksander Machniak
2015-09-14Do not tokenize search string when querying in strict mode (#1490504)Thomas Bruederli