summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
AgeCommit message (Expand)Author
2011-03-22Revert r4609 and use stateless request tokens; no need to save them in sessio...thomasb
2011-03-15Keep session alive while showing login page (request token is stored in sessi...thomasb
2011-03-08- small code cleanupalec
2011-03-08- Performance improvement: Remove redundant DELETE query (for old session del...alec
2011-02-08Also check referer on logout actionthomasb
2011-02-08Add optional referer check to prevent CSRF in GET requeststhomasb
2011-02-03protect login form submission from CSRF using a request tokenthomasb
2011-01-28Improve session validity check with changing auth cookies; reduce writes to D...thomasb
2011-01-19Better fix for login redirect, don't force mail taskthomasb
2011-01-16- Move action files map from index.php to steps' func.inc filesalec
2011-01-14Fix login redirect issues (#1487686)thomasb
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
2011-01-06Make sure an existing session is killed/replaced when submitting login formthomasb
2010-12-03- New Folder Manager UIalec
2010-11-29- Plugin API: Add 'pass' argument in 'authenticate' hook (#1487134)alec
2010-11-09- Handle situation when $IMAP object isn't initialized on log inalec
2010-10-14- Improved IMAP errors handlingalec
2010-10-01- Fix "Server Error! (Not Found)" when using utils/save-pref action (#1487023)alec
2010-09-25- s/RoundCube/Roundcube/alec
2010-09-17- Fix list_cols is not updated after column dragging (#1486999)alec
2010-08-07Fix unit tests + update versionthomasb
2010-06-23- removed PHP closing tagalec
2010-06-03Allow plugins to register their own tasksthomasb
2010-04-20- Add HTTP_X_REAL_IP and HTTP_X_FORWARDED_FOR to successful logins log (#1486...alec
2010-04-01Add server-side plugin hooks to address group functions + better action namesthomasb
2010-03-31Asynchronously expand contact groups + skip count queries in autocompletion m...thomasb
2010-03-31Implement group renaming/deleting + use more consistent names for commands an...thomasb
2010-03-26Added basic contact groups featurethomasb
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomasb
2010-03-01- Improve performance by avoiding unnecessary updates to the session table (#...alec
2010-02-25- Password: Make passwords encoding consistent with core, add 'password_chars...alec
2010-02-24- don't set task for login_after hookalec
2010-02-13- Fix imap_init hook broken in r3258 (#1486493)alec
2010-02-06- Fix setting task name according to auth state. So, any action before useralec
2010-01-28- add file/line definitions to raise_error() callsalec
2010-01-17- Fix 'force_https' to specified port when URL contains a port number (#1486411)alec
2009-10-27- Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) + fix port checkalec
2009-10-21Revert r3038 and allow to specify the port as value of force_httpsthomasb
2009-10-14- fix last commitalec
2009-10-14- Fix login page loading into an iframe when session expires (#1485952)alec
2009-10-13- Option 'force_https' replaced by 'force_https' pluginalec
2009-09-05- Fix wrong headers for IE on servers without $_SERVER['HTTPS'] (#1485926)alec
2009-08-14Add some arguments to the logout_after hookthomasb
2009-08-14Implemented logout_after plugin hookthomasb
2009-08-07Fix spell check (#1486036)thomasb
2009-08-05Allow a plugin to disable the cookie checkthomasb
2009-07-24Don't check request token on loginthomasb
2009-07-22- Help pluginalec
2009-07-21Use global request tokens and automatically protect all POST requeststhomasb
2009-07-02Add option to enforce https connectionsthomasb