summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-02Added config option "password_force_save"Steffen185
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
2013-03-15Bump version number up to 1.0-gitAleksander Machniak
2013-03-15Fix load-attachment linkAleksander Machniak
2013-03-15Fixed MOVE command result handlingAleksander Machniak
2013-03-15Fix storing 'safe' flag on a message. The key for session value should includeAleksander Machniak
folder name. A message with the same UID may exist in another folder.
2013-03-15Add ability to toggle between view as HTML and text while viewing a message ↵Aleksander Machniak
(#1486939)
2013-03-15Fix has_*_part() methods so they return same result no matter whatAleksander Machniak
prefer_html option value is
2013-03-14Use $mime_parts not $parts in has_*_part() methods so detection isAleksander Machniak
correct no matter if prefer_html is enabled or not.
2013-03-14Enriched content should be also converted to text if html is disabledAleksander Machniak
2013-03-14Added rcube_message::has_text_part(), simplified has_html_part() so it alwaysAleksander Machniak
works in "recursive mode" - removed $recursive argument.
2013-03-14Better handling of session errors in ajax requests - do page reloadAleksander Machniak
on 403 Forbidden response (#1488960)
2013-03-13Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-03-13Re-implement rcube_db::num_rows() to ensure backwards compatibilityThomas Bruederli
2013-03-13Fix draglayer list building, so the element used as the text source canAleksander Machniak
contain any element, not only A tag or text node, but also e.g. span
2013-03-13Fix HTML part detection for some specific message structures (#1488992)Aleksander Machniak
2013-03-12Don't show fake address - phishing prevention (#1488981)Aleksander Machniak
2013-03-11Fix forward as attachment bug with editormode != 1 (#1488991)Aleksander Machniak
2013-03-11Fix handling of empty $uids argument in change_flag()Aleksander Machniak
2013-03-11Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require ↵Aleksander Machniak
version 2005+
2013-03-10Trigger 'refresh' hook in mail viewThomas Bruederli
2013-03-10Fix so task name can really contain all from a-z0-9_- characters (#1488941)Aleksander Machniak
2013-03-09Remove font style definition on td, th, div, p elements (#1488408)Aleksander Machniak
2013-03-08Merge pull request #60 from thijskh/masterAleksander Machniak
Test content_id with isset instead of a true/false value
2013-03-08Support IMAP MOVE extension [RFC 6851]Aleksander Machniak
2013-03-08Test content_id with isset instead of a true/false value.Thijs Kinkhorst
This broke html email in which one image had Content-ID: <0>, which is a valid value but evaulates to false in this test.
2013-03-08Fix javascript errors when working in a page opened with taget="_blank"Aleksander Machniak