summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2014-04-25Add 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. Conflicts: CHANGELOG
2014-04-25Update changelogThomas Bruederli
2014-04-25Fix error when spell-checking an empty text (#1489831)Aleksander Machniak
2014-04-23Update changelogAleksander Machniak
2014-04-23Fix missing Mail-Followup-To header in sent mail (#1489829)Aleksander Machniak
2014-04-18Fix next message display after removing a message (#1489800)Aleksander Machniak
2014-04-18Fix redundant alert message on over-size uploads (#1489817)Aleksander 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-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
Conflicts: tests/Framework/Washtml.php
2014-04-10Update ChangelogThomas Bruederli
2014-04-08Fix bug where "With attachment" option in search filter wasn't selected ↵Aleksander Machniak
after return from mail view (#1489774) Conflicts: CHANGELOG
2014-03-25Fix fatal error in database_attachments plugin under some conditions (#1489726)Aleksander Machniak
Conflicts: CHANGELOG
2014-03-21Update Changelog and bump version to 1.0.0Thomas Bruederli
2014-03-13Update changelogThomas Bruederli
2014-03-02Updated ChangelogThomas Bruederli
2014-02-21Fix issue where msgexport.sh printed the message to STDOUT instead of a file ↵Aleksander Machniak
(#1489634)
2014-02-17Fix regression in handling of 'attachments' result in message_compose hook ↵Aleksander Machniak
(#1489627)
2014-02-13Added toolbar button to move message in message viewAleksander Machniak
Conflicts: CHANGELOG
2014-02-11Fix invalid X-Draft-Info on forwarded message draft (#1489587)Aleksander Machniak
2014-02-10Update changelogAleksander Machniak
2014-02-07Fix directories check in Installer on Windows (#1489576)Aleksander Machniak
Added rcube_utils::is_absolute_path() method
2014-02-05Fix issue when default_addressbook option is set to integer value (#1489407)Aleksander Machniak
2014-02-03Fixed Opera > 15 detection (#1489562)Aleksander Machniak
Conflicts: tests/Framework/Browser.php
2014-01-30Branching off for release 1.0Thomas Bruederli
2014-01-29Update ChangelogThomas Bruederli
2014-01-29Update ChangelogThomas Bruederli
2014-01-27Check/create default folders on every login not only the first (#1489423)Aleksander Machniak
2014-01-27Update to jQuery 1.11.0Aleksander Machniak
2014-01-21Support SMTP socket context options via new config option 'smtp_conn_options'Aleksander Machniak
2014-01-16Fix compatibility with PHP 5.2 in html.php file (#1489514)Aleksander Machniak
2014-01-14Remove expand/collapse with plus/minus keys (on numeric keypad) (#1489513)Aleksander Machniak
2014-01-09Fix issue where filesystem path was added to all-attachments (zip) file ↵Aleksander Machniak
(#1489507)
2014-01-05Fix case-sensitivity of email addresses handling on compose (#1485499)Aleksander Machniak
2013-12-29Don't alter Message-ID of a draft when sending (#1489409)Aleksander Machniak
2013-12-28Fix issue where deprecated syntax for HTML lists was not handled properly ↵Aleksander Machniak
(#1488768)
2013-12-25Display different icons when Trash folder is empty or full (#1485775)Aleksander Machniak
2013-12-23Update changelogAleksander Machniak
2013-12-23Fix so message flags modified by another client are applied on the list on ↵Aleksander Machniak
refresh (#1485186)
2013-12-21Fix broken text/* attachments when forwarding/editing a message (#1489426)Aleksander Machniak
2013-12-18Improved minified files handling, added css minification (#1486988)Aleksander Machniak
2013-12-17Fix handling of X-Forwarded-For header with multiple addresses (#1489481)Aleksander Machniak
2013-12-15Fix border issue on folders list in classic skin (#1489473)Aleksander Machniak
2013-12-15Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
Conflicts: CHANGELOG
2013-12-15Implemented menu actions to copy/move messages, added folder-selector widget ↵Aleksander Machniak
(#1484086)
2013-12-13Fix security rules in .htaccess preventing access to base URL without the ↵Aleksander Machniak
ending slash (#1489477)
2013-12-11Fix regression where only first new folder was placed in correct place on ↵Aleksander Machniak
the list (#1489472)