[Pkg-owncloud-commits] [php-sabredav] 64/66: Merge tag 'upstream/1.9.0_alpha2+dfsg'

David Prévot taffit at moszumanska.debian.org
Sat Jan 18 20:08:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit e096c5661136e2bf2f4e1bfecee2888905183965
Merge: 5e78b09 83bbf3c
Author: David Prévot <taffit at debian.org>
Date:   Sat Jan 18 15:19:10 2014 -0400

    Merge tag 'upstream/1.9.0_alpha2+dfsg'
    
    Upstream version 1.9.0~alpha2+dfsg
    
    # gpg: Signature faite le sam. 18 janv. 2014 15:19:06 AST
    # gpg:                avec la clef RSA 058C1CF944F6BD3C
    # gpg: Bonne signature de « David Prévot <david at tilapin.org> »
    # gpg:                 alias « David Prévot <davidp at altern.org> »
    # gpg:                 alias « David Prévot <davidp at no-log.org> »
    # gpg:                 alias « David Prévot <taffit at debian.org> »
    # gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
    # gpg:             Rien n'indique que la signature appartient à son propriétaire.
    # Empreinte de clef principale : AE14 AD01 426D 2BFB 82EF  7E1E B82A 217A FDFE 09F2
    #    Empreinte de la sous-clef : 7875 4D07 BC09 5C74 48F7  8D66 058C 1CF9 44F6 BD3C

 .travis.yml                                        |   5 +
 ChangeLog                                          |  27 +-
 LICENSE                                            |   2 +-
 build.xml                                          |   4 +-
 composer.json                                      |   2 +-
 composer.lock                                      |  21 +-
 examples/calendarserver.php                        |  31 +-
 lib/Sabre/CalDAV/Backend/AbstractBackend.php       |   2 +-
 lib/Sabre/CalDAV/Backend/BackendInterface.php      |   2 +-
 lib/Sabre/CalDAV/Backend/NotificationSupport.php   |   2 +-
 lib/Sabre/CalDAV/Backend/PDO.php                   |  26 +-
 lib/Sabre/CalDAV/Backend/SharingSupport.php        |   2 +-
 lib/Sabre/CalDAV/Backend/SubscriptionSupport.php   |   2 +-
 lib/Sabre/CalDAV/Backend/SyncSupport.php           |   2 +-
 lib/Sabre/CalDAV/Calendar.php                      |   2 +-
 lib/Sabre/CalDAV/CalendarObject.php                |   2 +-
 lib/Sabre/CalDAV/CalendarQueryParser.php           |   2 +-
 lib/Sabre/CalDAV/CalendarQueryValidator.php        |   2 +-
 lib/Sabre/CalDAV/CalendarRootNode.php              |   2 +-
 .../CalDAV/Exception/InvalidComponentType.php      |   2 +-
 lib/Sabre/CalDAV/ICSExportPlugin.php               |   2 +-
 lib/Sabre/CalDAV/ICalendar.php                     |   2 +-
 lib/Sabre/CalDAV/ICalendarObject.php               |   2 +-
 lib/Sabre/CalDAV/IShareableCalendar.php            |   2 +-
 lib/Sabre/CalDAV/ISharedCalendar.php               |   2 +-
 lib/Sabre/CalDAV/Notifications/Collection.php      |   2 +-
 lib/Sabre/CalDAV/Notifications/ICollection.php     |   2 +-
 lib/Sabre/CalDAV/Notifications/INode.php           |   2 +-
 .../CalDAV/Notifications/INotificationType.php     |   2 +-
 lib/Sabre/CalDAV/Notifications/Node.php            |   2 +-
 .../CalDAV/Notifications/Notification/Invite.php   |   2 +-
 .../Notifications/Notification/InviteReply.php     |   2 +-
 .../Notifications/Notification/SystemStatus.php    |   2 +-
 lib/Sabre/CalDAV/Plugin.php                        |   8 +-
 lib/Sabre/CalDAV/Principal/Collection.php          |   2 +-
 lib/Sabre/CalDAV/Principal/IProxyRead.php          |   2 +-
 lib/Sabre/CalDAV/Principal/IProxyWrite.php         |   2 +-
 lib/Sabre/CalDAV/Principal/ProxyRead.php           |   2 +-
 lib/Sabre/CalDAV/Principal/ProxyWrite.php          |   2 +-
 lib/Sabre/CalDAV/Principal/User.php                |   2 +-
 lib/Sabre/CalDAV/Property/AllowedSharingModes.php  |   2 +-
 lib/Sabre/CalDAV/Property/Invite.php               |   2 +-
 .../CalDAV/Property/ScheduleCalendarTransp.php     |   2 +-
 .../Property/SupportedCalendarComponentSet.php     |   2 +-
 .../CalDAV/Property/SupportedCalendarData.php      |   2 +-
 .../CalDAV/Property/SupportedCollationSet.php      |   2 +-
 lib/Sabre/CalDAV/Schedule/IMip.php                 |   2 +-
 lib/Sabre/CalDAV/Schedule/IOutbox.php              |   2 +-
 lib/Sabre/CalDAV/Schedule/Outbox.php               |   2 +-
 lib/Sabre/CalDAV/ShareableCalendar.php             |   2 +-
 lib/Sabre/CalDAV/SharedCalendar.php                |   2 +-
 lib/Sabre/CalDAV/SharingPlugin.php                 |   4 +-
 lib/Sabre/CalDAV/Subscriptions/ISubscription.php   |   2 +-
 lib/Sabre/CalDAV/Subscriptions/Plugin.php          |   2 +-
 lib/Sabre/CalDAV/Subscriptions/Subscription.php    |   2 +-
 lib/Sabre/CalDAV/UserCalendars.php                 |   4 +-
 lib/Sabre/CardDAV/AddressBook.php                  |   2 +-
 lib/Sabre/CardDAV/AddressBookQueryParser.php       |   2 +-
 lib/Sabre/CardDAV/AddressBookRoot.php              |   2 +-
 lib/Sabre/CardDAV/Backend/AbstractBackend.php      |   2 +-
 lib/Sabre/CardDAV/Backend/BackendInterface.php     |   2 +-
 lib/Sabre/CardDAV/Backend/PDO.php                  |   8 +-
 lib/Sabre/CardDAV/Backend/SyncSupport.php          |   2 +-
 lib/Sabre/CardDAV/Card.php                         |   2 +-
 lib/Sabre/CardDAV/IAddressBook.php                 |   2 +-
 lib/Sabre/CardDAV/ICard.php                        |   2 +-
 lib/Sabre/CardDAV/IDirectory.php                   |   2 +-
 lib/Sabre/CardDAV/Plugin.php                       |   2 +-
 .../CardDAV/Property/SupportedAddressData.php      |   2 +-
 lib/Sabre/CardDAV/UserAddressBooks.php             |   2 +-
 lib/Sabre/CardDAV/VCFExportPlugin.php              |   2 +-
 lib/Sabre/DAV/Auth/Backend/AbstractBasic.php       |   2 +-
 lib/Sabre/DAV/Auth/Backend/AbstractDigest.php      |   2 +-
 lib/Sabre/DAV/Auth/Backend/Apache.php              |   2 +-
 lib/Sabre/DAV/Auth/Backend/BackendInterface.php    |   2 +-
 lib/Sabre/DAV/Auth/Backend/BasicCallBack.php       |   2 +-
 lib/Sabre/DAV/Auth/Backend/File.php                |   2 +-
 lib/Sabre/DAV/Auth/Backend/PDO.php                 |  14 +-
 lib/Sabre/DAV/Auth/Plugin.php                      |   2 +-
 lib/Sabre/DAV/Browser/GuessContentType.php         |   2 +-
 lib/Sabre/DAV/Browser/MapGetToPropFind.php         |   2 +-
 lib/Sabre/DAV/Browser/Plugin.php                   |  20 +-
 lib/Sabre/DAV/Client.php                           |   6 +-
 lib/Sabre/DAV/Collection.php                       |   2 +-
 lib/Sabre/DAV/CorePlugin.php                       |  16 +-
 lib/Sabre/DAV/Exception.php                        |   2 +-
 lib/Sabre/DAV/Exception/BadRequest.php             |   2 +-
 lib/Sabre/DAV/Exception/Conflict.php               |   2 +-
 lib/Sabre/DAV/Exception/ConflictingLock.php        |   3 +-
 lib/Sabre/DAV/Exception/FileNotFound.php           |   2 +-
 lib/Sabre/DAV/Exception/Forbidden.php              |   2 +-
 lib/Sabre/DAV/Exception/InsufficientStorage.php    |   2 +-
 lib/Sabre/DAV/Exception/InvalidResourceType.php    |   2 +-
 lib/Sabre/DAV/Exception/InvalidSyncToken.php       |   2 +-
 .../DAV/Exception/LockTokenMatchesRequestUri.php   |   2 +-
 lib/Sabre/DAV/Exception/Locked.php                 |   2 +-
 lib/Sabre/DAV/Exception/MethodNotAllowed.php       |   2 +-
 lib/Sabre/DAV/Exception/NotAuthenticated.php       |   2 +-
 lib/Sabre/DAV/Exception/NotFound.php               |   2 +-
 lib/Sabre/DAV/Exception/NotImplemented.php         |   2 +-
 lib/Sabre/DAV/Exception/PaymentRequired.php        |   2 +-
 lib/Sabre/DAV/Exception/PreconditionFailed.php     |   2 +-
 lib/Sabre/DAV/Exception/ReportNotSupported.php     |   2 +-
 .../DAV/Exception/RequestedRangeNotSatisfiable.php |   2 +-
 lib/Sabre/DAV/Exception/ServiceUnavailable.php     |   2 +-
 lib/Sabre/DAV/Exception/TooMuchMatches.php         |   2 +-
 lib/Sabre/DAV/Exception/UnsupportedMediaType.php   |   2 +-
 lib/Sabre/DAV/FS/Directory.php                     |   2 +-
 lib/Sabre/DAV/FS/File.php                          |   2 +-
 lib/Sabre/DAV/FS/Node.php                          |   2 +-
 lib/Sabre/DAV/FSExt/Directory.php                  |   2 +-
 lib/Sabre/DAV/FSExt/File.php                       |   2 +-
 lib/Sabre/DAV/FSExt/Node.php                       |   2 +-
 lib/Sabre/DAV/File.php                             |   2 +-
 lib/Sabre/DAV/ICollection.php                      |   2 +-
 lib/Sabre/DAV/IExtendedCollection.php              |   2 +-
 lib/Sabre/DAV/IFile.php                            |   2 +-
 lib/Sabre/DAV/IMultiGet.php                        |   2 +-
 lib/Sabre/DAV/INode.php                            |   2 +-
 lib/Sabre/DAV/IProperties.php                      |   2 +-
 lib/Sabre/DAV/IQuota.php                           |   2 +-
 lib/Sabre/DAV/Locks/Backend/AbstractBackend.php    |   2 +-
 lib/Sabre/DAV/Locks/Backend/BackendInterface.php   |   2 +-
 lib/Sabre/DAV/Locks/Backend/FS.php                 |   2 +-
 lib/Sabre/DAV/Locks/Backend/File.php               |   2 +-
 lib/Sabre/DAV/Locks/Backend/PDO.php                |   2 +-
 lib/Sabre/DAV/Locks/LockInfo.php                   |   2 +-
 lib/Sabre/DAV/Locks/Plugin.php                     |   6 +-
 lib/Sabre/DAV/Mount/Plugin.php                     |   2 +-
 lib/Sabre/DAV/Node.php                             |   2 +-
 lib/Sabre/DAV/ObjectTree.php                       |   2 +-
 lib/Sabre/DAV/PartialUpdate/IFile.php              |   2 +-
 lib/Sabre/DAV/PartialUpdate/Plugin.php             |   4 +-
 lib/Sabre/DAV/Property.php                         |   2 +-
 lib/Sabre/DAV/Property/GetLastModified.php         |   2 +-
 lib/Sabre/DAV/Property/Href.php                    |   2 +-
 lib/Sabre/DAV/Property/HrefList.php                |   2 +-
 lib/Sabre/DAV/Property/IHref.php                   |   2 +-
 lib/Sabre/DAV/Property/LockDiscovery.php           |   2 +-
 lib/Sabre/DAV/Property/ResourceType.php            |   2 +-
 lib/Sabre/DAV/Property/Response.php                |   2 +-
 lib/Sabre/DAV/Property/ResponseList.php            |   2 +-
 lib/Sabre/DAV/Property/SupportedLock.php           |   2 +-
 lib/Sabre/DAV/Property/SupportedReportSet.php      |   2 +-
 lib/Sabre/DAV/PropertyInterface.php                |   2 +-
 lib/Sabre/DAV/Server.php                           |  52 +-
 lib/Sabre/DAV/ServerPlugin.php                     |   2 +-
 lib/Sabre/DAV/SimpleCollection.php                 |   2 +-
 lib/Sabre/DAV/SimpleFile.php                       |   2 +-
 lib/Sabre/DAV/StringUtil.php                       |   2 +-
 lib/Sabre/DAV/Sync/ISyncCollection.php             |   2 +-
 lib/Sabre/DAV/Sync/Plugin.php                      |   4 +-
 lib/Sabre/DAV/TemporaryFileFilterPlugin.php        |   4 +-
 lib/Sabre/DAV/Tree.php                             |   2 +-
 lib/Sabre/DAV/Tree/Filesystem.php                  |   2 +-
 lib/Sabre/DAV/URLUtil.php                          |   3 +-
 lib/Sabre/DAV/UUIDUtil.php                         |   2 +-
 lib/Sabre/DAV/Version.php                          |   4 +-
 lib/Sabre/DAV/XMLUtil.php                          |   2 +-
 lib/Sabre/DAVACL/AbstractPrincipalCollection.php   |   2 +-
 lib/Sabre/DAVACL/Exception/AceConflict.php         |   2 +-
 lib/Sabre/DAVACL/Exception/NeedPrivileges.php      |   2 +-
 lib/Sabre/DAVACL/Exception/NoAbstract.php          |   2 +-
 .../DAVACL/Exception/NotRecognizedPrincipal.php    |   2 +-
 .../DAVACL/Exception/NotSupportedPrivilege.php     |   2 +-
 lib/Sabre/DAVACL/IACL.php                          |   2 +-
 lib/Sabre/DAVACL/IPrincipal.php                    |   2 +-
 lib/Sabre/DAVACL/IPrincipalCollection.php          |   2 +-
 lib/Sabre/DAVACL/Plugin.php                        |  65 +-
 lib/Sabre/DAVACL/Principal.php                     |   2 +-
 .../DAVACL/PrincipalBackend/AbstractBackend.php    |   2 +-
 .../DAVACL/PrincipalBackend/BackendInterface.php   |   2 +-
 lib/Sabre/DAVACL/PrincipalBackend/PDO.php          |   2 +-
 lib/Sabre/DAVACL/PrincipalCollection.php           |   2 +-
 lib/Sabre/DAVACL/Property/Acl.php                  |   2 +-
 lib/Sabre/DAVACL/Property/AclRestrictions.php      |   2 +-
 .../DAVACL/Property/CurrentUserPrivilegeSet.php    |   2 +-
 lib/Sabre/DAVACL/Property/Principal.php            |   2 +-
 .../DAVACL/Property/SupportedPrivilegeSet.php      |   2 +-
 lib/Sabre/autoload.php                             |   2 +-
 .../CalDAV/Backend/MockSubscriptionSupport.php     |   2 +-
 .../CalDAV/ExpandEventsDTSTARTandDTENDTest.php     |   4 +-
 .../ExpandEventsDTSTARTandDTENDbyDayTest.php       |   5 +-
 .../Sabre/CalDAV/ExpandEventsDoubleEventsTest.php  |   4 +-
 tests/Sabre/CalDAV/FreeBusyReportTest.php          |   6 +-
 tests/Sabre/CalDAV/FreeBusyRequestTest.php         |  26 +-
 tests/Sabre/CalDAV/GetEventsByTimerangeTest.php    |   5 +-
 tests/Sabre/CalDAV/ICSExportPluginTest.php         |  57 +-
 tests/Sabre/CalDAV/Issue203Test.php                |   5 +-
 tests/Sabre/CalDAV/Issue205Test.php                |   5 +-
 tests/Sabre/CalDAV/Issue211Test.php                |   5 +-
 tests/Sabre/CalDAV/Issue220Test.php                |   7 +-
 tests/Sabre/CalDAV/Issue228Test.php                |   4 +-
 tests/Sabre/CalDAV/OutboxPostTest.php              |  50 +-
 tests/Sabre/CalDAV/PluginTest.php                  |  75 +-
 tests/Sabre/CalDAV/Schedule/IMip/Mock.php          |   6 +-
 tests/Sabre/CalDAV/SharingPluginTest.php           |  52 +-
 tests/Sabre/CalDAV/ValidateICalTest.php            |  53 +-
 tests/Sabre/CardDAV/AbstractPluginTest.php         |   2 +
 tests/Sabre/CardDAV/AddressBookQueryTest.php       |  16 +-
 tests/Sabre/CardDAV/MultiGetTest.php               |   4 +-
 tests/Sabre/CardDAV/SogoStripContentTypeTest.php   |   2 +-
 tests/Sabre/CardDAV/VCFExportTest.php              |   4 +-
 tests/Sabre/CardDAV/ValidateVCardTest.php          |  25 +-
 tests/Sabre/DAV/AbstractServer.php                 |   3 +-
 tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php |   4 +-
 .../Sabre/DAV/Auth/Backend/AbstractDigestTest.php  |  10 +-
 tests/Sabre/DAV/Auth/Backend/ApacheTest.php        |   2 +-
 tests/Sabre/DAV/Auth/Backend/BasicCallBackTest.php |   4 +-
 tests/Sabre/DAV/Auth/PluginTest.php                |   5 +-
 tests/Sabre/DAV/Browser/MapGetToPropFindTest.php   |   4 +-
 tests/Sabre/DAV/Browser/PluginTest.php             |  20 +-
 tests/Sabre/DAV/ClientTest.php                     | 947 ---------------------
 tests/Sabre/DAV/FSExt/ServerTest.php               |  36 +-
 tests/Sabre/DAV/GetIfConditionsTest.php            |  20 +-
 tests/Sabre/DAV/HTTPPreferParsingTest.php          |  20 +-
 tests/Sabre/DAV/Issue33Test.php                    |   5 +-
 tests/Sabre/DAV/Locks/MSWordTest.php               |  13 +-
 tests/Sabre/DAV/Locks/PluginTest.php               | 157 ++--
 tests/Sabre/DAV/Mount/PluginTest.php               |   8 +-
 tests/Sabre/DAV/PartialUpdate/PluginTest.php       |  20 +-
 .../Sabre/DAV/Property/SupportedReportSetTest.php  |   6 +-
 tests/Sabre/DAV/ServerCopyMoveTest.php             |  41 +-
 tests/Sabre/DAV/ServerEventsTest.php               |   4 +-
 tests/Sabre/DAV/ServerFinderBlockTest.php          |   8 +-
 tests/Sabre/DAV/ServerMKCOLTest.php                |  52 +-
 tests/Sabre/DAV/ServerPluginTest.php               |   4 +-
 tests/Sabre/DAV/ServerPreconditionTest.php         |  44 +-
 ...psTest.php => ServerPropsInfiniteDepthTest.php} |  48 +-
 tests/Sabre/DAV/ServerPropsTest.php                |   8 +-
 tests/Sabre/DAV/ServerRangeTest.php                |  36 +-
 tests/Sabre/DAV/ServerSimpleTest.php               | 100 +--
 tests/Sabre/DAV/Sync/MockSyncCollection.php        |   2 +-
 tests/Sabre/DAV/Sync/PluginTest.php                |  52 +-
 tests/Sabre/DAV/TemporaryFileFilterTest.php        |  42 +-
 tests/Sabre/DAV/URLUtilTest.php                    | 131 ---
 tests/Sabre/DAVACL/ExpandPropertiesTest.php        |  17 +-
 tests/Sabre/DAVACL/PluginAdminTest.php             |  10 +-
 tests/Sabre/DAVACL/PrincipalPropertySearchTest.php |  17 +-
 .../DAVACL/PrincipalSearchPropertySetTest.php      |  13 +-
 tests/Sabre/DAVServerTest.php                      |   7 +-
 tests/Sabre/HTTP/ResponseMock.php                  |  11 +-
 .../Sabre/HTTP/{ResponseMock.php => SapiMock.php}  |  13 +-
 tests/bootstrap.php                                |   5 +-
 tests/composer.vobject3.json                       |  51 --
 vendor/autoload.php                                |   2 +-
 vendor/composer/ClassLoader.php                    | 186 +++-
 vendor/composer/autoload_classmap.php              |   1 +
 vendor/composer/autoload_psr4.php                  |   9 +
 vendor/composer/autoload_real.php                  |  11 +-
 vendor/composer/installed.json                     | 115 +--
 vendor/sabre/http/.travis.yml                      |   9 +-
 vendor/sabre/http/ChangeLog                        |  27 +
 vendor/sabre/http/LICENSE                          |   2 +-
 vendor/sabre/http/README.md                        | 159 +++-
 vendor/sabre/http/bin/EMPTY                        |   0
 vendor/sabre/http/composer.json                    |   6 +
 vendor/sabre/http/examples/asyncclient.php         |  68 ++
 vendor/sabre/http/examples/client.php              |  11 +-
 vendor/sabre/http/examples/reverseproxy.php        |  10 +-
 vendor/sabre/http/examples/stringify.php           |  55 ++
 vendor/sabre/http/lib/Sabre/HTTP/Auth/AWS.php      |   2 +-
 .../http/lib/Sabre/HTTP/Auth/AbstractAuth.php      |   2 +-
 vendor/sabre/http/lib/Sabre/HTTP/Auth/Basic.php    |   2 +-
 vendor/sabre/http/lib/Sabre/HTTP/Auth/Digest.php   |   2 +-
 vendor/sabre/http/lib/Sabre/HTTP/Client.php        | 319 ++++++-
 .../sabre/http/lib/Sabre/HTTP/ClientException.php  |   2 +-
 .../http/lib/Sabre/HTTP/ClientHttpException.php    |  11 +-
 vendor/sabre/http/lib/Sabre/HTTP/HttpException.php |   2 +-
 vendor/sabre/http/lib/Sabre/HTTP/Message.php       |  82 +-
 .../http/lib/Sabre/HTTP/MessageDecoratorTrait.php  |  42 +-
 .../sabre/http/lib/Sabre/HTTP/MessageInterface.php |  37 +-
 vendor/sabre/http/lib/Sabre/HTTP/Request.php       | 146 +---
 .../sabre/http/lib/Sabre/HTTP/RequestDecorator.php |  15 +-
 .../sabre/http/lib/Sabre/HTTP/RequestInterface.php |   2 +-
 vendor/sabre/http/lib/Sabre/HTTP/Response.php      |  64 +-
 .../http/lib/Sabre/HTTP/ResponseDecorator.php      |  33 +-
 .../http/lib/Sabre/HTTP/ResponseInterface.php      |  23 +-
 vendor/sabre/http/lib/Sabre/HTTP/Sapi.php          | 169 ++++
 vendor/sabre/http/lib/Sabre/HTTP/URLUtil.php       |   6 +-
 vendor/sabre/http/lib/Sabre/HTTP/Util.php          |  17 +-
 vendor/sabre/http/lib/Sabre/HTTP/Version.php       |   4 +-
 .../sabre/http/tests/Sabre/HTTP/Auth/BasicTest.php |   2 +-
 vendor/sabre/http/tests/Sabre/HTTP/ClientTest.php  | 532 ++++++------
 .../http/tests/Sabre/HTTP/MessageDecoratorTest.php |   8 +-
 vendor/sabre/http/tests/Sabre/HTTP/MessageTest.php |  35 +-
 .../http/tests/Sabre/HTTP/RequestDecoratorTest.php |  10 +
 vendor/sabre/http/tests/Sabre/HTTP/RequestTest.php |  96 +--
 .../tests/Sabre/HTTP/ResponseDecoratorTest.php     |  25 +-
 .../sabre/http/tests/Sabre/HTTP/ResponseTest.php   |  54 +-
 vendor/sabre/http/tests/Sabre/HTTP/SapiTest.php    | 117 +++
 vendor/sabre/http/tests/Sabre/HTTP/URLUtilTest.php |   4 +-
 292 files changed, 2690 insertions(+), 2923 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