[Pkg-owncloud-commits] [php-sabredav] branch upstream-1.7 updated (7def873 -> 301cb03)

David Prévot taffit at moszumanska.debian.org
Tue May 20 17:19:44 UTC 2014


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

taffit pushed a change to branch upstream-1.7
in repository php-sabredav.

      from  7def873   Imported Upstream version 1.7.11+dfsg
      adds  ce5d123   Missing note about sabre/vobject.
       new  22ce796   Correctly disabling the external entity loader.
       new  cf6c929   Restoring xml entity loader setting.
       new  472b358   Fix for #422 on the 1.7.
       new  7439712   Possibly a fix for the debian issue. See #425.
       new  1064224   Fix for #427: Preconditions checking for http delete.
       new  4ec2eb1   Bumped vobject 3.x test to 3.2
       new  2cb248d   Remove debug setting
       new  0064e1c   Less output
       new  39ae2a1   Switching to the dev-master version of sabre/vobject
       new  1d7288a   Ensuring that If: with an etag does not error on a collection.
       new  3253ebf   Updated link to open source license
       new  d5bce3a   Updated url in browser plugin
       new  8542b5c   Fix for ticket #393.
       new  2f69947   Removing rfc docs. Kind of unneeded and just adds space.
       new  48444bd   Added proof for #439.
       new  2c07d4d   Fixed the implementation of PATCH so it makes sense again. #439.
       new  41fc40d   Updated changelog
       new  ad2dc53   More bugfixes for #439.
       new  20d3e64   Merge branch '1.7' of github.com:fruux/sabre-dav into 1.7
       new  14ca305   Preparing for release.
       new  301cb03   Imported Upstream version 1.7.12

The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |   5 +-
 ChangeLog                                          |  16 +
 composer.json                                      |   4 +-
 lib/Sabre/CalDAV/Backend/Abstract.php              |   2 +-
 lib/Sabre/CalDAV/Backend/BackendInterface.php      |   2 +-
 lib/Sabre/CalDAV/Backend/NotificationSupport.php   |   2 +-
 lib/Sabre/CalDAV/Backend/PDO.php                   |   2 +-
 lib/Sabre/CalDAV/Backend/SharingSupport.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                        |   2 +-
 lib/Sabre/CalDAV/Principal/Collection.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                 |   2 +-
 lib/Sabre/CalDAV/UserCalendars.php                 |   2 +-
 lib/Sabre/CalDAV/Version.php                       |   2 +-
 lib/Sabre/CalDAV/includes.php                      |   2 +-
 lib/Sabre/CardDAV/AddressBook.php                  |   2 +-
 lib/Sabre/CardDAV/AddressBookQueryParser.php       |   2 +-
 lib/Sabre/CardDAV/AddressBookRoot.php              |   2 +-
 lib/Sabre/CardDAV/Backend/Abstract.php             |   2 +-
 lib/Sabre/CardDAV/Backend/PDO.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/CardDAV/Version.php                      |   2 +-
 lib/Sabre/CardDAV/includes.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/File.php                |   2 +-
 lib/Sabre/DAV/Auth/Backend/PDO.php                 |   2 +-
 lib/Sabre/DAV/Auth/IBackend.php                    |   2 +-
 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                   |   4 +-
 lib/Sabre/DAV/Client.php                           |   2 +-
 lib/Sabre/DAV/Collection.php                       |   2 +-
 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        |   2 +-
 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 +-
 .../{NotImplemented.php => LengthRequired.php}     |  11 +-
 .../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/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                       |  52 ++-
 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/INode.php                            |   2 +-
 lib/Sabre/DAV/IProperties.php                      |   2 +-
 lib/Sabre/DAV/IQuota.php                           |   2 +-
 lib/Sabre/DAV/Locks/Backend/Abstract.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                     |   4 +-
 lib/Sabre/DAV/Node.php                             |   2 +-
 lib/Sabre/DAV/ObjectTree.php                       |   2 +-
 lib/Sabre/DAV/PartialUpdate/IFile.php              |   7 +-
 .../PartialUpdate/{IFile.php => IPatchSupport.php} |  26 +-
 lib/Sabre/DAV/PartialUpdate/Plugin.php             | 108 ++++---
 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                           |  11 +-
 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/TemporaryFileFilterPlugin.php        |   2 +-
 lib/Sabre/DAV/Tree.php                             |   2 +-
 lib/Sabre/DAV/Tree/Filesystem.php                  |   2 +-
 lib/Sabre/DAV/URLUtil.php                          |   2 +-
 lib/Sabre/DAV/UUIDUtil.php                         |   2 +-
 lib/Sabre/DAV/Version.php                          |   4 +-
 lib/Sabre/DAV/XMLUtil.php                          |   4 +-
 lib/Sabre/DAV/includes.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/IPrincipalBackend.php             |   2 +-
 lib/Sabre/DAVACL/Plugin.php                        |   2 +-
 lib/Sabre/DAVACL/Principal.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/DAVACL/Version.php                       |   2 +-
 lib/Sabre/DAVACL/includes.php                      |   2 +-
 lib/Sabre/HTTP/AWSAuth.php                         |   2 +-
 lib/Sabre/HTTP/AbstractAuth.php                    |   2 +-
 lib/Sabre/HTTP/BasicAuth.php                       |   2 +-
 lib/Sabre/HTTP/DigestAuth.php                      |   2 +-
 lib/Sabre/HTTP/Request.php                         |   2 +-
 lib/Sabre/HTTP/Response.php                        |   2 +-
 lib/Sabre/HTTP/Util.php                            |   2 +-
 lib/Sabre/HTTP/Version.php                         |   2 +-
 lib/Sabre/HTTP/includes.php                        |   2 +-
 lib/Sabre/autoload.php                             |   2 +-
 tests/Sabre/DAV/FSExt/FileTest.php                 |   8 +-
 tests/Sabre/DAV/HttpDeleteTest.php                 | 144 +++++++++
 tests/Sabre/DAV/HttpPutTest.php                    | 357 +++++++++++++++++++++
 tests/Sabre/DAV/Locks/PluginTest.php               |  16 +
 tests/Sabre/DAV/Mock/Collection.php                | 160 +++++++++
 tests/Sabre/DAV/Mock/File.php                      | 126 ++++++++
 tests/Sabre/DAV/PartialUpdate/PluginTest.php       |  24 +-
 .../Sabre/DAV/PartialUpdate/SpecificationTest.php  |  83 +++++
 tests/Sabre/DAV/ServerFinderBlockTest.php          |  50 ---
 tests/Sabre/DAV/ServerSimpleTest.php               | 142 --------
 tests/Sabre/DAVServerTest.php                      |  11 +-
 tests/bootstrap.php                                |   3 +-
 tests/composer.vobject3.json                       |   6 +-
 187 files changed, 1260 insertions(+), 448 deletions(-)
 copy lib/Sabre/DAV/Exception/{NotImplemented.php => LengthRequired.php} (53%)
 copy lib/Sabre/DAV/PartialUpdate/{IFile.php => IPatchSupport.php} (53%)
 create mode 100644 tests/Sabre/DAV/HttpDeleteTest.php
 create mode 100644 tests/Sabre/DAV/HttpPutTest.php
 create mode 100644 tests/Sabre/DAV/Mock/Collection.php
 create mode 100644 tests/Sabre/DAV/Mock/File.php
 create mode 100644 tests/Sabre/DAV/PartialUpdate/SpecificationTest.php
 delete mode 100644 tests/Sabre/DAV/ServerFinderBlockTest.php

-- 
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