Commit Graph

1649 Commits (5bf83d551e3c748b8ba37ad6459a505730ec9877)

Author SHA1 Message Date
Aleksander Machniak 5bf83d551e Fix unintentional line-height style modification in HTML messages (#1489917) 10 years ago
Aleksander Machniak 7e397fae65 Fix so responses menu hides on click in classic skin (#1489915) 10 years ago
Aleksander Machniak bb57fca320 Fix so current page is reset on list-mode change (#1489907) 10 years ago
Aleksander Machniak 82ed256f6e Fix incorrect handling of HTML comments in messages sanitization code (#1489904) 10 years ago
Aleksander Machniak 59b765d839 Don't remove links when html signature is converted to text (#1489621)
Fix so when switching editor mode original version of signature is used (#1488849)
10 years ago
Aleksander Machniak 25804ec9cd Update changelog 10 years ago
Aleksander Machniak 001d337b37 Fix handling unicode characters in links (#1489898) 10 years ago
Aleksander Machniak 482c458314 Update changelog 10 years ago
Aleksander Machniak b5c6086eea Fix malformed References: header in send/saved mail (#1489891) - update Mail_mime to 1.8.9 version 10 years ago
Aleksander Machniak 7d3d62e5ed Fix unintentional draft autosave request if autosave is disabled (#1489882) 10 years ago
Aleksander Machniak 618318ba03 Rephrase log entry 10 years ago
Aleksander Machniak ffc74814c1 Optimize "empty" framed pages size (#1489792) 10 years ago
Aleksander Machniak d519008498 Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. Naifeh 10 years ago
Thomas Bruederli 06798312da Update Changelog 10 years ago
Aleksander Machniak 8968f9543f Support image operations with Imagick extension (#1489734) 10 years ago
Aleksander Machniak 93e12fa414 Support upload progress with session.upload_progress and PECL uploadprogress module (#1488702) 10 years ago
Aleksander Machniak 37ac40719f Fix IMAP connection test in installer so it is aware of imap_auth_type (#1489746) 10 years ago
Aleksander Machniak c51ba01bf2 jQuery-2.1.1 10 years ago
Aleksander Machniak efdbf4a7d9 Support 'error' and 'body_file' return attribs in 'message_before_send' hook (#1489595) 10 years ago
Aleksander Machniak 204977598a Fix invalid host validation on login (#1489841) 10 years ago
Aleksander Machniak fb1203c07f Fix redundant warning when switching from html to text in empty editor (#1489819)
We also skip ajax request in such a case. We assume "empty" here means "with no text excluding whitespace".
10 years ago
Aleksander Machniak b6f7304d69 Fix too small length of users.preferences column data type on MySQL 10 years ago
Aleksander Machniak 90f7aa9e39 Fix varius db_prefix issues (#1489839)
- Move DDL script execution code to rcube_db class(es).
- Improve prefix replacement code, so index names are also modified
10 years ago
Aleksander Machniak 2581c87e65 Fix identities_level=4 handling in new_user_dialog plugin (#1489840) 10 years ago
Aleksander Machniak 54185837c8 Make identity name field optional (#1489510)
Get rid of unhelpful error message.
10 years ago
Thomas Bruederli b867bb81e1 Merge branch 'x-forwarded-whitelist' of github.com:tribut/roundcubemail into tribut-x-forwarded-whitelist 10 years ago
Thomas Bruederli 95c59146b8 Update changelog 10 years ago
Aleksander Machniak a54cff4c56 Fix error when spell-checking an empty text (#1489831) 10 years ago
Aleksander Machniak 624031a7a1 Merge branch 'master' of github.com:roundcube/roundcubemail 10 years ago
Aleksander Machniak 65ac8302e4 Fix missing Mail-Followup-To header in sent mail (#1489829) 10 years ago
Thomas Bruederli 1fa0b6c0e5 Update Changelog 10 years ago
Aleksander Machniak ed763b2859 Plugin API: Added message_saved hook (#1489752) 10 years ago
Aleksander Machniak 1db17abe7e Fix next message display after removing a message (#1489800) 10 years ago
Aleksander Machniak c0b295f04b Support messages import from zip archives 10 years ago
Aleksander Machniak fb162e7445 Fix redundant alert message on over-size uploads (#1489817) 10 years ago
Aleksander Machniak bf5d4ee058 Update changelog 10 years ago
Aleksander Machniak a12bbbaf41 Fix invalid page title for some folders (1489804) 10 years ago
Aleksander Machniak eb0dec9613 Fix XSS issue in plain text spellchecker (#1489806) 10 years ago
Aleksander Machniak cb29c97bf6 Fix lack of translation of special folders in some configurations (#1489799) 10 years ago
Aleksander Machniak 64542fc803 Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update to jQuery-2.1.0 10 years ago
Aleksander Machniak 0ca75d4880 Fix messages index cache update under some conditions (e.g. proxy) (#1489756) 10 years ago
Aleksander Machniak 209a75c2b2 Update changelog 10 years ago
Aleksander Machniak f96fec6b8c Fix "washing" of unicoded style attributes (#1489777) 10 years ago
Thomas Bruederli 8c45290cab Update Changelog 10 years ago
Thomas Bruederli 05e3d11554 Update Changelog 10 years ago
Aleksander Machniak 0ccef59cfa Fix bug where "With attachment" option in search filter wasn't selected after return from mail view (#1489774) 10 years ago
Aleksander Machniak 14af323004 Update changelog 10 years ago
Aleksander Machniak dc0b500e78 Removed redundant default_folders config option (#1489737)
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
10 years ago
Aleksander Machniak 73076d7ea6 Set In-Reply-To and References for forwarded messages (#1489593) 10 years ago
Felix Eckhofer ef721fc430 Add config variable 'proxy_whitelist'
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.
10 years ago