summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
AgeCommit message (Expand)Author
2012-04-26- Fix redirect to mail/compose on re-login (1488226)alec
2012-04-16- Framework refactoring (I hope it's the last one):alec
2012-04-13- Merge devel-framework branch, resolved conflictsalec
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomasb
2012-01-03- Move some checks into login() methodalec
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alec
2011-11-24- Change version number to 0.8-svnalec
2011-10-30Allow cross-task ajax requeststhomasb
2011-10-07- Plugin API: added 'ready' hook (#1488073)alec
2011-09-29We're on the road towards 0.7 nowthomasb
2011-09-23- Make the whole PHP output non-cacheable (#1487797)alec
2011-08-24Fix r5117: don't show error on default login pagethomasb
2011-08-24Don't rely on rcmail->task for session error check; use _REQUEST data insteadthomasb
2011-07-30Don't show session error message on logoutthomasb
2011-07-30Log session validation errors; keep error message when redirecting to login a...thomasb
2011-05-24Let plugins hook into keep-alive requeststhomasb
2011-05-02Default action for plugin tasks is 'index'thomasb
2011-04-20- Improve performance by including files with absolute path (#1487849) alec
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