[Pkg-owncloud-commits] [php-sabredav] 02/04: Merge tag 'upstream/3.1.0_alpha2'
David Prévot
taffit at moszumanska.debian.org
Sat Sep 5 16:43:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 32f7e5c4a40c286cc0195f229cf034dcbd8d4907
Merge: 80e9150 0689530
Author: David Prévot <taffit at debian.org>
Date: Sat Sep 5 11:31:52 2015 -0400
Merge tag 'upstream/3.1.0_alpha2'
Upstream version 3.1.0~alpha2
# gpg: Signature made sam. 05 sept. 2015 11:31:41 AST
# gpg: using RSA key 058C1CF944F6BD3C
# gpg: Good signature from "David Prévot <david at tilapin.org>"
# gpg: aka "David Prévot <davidp at altern.org>"
# gpg: aka "David Prévot <davidp at no-log.org>"
# gpg: aka "David Prévot <taffit at debian.org>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: AE14 AD01 426D 2BFB 82EF 7E1E B82A 217A FDFE 09F2
# Subkey fingerprint: 7875 4D07 BC09 5C74 48F7 8D66 058C 1CF9 44F6 BD3C
CHANGELOG.md | 80 +++++++++++-
composer.json | 4 +-
examples/addressbookserver.php | 2 +-
examples/calendarserver.php | 2 +-
examples/fileserver.php | 2 +-
examples/groupwareserver.php | 2 +-
examples/simplefsserver.php | 123 ------------------
lib/CalDAV/Backend/AbstractBackend.php | 7 +-
lib/CalDAV/Backend/PDO.php | 3 +
lib/CalDAV/Calendar.php | 1 +
lib/CalDAV/ICSExportPlugin.php | 9 +-
lib/CalDAV/Notifications/Plugin.php | 2 +
lib/CalDAV/Plugin.php | 23 +++-
lib/CalDAV/Schedule/IMipPlugin.php | 2 +-
lib/CalDAV/Schedule/Inbox.php | 16 +--
lib/CalDAV/Schedule/Plugin.php | 140 +++++++++++++++------
lib/CalDAV/Subscriptions/Plugin.php | 2 +
lib/CalDAV/Xml/Notification/InviteReply.php | 2 +
.../Xml/Property/SupportedCalendarComponentSet.php | 7 +-
lib/CardDAV/AddressBook.php | 1 +
lib/CardDAV/Plugin.php | 35 +++++-
lib/CardDAV/VCFExportPlugin.php | 7 +-
lib/DAV/Auth/Backend/AbstractBasic.php | 4 +-
lib/DAV/Auth/Backend/AbstractDigest.php | 4 +-
lib/DAV/Auth/Backend/Apache.php | 2 +-
lib/DAV/Auth/Backend/BackendInterface.php | 2 +-
lib/DAV/Auth/Plugin.php | 17 +++
lib/DAV/Browser/Plugin.php | 19 ++-
lib/DAV/Client.php | 7 ++
lib/DAV/Collection.php | 2 +-
lib/DAV/CorePlugin.php | 11 +-
lib/DAV/IMultiGet.php | 1 +
lib/DAV/Locks/Backend/PDO.php | 2 +-
lib/DAV/Locks/Plugin.php | 1 +
lib/DAV/Mount/Plugin.php | 1 +
lib/DAV/PropPatch.php | 9 +-
lib/DAV/PropertyStorage/Backend/PDO.php | 19 ++-
lib/DAV/Server.php | 21 +++-
lib/DAV/Sync/Plugin.php | 3 +-
lib/DAV/Version.php | 2 +-
lib/DAV/Xml/Element/Prop.php | 1 +
lib/DAV/Xml/Element/Response.php | 39 ++++++
lib/DAV/Xml/Request/PropPatch.php | 8 +-
lib/DAV/Xml/Response/MultiStatus.php | 1 +
lib/DAV/Xml/Service.php | 1 -
lib/DAVACL/AbstractPrincipalCollection.php | 1 +
lib/DAVACL/Xml/Property/Acl.php | 2 +-
.../Xml/Property/CurrentUserPrivilegeSet.php | 1 +
tests/Sabre/CalDAV/GetEventsByTimerangeTest.php | 24 ++--
tests/Sabre/CalDAV/PluginTest.php | 1 +
tests/Sabre/CalDAV/Schedule/InboxTest.php | 55 ++++----
.../Sabre/CalDAV/Schedule/PluginPropertiesTest.php | 67 +++++++---
.../Property/SupportedCalendarComponentSetTest.php | 107 ++++++++++++++++
tests/Sabre/DAV/HttpGetTest.php | 43 +------
tests/Sabre/DAV/HttpHeadTest.php | 97 ++++++++++++++
tests/Sabre/DAV/HttpMoveTest.php | 119 ++++++++++++++++++
tests/Sabre/DAV/HttpPutTest.php | 2 +-
tests/Sabre/DAV/Locks/PluginTest.php | 11 +-
tests/Sabre/DAV/Mock/Collection.php | 44 +++----
tests/Sabre/DAV/Mock/File.php | 24 ++--
tests/Sabre/DAV/Mock/PropertiesCollection.php | 20 ++-
tests/Sabre/DAV/Mock/StreamingFile.php | 4 +-
tests/Sabre/DAV/ServerCopyMoveTest.php | 68 ----------
tests/Sabre/DAV/Xml/Element/ResponseTest.php | 67 ++++++++++
tests/Sabre/DAV/Xml/Request/PropPatchTest.php | 16 ++-
tests/Sabre/DAVServerTest.php | 35 ++++--
66 files changed, 994 insertions(+), 463 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