Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
allow string to be translated, backport from larry
|
|
to "Refresh (check for new messages, etc.)", allow no-refresh mode.
|
|
which means it's executed only if needed for session keeping (reset interval on every action).
Temporarily remove check-recent request, it will be replaced by new global system refresh request in future.
Use keep_alive setting as auto-refresh request interval (allow no-refresh mode)
|
|
|
|
|
|
|
|
|
|
|
|
Add logic for checking supported IMAP hosts
Make use of additional config option
'password_supported_hosts' (see config.inc.php.dist).
If current IMAP host is not in array of defined
hosts, exit and suppress Password option in Settings.
|
|
Added config option to specify hosts that support password changing.
|
|
|
|
|
|
|
|
image)
|
|
|
|
|