summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-18Fix NUL characters in content-type of ms-tnef attachment (#1488964)Aleksander Machniak
2013-02-17- Fix regression in handling LDAP contact identifiers (#1488959)Aleksander Machniak
2013-02-17Bump version number up to 6.2Aleksander Machniak
2013-02-17Don't trim whitespace in folder names (#1488955)Aleksander Machniak
Conflicts: plugins/managesieve/Changelog
2013-02-17Make cleanup() method publicAleksander Machniak
2013-02-14Correctly quote spell text contents inside the xml containerThomas Bruederli
2013-02-10Bump version to 0.9-rcThomas Bruederli
2013-02-10Import all translations from TransifexThomas Bruederli
2013-02-10Updated changelogThomas Bruederli
2013-02-10Let some env variables survive reset(); don't show taskbar and top line in ↵Thomas Bruederli
framed error pages (#1488938)
2013-02-10Fix rewrite rule to actually prevent access to bin/ and SQL/ directoriesThomas Bruederli
2013-02-10Properly quote form validation error messagesThomas Bruederli
2013-02-08Fix filenames charset handling (#1488946)Aleksander Machniak
Conflicts: plugins/zipdownload/zipdownload.php
2013-02-08Fix reference to non-existing class rcube_output_html (#1488948)Aleksander Machniak
2013-02-08Ignore file extension difference for text/plain attachments (#1488891)Thomas Bruederli
2013-02-08Fix contacts-table position when there's more than one addressbookAleksander Machniak
2013-02-07Add 0.8.5 to releases listAleksander Machniak
2013-02-07Lowercase username if 'login_lc' is set (#1488943)Aleksander Machniak
2013-02-01Slightly improve database driver chackAleksander Machniak
2013-02-01Only trigger timers when dragging is activeThomas Bruederli
2013-02-01Fix spellcheck button menu in IE8 (change z-index and move the button to the ↵Aleksander Machniak
right)
2013-02-01Fix handling link href attribute value with (valid) newline characters ↵Aleksander Machniak
(#1488940)
2013-01-29Make get_instance() a static methodAleksander Machniak
2013-01-29Fix typoAleksander Machniak
2013-01-29Fix "empty" ACL entry when there's "User, " in user input fieldAleksander Machniak
2013-01-28Merge branch 'release-0.9' of github.com:roundcube/roundcubemail into ↵Thomas Bruederli
release-0.9
2013-01-28Catch connection timeouts on message sending form submissionsThomas Bruederli
2013-01-27Small fixes for OperaAleksander Machniak
2013-01-27Fix PHP Warning: Missing argument 2 for rcmail_output_html::get_skin_file()Aleksander Machniak
2013-01-27Small fix to initial splitter positionAleksander Machniak
2013-01-27Add addressbook widget on compose page in classic skinAleksander Machniak
2013-01-26Bring back lost text braking width adjustment when quoting blockquote partsThomas Bruederli
2013-01-26Make searchbox properly scale to 100% using box-sizing trick (#1488381)Thomas Bruederli
2013-01-25Refactored blockquote quotion routine in html2text conversion: it now ↵Thomas Bruederli
correctly converts multiple and/or nested blockquotes
2013-01-25Add search box to compose address book widget (#1488381)Thomas Bruederli
2013-01-25Define generic .searchbox stylesThomas Bruederli
2013-01-25Move rcmail_contact_key() to rcube_addressbook::compose_contact_key()Thomas Bruederli
2013-01-25Send LOGOUT only when closing connection in logged state (#1487784)Aleksander Machniak
2013-01-25Fix new browser window size in Chrome (#1488931), make new windows smallerAleksander Machniak
2013-01-25Added embed.css for classic skin, improved/unified warnings style (button is ↵Aleksander Machniak
still different), cleanup
2013-01-25Load a default stylesheet (embed.css) from skin in plain html pages (e.g. ↵Thomas Bruederli
attachment warnings and html messages)
2013-01-25Add file type icons for pgp/pks7 signatures and attached email messagesThomas Bruederli
2013-01-25Save some vertical space in message part viewThomas Bruederli
2013-01-25Allow to shrink any file passed as argumentThomas Bruederli
2013-01-24Fix login in case when default_host is an array with one element (#1488928)Aleksander Machniak
2013-01-23Updated changelogThomas Bruederli
2013-01-23Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ↵Thomas Bruederli
ldap_connect() always succeeds but ldap_bind() will fail if host isn't reachable. Add option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT on PHP > 5.3.0)
2013-01-23Use the right variable for IPv6 checkThomas Bruederli
2013-01-23Submit Addressbook advanced search form with Enter key (#1488568)Aleksander Machniak
2013-01-21Rtrim() quoted lines on conversion to flowed format (according to RFC2646)Aleksander Machniak