summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-19Always save drafts with format=flowed in order to keep original paragraphs ↵Thomas Bruederli
and line wraps (#1488799)
2012-11-19Improve line wrapping behavior where message charset is changed by plugins ↵Thomas Bruederli
(including html2plaintext conversion)
2012-11-18Select default_addressbook on the list in Address Book (#1488280)Aleksander Machniak
2012-11-18Add missing message display object in extwin modeThomas Bruederli
2012-11-18Unlock UI even if no message display object existsThomas Bruederli
2012-11-18Skip invalid vCards (#1488788)Aleksander Machniak
2012-11-18Fix so mobile phone has TYPE=CELL in exported vCard (#1488812)Aleksander Machniak
2012-11-17Bring back lost localization for the about pageThomas Bruederli
2012-11-17Use dedicated method to determine an attachment's file sizeThomas Bruederli
2012-11-17Use jQuery functions to maximize compatibility with all IE versionsThomas Bruederli
2012-11-17Add onclick handler to Show-linksThomas Bruederli
2012-11-17Cast mimetypes property into an array on IEThomas Bruederli
2012-11-17Improve thumbnail display: center images and display a 'show' link for ↵Thomas Bruederli
attachments the browser is capable to display them
2012-11-17Move default value for client_mimetypes to rcube_config; make sure an array ↵Thomas Bruederli
is returned
2012-11-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-17Define @package and @subpackage of Framework classesAleksander Machniak
2012-11-17Fix parsing header in English when localized map is definedAleksander Machniak
2012-11-16Rename option password_supported_hosts to password_hosts, code cleanupAleksander Machniak
2012-11-16Merge pull request #42 from NETLINK/patch-1Aleksander Machniak
Add option to define IMAP hosts that support password changes
2012-11-16Merge pull request #45 from linagora/masterAleksander Machniak
Grancefully handle SSO redirections on Ajax requests - V3
2012-11-16Added Polish localization for csv2vcard featureAleksander Machniak
2012-11-16Add more data validationAleksander Machniak
2012-11-16Support contacts import from CSV file (#1486399)Aleksander Machniak
2012-11-16Properly set object properties in set() method, small perf. improvementAleksander Machniak
2012-11-15Fix rcube_utils::explode_quoted_string() with explode(), added testsAleksander Machniak
2012-11-15Move BIG5 at the end of charsets list in detect()Aleksander Machniak
2012-11-15Improved rcube_charset::detect() with BOM checks from ↵Aleksander Machniak
rcube_vcard::detect_encoding() - removed code duplication
2012-11-15Code improvementsAleksander Machniak
2012-11-15Merge branch 'keep-alive'Aleksander Machniak
Conflicts: CHANGELOG
2012-11-15Update versions list with 0.8.4 releaseAleksander Machniak
2012-11-15Update changelog with 0.8.4 releaseAleksander Machniak
2012-11-15Fix wrong (non-specific) error message on crypt or connection error (#1488808)Aleksander Machniak
2012-11-14Avoid errors with non-string objectsThomas Bruederli
2012-11-14Fix handling of text/enriched content on message reply/forward/editAleksander Machniak
2012-11-14Remove useless codeAleksander Machniak
2012-11-14Fix "obj.href is undefined" errorAleksander Machniak
2012-11-14Remove redundant codeAleksander Machniak
2012-11-14Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-11-14Fix XSS vulnerability in handling of text/enriched messages (#1488806)Aleksander Machniak
2012-11-14Enable default behavior of the browser when shift/ctrl-click task links ↵Thomas Bruederli
(e.g. open in new window/tab)
2012-11-13Remove debug code from last commitAleksander Machniak
2012-11-13Fix warning when 'autovalues' property isn't setAleksander Machniak
2012-11-13Fix handling of 'media' attribute on linked css (#1488789)Aleksander Machniak
2012-11-13Cache identities data in memory for faster access when get_identity() is ↵Aleksander Machniak
called more than once
2012-11-13jQuery-1.8.3Aleksander Machniak
2012-11-12Avoid deprecated template warnings in extended skinsThomas Bruederli
2012-11-12Grancefully handle SSO redirections on Ajax requestsjkornobis
On some SSO systems, when the SSO session is expired, the system intercept HTTP requests and send a 302 "Found" HTTP code to the login page. This patch handle this case in Roundcube Ajax requests, to redirect to the SSO login page. Note that request.status don't have the 302 code (at least on Firefox), so we have to check the response headers for a Location field and redirect manually.
2012-11-12Renamed config options: keep_alive to refresh_interval, min_keep_alive to ↵Aleksander Machniak
min_refresh_interval
2012-11-12Plugin API: Add 'refresh' hookAleksander Machniak
2012-11-12Don't throw error when plugin doesn't register 'refresh' action handlerAleksander Machniak