summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_shared.inc
AgeCommit message (Expand)Author
2010-09-25- Truncate message subject when setting page titlealec
2010-09-25- s/RoundCube/Roundcube/alec
2010-07-28- Fix performance in array_keys_recursive()alec
2010-07-08- Fix opening attachments on IE (#1486829)alec
2010-06-23- removed PHP closing tagalec
2010-06-17- Fix no-cache headers on https to prevent content caching by proxies (#1486798)alec
2010-05-28- Fix forwarding of messages with winmail attachmentsalec
2010-05-20Don't wrap quoted lines at allthomasb
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomasb
2010-02-26- Fix CVE-2010-0464: Disable DNS prefetching (#1486449)alec
2010-01-28- Don't use dl() (#1486457)alec
2010-01-19- ignore json_encode() warningsalec
2010-01-13- fix abbreviate_string() (#1486420)alec
2010-01-13- prevent from PHP error when iconv doesn't support //IGNORE (#1486375)alec
2010-01-09- fix rc_utf8_clean() issues (#1486407)alec
2010-01-05- Support show_bytes() output in parse_bytes() (#1486405)alec
2009-12-14- fix empty strings handling in rc_utf8_clean()alec
2009-12-11- use proper unicode cleanup for JSON, fixes #1486356alec
2009-12-09- Use built-in json_encode() for proper JSON format in AJAX replies (and comp...alec
2009-11-23- Fix possible messages exposure when using Roundcube behind a proxy (#1486281)alec
2009-10-27- Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) + fix port checkalec
2009-10-22- fix rc_utf8_clean() on Windows (#1486232)alec
2009-10-12- Fix IE issue with non-UTF-8 characters in AJAX response (#1486159)alec
2009-09-05- Fix wrong headers for IE on servers without $_SERVER['HTTPS'] (#1485926)alec
2009-07-23- update to last commitalec
2009-07-23- performance fix: don't check mbstring functions existence too oftenalec
2009-06-08- fix rc_wordwrap() (#1485909)alec
2009-06-01- Fix displaying of big maximum upload filesize (#1485889)alec
2009-05-04- ereg -> pregalec
2009-03-30- Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485...alec
2009-02-27Fix mime-type detection using a hard-coded map (#1485311)thomasb
2009-02-21#1485741: fix installer after some last changesalec
2009-01-22Get rid of vulnerable preg_replace eval and create_function (#1485686) + corr...thomasb
2008-12-11- added strtoupper() wrapperalec
2008-11-23Fix headers for IE attachment downloads (#1485449)thomasb
2008-10-29- Fix problem with numeric folder names (#1485527)alec
2008-10-21Improve vcard import (#1485502); try utf-8 first in charset detectionthomasb
2008-10-20- little improvement in in_array_nocase()alec
2008-10-20- #1485499: make email address comparision case insensitivealec
2008-10-07#1485472: added js keywords escaping in json_serialize()alec
2008-10-03- fix last change in show_bytes()alec
2008-10-03- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()alec
2008-10-01- Localized filesize units (#1485340) + small labels capitalization change in...alec
2008-09-15#1485266: changed rc_mime_content_type()'s failover to 'application/octet-str...alec
2008-09-04Enable export of contacts as vCard + DRYthomasb
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomasb
2008-08-29Little improvement in mime-detection as suggested in #1485296thomasb
2008-07-25Prefer File_Info over mime_content_type + detect mime type when uploading + s...thomasb
2008-07-18- use fallback if mime_content_type() returns false (#1485222)alec
2008-06-07-added encoding detection for attachment names when message part hasn't got c...alec