[Pkg-owncloud-commits] [php-sabredav] branch upstream updated (9abd750 -> 83bbf3c)
David Prévot
taffit at moszumanska.debian.org
Sat Jan 18 20:08:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch upstream
in repository php-sabredav.
from 9abd750 Imported Upstream version 1.9.0~alpha1+dfsg
adds 05ee383 Set release date.
adds bf23795 Merge branch '1.7' into 1.8
adds 0acbb75 Added sabre/vobject note.
adds 09074ac Merge branch '1.7' into 1.8
adds 41c750d Set release date.
new 4d169b3 Merge branch '1.8'
new c4aabb7 Fixed autoloader optimizing.
new d171b54 This file doesn't belong in dev-master.
new 5400736 Bumped version for next release.
new 7d28677 remove leading backslash to be compliant with addressbookserver.php example
new 432b8e8 Merge pull request #375 from doc75/fix_example
new da7ba3c Fixed typo in comment
new b038659 Merge pull request #378 from janpieper/fix-typo-in-comment
new 25b9881 Column 'username' is not needed for getting the digest
new a8ba6eb Merge pull request #379 from janpieper/drop-not-needed-column-from-query
new 5fe1416 Replaced hardcoded table names with class variables
new cd522d6 Merge pull request #380 from janpieper/use-table-name-variables
new da2c723 Removed confusing comment
new f4ac966 Merge pull request #381 from janpieper/remove-confusing-comment
new cd6febe Removed var_dump() for cases if $this->lock is not an object
new b949350 Merge pull request #384 from janpieper/remove-var-dump-from-exception
new 40995b0 Fixed typo in comment
new 2f647cb Merge pull request #385 from janpieper/fix-typo-in-comment
new b46af99 Merge branch 'master' of github.com:fruux/sabre-dav
new 156845d Browser tweaks.
new 8cc0e98 Update PDO.php
new 5b69150 Merge pull request #387 from modir/patch-1
new 7d2917d Merge branch 'master' of github.com:fruux/sabre-dav
new 9ab52e9 Added a bunch of principal information to the browser plugin.
new c73b8fc Adding hhvm to version list, as well as the allowed failures.
new 806a69e Added hhvm to build targets and allowed failures.
new 9b85ccc Removed URLUtil tests.
new d38b1de Setting default tz to UTC, just like vobject.
new 7d01be2 Making sabre/dav work with the latest sabre/http
new bd3f85b Don't urlencode colons. Fixes Issue #374.
new 977f8af Bump version.
new aa4dea6 Merge branch '1.7' into 1.8
new b42e697 Bumped version.
new f204a20 Happy new year :)
new 091017a Merge branch '1.7' into 1.8
new 10dd6f9 Happy new year!
new 781b090 Merge branch '1.8'
new 719e581 Happy new year
new 54dedee Use new splitted getBody() methods (sabre-http).
new ddeaa20 Merge pull request #396 from janpieper/use-new-getBody-methods
new bf8349e Few more tweaks to make sabre/dav work with sabre/http alpha6
new 4db531d Support for supscription in the browser
new c609548 Support for upcoming sabre/http
new 9be39e8 Unittests should be OK again.
new 866f2b9 Fix issue #178
new d080127 Merge pull request #395 from risacher/lock-timeout
new 3723fe6 Updated changelog.
new b2582b8 Unittest for Issue #178, #395.
new 7304aec Fixed Issue #382.
new 6ffc557 Updated changelog.
new b992a7f No longer used.
new 09e1a8a Requiring sabre/http 2.0.0 stable.
new b2515e6 Introduce depth infinity for PROPFIND
new a381bb7 adding configuration parameter to enable depth infinity support
new e0b550f adopt unit tests for depth infinity
new e63fd7e adjust comments on depth values
new 0ee5a99 tab-to-spaces, PHPDoc adjusted/added and namespaces cleaned
new 1bae126 Merge pull request #398 from DeepDiver1975/depth-initinity-master
new 54c075d Merge branch 'master' of github.com:fruux/sabre-dav
new b6fb30c Documentation tweaks for #398.
new 6fd90b3 Releasing second alpha.
new 83bbf3c Imported Upstream version 1.9.0~alpha2+dfsg
The 62 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 | 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(-)
copy tests/Sabre/DAV/{ServerPropsTest.php => ServerPropsInfiniteDepthTest.php} (86%)
delete mode 100644 tests/Sabre/DAV/URLUtilTest.php
copy tests/Sabre/HTTP/{ResponseMock.php => SapiMock.php} (60%)
delete mode 100644 tests/composer.vobject3.json
create mode 100644 vendor/composer/autoload_psr4.php
create mode 100644 vendor/sabre/http/bin/EMPTY
create mode 100644 vendor/sabre/http/examples/asyncclient.php
create mode 100644 vendor/sabre/http/examples/stringify.php
create mode 100644 vendor/sabre/http/lib/Sabre/HTTP/Sapi.php
create mode 100644 vendor/sabre/http/tests/Sabre/HTTP/SapiTest.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