[Pkg-owncloud-commits] [php-sabredav] 63/64: Merge pull request #582 from fruux/multi-auth
David Prévot
taffit at moszumanska.debian.org
Thu Dec 11 15:13:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 2.2.0alpha1
in repository php-sabredav.
commit 231d0a8df23029432b008516d6a742f33c173317
Merge: 039cbdb 6d1dfa3
Author: Evert Pot <me at evertpot.com>
Date: Mon Dec 8 01:45:53 2014 -0500
Merge pull request #582 from fruux/multi-auth
Authentication refactoring
ChangeLog.md | 7 ++
composer.json | 2 +-
lib/DAV/Auth/Backend/AbstractBasic.php | 120 ++++++++++++++-----
lib/DAV/Auth/Backend/AbstractDigest.php | 119 ++++++++++++++-----
lib/DAV/Auth/Backend/Apache.php | 73 ++++++++----
lib/DAV/Auth/Backend/BackendInterface.php | 56 +++++++--
lib/DAV/Auth/Plugin.php | 129 +++++++++++++++------
lib/DAVACL/Plugin.php | 14 +--
tests/Sabre/CalDAV/PluginTest.php | 3 +-
.../Sabre/CalDAV/Schedule/FreeBusyRequestTest.php | 4 +-
tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php | 63 +++++-----
.../Sabre/DAV/Auth/Backend/AbstractDigestTest.php | 127 ++++++++++----------
tests/Sabre/DAV/Auth/Backend/ApacheTest.php | 51 ++++----
tests/Sabre/DAV/Auth/Backend/BasicCallBackTest.php | 14 ++-
tests/Sabre/DAV/Auth/Backend/Mock.php | 82 ++++++++++---
tests/Sabre/DAV/Auth/PluginTest.php | 86 ++++++++++----
tests/Sabre/DAVServerTest.php | 4 +-
17 files changed, 647 insertions(+), 307 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list