[Pkg-owncloud-commits] [php-sabredav] 01/04: Imported Upstream version 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 0689530021a88f4f50d514e8076b52c4496a1030
Merge: 6a96f12 782055b
Author: David Prévot <taffit at debian.org>
Date:   Sat Sep 5 11:31:40 2015 -0400

    Imported Upstream version 3.1.0~alpha2

 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