Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
and line wraps (#1488799)
|
|
(including html2plaintext conversion)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
attachments the browser is capable to display them
|
|
is returned
|
|
|
|
|
|
|
|
Grancefully handle SSO redirections on Ajax requests - V3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rcube_vcard::detect_encoding() - removed code duplication
|
|
|
|
Conflicts:
CHANGELOG
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(e.g. open in new window/tab)
|
|
|
|
|
|
|
|
called more than once
|
|
|
|
|
|
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.
|
|
min_refresh_interval
|
|
|
|
|
|
|
|
(#1488797)
|
|
|