summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_shared.inc
AgeCommit message (Collapse)Author
2012-04-19- Improved ttl values handlingalec
git-svn-id: https://svn.roundcube.net/trunk@6103 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-19- Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time() ↵alec
where mktime() without arguments was used git-svn-id: https://svn.roundcube.net/trunk@6101 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-16- Framework refactoring (I hope it's the last one):alec
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc git-svn-id: https://svn.roundcube.net/trunk@6091 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-13- Merge devel-framework branch, resolved conflictsalec
git-svn-id: https://svn.roundcube.net/trunk@6073 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@5781 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-13- Make mime type detection based on filename extension to be case-insensitivealec
git-svn-id: https://svn.roundcube.net/trunk@5769 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-05- Fix bug in handling of base href and inline content (#1488290)alec
git-svn-id: https://svn.roundcube.net/trunk@5713 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-23- Make the whole PHP output non-cacheable (#1487797)alec
git-svn-id: https://svn.roundcube.net/trunk@5274 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-29- Fix relative URLs handling according to a <base> in HTML (#1487889)alec
git-svn-id: https://svn.roundcube.net/trunk@4710 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-11- Fix so 1024 bytes is displayed as 1KB, the same for MB and GBalec
git-svn-id: https://svn.roundcube.net/trunk@4640 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-11- Support 'off' as bolean falsealec
git-svn-id: https://svn.roundcube.net/trunk@4639 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
git-svn-id: https://svn.roundcube.net/trunk@4484 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@4424 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-18- Don't set attachment's charset in Content-type header (#1487122)alec
git-svn-id: https://svn.roundcube.net/trunk@4232 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-04- remove charset=binary from content-typealec
git-svn-id: https://svn.roundcube.net/trunk@4177 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alec
git-svn-id: https://svn.roundcube.net/trunk@4009 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-26Fix base url resolution + better order for condition checks in rcube_mdb2 + ↵thomasb
updated changelog git-svn-id: https://svn.roundcube.net/trunk@3993 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- Truncate message subject when setting page titlealec
git-svn-id: https://svn.roundcube.net/trunk@3991 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-28- Fix performance in array_keys_recursive()alec
git-svn-id: https://svn.roundcube.net/trunk@3833 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-08- Fix opening attachments on IE (#1486829)alec
git-svn-id: https://svn.roundcube.net/trunk@3812 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-23- removed PHP closing tagalec
git-svn-id: https://svn.roundcube.net/trunk@3780 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-17- Fix no-cache headers on https to prevent content caching by proxies (#1486798)alec
git-svn-id: https://svn.roundcube.net/trunk@3756 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-28- Fix forwarding of messages with winmail attachmentsalec
- 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 git-svn-id: https://svn.roundcube.net/trunk@3680 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20Don't wrap quoted lines at allthomasb
git-svn-id: https://svn.roundcube.net/trunk@3645 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@3367 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-26- Fix CVE-2010-0464: Disable DNS prefetching (#1486449)alec
git-svn-id: https://svn.roundcube.net/trunk@3293 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-28- Don't use dl() (#1486457)alec
git-svn-id: https://svn.roundcube.net/trunk@3236 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-19- ignore json_encode() warningsalec
git-svn-id: https://svn.roundcube.net/trunk@3214 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-13- fix abbreviate_string() (#1486420)alec
git-svn-id: https://svn.roundcube.net/trunk@3206 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-13- prevent from PHP error when iconv doesn't support //IGNORE (#1486375)alec
git-svn-id: https://svn.roundcube.net/trunk@3205 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-09- fix rc_utf8_clean() issues (#1486407)alec
git-svn-id: https://svn.roundcube.net/trunk@3195 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-05- Support show_bytes() output in parse_bytes() (#1486405)alec
git-svn-id: https://svn.roundcube.net/trunk@3193 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-14- fix empty strings handling in rc_utf8_clean()alec
git-svn-id: https://svn.roundcube.net/trunk@3179 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-11- use proper unicode cleanup for JSON, fixes #1486356alec
git-svn-id: https://svn.roundcube.net/trunk@3175 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-09- Use built-in json_encode() for proper JSON format in AJAX replies (and ↵alec
compat. with jQuery 1.4) git-svn-id: https://svn.roundcube.net/trunk@3170 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-23- Fix possible messages exposure when using Roundcube behind a proxy (#1486281)alec
git-svn-id: https://svn.roundcube.net/trunk@3132 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-27- Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) + fix port checkalec
git-svn-id: https://svn.roundcube.net/trunk@3063 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-22- fix rc_utf8_clean() on Windows (#1486232)alec
git-svn-id: https://svn.roundcube.net/trunk@3052 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-12- Fix IE issue with non-UTF-8 characters in AJAX response (#1486159)alec
git-svn-id: https://svn.roundcube.net/trunk@3036 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-05- Fix wrong headers for IE on servers without $_SERVER['HTTPS'] (#1485926)alec
- Force IE style headers for attachments in non-HTTPS session, 'use_https' option (#1485655) git-svn-id: https://svn.roundcube.net/trunk@2927 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-23- update to last commitalec
git-svn-id: https://svn.roundcube.net/trunk@2789 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-23- performance fix: don't check mbstring functions existence too oftenalec
git-svn-id: https://svn.roundcube.net/trunk@2788 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-08- fix rc_wordwrap() (#1485909)alec
git-svn-id: https://svn.roundcube.net/trunk@2622 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-01- Fix displaying of big maximum upload filesize (#1485889)alec
git-svn-id: https://svn.roundcube.net/trunk@2590 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-04- ereg -> pregalec
git-svn-id: https://svn.roundcube.net/trunk@2453 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-30- Fix incorrect word wrapping in outgoing plaintext multibyte messages ↵alec
(#1485714) - Fix double footer in HTML message with embedded images git-svn-id: https://svn.roundcube.net/trunk@2368 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-27Fix mime-type detection using a hard-coded map (#1485311)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2313 208e9e7b-5314-0410-a742-e7e81cd9613c