Skip to content

Commit

Permalink
Merge pull request #48982 from nextcloud/dependabot/composer/sabre/da…
Browse files Browse the repository at this point in the history
…v-4.7.0

build: Update Sabre/DAV and siblings to PHP 8.4 compatible versions
  • Loading branch information
nickvergessen authored Oct 29, 2024
2 parents d266779 + 3fff467 commit 3f6e709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty
Submodule 3rdparty updated 83 files
+1 −0 .gitignore
+0 −52 .patches/custom-itip-broker.diff
+0 −27 .patches/fix-cache-for-node.diff
+1 −1 composer.json
+46 −46 composer.lock
+0 −4 composer.patches.json
+49 −55 composer/installed.json
+18 −18 composer/installed.php
+0 −11 sabre/dav/PATCHES.txt
+1 −1 sabre/dav/lib/CalDAV/Backend/BackendInterface.php
+1 −1 sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
+2 −2 sabre/dav/lib/CalDAV/Backend/PDO.php
+1 −1 sabre/dav/lib/CalDAV/Calendar.php
+2 −2 sabre/dav/lib/CalDAV/Notifications/Node.php
+2 −2 sabre/dav/lib/CalDAV/Plugin.php
+1 −1 sabre/dav/lib/CalDAV/SharingPlugin.php
+1 −1 sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
+1 −1 sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
+2 −2 sabre/dav/lib/CardDAV/Backend/BackendInterface.php
+1 −1 sabre/dav/lib/CardDAV/Backend/PDO.php
+1 −1 sabre/dav/lib/CardDAV/Plugin.php
+1 −1 sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
+1 −1 sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
+1 −1 sabre/dav/lib/DAV/Auth/Backend/PDOBasicAuth.php
+1 −1 sabre/dav/lib/DAV/Auth/Plugin.php
+1 −1 sabre/dav/lib/DAV/Browser/Plugin.php
+1 −1 sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
+1 −1 sabre/dav/lib/DAV/Exception/Locked.php
+1 −1 sabre/dav/lib/DAV/Exception/TooManyMatches.php
+1 −1 sabre/dav/lib/DAV/INodeByPath.php
+4 −2 sabre/dav/lib/DAV/Server.php
+1 −1 sabre/dav/lib/DAV/Sharing/Plugin.php
+1 −1 sabre/dav/lib/DAV/Version.php
+1 −1 sabre/dav/lib/DAVACL/Plugin.php
+1 −1 sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
+1 −1 sabre/dav/lib/DAVACL/Xml/Property/Principal.php
+2 −2 sabre/event/lib/EmitterInterface.php
+2 −2 sabre/event/lib/EmitterTrait.php
+2 −2 sabre/event/lib/Loop/Loop.php
+1 −1 sabre/event/lib/Loop/functions.php
+9 −17 sabre/event/lib/Promise.php
+1 −4 sabre/event/lib/Promise/functions.php
+1 −1 sabre/event/lib/Version.php
+2 −2 sabre/event/lib/WildcardEmitterTrait.php
+7 −8 sabre/event/lib/coroutine.php
+8 −8 sabre/http/lib/Auth/AWS.php
+2 −4 sabre/http/lib/Auth/Digest.php
+4 −6 sabre/http/lib/Client.php
+0 −1 sabre/http/lib/Request.php
+1 −2 sabre/http/lib/Response.php
+8 −10 sabre/http/lib/Sapi.php
+1 −1 sabre/http/lib/Version.php
+7 −10 sabre/http/lib/functions.php
+0 −13 sabre/uri/.php-cs-fixer.dist.php
+1 −1 sabre/uri/lib/Version.php
+8 −8 sabre/uri/lib/functions.php
+1 −1 sabre/vobject/lib/Component/VCalendar.php
+2 −2 sabre/vobject/lib/DateTimeParser.php
+3 −5 sabre/vobject/lib/Document.php
+2 −2 sabre/vobject/lib/FreeBusyGenerator.php
+20 −12 sabre/vobject/lib/ITip/Broker.php
+7 −1 sabre/vobject/lib/Parser/MimeDir.php
+23 −1 sabre/vobject/lib/Property.php
+2 −2 sabre/vobject/lib/Property/ICalendar/DateTime.php
+9 −1 sabre/vobject/lib/Property/ICalendar/Recur.php
+1 −1 sabre/vobject/lib/Recur/EventIterator.php
+79 −10 sabre/vobject/lib/Recur/RRuleIterator.php
+2 −2 sabre/vobject/lib/TimeZoneUtil.php
+1 −1 sabre/vobject/lib/Version.php
+2 −4 sabre/xml/lib/Deserializer/functions.php
+0 −4 sabre/xml/lib/Element/Base.php
+0 −2 sabre/xml/lib/Element/Elements.php
+0 −2 sabre/xml/lib/Element/KeyValue.php
+0 −2 sabre/xml/lib/Element/Uri.php
+0 −2 sabre/xml/lib/Element/XmlFragment.php
+2 −4 sabre/xml/lib/LibXMLException.php
+1 −1 sabre/xml/lib/ParseException.php
+4 −4 sabre/xml/lib/Reader.php
+3 −4 sabre/xml/lib/Serializer/functions.php
+26 −12 sabre/xml/lib/Service.php
+1 −1 sabre/xml/lib/Version.php
+2 −4 sabre/xml/lib/Writer.php
+0 −2 sabre/xml/lib/XmlDeserializable.php

0 comments on commit 3f6e709

Please sign in to comment.