[Pkg-owncloud-commits] [php-sabredav] 124/163: Merge pull request #445 from fruux/propfind-refactor
David Prévot
taffit at moszumanska.debian.org
Tue May 20 18:55:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.
commit 01ae7a7498d658f703d0f308b0d49de9bdafa733
Merge: 156bd14 1e37bb8
Author: Evert Pot <evertpot at gmail.com>
Date: Wed May 7 23:21:29 2014 -0400
Merge pull request #445 from fruux/propfind-refactor
Propfind refactor
ChangeLog.md | 9 +-
lib/Sabre/CalDAV/Plugin.php | 93 +++---
lib/Sabre/CalDAV/SharingPlugin.php | 82 ++---
lib/Sabre/CalDAV/Subscriptions/Plugin.php | 12 +-
lib/Sabre/CardDAV/Backend/PDO.php | 2 +-
lib/Sabre/CardDAV/Plugin.php | 65 ++--
lib/Sabre/DAV/Browser/GuessContentType.php | 29 +-
lib/Sabre/DAV/CorePlugin.php | 84 ++++++
lib/Sabre/DAV/Locks/Plugin.php | 49 ++-
lib/Sabre/DAV/PropFind.php | 329 +++++++++++++++++++++
lib/Sabre/DAV/Property/Response.php | 2 +
lib/Sabre/DAV/Property/SupportedMethodSet.php | 68 +++++
lib/Sabre/DAV/Server.php | 242 ++++++---------
lib/Sabre/DAV/ServerPlugin.php | 10 +-
lib/Sabre/DAV/Sync/Plugin.php | 26 +-
lib/Sabre/DAVACL/Plugin.php | 152 ++++------
tests/Sabre/CalDAV/JCalTransformTest.php | 2 +-
tests/Sabre/CalDAV/PluginTest.php | 18 +-
tests/Sabre/DAV/Browser/GuessContentTypeTest.php | 2 +-
tests/Sabre/DAV/Browser/PluginTest.php | 2 +-
tests/Sabre/DAV/FSExt/ServerTest.php | 12 +-
tests/Sabre/DAV/PropFindTest.php | 74 +++++
.../Sabre/DAV/Property/SupportedMethodSetTest.php | 56 ++++
.../Sabre/DAV/Property/SupportedReportSetTest.php | 22 +-
tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php | 13 +-
tests/Sabre/DAVACL/AllowAccessTest.php | 37 ---
tests/Sabre/DAVACL/BlockAccessTest.php | 36 +--
tests/Sabre/DAVACL/PluginPropertiesTest.php | 300 ++++++++-----------
tests/Sabre/DAVServerTest.php | 14 -
tests/bootstrap.php | 9 +-
30 files changed, 1075 insertions(+), 776 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