summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Expand)Author
2015-01-23Bump version to 1.0.51.0.5Thomas Bruederli
2014-12-18Bump version1.0.4Thomas Bruederli
2014-12-15Fix bugs where CSRF attacks were still possible on some requestsAleksander Machniak
2014-09-27Updated Changelog + bump versionThomas Bruederli
2014-07-20Update Changelog and bump version1.0.2Thomas Bruederli
2014-07-20Warn for unsent/unsaved message when closing compose window; remove localStor...Thomas Bruederli
2014-05-07Bump version for 1.0.1Thomas Bruederli
2014-03-21Update Changelog and bump version to 1.0.0Thomas Bruederli
2014-02-21Prevent from "Call to undefined method rcmail_output_json::add_footer()" errorAleksander Machniak
2014-01-30Branching off for release 1.0Thomas Bruederli
2014-01-01CS fixesAleksander Machniak
2013-11-10First version of the local storage compose data saving feature; some behavior...Thomas Bruederli
2013-10-21Send last fetch time with 'refresh' requests and allow plugins to alter query...Thomas Bruederli
2013-09-02Log also failed logins to userlogins logAleksander Machniak
2013-07-12Allow to load config files for different environments (#1487311); keep (non-d...Thomas Bruederli
2013-04-24Fix error when using check_referer=trueAleksander Machniak
2013-03-15Bump version number up to 1.0-gitAleksander Machniak
2013-01-09Welcome to 2013Thomas Bruederli
2012-11-12Plugin API: Add 'refresh' hookAleksander Machniak
2012-11-11Added cross-task 'refresh' request for system state updatesAleksander Machniak
2012-08-08- Fix (disable) request validation for spell and spell_html actionsAleksander Machniak
2012-08-08- Check request tokens also in devel_modeAleksander Machniak
2012-07-05Plugin API: Add 'unauthenticated' hook (#1488138)Aleksander Machniak
2012-06-30Show explicit error message when provided hostname is invalid (#1488550)Aleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-05-09Also, the license commentsBrian Ronald
2012-04-26- Fix redirect to mail/compose on re-login (1488226)alecpl
2012-04-16- Framework refactoring (I hope it's the last one):alecpl
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2012-01-03- Move some checks into login() methodalecpl
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alecpl
2011-11-24- Change version number to 0.8-svnalecpl
2011-10-30Allow cross-task ajax requeststhomascube
2011-10-07- Plugin API: added 'ready' hook (#1488073)alecpl
2011-09-29We're on the road towards 0.7 nowthomascube
2011-09-23- Make the whole PHP output non-cacheable (#1487797)alecpl
2011-08-24Fix r5117: don't show error on default login pagethomascube
2011-08-24Don't rely on rcmail->task for session error check; use _REQUEST data insteadthomascube
2011-07-30Don't show session error message on logoutthomascube
2011-07-30Log session validation errors; keep error message when redirecting to login a...thomascube
2011-05-24Let plugins hook into keep-alive requeststhomascube
2011-05-02Default action for plugin tasks is 'index'thomascube
2011-04-20- Improve performance by including files with absolute path (#1487849) alecpl
2011-03-22Revert r4609 and use stateless request tokens; no need to save them in sessio...thomascube
2011-03-15Keep session alive while showing login page (request token is stored in sessi...thomascube
2011-03-08- small code cleanupalecpl
2011-03-08- Performance improvement: Remove redundant DELETE query (for old session del...alecpl
2011-02-08Also check referer on logout actionthomascube