summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-29Fix changelogAleksander Machniak
2013-03-28Fix keyboard events on list widgets in Internet Explorer (#1489025) - It was ↵Aleksander Machniak
a regression in fix for #1489008
2013-03-28Remove unwanted horizontal scrollbar on addressbook in Internet ExplorerAleksander Machniak
2013-03-28Add 'if not exists' to system table creation. Just in case some previous db ↵Thomas Bruederli
update routine was aborted or failed
2013-03-28Skip some irrelevant ini checks in CLI modeThomas Bruederli
2013-03-27Sanity check the file path for generic message footer before adding itThomas Bruederli
2013-03-27Update changelogAleksander Machniak
2013-03-27Whitelist configuration options (user preferences) that can be changed using ↵Aleksander Machniak
save-pref command
2013-03-26Fix errors in IE8 when opening compose page in new windowAleksander Machniak
2013-03-26Remove sig_above configuration option, use reply_mode only (#1489001)Aleksander Machniak
2013-03-26Refresh current folder in opener window after draft save or message sent ↵Aleksander Machniak
(#1488997)
2013-03-26Better fix for "saving draft just after entering compose window (#1489012)"Aleksander Machniak
2013-03-26Fix typosVictor Benincasa
2013-03-25Fix saving draft just after entering compose window (#1489012)Aleksander Machniak
2013-03-25Fix typoThomas Bruederli
2013-03-25Check for exact matching session keys before splitting into path segments. ↵Thomas Bruederli
Adds backwards-compatibility after commit f0a7159c
2013-03-24Be less restrictive on vCard import, do not require FN when N existsAleksander Machniak
2013-03-24Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-03-24Fix vcard folding when outputing already generated vcardAleksander Machniak
2013-03-24Match regex on multi-line sql statementsThomas Bruederli
2013-03-24Ensure backwards compatibility by considering old-style skin_path attribute ↵Thomas Bruederli
for <roundcube:include ...> tags
2013-03-24Add some extension/mimetype aliases to fix some quirks in attachment type ↵Aleksander Machniak
validation (#1488891)
2013-03-23Hack to reset PDO statement iterators after countingThomas Bruederli
2013-03-22Call resize handler in intervals to prevent lags and double onresize calls ↵Aleksander Machniak
in Chrome (#1489005)
2013-03-22Better fix for IE9 issue with document.activeElement error (#1489008)Aleksander Machniak
2013-03-22Fix javascript error in IE9 when loading form with placeholders into an ↵Aleksander Machniak
iframe (#1489008)
2013-03-22Save new password even if it has not changedSteffen185
I have recently changed the password scheme of my Dovecot/Postfix/Roundcube installation. New passwords are encrypted stronger than before. It is not possible to automatically update existing passwords (because the old encryption is not so bad that I can easily crack it). But I'd like to tell my users that they can upgrade to the new password scheme by simply submitting the "change password" form with their old password in all three input fields. Currently a minor optimization prevents this. I think this minor optimization should be removed.
2013-03-22Bump up also RCUBE_VERSIONAleksander Machniak
2013-03-22Added two tests for HTML comments handling in rcube_washtml classAleksander Machniak
2013-03-22Fix handling of some conditional comment tags in HTML message (#1489004)Aleksander Machniak
2013-03-21Fix html button (when html is not selected)Aleksander Machniak
2013-03-21Fix JSON syntax to make 'composer require' commands workThomas Bruederli
2013-03-21Consider alternative table names from config when running DB updatesThomas Bruederli
2013-03-21Remove automatic_addressbook configuration because that's not in our git ↵Thomas Bruederli
repository
2013-03-21Add Transifex configuration fileThomas Bruederli
2013-03-21Synchronized translations with TransifexThomas Bruederli
2013-03-21Small improvements to text/html switchThomas Bruederli
2013-03-21Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-03-21Add switch for text/html alternative part view (#1486939)Thomas Bruederli
2013-03-21Small CSS optimizationsVictor Benincasa
2013-03-20Workaround for some versions/systems where finfo_open() with secondAleksander Machniak
argument doesn't do the same as with no 2nd argument as it should
2013-03-19Make mime.types common locations list OS-awareAleksander Machniak
2013-03-19Add rel="noreferrer" for links in displayed messages (#1484686)Aleksander Machniak
2013-03-19Fix so forward as attachment works if additional attachment is added by ↵Aleksander Machniak
message_compose hook (#1489000) Prevent from re-adding the same forward attachment on compose page refresh
2013-03-18Fix wrapping of text lines with the same length as specified length limitAleksander Machniak
2013-03-18Fix notification broken in last commitAleksander Machniak
2013-03-17Fix javascript error when window name (for window.open()) in IE8 contains a dotAleksander Machniak
2013-03-17Fix "rcmail is undefined" error in HTML attachment preview - regressionAleksander Machniak
from commit d30460ad2fc0f78ce44d474fa2c466d660596d27, small improvements
2013-03-16Notify about a new mail only if it's UNSEEN (#1388965)Aleksander Machniak
2013-03-16Add vacation-seconds extension support (RFC 6131)Aleksander Machniak