summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2014-05-26Fix so responses menu hides on click in classic skin (#1489915)Aleksander Machniak
2014-05-21Fix so current page is reset on list-mode change (#1489907)Aleksander Machniak
2014-05-20Fix incorrect handling of HTML comments in messages sanitization code (#1489904)Aleksander Machniak
2014-05-18Don't remove links when html signature is converted to text (#1489621)Aleksander Machniak
Fix so when switching editor mode original version of signature is used (#1488849)
2014-05-17Update changelogAleksander Machniak
2014-05-16Fix handling unicode characters in links (#1489898)Aleksander Machniak
2014-05-15Update changelogAleksander Machniak
2014-05-14Fix malformed References: header in send/saved mail (#1489891) - update ↵Aleksander Machniak
Mail_mime to 1.8.9 version
2014-05-12Fix unintentional draft autosave request if autosave is disabled (#1489882)Aleksander Machniak
2014-05-12Rephrase log entryAleksander Machniak
2014-05-12Optimize "empty" framed pages size (#1489792)Aleksander Machniak
2014-05-12Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. NaifehAleksander Machniak
2014-05-12Update ChangelogThomas Bruederli
2014-05-06Support image operations with Imagick extension (#1489734)Aleksander Machniak
2014-05-04Support upload progress with session.upload_progress and PECL uploadprogress ↵Aleksander Machniak
module (#1488702)
2014-05-02Fix IMAP connection test in installer so it is aware of imap_auth_type ↵Aleksander Machniak
(#1489746)
2014-05-02jQuery-2.1.1Aleksander Machniak
2014-04-30Support 'error' and 'body_file' return attribs in 'message_before_send' hook ↵Aleksander Machniak
(#1489595)
2014-04-30Fix invalid host validation on login (#1489841)Aleksander Machniak
2014-04-29Fix redundant warning when switching from html to text in empty editor ↵Aleksander Machniak
(#1489819) We also skip ajax request in such a case. We assume "empty" here means "with no text excluding whitespace".
2014-04-29Fix too small length of users.preferences column data type on MySQLAleksander Machniak
2014-04-29Fix varius db_prefix issues (#1489839)Aleksander Machniak
- Move DDL script execution code to rcube_db class(es). - Improve prefix replacement code, so index names are also modified
2014-04-28Fix identities_level=4 handling in new_user_dialog plugin (#1489840)Aleksander Machniak
2014-04-28Make identity name field optional (#1489510)Aleksander Machniak
Get rid of unhelpful error message.
2014-04-25Merge branch 'x-forwarded-whitelist' of github.com:tribut/roundcubemail into ↵Thomas Bruederli
tribut-x-forwarded-whitelist
2014-04-25Update changelogThomas Bruederli
2014-04-25Fix error when spell-checking an empty text (#1489831)Aleksander Machniak
2014-04-23Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-23Fix missing Mail-Followup-To header in sent mail (#1489829)Aleksander Machniak
2014-04-23Update ChangelogThomas Bruederli
2014-04-19Plugin API: Added message_saved hook (#1489752)Aleksander Machniak
2014-04-18Fix next message display after removing a message (#1489800)Aleksander Machniak
2014-04-18Support messages import from zip archivesAleksander Machniak
2014-04-18Fix redundant alert message on over-size uploads (#1489817)Aleksander Machniak
2014-04-18Update changelogAleksander Machniak
2014-04-14Fix invalid page title for some folders (1489804)Aleksander Machniak
2014-04-14Fix XSS issue in plain text spellchecker (#1489806)Aleksander Machniak
2014-04-13Fix lack of translation of special folders in some configurations (#1489799)Aleksander Machniak
2014-04-12Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update ↵Aleksander Machniak
to jQuery-2.1.0
2014-04-11Fix messages index cache update under some conditions (e.g. proxy) (#1489756)Aleksander Machniak
2014-04-11Update changelogAleksander Machniak
2014-04-11Fix "washing" of unicoded style attributes (#1489777)Aleksander Machniak
2014-04-10Update ChangelogThomas Bruederli
2014-04-08Update ChangelogThomas Bruederli
2014-04-08Fix bug where "With attachment" option in search filter wasn't selected ↵Aleksander Machniak
after return from mail view (#1489774)
2014-04-03Update changelogAleksander Machniak
2014-04-01Removed redundant default_folders config option (#1489737)Aleksander Machniak
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
2014-03-31Set In-Reply-To and References for forwarded messages (#1489593)Aleksander Machniak
2014-03-26Add config variable 'proxy_whitelist'Felix Eckhofer
HTTP headers X_FORWARDED_* and X_REAL_IP are only evaluated when received from an IP listed in proxy_whitelist. Furthermore, only the last non-trusted IP from X-Forwarded-For is used in place of the real ip. Without this, an attacker can easily spoof the headers and control the result of the ip or ssl check. This fixes several problems with [3a4c9f42], [4d480b36] and [a520f331] as mentioned in #1489729.
2014-03-25Fix fatal error in database_attachments plugin under some conditions (#1489726)Aleksander Machniak