summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-08Fix operator incompat. in some queries on contacts table using MS SQL Server ↵Aleksander Machniak
(#1488505)
2012-06-08Add Content-Length for attachments where possible (#1485478)Aleksander Machniak
2012-06-08Fix attachment sizes in message print page and attachment preview page ↵Aleksander Machniak
(#1488515) - Use size parameter from Content-Disposition header if specified, - Calculate size of base64 encoded message parts
2012-06-08Fix XSS vulnerability in message subject handling using Larry skin (#1488519)Aleksander Machniak
2012-06-08Fix handling of links with various URI schemes e.g. "skype:" (#1488106)Aleksander Machniak
Fix handling of links inside PRE elements on html to text conversion Fix indexing of links on html to text conversion
2012-06-07Enable attachments drag&drop upload for default skinAleksander Machniak
2012-06-06Fix js error when dropping attachment fileAleksander Machniak
2012-06-06New feature to add mail attachments using drag & drop on HTML5 enabled browsersThomas Bruederli
2012-06-06No quotes around input field (doesn't really fit in Chrome)Thomas Bruederli
2012-06-06Allow access to blank.tifThomas Bruederli
2012-06-06Add workaround for invalid BODYSTRUCTURE response - parse message with ↵Aleksander Machniak
Mail_mimeDecode package (#1485585)
2012-06-06Fix default_charset handlingAleksander Machniak
2012-06-06Decode header value in rcube_mime::get() by default (#1488511)Aleksander Machniak
2012-06-04Fix magic_quotes_sybase handling (#1488506)Aleksander Machniak
Improved handling of critical PHP settings - try to set them to required value before die()
2012-06-04Fix possible PHP warning: strpos(): Offset not contained in stringAleksander Machniak
2012-06-04Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2Aleksander Machniak
2012-06-04Modify CONCAT() arguments, because + operator requires them to be of type ↵Aleksander Machniak
varchar (#1488505) With SQL Server 2012 we can use just CONCAT(), but we need to support older versions
2012-06-03Fix reference to GPL in about pageThomas Bruederli
2012-06-02Merge pull request #12 from mrhein/masterAleksander Machniak
Fixed typo in rcube_addressbook
2012-06-02Typo fixMathias Rhein
Fixed typo in rcube_addressbook
2012-06-01Define and use 'mozilla' class for HTML styleAleksander Machniak
2012-06-01Update to TinyMCE 3.5.2Aleksander Machniak
2012-05-31Add some padding to iframe footerThomas Bruederli
2012-05-31Fix window.resize handler on IE8 and Opera (#1488453)Thomas Bruederli
2012-05-31Merged CHANGELOGThomas Bruederli
2012-05-31Don't let error message popups cover the login form (#1488500)Thomas Bruederli
2012-05-30Fix regression where redundant autocompletion requests were sentAleksander Machniak
in case when new search value contains old one and previous search was not finished or its result was empty
2012-05-30Code cleanup, more object-like syntax when building URLsAleksander Machniak
2012-05-30Merge branch 'dev-browser-capabilities'Aleksander Machniak
Conflicts: CHANGELOG
2012-05-30Don't show errors when moving contacts into groups they're already in (#1488493)Thomas Bruederli
2012-05-30Display Tiff as Jpeg in browsers without Tiff support (#1488452)Aleksander Machniak
2012-05-30Make folders with unread messages in subfolders bold again (#1486793); ↵Thomas Bruederli
update CHANGELOG
2012-05-30Abbreviate long attachment file names with ellipsis (#1488499)Thomas Bruederli
2012-05-28Add Flash support detectionAleksander Machniak
2012-05-28Use browser capabilities to decide if PDF/TIFF attachments should be displayedAleksander Machniak
in an overlay page/inline or to provide only direct download for them (#1488452, #1487929)
2012-05-28Added browser capabilities detection, i.e. PDF and TIFF supportAleksander Machniak
2012-05-28Fix html2text conversion of strong|b|a|th|h tags when used in upper caseAleksander Machniak
2012-05-27Add listcontrols template container in Larry skin (#1488498)Thomas Bruederli
2012-05-26Fix host autoselection when default_host is an array (#1488495)Aleksander Machniak
2012-05-26CS, tabs to spacesAleksander Machniak
2012-05-26Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-05-26Add getter for database runtime/config variablesThomas Bruederli
2012-05-26Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-05-26Catch DateTime* exceptions (#1488497) - skipping buggy timezonesAleksander Machniak
2012-05-25Fix calls to renamed methodsThomas Bruederli
2012-05-25Move messages forwarding mode setting into PreferencesAleksander Machniak
2012-05-24Merge pull request #7 from raoulbhatia/masterThomas B.
improve .htaccess security rules
2012-05-24Fixes for IE: better background for Hide/Show button, fixed invisible button ↵Aleksander Machniak
in IE8
2012-05-24Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-05-24Remove possible confusion on session reads - PHP expects string result not ↵Aleksander Machniak
boolean