[commits] Horde branch FRAMEWORK_4 updated. c0639133d1551e60494bfb93702b39d07a1bb864
Michael J. Rubinsky
mrubinsk at horde.org
Fri Sep 28 14:24:00 UTC 2012
The branch "FRAMEWORK_4" has been updated.
The following is a summary of the commits.
from: 3ade500a9cb456b247f8680fcc7b7e1b8a03e674
3d82ef5 Use local storage when no session is available.
a4ba041 Some cleanup after merging from FW_4
5e13a85 Start a session so we can ensure session_id() is still available.
c063913 Actually clear the current auth and destroy the session in ::logout().
-----------------------------------------------------------------------
commit 3d82ef5ca93558b1afeb6b07879565bb645c8e10
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 23 15:41:08 2012 -0500
Use local storage when no session is available.
Bug: 9733
Conflicts:
framework/Core/package.xml
framework/Core/lib/Horde/Registry.php | 5 +-
framework/Core/lib/Horde/Session/Null.php | 320 +++++++++++++++++++++++++++++
framework/Core/package.xml | 6 +
horde/rpc.php | 1 +
4 files changed, 330 insertions(+), 2 deletions(-)
create mode 100644 framework/Core/lib/Horde/Session/Null.php
http://git.horde.org/horde-git/-/commit/3d82ef5ca93558b1afeb6b07879565bb645c8e10
-----------------------------------------------------------------------
commit a4ba041d9ff2db442ed45ab743dc8b377a70b6f9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Sep 28 09:47:43 2012 -0400
Some cleanup after merging from FW_4
framework/Core/lib/Horde/Session/Null.php | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/a4ba041d9ff2db442ed45ab743dc8b377a70b6f9
-----------------------------------------------------------------------
commit 5e13a85d9e6d088701c5fab1175ef99b4b5fee58
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Apr 5 15:58:41 2012 -0400
Start a session so we can ensure session_id() is still available.
Fixes an issue that causes encrypted crednentials from being lost.
framework/Core/lib/Horde/Session/Null.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5e13a85d9e6d088701c5fab1175ef99b4b5fee58
-----------------------------------------------------------------------
commit c0639133d1551e60494bfb93702b39d07a1bb864
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Feb 13 12:16:28 2012 -0500
Actually clear the current auth and destroy the session in ::logout().
This might be the cause of the huge numbers of active sessions some EAS
users are seeing.
framework/Core/lib/Horde/Core/ActiveSync/Connector.php | 8 ++++++++
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 1 +
2 files changed, 9 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/c0639133d1551e60494bfb93702b39d07a1bb864
More information about the commits
mailing list