Commit Graph

103 Commits (63d4d61148cdaac48973baea2ab783d3e965a9c2)

Author SHA1 Message Date
alecpl e99991996d - Add Internationalized Domain Name (IDNA) support (#1483894) 14 years ago
thomascube 8603bbba2e Fix base url resolution + better order for condition checks in rcube_mdb2 + updated changelog 14 years ago
alecpl 0911facde9 - Truncate message subject when setting page title 14 years ago
alecpl e019f2d0f2 - s/RoundCube/Roundcube/ 14 years ago
alecpl d78564abca - Fix performance in array_keys_recursive() 14 years ago
alecpl 5e0999c53c - Fix opening attachments on IE (#1486829) 14 years ago
alecpl b25dfd0913 - removed PHP closing tag 14 years ago
alecpl 37e467d55c - Fix no-cache headers on https to prevent content caching by proxies (#1486798) 14 years ago
alecpl d311d809d6 - Fix forwarding of messages with winmail attachments
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message
- Fix handling of uuencoded attachments in message body (#1485839)
- Extend rc_mime_content_type() to work with string buffer
14 years ago
thomascube 8ad5c89f22 Don't wrap quoted lines at all 14 years ago
thomascube f52c936f4d Merged devel-threads branch (r3066:3364) back into trunk 15 years ago
alecpl ebc619c149 - Fix CVE-2010-0464: Disable DNS prefetching (#1486449) 15 years ago
alecpl 3e63802071 - Don't use dl() (#1486457) 15 years ago
alecpl a7dba85463 - ignore json_encode() warnings 15 years ago
alecpl cea5bc82ee - fix abbreviate_string() (#1486420) 15 years ago
alecpl ecbd5b5d53 - prevent from PHP error when iconv doesn't support //IGNORE (#1486375) 15 years ago
alecpl 6481d4bbbe - fix rc_utf8_clean() issues (#1486407) 15 years ago
alecpl 892af47869 - Support show_bytes() output in parse_bytes() (#1486405) 15 years ago
alecpl 63ffe33c01 - fix empty strings handling in rc_utf8_clean() 15 years ago
alecpl 2717f9f68e - use proper unicode cleanup for JSON, fixes #1486356 15 years ago
alecpl e5d60d69d4 - Use built-in json_encode() for proper JSON format in AJAX replies (and compat. with jQuery 1.4) 15 years ago
alecpl 496da6a420 - Fix possible messages exposure when using Roundcube behind a proxy (#1486281) 15 years ago
alecpl 5818e44345 - Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) + fix port check 15 years ago
alecpl b6c512a6b0 - fix rc_utf8_clean() on Windows (#1486232) 15 years ago
alecpl 1a00f138c6 - Fix IE issue with non-UTF-8 characters in AJAX response (#1486159) 15 years ago
alecpl 161c28dffc - Fix wrong headers for IE on servers without $_SERVER['HTTPS'] (#1485926)
- Force IE style headers for attachments in non-HTTPS session, 'use_https' option (#1485655)
15 years ago
alecpl 8f6a46663a - update to last commit 15 years ago
alecpl ee258ce158 - performance fix: don't check mbstring functions existence too often 15 years ago
alecpl 78ebe75bce - fix rc_wordwrap() (#1485909) 15 years ago
alecpl 47f072523b - Fix displaying of big maximum upload filesize (#1485889) 15 years ago
alecpl 23a2eec4d5 - ereg -> preg 15 years ago
alecpl 7145e009e4 - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
15 years ago
thomascube 0ea569c29f Fix mime-type detection using a hard-coded map (#1485311) 16 years ago
alecpl 0ff63513c2 #1485741: fix installer after some last changes 16 years ago
thomascube aa055c931a Get rid of vulnerable preg_replace eval and create_function (#1485686) + correctly handle base and link tags in html messages 16 years ago
alecpl 8f79fbabdc - added strtoupper() wrapper 16 years ago
thomascube 456c7e40c5 Fix headers for IE attachment downloads (#1485449) 16 years ago
alecpl 8498dce502 - Fix problem with numeric folder names (#1485527) 16 years ago
thomascube b58f118415 Improve vcard import (#1485502); try utf-8 first in charset detection 16 years ago
alecpl ba80566b1e - little improvement in in_array_nocase() 16 years ago
alecpl 7f63946719 - #1485499: make email address comparision case insensitive
- support multibyte characters in in_array_nocase()
16 years ago
alecpl c02bb9c307 #1485472: added js keywords escaping in json_serialize() 16 years ago
alecpl f613a1e4e0 - fix last change in show_bytes() 16 years ago
alecpl abdc5898b6 - Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
16 years ago
alecpl 56cf503a1b - Localized filesize units (#1485340) + small labels capitalization change in en.* (#1485407) 16 years ago
alecpl bce0348e89 #1485266: changed rc_mime_content_type()'s failover to 'application/octet-stream' 16 years ago
thomascube 0dbac32181 Enable export of contacts as vCard + DRY 16 years ago
thomascube c8ae2497b7 Auto-detect client language and timezone if desired by config/prefs 16 years ago
thomascube 35dc0bed74 Little improvement in mime-detection as suggested in #1485296 16 years ago
thomascube 6d5dbae53c Prefer File_Info over mime_content_type + detect mime type when uploading + some code style 16 years ago