Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-16 | Updated changelog and CS fixes after PR merge | Aleksander Machniak | |
2014-07-16 | CS fixes after PR merge | Aleksander Machniak | |
2014-07-16 | Merge pull request #202 from jacoblister/master | Aleksander Machniak | |
Add Vacation date range feature without the sieve 'date' extension | |||
2014-07-16 | Merge pull request #203 from mdamt/gearman-password | Aleksander Machniak | |
New gearman driver for password plugin | |||
2014-07-16 | Don't overwrite the whole fieldmap so autocomplete names are resolved correctly | Aleksander Machniak | |
2014-07-14 | New gearman driver for password plugin | Mohammad Anwari | |
2014-07-14 | Add Vacation date range feature for servers without the sieve 'date' ↵ | Jacob Lister | |
extension (using regexes) | |||
2014-07-09 | Fix error when activeCell is not defined | Thomas Bruederli | |
2014-07-09 | Fix dialog close button focus border in Firefox | Thomas Bruederli | |
2014-07-09 | Fix some jquery UI styles to match the Larry skin | Thomas Bruederli | |
2014-07-08 | Support contact_search_name option in ACL plugin autocompletion | Aleksander Machniak | |
2014-07-03 | Fix datepicker accessibility extension | Thomas Bruederli | |
2014-07-02 | Get rid of -moz-box-shadow | Aleksander Machniak | |
2014-07-02 | Get rid of -o-box-shadow | Aleksander Machniak | |
2014-07-02 | Move all filter:(opacity=X) styles to legacy_browser plugin | Aleksander Machniak | |
2014-07-02 | Use treelist widget for folders list in Settings/Folders (#1489648) | Aleksander Machniak | |
2014-06-26 | After PR merge code cleanup | Aleksander Machniak | |
2014-06-25 | Show password rules before committing new password (#1488285) | simonp | |
2014-06-24 | Allow anonymous LDAP searches | Aleksander Machniak | |
2014-06-24 | Add possibility to specify an after-vacation-rule action (keep, discard, ↵ | Aleksander Machniak | |
redirect) in Vacation UI | |||
2014-06-22 | Fix bug where non-existing (or unsubscribed) folder wasn't listed in folder ↵ | Aleksander Machniak | |
selector (#1489956) | |||
2014-06-20 | Fix so all pages are displayed correctly in extwin mode (#1489952) | Aleksander Machniak | |
2014-06-20 | Fix loading localization | Aleksander Machniak | |
2014-06-19 | Support Firefox < 4 via legacy_browser (jQuery 2.x does not work) | Aleksander Machniak | |
2014-06-19 | Link heading with the acl table | Thomas Bruederli | |
2014-06-19 | Hide acltable heading for voice-only output | Thomas Bruederli | |
2014-06-19 | Extend jQuery UI datepicker widget with basic accessibility features | Thomas Bruederli | |
2014-06-17 | Update to jQuery UI 1.10.4 | Thomas Bruederli | |
2014-06-16 | Added option to specify connection socket parameters - managesieve_conn_options | Aleksander Machniak | |
2014-06-16 | Add title attribute to settings menu | Aleksander Machniak | |
2014-06-16 | Add title attribute for settings menu | Aleksander Machniak | |
2014-06-13 | Focus first input in password form on page load | Aleksander Machniak | |
2014-06-12 | Move some code to legacy_browser plugin | Aleksander Machniak | |
2014-06-10 | Code cleanup and small fixes (after pull request merge) | Aleksander Machniak | |
2014-06-10 | Merge branch 'master' of https://github.com/simonpl/roundcubemail into ↵ | Aleksander Machniak | |
simonpl-master Conflicts: CHANGELOG | |||
2014-06-10 | ACL: Improved UI accessibility | Aleksander Machniak | |
2014-06-10 | Move login/hosts to seperate function | simonp | |
2014-06-09 | Managesieve: Improved UI accessibility | Aleksander Machniak | |
2014-06-07 | Fix for login/hosts exceptions | simonp | |
2014-06-06 | Moved functionality from password_first to password_init | simonp | |
2014-06-05 | Merge 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-04 | Fixed Save button in classic skin of Vacation interface (#1489926) | Aleksander Machniak | |
2014-06-03 | Apply accessibility improvements to the settings section | Thomas Bruederli | |
2014-06-03 | Attach nemail_notifier script only to main window | Aleksander Machniak | |
2014-05-28 | Merge 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-27 | Add option to force new users to change their password (#1486884) | simonp | |
2014-05-17 | Merge 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-16 | Add timeout for password-driver vpopmaild | simonp | |
2014-05-12 | fixed typos and added section in README | Cyrill von Wattenwyl | |
2014-05-11 | Improved 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. |