Age | Commit message (Expand) | Author |
2012-07-06 | There's a case (reason unknown) when destroy() is called with empty session key. | Aleksander Machniak |
2012-05-24 | Remove possible confusion on session reads - PHP expects string result not bo... | Aleksander Machniak |
2012-05-22 | Removed $Id$ | Aleksander Machniak |
2012-04-30 | Accept two past time slots for auth cookie validation; don't encode user-agen... | thomascube |
2012-04-16 | - Replace some references to rcmail with rcube | 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-04-07 | Reset IP stored in session when destroying session data (#1488056) | thomascube |
2012-02-21 | Refactored IMAP cache expunge: delegate to storage object; don't rely on depr... | thomascube |
2012-01-18 | Changed license to GNU GPLv3+ with exceptions for skins and plugins | thomascube |
2011-12-01 | - Simplified compose session data handling, no need for session->cleanup() | alecpl |
2011-11-11 | Fix: decode session data into superglobals after re-reading | thomascube |
2011-11-09 | Consider replication delays in session storage | thomascube |
2011-09-20 | - Improve performance by skipping redundant SELECT query when writing new ses... | alecpl |
2011-09-16 | Fix session race conditions when composing new messages | thomascube |
2011-09-16 | - Removed leftover code | alecpl |
2011-09-05 | Improved memcache connection procedure from release-0.6; use call_user_func t... | thomascube |
2011-08-24 | Add copyright line on files with significant changes from Kolab Systems | thomascube |
2011-07-30 | Log session validation errors; keep error message when redirecting to login a... | thomascube |
2011-05-18 | Get memcache object from rcmail instance | thomascube |
2011-05-10 | Revert r4746 due to timestsamp issues with mysql; deprecate rcube_mdb2::unixt... | thomascube |
2011-05-02 | Fix expression | thomascube |
2011-04-30 | Don't attempt to read session data again if the initial read didn't return a ... | thomascube |
2011-04-27 | Fix callback reference after rename | thomascube |
2011-04-26 | - Fix fatal error from last commit (#1487884), rename rcube_gc() to gc() | alecpl |
2011-04-25 | Add support for session storage using memcache | thomascube |
2011-03-10 | Prepare for multiple concurrent compose windows | thomascube |
2011-03-08 | - Performance improvement: Remove redundant DELETE query (for old session del... | alecpl |
2011-03-08 | Use PHPs session_regenerte_id() instead of using (unreliable) mt_rand() funct... | thomascube |
2011-02-03 | protect login form submission from CSRF using a request token | thomascube |
2011-02-02 | Keep rcube_session->lifetime and keep_alive in sync | thomascube |
2011-01-28 | Improve session validity check with changing auth cookies; reduce writes to D... | thomascube |
2011-01-12 | Bumbed version; Roundcube development is not Switzerland only | thomascube |
2010-11-27 | Save session data with bas64 ecoding to make it more robust against garbage d... | thomascube |
2010-10-08 | - Performance fix for case when session_lifetime=0, fixed indentation | alecpl |
2010-09-25 | - s/RoundCube/Roundcube/ | alecpl |
2010-04-23 | Add class docuumentation blocks and make phpdoc work again | thomascube |
2010-03-01 | - Improve performance by avoiding unnecessary updates to the session table (#... | alecpl |