summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Expand)Author
2009-10-31Remove development stuff and update versions to 0.3.1v0.3.1@3081thomascube
2009-10-27- Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) + fix port checkalecpl
2009-10-21Revert r3038 and allow to specify the port as value of force_httpsthomascube
2009-10-14- fix last commitalecpl
2009-10-14- Fix login page loading into an iframe when session expires (#1485952)alecpl
2009-10-13- Option 'force_https' replaced by 'force_https' pluginalecpl
2009-09-05- Fix wrong headers for IE on servers without $_SERVER['HTTPS'] (#1485926)alecpl
2009-08-14Add some arguments to the logout_after hookthomascube
2009-08-14Implemented logout_after plugin hookthomascube
2009-08-07Fix spell check (#1486036)thomascube
2009-08-05Allow a plugin to disable the cookie checkthomascube
2009-07-24Don't check request token on loginthomascube
2009-07-22- Help pluginalecpl
2009-07-21Use global request tokens and automatically protect all POST requeststhomascube
2009-07-02Add option to enforce https connectionsthomascube
2009-06-15- always call logout action as task (#1485919)alecpl
2009-06-01- use preg functions instead of ereg functionsalecpl
2009-06-01- get rid of some hardcoded action names and move decission about output comp...alecpl
2009-05-12Really, really logout (fixes r2467).svncommit
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...thomascube
2009-03-10Partially reverted r2339 + fix indentationthomascube
2009-03-09Fixed check-recent [richs]svncommit
2009-01-19- Fix authentication when submitting form with existing session (#1485679)alecpl
2009-01-17* bumping up copyright (happy new year ;-))till
2008-12-05- performance: skip imap connection for attachments actionsalecpl
2008-12-04- performance: connect to imap server only when neededalecpl
2008-11-28- re-fix r2095alecpl
2008-11-28#1485584: display proper warning on login with empty user and passalecpl
2008-10-30- added BYE response simple support to prevent from endless loops in imap.inc...alecpl
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 da...svncommit
2008-09-10Fix some recently introduced bugsthomascube
2008-09-05Killed one more global var + log logins to a separate file (not console)thomascube
2008-08-29Moved code block to a more appropriate position + codestylethomascube
2008-08-28Add folder hierarchy collapsing.svncommit
2008-08-28Add rcube name prefixes + codestylethomascube
2008-07-28Show appropriate error message if config files are missingthomascube
2008-06-20Store compose parameters in session and redirect to a unique URLthomascube
2008-06-20Simplify step inclusion in controller (index.php)thomascube
2008-06-14More code cleanupthomascube
2008-06-06Add option to log successful logins.svncommit
2008-05-11-fixed disclaimeralecpl
2008-05-07More code cleanup + oop-izationthomascube
2008-05-02- fixed task setting on loginalecpl
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some globa...thomascube
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the de...thomascube
2008-04-11#1484972: optimization: mark as read in one action with preview, deleted redu...alecpl
2008-04-11#1483863: empty trash and expunge inbox on logoutalecpl
2008-03-28Disable installer by default; add config option to enable it againthomascube
2008-03-22* committed patch from #1484231till
2008-03-22* fixing warning reported in #1484851till