Thomas Bruederli
2014-08-18 3ebac0167bf20104fb7a2a55934765117760264c
2014-08-04 Aleksander Machniak
Add option (disabled_actions) to disable UI elements/actions (#1489638)
blob@ d01f9f commitdiff | diff to current
2014-07-09 Thomas Bruederli
Warn for unsent/unsaved message when closing compose window; remove localSt...
blob@ 7e7e45 commitdiff | diff to current
2014-07-08 Aleksander Machniak
Remove obsolete code that disables session check on 'send' action
blob@ d19a9b commitdiff | diff to current
2014-06-09 Aleksander Machniak
Send X-UA-Compatible as HTTP header instead of meta tag
blob@ ba5c53 commitdiff | diff to current
2014-05-12 Aleksander Machniak
Small code improvement
blob@ b360f7 commitdiff | diff to current
2014-03-19 Aleksander Machniak
Bump version number to 1.1-git
blob@ 65f59f commitdiff | diff to current
2014-02-21 Aleksander Machniak
Prevent from "Call to undefined method rcmail_output_json::add_footer()" error
blob@ 8d3d5b commitdiff | diff to current
2014-01-01 Aleksander Machniak
CS fixes
blob@ 0301d9 commitdiff | diff to current
2013-11-10 Thomas Bruederli
First version of the local storage compose data saving feature; some behavi...
blob@ 85e60a commitdiff | diff to current
2013-10-21 Thomas Bruederli
Send last fetch time with 'refresh' requests and allow plugins to alter que...
blob@ b461a2 commitdiff | diff to current
2013-09-02 Aleksander Machniak
Log also failed logins to userlogins log
blob@ 060467 commitdiff | diff to current
2013-07-12 Thomas Bruederli
Allow to load config files for different environments (#1487311); keep (non...
blob@ deb2b8 commitdiff | diff to current
2013-04-24 Aleksander Machniak
Fix error when using check_referer=true
blob@ a54497 commitdiff | diff to current
2013-03-15 Aleksander Machniak
Bump version number up to 1.0-git
blob@ bb080a commitdiff | diff to current
2013-01-09 Thomas Bruederli
Welcome to 2013
blob@ 18e23a commitdiff | diff to current
2012-11-12 Aleksander Machniak
Plugin API: Add 'refresh' hook
blob@ a95687 commitdiff | diff to current
2012-11-11 Aleksander Machniak
Added cross-task 'refresh' request for system state updates
blob@ 77de23 commitdiff | diff to current
2012-08-08 Aleksander Machniak
- Fix (disable) request validation for spell and spell_html actions Consi...
blob@ b80708 commitdiff | diff to current
2012-08-08 Aleksander Machniak
- Check request tokens also in devel_mode
blob@ 2bbc3d commitdiff | diff to current
2012-07-05 Aleksander Machniak
Plugin API: Add 'unauthenticated' hook (#1488138)
blob@ 1c0ce1 commitdiff | diff to current
2012-06-30 Aleksander Machniak
Show explicit error message when provided hostname is invalid (#1488550)
blob@ 7c8fd8 commitdiff | diff to current
2012-05-22 Aleksander Machniak
Removed $Id$
blob@ 041c93 commitdiff | diff to current
2012-05-09 Brian Ronald
Also, the license comments
blob@ b546b0 commitdiff | diff to current
2012-04-26 alecpl
- Fix redirect to mail/compose on re-login (1488226)
blob@ d2191c commitdiff | diff to current
2012-04-16 alecpl
- Framework refactoring (I hope it's the last one): rcube,rcmail,rcube_ui...
blob@ 1aceb9 commitdiff | diff to current
2012-04-13 alecpl
- Merge devel-framework branch, resolved conflicts
blob@ 0c2596 commitdiff | diff to current
2012-01-18 thomascube
Changed license to GNU GPLv3+ with exceptions for skins and plugins
blob@ 7fe381 commitdiff | diff to current
2012-01-16 thomascube
Merged devel-framework branch (r5746:5779) back into trunk
blob@ c321a9 commitdiff | diff to current
2012-01-03 alecpl
- Move some checks into login() method
blob@ fdff34 commitdiff | diff to current
2011-12-07 alecpl
- Remove deprecated global $IMAP variable usage (#1488148)
blob@ b6da0b commitdiff | diff to current
2011-11-24 alecpl
- Change version number to 0.8-svn
blob@ 80216d commitdiff | diff to current
2011-10-30 thomascube
Allow cross-task ajax requests
blob@ abdf31 commitdiff | diff to current
2011-10-07 alecpl
- Plugin API: added 'ready' hook (#1488073)
blob@ 370302 commitdiff | diff to current
2011-09-29 thomascube
We're on the road towards 0.7 now
blob@ 502436 commitdiff | diff to current
2011-09-23 alecpl
- Make the whole PHP output non-cacheable (#1487797)
blob@ 9e54e6 commitdiff | diff to current
2011-08-24 thomascube
Fix r5117: don't show error on default login page
blob@ 6354da commitdiff | diff to current
2011-08-24 thomascube
Don't rely on rcmail->task for session error check; use _REQUEST data instead
blob@ 886aaf commitdiff | diff to current
2011-07-30 thomascube
Don't show session error message on logout
blob@ 94c074 commitdiff | diff to current
2011-07-30 thomascube
Log session validation errors; keep error message when redirecting to login...
blob@ fcc7f8 commitdiff | diff to current
2011-05-24 thomascube
Let plugins hook into keep-alive requests
blob@ 28ac5c commitdiff | diff to current
2011-05-02 thomascube
Default action for plugin tasks is 'index'
blob@ 87e58c commitdiff | diff to current
2011-04-20 alecpl
- Improve performance by including files with absolute path (#1487849)
blob@ 4351f7 commitdiff | diff to current
2011-03-22 thomascube
Revert r4609 and use stateless request tokens; no need to save them in sess...
blob@ ec045b commitdiff | diff to current
2011-03-15 thomascube
Keep session alive while showing login page (request token is stored in ses...
blob@ 32b11d commitdiff | diff to current
2011-03-08 alecpl
- small code cleanup
blob@ 4cfe66 commitdiff | diff to current
2011-03-08 alecpl
- Performance improvement: Remove redundant DELETE query (for old session d...
blob@ c294ea commitdiff | diff to current
2011-02-08 thomascube
Also check referer on logout action
blob@ de62f0 commitdiff | diff to current
2011-02-08 thomascube
Add optional referer check to prevent CSRF in GET requests
blob@ a77cf2 commitdiff | diff to current
2011-02-03 thomascube
protect login form submission from CSRF using a request token
blob@ 784a42 commitdiff | diff to current
2011-01-28 thomascube
Improve session validity check with changing auth cookies; reduce writes to...
blob@ cf2da2 commitdiff | diff to current
first | « prev | next »