The branch "master" has been updated. The following is a summary of the commits.
from: 01da9cea051a190cc95702817c5e3e91530c4491 b2b70dc Move disabling of auth methods to init phase. f45336d Add user name hook wrappers for authentication and identities. 21caec3 Fix DAV URLs when using authusername hooks. 7f9c5fc [jan] Fix user names via DAV access when using authusername hooks. Summary: http://github.com/horde/horde/compare/01da9cea051a190cc95702817c5e3e91530c4491...7f9c5fce457d8ff9a8cfa1ec224d5dbdeb533628 ----------------------------------------------------------------------- commit b2b70dc79767718bc73f37740e32884b566c0612 Author: Jan Schneider <[email protected]> Date: Wed Jan 7 17:43:17 2015 +0100 Move disabling of auth methods to init phase. The authentication process is requesting the authentication application whether it supports authentication at all. This may happen before IMP has been initialized, i.e. before we know if the 'admin' features exist. Experienced during RPC authentication. imp/lib/Application.php | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/b2b70dc79767718bc73f37740e32884b566c0612 ----------------------------------------------------------------------- commit f45336d13eedfe0f7feaa9ea08e2fe30917224cf Author: Jan Schneider <[email protected]> Date: Wed Jan 7 17:52:09 2015 +0100 Add user name hook wrappers for authentication and identities. framework/Core/lib/Horde/Core/Auth/UsernameHook.php | 196 +++++++ framework/Core/lib/Horde/Core/Factory/Identity/UsernameHook.php | 42 ++ framework/Core/package.xml | 10 +- 3 files changed, 246 insertions(+), 2 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/Auth/UsernameHook.php create mode 100644 framework/Core/lib/Horde/Core/Factory/Identity/UsernameHook.php http://github.com/horde/horde/commit/f45336d13eedfe0f7feaa9ea08e2fe30917224cf ----------------------------------------------------------------------- commit 21caec3cc2b29ec986bfc2997f5522746167d17f Author: Jan Schneider <[email protected]> Date: Wed Jan 7 17:53:49 2015 +0100 Fix DAV URLs when using authusername hooks. framework/Core/lib/Horde/Core/Factory/DavServer.php | 10 ++++- kronolith/lib/Api.php | 13 +++++-- kronolith/lib/Application.php | 22 +++++++----- kronolith/lib/Calendar/External/Tasks.php | 4 +- kronolith/lib/Calendar/Internal.php | 4 +- kronolith/lib/Form/EditCalendar.php | 26 ++++++++------- kronolith/templates/chunks/calendar.php | 2 +- nag/lib/Api.php | 24 +++++++------ nag/lib/Application.php | 18 ++++++---- nag/lib/Nag.php | 6 ++-- turba/lib/Api.php | 26 +++++++------- turba/lib/Application.php | 33 +++++++++++++----- turba/lib/Form/EditAddressBook.php | 31 +++++++++++------- 13 files changed, 132 insertions(+), 87 deletions(-) http://github.com/horde/horde/commit/21caec3cc2b29ec986bfc2997f5522746167d17f ----------------------------------------------------------------------- commit 7f9c5fce457d8ff9a8cfa1ec224d5dbdeb533628 Author: Jan Schneider <[email protected]> Date: Wed Jan 7 17:55:06 2015 +0100 [jan] Fix user names via DAV access when using authusername hooks. framework/Core/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/7f9c5fce457d8ff9a8cfa1ec224d5dbdeb533628 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
