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-01-10Remove browser compatibility checkAleksander Machniak
2021-01-09Use SameSite=Lax for cookies set client-sideAleksander Machniak
2020-07-01Improve JS Edge version detection, add support for Edge Chromium (#6952)johndoh
2020-05-10Add missing \'s to regexes in rcube_check_email()Christopher Gurnee
2020-01-19Relaxed domain name validation for extended TLDs support (#5588)Aleksander Machniak
2019-05-05Make sure an event triggered by Enter key press on a link is treated as a key...Aleksander Machniak
2019-04-16Remove year(s) from copyright headers + some cleanupAleksander Machniak
2018-10-24Fix so unicode in local part of the email address is also supported in recipi...Aleksander Machniak
2018-04-20Remove IE7 hackAleksander Machniak
2018-01-02Fallback to document element if an event (maybe custom) has no target nor src...Aleksander Machniak
2017-12-11A device can't be a tablet and a mobile (#6086)johndoh
2017-12-03Improve iPad/iPhone detectionAleksander Machniak
2017-09-03Fix passing event argument when hiding the pagejump-selector menuAleksander Machniak
2017-07-07improve detection for Egde browser and add pointer event support (#5783)JohnDoh
2017-05-05Add Edge browser detection with 'edge' class for <html> elementAleksander Machniak
2017-04-18Add also String.endsWith() polyfillAleksander Machniak
2016-11-06Warn about too many disclosed recipients in composed email [max_disclosed_rec...Aleksander Machniak
2016-09-08Fix some undefined variablesAleksander Machniak
2016-09-05Fix keyboard event detection with jQuery 3.x and remove hacks for old browsersAleksander Machniak
2016-08-24Remove code for "placeholder" attribute support in old browsersAleksander Machniak
2016-08-15Drop IE9 supportAleksander Machniak
2016-02-22Fix unicode-awareness of Base64 encoding implementation in javascriptAleksander Machniak
2015-09-10Merged branch 'dev-mailvelope'Thomas Bruederli
2015-08-14Really make base64 encoding unicode-awareAleksander Machniak
2015-08-13Fix base64.encode/decode for unicode characters - use fallback if btoa/atob f...Aleksander Machniak
2015-07-31Fix regex quotingThomas Bruederli
2015-03-09Unified request* event arguments handling, added support for _unlock and _act...Aleksander Machniak
2015-03-08Fix Opera browser detection in javascript (#1490307)Aleksander Machniak
2015-01-10Fix checks based on window.ActiveXObject in IE > 10Aleksander Machniak
2014-06-09Fix keyboard event detection in Opera (#1489929)Aleksander Machniak
2014-06-05Navigate with arrow keys only in treelist widgets; fix keyboard event detecti...Thomas Bruederli
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
2014-05-27Replace Array.prototype.last() with jQuery.last to avoid side-effects in arra...Thomas Bruederli
2014-05-08Moved popup-menu functions to Roundcube core for seamless integration of (sta...Thomas Bruederli
2014-05-02Improve rcube_find_object() performance by prefering getElementById() as this...Aleksander Machniak
2014-05-02Small code improvementsAleksander Machniak
2014-04-301. Prepare core and Larry skin for improved accessibilityThomas Bruederli
2014-04-27Specify licenses in all javascript files and blocks to please LibreJSThomas Bruederli
2014-04-18Fix next message display after removing a message (#1489800)Aleksander Machniak
2014-04-16Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-16Use (deprecated) event.returnValue on legacy browsers onlyAleksander Machniak
2014-04-15Remove useless debug_level=8 and javascripts's rcube_consoleAleksander Machniak
2014-04-15Move more IE<9 specific code to legacy_browserAleksander Machniak
2014-04-12Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update t...Aleksander Machniak
2014-02-03Fixed Opera > 15 detection (#1489562)Aleksander Machniak
2014-01-29Also adapt fixed table header to vertical body scrollingThomas Bruederli
2013-12-23Make addEventListener() chainable for better performance and compact codeAleksander Machniak
2013-11-15Fix (again) IE11 detection where document.all is not defined.Aleksander Machniak
2013-11-15Fix Internet Explorer 11 detection (#1489434)Aleksander Machniak
2013-10-30Improve performance and code readability by using String's startsWith() metho...Aleksander Machniak