summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2014-06-22Fix bug where non-existing (or unsubscribed) folder wasn't listed in folder ↵Aleksander Machniak
selector (#1489956)
2014-06-20Fix so all pages are displayed correctly in extwin mode (#1489952)Aleksander Machniak
2014-06-20Fix loading localizationAleksander Machniak
2014-06-19Support Firefox < 4 via legacy_browser (jQuery 2.x does not work)Aleksander Machniak
2014-06-19Link heading with the acl tableThomas Bruederli
2014-06-19Hide acltable heading for voice-only outputThomas Bruederli
2014-06-19Extend jQuery UI datepicker widget with basic accessibility featuresThomas Bruederli
2014-06-17Update to jQuery UI 1.10.4Thomas Bruederli
2014-06-16Added option to specify connection socket parameters - managesieve_conn_optionsAleksander Machniak
2014-06-16Add title attribute to settings menuAleksander Machniak
2014-06-16Add title attribute for settings menuAleksander Machniak
2014-06-13Focus first input in password form on page loadAleksander Machniak
2014-06-12Move some code to legacy_browser pluginAleksander Machniak
2014-06-10Code cleanup and small fixes (after pull request merge)Aleksander Machniak
2014-06-10Merge branch 'master' of https://github.com/simonpl/roundcubemail into ↵Aleksander Machniak
simonpl-master Conflicts: CHANGELOG
2014-06-10ACL: Improved UI accessibilityAleksander Machniak
2014-06-10Move login/hosts to seperate functionsimonp
2014-06-09Managesieve: Improved UI accessibilityAleksander Machniak
2014-06-07Fix for login/hosts exceptionssimonp
2014-06-06Moved functionality from password_first to password_initsimonp
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html
2014-06-04Fixed Save button in classic skin of Vacation interface (#1489926)Aleksander Machniak
2014-06-03Apply accessibility improvements to the settings sectionThomas Bruederli
2014-06-03Attach nemail_notifier script only to main windowAleksander Machniak
2014-05-28Merge branch 'tinymce4'Aleksander Machniak
Conflicts: program/js/app.js program/js/editor.js program/js/tiny_mce/tiny_mce.js program/steps/utils/spell_html.inc
2014-05-27Add option to force new users to change their password (#1486884)simonp
2014-05-17Merge branch 'dev-text2html'Aleksander Machniak
Conflicts: program/js/app.js Fix handling magic_quotes in rcube_text2html and rcube_html2text - move stripslashes from these classes to action files
2014-05-16Add timeout for password-driver vpopmaildsimonp
2014-05-12fixed typos and added section in READMECyrill von Wattenwyl
2014-05-11Improved display of plain text messages and text to HTML conversion (#1488937)Aleksander Machniak
Now instead of <pre> we use <div class="pre"> styled with monospace font. We replace whitespace characters with non-breaking spaces where needed. I.e. plain text is always unwrappable, until it uses format=flowed, in such a case only flowed paragraphs are wrappable. Also conversion of text to HTML in compose editor was modified in the same way.
2014-05-08Moved popup-menu functions to Roundcube core for seamless integration of ↵Thomas Bruederli
(stackable) skin and core menus
2014-05-081489868 - additional_message_headers: correct example X-Originating-IP formatbrendan braybrook
2014-05-08Added Plesk-Driver to Password-PluginCyrill von Wattenwyl
This Driver allows to change Passwords via Plesk RPC-API
2014-05-07Further accessibility improvements regarding keyboard navigation and ↵Thomas Bruederli
document structure
2014-05-02MOve more IE<9 code to legacy_browserAleksander Machniak
2014-04-301. Prepare core and Larry skin for improved accessibilityThomas Bruederli
2. Implement full keyboard navigation in main mail view
2014-04-28CS fixesAleksander Machniak
2014-04-28Fix identities_level=4 handling in new_user_dialog plugin (#1489840)Aleksander Machniak
2014-04-27Specify licenses in all javascript files and blocks to please LibreJSThomas Bruederli
2014-04-25Prevent from js error when messages list does not existAleksander Machniak
2014-04-24Fixed notify/enotify extension handlingAleksander Machniak
2014-04-18Fix loading css for larry skin, support minified css filesAleksander Machniak
2014-04-18Fix submission of multi-folder message selection through hidden form fieldsThomas Bruederli
2014-04-18Remove IE<7 specific codeAleksander Machniak
2014-04-18Add possibility to download messages in mbox format (#1486069)Aleksander Machniak
Removed "download folder" option, the same can be done by selecting all messages in a folder Code refactoring
2014-04-15Move more IE<9 specific code to legacy_browserAleksander Machniak
2014-04-15Use methods chaining, don't use deprecated row_init methodAleksander Machniak
2014-04-13Fix disabled create filter actionAleksander Machniak
2014-04-12Move some IE8-specific style to legacy_browser pluginAleksander Machniak
2014-04-12Remove IE6-specific codeAleksander Machniak