Age | Commit message (Expand) | Author |
2014-10-14 | Fix login error message display broken in b51de327 | Thomas Bruederli |
2014-10-14 | Display custom error messages from plugins hooks (as documented in the API spec) | Thomas Bruederli |
2014-08-27 | Give precedence to plugin.* actions over custom tasks registered by plugins | Thomas Bruederli |
2014-08-04 | Add option (disabled_actions) to disable UI elements/actions (#1489638) | Aleksander Machniak |
2014-07-09 | Warn for unsent/unsaved message when closing compose window; remove localStor... | Thomas Bruederli |
2014-07-08 | Remove obsolete code that disables session check on 'send' action | Aleksander Machniak |
2014-06-09 | Send X-UA-Compatible as HTTP header instead of meta tag | Aleksander Machniak |
2014-05-12 | Small code improvement | Aleksander Machniak |
2014-03-19 | Bump version number to 1.1-git | Aleksander Machniak |
2014-02-21 | Prevent from "Call to undefined method rcmail_output_json::add_footer()" error | Aleksander Machniak |
2014-01-01 | CS fixes | Aleksander Machniak |
2013-11-10 | First version of the local storage compose data saving feature; some behavior... | Thomas Bruederli |
2013-10-21 | Send last fetch time with 'refresh' requests and allow plugins to alter query... | Thomas Bruederli |
2013-09-02 | Log also failed logins to userlogins log | Aleksander Machniak |
2013-07-12 | Allow to load config files for different environments (#1487311); keep (non-d... | Thomas Bruederli |
2013-04-24 | Fix error when using check_referer=true | Aleksander Machniak |
2013-03-15 | Bump version number up to 1.0-git | Aleksander Machniak |
2013-01-09 | Welcome to 2013 | Thomas Bruederli |
2012-11-12 | Plugin API: Add 'refresh' hook | Aleksander Machniak |
2012-11-11 | Added cross-task 'refresh' request for system state updates | Aleksander Machniak |
2012-08-08 | - Fix (disable) request validation for spell and spell_html actions | Aleksander Machniak |
2012-08-08 | - Check request tokens also in devel_mode | Aleksander Machniak |
2012-07-05 | Plugin API: Add 'unauthenticated' hook (#1488138) | Aleksander Machniak |
2012-06-30 | Show explicit error message when provided hostname is invalid (#1488550) | Aleksander Machniak |
2012-05-22 | Removed $Id$ | Aleksander Machniak |
2012-05-09 | Also, the license comments | Brian 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 conflicts | alecpl |
2012-01-18 | Changed license to GNU GPLv3+ with exceptions for skins and plugins | thomascube |
2012-01-16 | Merged devel-framework branch (r5746:5779) back into trunk | thomascube |
2012-01-03 | - Move some checks into login() method | alecpl |
2011-12-07 | - Remove deprecated global $IMAP variable usage (#1488148) | alecpl |
2011-11-24 | - Change version number to 0.8-svn | alecpl |
2011-10-30 | Allow cross-task ajax requests | thomascube |
2011-10-07 | - Plugin API: added 'ready' hook (#1488073) | alecpl |
2011-09-29 | We're on the road towards 0.7 now | thomascube |
2011-09-23 | - Make the whole PHP output non-cacheable (#1487797) | alecpl |
2011-08-24 | Fix r5117: don't show error on default login page | thomascube |
2011-08-24 | Don't rely on rcmail->task for session error check; use _REQUEST data instead | thomascube |
2011-07-30 | Don't show session error message on logout | thomascube |
2011-07-30 | Log session validation errors; keep error message when redirecting to login a... | thomascube |
2011-05-24 | Let plugins hook into keep-alive requests | thomascube |
2011-05-02 | Default action for plugin tasks is 'index' | thomascube |
2011-04-20 | - Improve performance by including files with absolute path (#1487849) | alecpl |
2011-03-22 | Revert r4609 and use stateless request tokens; no need to save them in sessio... | thomascube |
2011-03-15 | Keep session alive while showing login page (request token is stored in sessi... | thomascube |
2011-03-08 | - small code cleanup | alecpl |
2011-03-08 | - Performance improvement: Remove redundant DELETE query (for old session del... | alecpl |
2011-02-08 | Also check referer on logout action | thomascube |