From owner-svn-ports-all@freebsd.org Mon Apr 24 10:49:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF980D4DF04; Mon, 24 Apr 2017 10:49:38 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85E5B2D8; Mon, 24 Apr 2017 10:49:38 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3OAnbd7014866; Mon, 24 Apr 2017 10:49:37 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3OAnbZE014863; Mon, 24 Apr 2017 10:49:37 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201704241049.v3OAnbZE014863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 24 Apr 2017 10:49:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439279 - head/www/sabredav X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2017 10:49:39 -0000 Author: gahr Date: Mon Apr 24 10:49:37 2017 New Revision: 439279 URL: https://svnweb.freebsd.org/changeset/ports/439279 Log: www/sabredav: update to 3.2.2 Release notes: https://github.com/fruux/sabre-dav/releases PR: 218465 Submitted by: gahr Approved by: meyser@xenet.de (maintainer) Modified: head/www/sabredav/Makefile head/www/sabredav/distinfo head/www/sabredav/pkg-plist Modified: head/www/sabredav/Makefile ============================================================================== --- head/www/sabredav/Makefile Mon Apr 24 10:43:37 2017 (r439278) +++ head/www/sabredav/Makefile Mon Apr 24 10:49:37 2017 (r439279) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sabredav -PORTVERSION= 2.0.3 +PORTVERSION= 3.2.2 CATEGORIES= www MASTER_SITES= https://github.com/fruux/sabre-dav/releases/download/${PORTVERSION}/ @@ -10,19 +10,13 @@ COMMENT= WebDav, CalDav and Carddav Serv LICENSE= BSD3CLAUSE -OPTIONS_DEFINE= MYSQL PGSQL SQLITE -OPTIONS_DEFAULT= MYSQL - -MYSQL_DESC= Install mysql support -PGSQL_DESC= Install postgresql support -SQLITE_DESC= Install sqlite support - OPTIONS_MULTI= DATABASE OPTIONS_MULTI_DATABASE= MYSQL PGSQL SQLITE +OPTIONS_DEFAULT= MYSQL -USES= cpe zip +USES= cpe php zip CPE_VENDOR= fruux -USE_PHP= dom simplexml mbstring ctype iconv +USE_PHP= dom simplexml mbstring pcre spl ctype iconv xmlwriter .include Modified: head/www/sabredav/distinfo ============================================================================== --- head/www/sabredav/distinfo Mon Apr 24 10:43:37 2017 (r439278) +++ head/www/sabredav/distinfo Mon Apr 24 10:49:37 2017 (r439279) @@ -1,2 +1,3 @@ -SHA256 (sabredav-2.0.3.zip) = bf38b745be9d567aad5b106670bd71a088331ffa9a2794fbcbfd3fa31ae4a302 -SIZE (sabredav-2.0.3.zip) = 962006 +TIMESTAMP = 1491570512 +SHA256 (sabredav-3.2.2.zip) = c95457e970d916763270ea4ca2bc861c95a32d53f4d4ee85b1299aad1a3f7594 +SIZE (sabredav-3.2.2.zip) = 1353236 Modified: head/www/sabredav/pkg-plist ============================================================================== --- head/www/sabredav/pkg-plist Mon Apr 24 10:43:37 2017 (r439278) +++ head/www/sabredav/pkg-plist Mon Apr 24 10:49:37 2017 (r439279) @@ -1,29 +1,22 @@ -www/sabredav/.gitignore -www/sabredav/.travis.yml -www/sabredav/bin/build.php +www/sabredav/CHANGELOG.md +www/sabredav/LICENSE +www/sabredav/README.md www/sabredav/bin/generate_vcards -www/sabredav/bin/googlecode_upload.py -www/sabredav/bin/migrateto17.php -www/sabredav/bin/migrateto20.php www/sabredav/bin/naturalselection www/sabredav/bin/sabredav -www/sabredav/bin/sabredav.php www/sabredav/bin/vobject -www/sabredav/ChangeLog.md -www/sabredav/composer.json -www/sabredav/composer.lock www/sabredav/examples/addressbookserver.php www/sabredav/examples/calendarserver.php www/sabredav/examples/fileserver.php www/sabredav/examples/groupwareserver.php -www/sabredav/examples/simplefsserver.php -www/sabredav/examples/sql/mysql.addressbook.sql +www/sabredav/examples/minimal.php +www/sabredav/examples/sql/mysql.addressbooks.sql www/sabredav/examples/sql/mysql.calendars.sql www/sabredav/examples/sql/mysql.locks.sql www/sabredav/examples/sql/mysql.principals.sql www/sabredav/examples/sql/mysql.propertystorage.sql www/sabredav/examples/sql/mysql.users.sql -www/sabredav/examples/sql/pgsql.addressbook.sql +www/sabredav/examples/sql/pgsql.addressbooks.sql www/sabredav/examples/sql/pgsql.calendars.sql www/sabredav/examples/sql/pgsql.locks.sql www/sabredav/examples/sql/pgsql.principals.sql @@ -38,592 +31,847 @@ www/sabredav/examples/sql/sqlite.users.s www/sabredav/examples/webserver/apache2_htaccess.conf www/sabredav/examples/webserver/apache2_vhost.conf www/sabredav/examples/webserver/apache2_vhost_cgi.conf -www/sabredav/lib/CalDAV/Backend/AbstractBackend.php -www/sabredav/lib/CalDAV/Backend/BackendInterface.php -www/sabredav/lib/CalDAV/Backend/NotificationSupport.php -www/sabredav/lib/CalDAV/Backend/PDO.php -www/sabredav/lib/CalDAV/Backend/SharingSupport.php -www/sabredav/lib/CalDAV/Backend/SubscriptionSupport.php -www/sabredav/lib/CalDAV/Backend/SyncSupport.php -www/sabredav/lib/CalDAV/Calendar.php -www/sabredav/lib/CalDAV/CalendarObject.php -www/sabredav/lib/CalDAV/CalendarQueryParser.php -www/sabredav/lib/CalDAV/CalendarQueryValidator.php -www/sabredav/lib/CalDAV/CalendarRootNode.php -www/sabredav/lib/CalDAV/Exception/InvalidComponentType.php -www/sabredav/lib/CalDAV/ICalendar.php -www/sabredav/lib/CalDAV/ICalendarObject.php -www/sabredav/lib/CalDAV/ICSExportPlugin.php -www/sabredav/lib/CalDAV/IShareableCalendar.php -www/sabredav/lib/CalDAV/ISharedCalendar.php -www/sabredav/lib/CalDAV/Notifications/Collection.php -www/sabredav/lib/CalDAV/Notifications/ICollection.php -www/sabredav/lib/CalDAV/Notifications/INode.php -www/sabredav/lib/CalDAV/Notifications/INotificationType.php -www/sabredav/lib/CalDAV/Notifications/Node.php -www/sabredav/lib/CalDAV/Notifications/Notification/Invite.php -www/sabredav/lib/CalDAV/Notifications/Notification/InviteReply.php -www/sabredav/lib/CalDAV/Notifications/Notification/SystemStatus.php -www/sabredav/lib/CalDAV/Plugin.php -www/sabredav/lib/CalDAV/Principal/Collection.php -www/sabredav/lib/CalDAV/Principal/IProxyRead.php -www/sabredav/lib/CalDAV/Principal/IProxyWrite.php -www/sabredav/lib/CalDAV/Principal/ProxyRead.php -www/sabredav/lib/CalDAV/Principal/ProxyWrite.php -www/sabredav/lib/CalDAV/Principal/User.php -www/sabredav/lib/CalDAV/Property/AllowedSharingModes.php -www/sabredav/lib/CalDAV/Property/Invite.php -www/sabredav/lib/CalDAV/Property/ScheduleCalendarTransp.php -www/sabredav/lib/CalDAV/Property/SupportedCalendarComponentSet.php -www/sabredav/lib/CalDAV/Property/SupportedCalendarData.php -www/sabredav/lib/CalDAV/Property/SupportedCollationSet.php -www/sabredav/lib/CalDAV/Schedule/IMip.php -www/sabredav/lib/CalDAV/Schedule/IOutbox.php -www/sabredav/lib/CalDAV/Schedule/Outbox.php -www/sabredav/lib/CalDAV/ShareableCalendar.php -www/sabredav/lib/CalDAV/Subscriptions/ISubscription.php -www/sabredav/lib/CalDAV/Subscriptions/Plugin.php -www/sabredav/lib/CalDAV/Subscriptions/Subscription.php -www/sabredav/lib/CalDAV/SharedCalendar.php -www/sabredav/lib/CalDAV/SharingPlugin.php -www/sabredav/lib/CalDAV/UserCalendars.php -www/sabredav/lib/CardDAV/AddressBook.php -www/sabredav/lib/CardDAV/AddressBookQueryParser.php -www/sabredav/lib/CardDAV/AddressBookRoot.php -www/sabredav/lib/CardDAV/Backend/AbstractBackend.php -www/sabredav/lib/CardDAV/Backend/BackendInterface.php -www/sabredav/lib/CardDAV/Backend/PDO.php -www/sabredav/lib/CardDAV/Backend/SyncSupport.php -www/sabredav/lib/CardDAV/Card.php -www/sabredav/lib/CardDAV/IAddressBook.php -www/sabredav/lib/CardDAV/ICard.php -www/sabredav/lib/CardDAV/IDirectory.php -www/sabredav/lib/CardDAV/Plugin.php -www/sabredav/lib/CardDAV/Property/SupportedAddressData.php -www/sabredav/lib/CardDAV/UserAddressBooks.php -www/sabredav/lib/CardDAV/VCFExportPlugin.php -www/sabredav/lib/DAV/Auth/Backend/AbstractBasic.php -www/sabredav/lib/DAV/Auth/Backend/AbstractDigest.php -www/sabredav/lib/DAV/Auth/Backend/Apache.php -www/sabredav/lib/DAV/Auth/Backend/BackendInterface.php -www/sabredav/lib/DAV/Auth/Backend/BasicCallBack.php -www/sabredav/lib/DAV/Auth/Backend/File.php -www/sabredav/lib/DAV/Auth/Backend/PDO.php -www/sabredav/lib/DAV/Auth/Plugin.php -www/sabredav/lib/DAV/Browser/assets/favicon.ico -www/sabredav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE -www/sabredav/lib/DAV/Browser/assets/openiconic/open-iconic.css -www/sabredav/lib/DAV/Browser/assets/openiconic/open-iconic.eot -www/sabredav/lib/DAV/Browser/assets/openiconic/open-iconic.otf -www/sabredav/lib/DAV/Browser/assets/openiconic/open-iconic.svg -www/sabredav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf -www/sabredav/lib/DAV/Browser/assets/openiconic/open-iconic.woff -www/sabredav/lib/DAV/Browser/assets/sabredav.css -www/sabredav/lib/DAV/Browser/assets/sabredav.png -www/sabredav/lib/DAV/Browser/GuessContentType.php -www/sabredav/lib/DAV/Browser/MapGetToPropFind.php -www/sabredav/lib/DAV/Browser/Plugin.php -www/sabredav/lib/DAV/Browser/PropFindAll.php -www/sabredav/lib/DAV/Client.php -www/sabredav/lib/DAV/Collection.php -www/sabredav/lib/DAV/CorePlugin.php -www/sabredav/lib/DAV/Exception/BadRequest.php -www/sabredav/lib/DAV/Exception/Conflict.php -www/sabredav/lib/DAV/Exception/ConflictingLock.php -www/sabredav/lib/DAV/Exception/FileNotFound.php -www/sabredav/lib/DAV/Exception/Forbidden.php -www/sabredav/lib/DAV/Exception/InsufficientStorage.php -www/sabredav/lib/DAV/Exception/InvalidResourceType.php -www/sabredav/lib/DAV/Exception/InvalidSyncToken.php -www/sabredav/lib/DAV/Exception/LengthRequired.php -www/sabredav/lib/DAV/Exception/Locked.php -www/sabredav/lib/DAV/Exception/LockTokenMatchesRequestUri.php -www/sabredav/lib/DAV/Exception/MethodNotAllowed.php -www/sabredav/lib/DAV/Exception/NotAuthenticated.php -www/sabredav/lib/DAV/Exception/NotFound.php -www/sabredav/lib/DAV/Exception/NotImplemented.php -www/sabredav/lib/DAV/Exception/PaymentRequired.php -www/sabredav/lib/DAV/Exception/PreconditionFailed.php -www/sabredav/lib/DAV/Exception/ReportNotSupported.php -www/sabredav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php -www/sabredav/lib/DAV/Exception/ServiceUnavailable.php -www/sabredav/lib/DAV/Exception/TooManyMatches.php -www/sabredav/lib/DAV/Exception/UnsupportedMediaType.php -www/sabredav/lib/DAV/Exception.php -www/sabredav/lib/DAV/File.php -www/sabredav/lib/DAV/FS/Directory.php -www/sabredav/lib/DAV/FS/File.php -www/sabredav/lib/DAV/FS/Node.php -www/sabredav/lib/DAV/FSExt/Directory.php -www/sabredav/lib/DAV/FSExt/File.php -www/sabredav/lib/DAV/FSExt/Node.php -www/sabredav/lib/DAV/ICollection.php -www/sabredav/lib/DAV/IExtendedCollection.php -www/sabredav/lib/DAV/IFile.php -www/sabredav/lib/DAV/IMultiGet.php -www/sabredav/lib/DAV/INode.php -www/sabredav/lib/DAV/IProperties.php -www/sabredav/lib/DAV/IQuota.php -www/sabredav/lib/DAV/Locks/Backend/AbstractBackend.php -www/sabredav/lib/DAV/Locks/Backend/BackendInterface.php -www/sabredav/lib/DAV/Locks/Backend/File.php -www/sabredav/lib/DAV/Locks/Backend/FS.php -www/sabredav/lib/DAV/Locks/Backend/PDO.php -www/sabredav/lib/DAV/Locks/LockInfo.php -www/sabredav/lib/DAV/Locks/Plugin.php -www/sabredav/lib/DAV/Mount/Plugin.php -www/sabredav/lib/DAV/Node.php -www/sabredav/lib/DAV/ObjectTree.php -www/sabredav/lib/DAV/PartialUpdate/IFile.php -www/sabredav/lib/DAV/PartialUpdate/IPatchSupport.php -www/sabredav/lib/DAV/PartialUpdate/Plugin.php -www/sabredav/lib/DAV/Property/GetLastModified.php -www/sabredav/lib/DAV/Property/Href.php -www/sabredav/lib/DAV/Property/HrefList.php -www/sabredav/lib/DAV/Property/IHref.php -www/sabredav/lib/DAV/Property/LockDiscovery.php -www/sabredav/lib/DAV/Property/ResourceType.php -www/sabredav/lib/DAV/Property/Response.php -www/sabredav/lib/DAV/Property/ResponseList.php -www/sabredav/lib/DAV/Property/SupportedLock.php -www/sabredav/lib/DAV/Property/SupportedMethodSet.php -www/sabredav/lib/DAV/Property/SupportedReportSet.php -www/sabredav/lib/DAV/Property.php -www/sabredav/lib/DAV/PropertyInterface.php -www/sabredav/lib/DAV/PropertyStorage/Backend/BackendInterface.php -www/sabredav/lib/DAV/PropertyStorage/Backend/PDO.php -www/sabredav/lib/DAV/PropertyStorage/Plugin.php -www/sabredav/lib/DAV/PropFind.php -www/sabredav/lib/DAV/PropPatch.php -www/sabredav/lib/DAV/Server.php -www/sabredav/lib/DAV/ServerPlugin.php -www/sabredav/lib/DAV/SimpleCollection.php -www/sabredav/lib/DAV/SimpleFile.php -www/sabredav/lib/DAV/StringUtil.php -www/sabredav/lib/DAV/Sync/ISyncCollection.php -www/sabredav/lib/DAV/Sync/Plugin.php -www/sabredav/lib/DAV/TemporaryFileFilterPlugin.php -www/sabredav/lib/DAV/Tree/Filesystem.php -www/sabredav/lib/DAV/Tree.php -www/sabredav/lib/DAV/URLUtil.php -www/sabredav/lib/DAV/UUIDUtil.php -www/sabredav/lib/DAV/Version.php -www/sabredav/lib/DAV/XMLUtil.php -www/sabredav/lib/DAVACL/AbstractPrincipalCollection.php -www/sabredav/lib/DAVACL/Exception/AceConflict.php -www/sabredav/lib/DAVACL/Exception/NeedPrivileges.php -www/sabredav/lib/DAVACL/Exception/NoAbstract.php -www/sabredav/lib/DAVACL/Exception/NotRecognizedPrincipal.php -www/sabredav/lib/DAVACL/Exception/NotSupportedPrivilege.php -www/sabredav/lib/DAVACL/IACL.php -www/sabredav/lib/DAVACL/IPrincipal.php -www/sabredav/lib/DAVACL/IPrincipalCollection.php -www/sabredav/lib/DAVACL/Plugin.php -www/sabredav/lib/DAVACL/Principal.php -www/sabredav/lib/DAVACL/PrincipalBackend/AbstractBackend.php -www/sabredav/lib/DAVACL/PrincipalBackend/BackendInterface.php -www/sabredav/lib/DAVACL/PrincipalBackend/PDO.php -www/sabredav/lib/DAVACL/PrincipalCollection.php -www/sabredav/lib/DAVACL/Property/Acl.php -www/sabredav/lib/DAVACL/Property/AclRestrictions.php -www/sabredav/lib/DAVACL/Property/CurrentUserPrivilegeSet.php -www/sabredav/lib/DAVACL/Property/Principal.php -www/sabredav/lib/DAVACL/Property/SupportedPrivilegeSet.php -www/sabredav/LICENSE -www/sabredav/README.md -www/sabredav/tests/bootstrap.php -www/sabredav/tests/phpunit.xml -www/sabredav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php -www/sabredav/tests/Sabre/CalDAV/Backend/AbstractTest.php -www/sabredav/tests/Sabre/CalDAV/Backend/Mock.php -www/sabredav/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php -www/sabredav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php -www/sabredav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php -www/sabredav/tests/Sabre/CalDAV/CalendarObjectTest.php -www/sabredav/tests/Sabre/CalDAV/CalendarQueryParserTest.php -www/sabredav/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php -www/sabredav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php -www/sabredav/tests/Sabre/CalDAV/CalendarTest.php -www/sabredav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php -www/sabredav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php -www/sabredav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php -www/sabredav/tests/Sabre/CalDAV/FreeBusyReportTest.php -www/sabredav/tests/Sabre/CalDAV/FreeBusyRequestTest.php -www/sabredav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php -www/sabredav/tests/Sabre/CalDAV/ICSExportPluginTest.php -www/sabredav/tests/Sabre/CalDAV/Notifications/CollectionTest.php -www/sabredav/tests/Sabre/CalDAV/Notifications/NodeTest.php -www/sabredav/tests/Sabre/CalDAV/Notifications/Notification/InviteReplyTest.php -www/sabredav/tests/Sabre/CalDAV/Notifications/Notification/InviteTest.php -www/sabredav/tests/Sabre/CalDAV/Notifications/Notification/SystemStatusTest.php -www/sabredav/tests/Sabre/CalDAV/Issue166Test.php -www/sabredav/tests/Sabre/CalDAV/Issue172Test.php -www/sabredav/tests/Sabre/CalDAV/Issue203Test.php -www/sabredav/tests/Sabre/CalDAV/Issue205Test.php -www/sabredav/tests/Sabre/CalDAV/Issue211Test.php -www/sabredav/tests/Sabre/CalDAV/Issue220Test.php -www/sabredav/tests/Sabre/CalDAV/Issue228Test.php -www/sabredav/tests/Sabre/CalDAV/JCalTransformTest.php -www/sabredav/tests/Sabre/CalDAV/OutboxPostTest.php -www/sabredav/tests/Sabre/CalDAV/PluginTest.php -www/sabredav/tests/Sabre/CalDAV/Principal/CollectionTest.php -www/sabredav/tests/Sabre/CalDAV/Principal/ProxyReadTest.php -www/sabredav/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php -www/sabredav/tests/Sabre/CalDAV/Principal/UserTest.php -www/sabredav/tests/Sabre/CalDAV/Property/AllowedSharingModesTest.php -www/sabredav/tests/Sabre/CalDAV/Property/InviteTest.php -www/sabredav/tests/Sabre/CalDAV/Property/ScheduleCalendarTranspTest.php -www/sabredav/tests/Sabre/CalDAV/Property/SupportedCalendarComponentSetTest.php -www/sabredav/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php -www/sabredav/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php -www/sabredav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php -www/sabredav/tests/Sabre/CalDAV/Schedule/OutboxTest.php -www/sabredav/tests/Sabre/CalDAV/ShareableCalendarTest.php -www/sabredav/tests/Sabre/CalDAV/SharedCalendarTest.php -www/sabredav/tests/Sabre/CalDAV/SharingPluginTest.php -www/sabredav/tests/Sabre/CalDAV/Subscriptions/CreateSubscriptionTest.php -www/sabredav/tests/Sabre/CalDAV/Subscriptions/PluginTest.php -www/sabredav/tests/Sabre/CalDAV/Subscriptions/SubscriptionTest.php -www/sabredav/tests/Sabre/CalDAV/TestUtil.php -www/sabredav/tests/Sabre/CalDAV/UserCalendarsSharedCalendarsTest.php -www/sabredav/tests/Sabre/CalDAV/UserCalendarsSubscriptionsTest.php -www/sabredav/tests/Sabre/CalDAV/UserCalendarsTest.php -www/sabredav/tests/Sabre/CalDAV/ValidateICalTest.php -www/sabredav/tests/Sabre/CardDAV/AbstractPluginTest.php -www/sabredav/tests/Sabre/CardDAV/AddressBookQueryParserTest.php -www/sabredav/tests/Sabre/CardDAV/AddressBookQueryTest.php -www/sabredav/tests/Sabre/CardDAV/AddressBookRootTest.php -www/sabredav/tests/Sabre/CardDAV/AddressBookTest.php -www/sabredav/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php -www/sabredav/tests/Sabre/CardDAV/Backend/Mock.php -www/sabredav/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php -www/sabredav/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php -www/sabredav/tests/Sabre/CardDAV/CardTest.php -www/sabredav/tests/Sabre/CardDAV/IDirectoryTest.php -www/sabredav/tests/Sabre/CardDAV/MultiGetTest.php -www/sabredav/tests/Sabre/CardDAV/PluginTest.php -www/sabredav/tests/Sabre/CardDAV/Property/SupportedAddressDataTest.php -www/sabredav/tests/Sabre/CardDAV/SogoStripContentTypeTest.php -www/sabredav/tests/Sabre/CardDAV/TestUtil.php -www/sabredav/tests/Sabre/CardDAV/UserAddressBooksTest.php -www/sabredav/tests/Sabre/CardDAV/ValidateFilterTest.php -www/sabredav/tests/Sabre/CardDAV/ValidateVCardTest.php -www/sabredav/tests/Sabre/CardDAV/VCFExportTest.php -www/sabredav/tests/Sabre/DAV/AbstractServer.php -www/sabredav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php -www/sabredav/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php -www/sabredav/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php -www/sabredav/tests/Sabre/DAV/Auth/Backend/ApacheTest.php -www/sabredav/tests/Sabre/DAV/Auth/Backend/BasicCallBackTest.php -www/sabredav/tests/Sabre/DAV/Auth/Backend/FileTest.php -www/sabredav/tests/Sabre/DAV/Auth/Backend/Mock.php -www/sabredav/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php -www/sabredav/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php -www/sabredav/tests/Sabre/DAV/Auth/PluginTest.php -www/sabredav/tests/Sabre/DAV/BasicNodeTest.php -www/sabredav/tests/Sabre/DAV/Browser/GuessContentTypeTest.php -www/sabredav/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php -www/sabredav/tests/Sabre/DAV/Browser/PluginTest.php -www/sabredav/tests/Sabre/DAV/ClientMock.php -www/sabredav/tests/Sabre/DAV/ClientTest.php -www/sabredav/tests/Sabre/DAV/CopyTest.php -www/sabredav/tests/Sabre/DAV/Exception/LockedTest.php -www/sabredav/tests/Sabre/DAV/Exception/PaymentRequiredTest.php -www/sabredav/tests/Sabre/DAV/Exception/ServiceUnavailableTest.php -www/sabredav/tests/Sabre/DAV/Exception/TooManyMatchesTest.php -www/sabredav/tests/Sabre/DAV/ExceptionTest.php -www/sabredav/tests/Sabre/DAV/FSExt/FileTest.php -www/sabredav/tests/Sabre/DAV/FSExt/NodeTest.php -www/sabredav/tests/Sabre/DAV/FSExt/ServerTest.php -www/sabredav/tests/Sabre/DAV/GetIfConditionsTest.php -www/sabredav/tests/Sabre/DAV/HttpDeleteTest.php -www/sabredav/tests/Sabre/DAV/HTTPPreferParsingTest.php -www/sabredav/tests/Sabre/DAV/HttpPutTest.php -www/sabredav/tests/Sabre/DAV/Issue33Test.php -www/sabredav/tests/Sabre/DAV/Locks/Backend/AbstractTest.php -www/sabredav/tests/Sabre/DAV/Locks/Backend/FileTest.php -www/sabredav/tests/Sabre/DAV/Locks/Backend/FSTest.php -www/sabredav/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php -www/sabredav/tests/Sabre/DAV/Locks/Backend/PDOTest.php -www/sabredav/tests/Sabre/DAV/Locks/MSWordTest.php -www/sabredav/tests/Sabre/DAV/Locks/PluginTest.php -www/sabredav/tests/Sabre/DAV/Mock/Collection.php -www/sabredav/tests/Sabre/DAV/Mock/File.php -www/sabredav/tests/Sabre/DAV/Mock/PropertiesCollection.php -www/sabredav/tests/Sabre/DAV/Mount/PluginTest.php -www/sabredav/tests/Sabre/DAV/ObjectTreeTest.php -www/sabredav/tests/Sabre/DAV/PartialUpdate/FileMock.php -www/sabredav/tests/Sabre/DAV/PartialUpdate/PluginTest.php -www/sabredav/tests/Sabre/DAV/PartialUpdate/SpecificationTest.php -www/sabredav/tests/Sabre/DAV/Property/GetLastModifiedTest.php -www/sabredav/tests/Sabre/DAV/Property/HrefListTest.php -www/sabredav/tests/Sabre/DAV/Property/HrefTest.php -www/sabredav/tests/Sabre/DAV/Property/ResourceTypeTest.php -www/sabredav/tests/Sabre/DAV/Property/ResponseListTest.php -www/sabredav/tests/Sabre/DAV/Property/ResponseTest.php -www/sabredav/tests/Sabre/DAV/Property/SupportedMethodSetTest.php -www/sabredav/tests/Sabre/DAV/Property/SupportedReportSetTest.php -www/sabredav/tests/Sabre/DAV/PropertyStorage/Backend/AbstractPDOTest.php -www/sabredav/tests/Sabre/DAV/PropertyStorage/Backend/Mock.php -www/sabredav/tests/Sabre/DAV/PropertyStorage/Backend/PDOMysqlTest.php -www/sabredav/tests/Sabre/DAV/PropertyStorage/Backend/PDOSqliteTest.php -www/sabredav/tests/Sabre/DAV/PropertyStorage/PluginTest.php -www/sabredav/tests/Sabre/DAV/PropFindTest.php -www/sabredav/tests/Sabre/DAV/PropPatchTest.php -www/sabredav/tests/Sabre/DAV/ServerCopyMoveTest.php -www/sabredav/tests/Sabre/DAV/ServerEventsTest.php -www/sabredav/tests/Sabre/DAV/ServerMKCOLTest.php -www/sabredav/tests/Sabre/DAV/ServerPluginTest.php -www/sabredav/tests/Sabre/DAV/ServerPreconditionTest.php -www/sabredav/tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php -www/sabredav/tests/Sabre/DAV/ServerPropsTest.php -www/sabredav/tests/Sabre/DAV/ServerRangeTest.php -www/sabredav/tests/Sabre/DAV/ServerSimpleTest.php -www/sabredav/tests/Sabre/DAV/ServerUpdatePropertiesTest.php -www/sabredav/tests/Sabre/DAV/SimpleFileTest.php -www/sabredav/tests/Sabre/DAV/StringUtilTest.php -www/sabredav/tests/Sabre/DAV/Sync/MockSyncCollection.php -www/sabredav/tests/Sabre/DAV/Sync/PluginTest.php -www/sabredav/tests/Sabre/DAV/TestPlugin.php -www/sabredav/tests/Sabre/DAV/TemporaryFileFilterTest.php -www/sabredav/tests/Sabre/DAV/Tree/FilesystemTest.php -www/sabredav/tests/Sabre/DAV/TreeTest.php -www/sabredav/tests/Sabre/DAV/UUIDUtilTest.php -www/sabredav/tests/Sabre/DAV/XMLUtilTest.php -www/sabredav/tests/Sabre/DAVACL/ACLMethodTest.php -www/sabredav/tests/Sabre/DAVACL/AllowAccessTest.php -www/sabredav/tests/Sabre/DAVACL/BlockAccessTest.php -www/sabredav/tests/Sabre/DAVACL/Exception/AceConflictTest.php -www/sabredav/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php -www/sabredav/tests/Sabre/DAVACL/Exception/NoAbstractTest.php -www/sabredav/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php -www/sabredav/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php -www/sabredav/tests/Sabre/DAVACL/ExpandPropertiesTest.php -www/sabredav/tests/Sabre/DAVACL/MockACLNode.php -www/sabredav/tests/Sabre/DAVACL/MockPrincipal.php -www/sabredav/tests/Sabre/DAVACL/PluginAdminTest.php -www/sabredav/tests/Sabre/DAVACL/PluginPropertiesTest.php -www/sabredav/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php -www/sabredav/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php -www/sabredav/tests/Sabre/DAVACL/PrincipalBackend/Mock.php -www/sabredav/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php -www/sabredav/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php -www/sabredav/tests/Sabre/DAVACL/PrincipalCollectionTest.php -www/sabredav/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php -www/sabredav/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php -www/sabredav/tests/Sabre/DAVACL/PrincipalTest.php -www/sabredav/tests/Sabre/DAVACL/Property/ACLRestrictionsTest.php -www/sabredav/tests/Sabre/DAVACL/Property/ACLTest.php -www/sabredav/tests/Sabre/DAVACL/Property/CurrentUserPrivilegeSetTest.php -www/sabredav/tests/Sabre/DAVACL/Property/PrincipalTest.php -www/sabredav/tests/Sabre/DAVACL/Property/SupportedPrivilegeSetTest.php -www/sabredav/tests/Sabre/DAVACL/SimplePluginTest.php -www/sabredav/tests/Sabre/DAVServerTest.php -www/sabredav/tests/Sabre/HTTP/ResponseMock.php -www/sabredav/tests/Sabre/HTTP/SapiMock.php -www/sabredav/tests/Sabre/TestUtil.php www/sabredav/vendor/autoload.php +www/sabredav/vendor/composer/ClassLoader.php +www/sabredav/vendor/composer/LICENSE www/sabredav/vendor/composer/autoload_classmap.php +www/sabredav/vendor/composer/autoload_files.php www/sabredav/vendor/composer/autoload_namespaces.php www/sabredav/vendor/composer/autoload_psr4.php www/sabredav/vendor/composer/autoload_real.php -www/sabredav/vendor/composer/ClassLoader.php +www/sabredav/vendor/composer/autoload_static.php www/sabredav/vendor/composer/installed.json +www/sabredav/vendor/psr/log/.gitignore +www/sabredav/vendor/psr/log/LICENSE +www/sabredav/vendor/psr/log/Psr/Log/AbstractLogger.php +www/sabredav/vendor/psr/log/Psr/Log/InvalidArgumentException.php +www/sabredav/vendor/psr/log/Psr/Log/LogLevel.php +www/sabredav/vendor/psr/log/Psr/Log/LoggerAwareInterface.php +www/sabredav/vendor/psr/log/Psr/Log/LoggerAwareTrait.php +www/sabredav/vendor/psr/log/Psr/Log/LoggerInterface.php +www/sabredav/vendor/psr/log/Psr/Log/LoggerTrait.php +www/sabredav/vendor/psr/log/Psr/Log/NullLogger.php +www/sabredav/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php +www/sabredav/vendor/psr/log/README.md +www/sabredav/vendor/psr/log/composer.json +www/sabredav/vendor/sabre/dav/.gitignore +www/sabredav/vendor/sabre/dav/.travis.yml +www/sabredav/vendor/sabre/dav/CONTRIBUTING.md +www/sabredav/vendor/sabre/dav/bin/build.php +www/sabredav/vendor/sabre/dav/bin/googlecode_upload.py +www/sabredav/vendor/sabre/dav/bin/migrateto20.php +www/sabredav/vendor/sabre/dav/bin/migrateto21.php +www/sabredav/vendor/sabre/dav/bin/migrateto30.php +www/sabredav/vendor/sabre/dav/bin/migrateto32.php +www/sabredav/vendor/sabre/dav/bin/naturalselection +www/sabredav/vendor/sabre/dav/bin/sabredav +www/sabredav/vendor/sabre/dav/bin/sabredav.php +www/sabredav/vendor/sabre/dav/composer.json +www/sabredav/vendor/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Backend/PDO.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Backend/SharingSupport.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Backend/SimplePDO.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Backend/SyncSupport.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Calendar.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/CalendarHome.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/CalendarObject.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/CalendarQueryValidator.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/CalendarRoot.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/ICSExportPlugin.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/ICalendar.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/ICalendarObject.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/ISharedCalendar.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Notifications/Collection.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Notifications/ICollection.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Notifications/INode.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Notifications/Node.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Plugin.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Principal/Collection.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Principal/IProxyRead.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Principal/ProxyRead.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Principal/User.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Schedule/IInbox.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Schedule/IOutbox.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Schedule/Inbox.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Schedule/Outbox.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/SharedCalendar.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/SharingPlugin.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Property/Invite.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php +www/sabredav/vendor/sabre/dav/lib/CalDAV/Xml/Request/Share.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/AddressBook.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/AddressBookHome.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/AddressBookRoot.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Backend/BackendInterface.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Backend/PDO.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Backend/SyncSupport.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Card.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/IAddressBook.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/ICard.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/IDirectory.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Plugin.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/VCFExportPlugin.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php +www/sabredav/vendor/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php +www/sabredav/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php +www/sabredav/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractBearer.php +www/sabredav/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php +www/sabredav/vendor/sabre/dav/lib/DAV/Auth/Backend/Apache.php +www/sabredav/vendor/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php +www/sabredav/vendor/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php +www/sabredav/vendor/sabre/dav/lib/DAV/Auth/Backend/File.php +www/sabredav/vendor/sabre/dav/lib/DAV/Auth/Backend/PDO.php +www/sabredav/vendor/sabre/dav/lib/DAV/Auth/Plugin.php +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/GuessContentType.php +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/HtmlOutput.php +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/Plugin.php +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/PropFindAll.php +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/assets/favicon.ico +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/assets/sabredav.css +www/sabredav/vendor/sabre/dav/lib/DAV/Browser/assets/sabredav.png +www/sabredav/vendor/sabre/dav/lib/DAV/Client.php +www/sabredav/vendor/sabre/dav/lib/DAV/Collection.php +www/sabredav/vendor/sabre/dav/lib/DAV/CorePlugin.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/BadRequest.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/Conflict.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/ConflictingLock.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/Forbidden.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/InsufficientStorage.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/InvalidResourceType.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/LengthRequired.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/Locked.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/NotAuthenticated.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/NotFound.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/NotImplemented.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/PaymentRequired.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/PreconditionFailed.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/ReportNotSupported.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/TooManyMatches.php +www/sabredav/vendor/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php +www/sabredav/vendor/sabre/dav/lib/DAV/FS/Directory.php +www/sabredav/vendor/sabre/dav/lib/DAV/FS/File.php +www/sabredav/vendor/sabre/dav/lib/DAV/FS/Node.php +www/sabredav/vendor/sabre/dav/lib/DAV/FSExt/Directory.php +www/sabredav/vendor/sabre/dav/lib/DAV/FSExt/File.php +www/sabredav/vendor/sabre/dav/lib/DAV/File.php +www/sabredav/vendor/sabre/dav/lib/DAV/ICollection.php +www/sabredav/vendor/sabre/dav/lib/DAV/IExtendedCollection.php +www/sabredav/vendor/sabre/dav/lib/DAV/IFile.php +www/sabredav/vendor/sabre/dav/lib/DAV/IMoveTarget.php +www/sabredav/vendor/sabre/dav/lib/DAV/IMultiGet.php +www/sabredav/vendor/sabre/dav/lib/DAV/INode.php +www/sabredav/vendor/sabre/dav/lib/DAV/IProperties.php +www/sabredav/vendor/sabre/dav/lib/DAV/IQuota.php +www/sabredav/vendor/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php +www/sabredav/vendor/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php +www/sabredav/vendor/sabre/dav/lib/DAV/Locks/Backend/File.php +www/sabredav/vendor/sabre/dav/lib/DAV/Locks/Backend/PDO.php +www/sabredav/vendor/sabre/dav/lib/DAV/Locks/LockInfo.php +www/sabredav/vendor/sabre/dav/lib/DAV/Locks/Plugin.php +www/sabredav/vendor/sabre/dav/lib/DAV/MkCol.php +www/sabredav/vendor/sabre/dav/lib/DAV/Mount/Plugin.php +www/sabredav/vendor/sabre/dav/lib/DAV/Node.php +www/sabredav/vendor/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php +www/sabredav/vendor/sabre/dav/lib/DAV/PartialUpdate/Plugin.php +www/sabredav/vendor/sabre/dav/lib/DAV/PropFind.php +www/sabredav/vendor/sabre/dav/lib/DAV/PropPatch.php +www/sabredav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php +www/sabredav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php +www/sabredav/vendor/sabre/dav/lib/DAV/PropertyStorage/Plugin.php +www/sabredav/vendor/sabre/dav/lib/DAV/Server.php +www/sabredav/vendor/sabre/dav/lib/DAV/ServerPlugin.php +www/sabredav/vendor/sabre/dav/lib/DAV/Sharing/ISharedNode.php +www/sabredav/vendor/sabre/dav/lib/DAV/Sharing/Plugin.php +www/sabredav/vendor/sabre/dav/lib/DAV/SimpleCollection.php +www/sabredav/vendor/sabre/dav/lib/DAV/SimpleFile.php +www/sabredav/vendor/sabre/dav/lib/DAV/StringUtil.php +www/sabredav/vendor/sabre/dav/lib/DAV/Sync/ISyncCollection.php +www/sabredav/vendor/sabre/dav/lib/DAV/Sync/Plugin.php +www/sabredav/vendor/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php +www/sabredav/vendor/sabre/dav/lib/DAV/Tree.php +www/sabredav/vendor/sabre/dav/lib/DAV/UUIDUtil.php +www/sabredav/vendor/sabre/dav/lib/DAV/Version.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Element/Prop.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Element/Response.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Element/Sharee.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Property/Complex.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Property/Href.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Property/Invite.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Property/LocalHref.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Property/ResourceType.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Property/ShareAccess.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Request/Lock.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Request/MkCol.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Request/PropFind.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Request/PropPatch.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Request/ShareResource.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php +www/sabredav/vendor/sabre/dav/lib/DAV/Xml/Service.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/ACLTrait.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Exception/AceConflict.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Exception/NoAbstract.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/FS/Collection.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/FS/File.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/FS/HomeCollection.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/IACL.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/IPrincipal.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/IPrincipalCollection.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Plugin.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Principal.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/PrincipalCollection.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Xml/Property/Acl.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Xml/Property/Principal.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Xml/Request/AclPrincipalPropSetReport.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalMatchReport.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php +www/sabredav/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/Mock.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/MockScheduling.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/MockSharing.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOPgSqlTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/SimplePDOTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeNotificationsTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeSharedCalendarsTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeSubscriptionsTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarObjectTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsFloatingTimeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyReportTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/ICSExportPluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Issue166Test.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Issue172Test.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/JCalTransformTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/CollectionTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/NodeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/PluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/PluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/CollectionTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyReadTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/UserTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/DeliverNewEventTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/FreeBusyRequestTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/MockPlugin.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMipPluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/InboxTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxPostTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginBasicTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginPropertiesTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginPropertiesWithSharedCalendarTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ScheduleDeliverTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/SchedulingObjectTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/SharedCalendarTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/SharingPluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/CreateSubscriptionTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/PluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/SubscriptionTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/TestUtil.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/ValidateICalTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/InviteReplyTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/InviteTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/SystemStatusTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/AllowedSharingModesTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/EmailAddressSetTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/InviteTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/ScheduleCalendarTranspTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCalendarComponentSetTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCalendarDataTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCollationSetTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/CalendarQueryReportTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/InviteReplyTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/ShareTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/AbstractPluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookHomeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookRootTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/Mock.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOPgSqlTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/CardTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/IDirectoryTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/MultiGetTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/PluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/SogoStripContentTypeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/TestUtil.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/VCFExportTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateFilterTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateVCardTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/SupportedAddressDataTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/SupportedCollationSetTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/AddressBookMultiGetTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/AddressBookQueryReportTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/AbstractServer.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBearerTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ApacheTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/BasicCallBackTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/FileTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/Mock.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOPgSqlTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Auth/PluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/BasicNodeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Browser/GuessContentTypeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Browser/PluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Browser/PropFindAllTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ClientMock.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ClientTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/CorePluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/DbTestHelperTrait.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Exception/LockedTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Exception/PaymentRequiredTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Exception/ServiceUnavailableTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Exception/TooManyMatchesTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ExceptionTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/FSExt/DirectoryTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/FSExt/FileTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/GetIfConditionsTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/HTTPPreferParsingTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/HttpCopyTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/HttpDeleteTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/HttpGetTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/HttpHeadTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/HttpMoveTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/HttpPutTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Issue33Test.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/AbstractTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FileTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/Mock.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOPgSqlTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOSqliteTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Locks/MSWordTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Locks/Plugin2Test.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Locks/PluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Mock/Collection.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Mock/File.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Mock/PropertiesCollection.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Mock/SharedNode.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Mock/StreamingFile.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/MockLogger.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Mount/PluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ObjectTreeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/PSR3Test.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/FileMock.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/PluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/SpecificationTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/PropFindTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/PropPatchTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/AbstractPDOTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/Mock.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOMysqlTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOPgSqlTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOSqliteTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/PluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ServerEventsTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ServerMKCOLTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ServerPluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ServerPreconditionTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ServerPropsTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ServerRangeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ServerSimpleTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/ServerUpdatePropertiesTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Sharing/PluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Sharing/ShareResourceTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/SimpleFileTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/StringUtilTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Sync/MockSyncCollection.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Sync/PluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/SyncTokenPropertyTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/TemporaryFileFilterTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/TestPlugin.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/TreeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/UUIDUtilTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/PropTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/ResponseTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/ShareeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/HrefTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/InviteTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/LastModifiedTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/LocalHrefTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/LockDiscoveryTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/ShareAccessTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/SupportedMethodSetTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/SupportedReportSetTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/PropFindTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/PropPatchTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/ShareResourceTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/SyncCollectionTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAV/Xml/XmlTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/ACLMethodTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/AclPrincipalPropSetReportTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/AllowAccessTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/BlockAccessTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/AceConflictTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NoAbstractTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/ExpandPropertiesTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/FS/CollectionTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/FS/FileTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/FS/HomeCollectionTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/MockACLNode.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/MockPrincipal.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PluginAdminTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PluginPropertiesTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/Mock.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOPgSqlTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalCollectionTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalMatchTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/SimplePluginTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/ACLTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/AclRestrictionsTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/CurrentUserPrivilegeSetTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/PrincipalTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/SupportedPrivilegeSetTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Request/AclPrincipalPropSetReportTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Request/PrincipalMatchReportTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/DAVServerTest.php +www/sabredav/vendor/sabre/dav/tests/Sabre/HTTP/ResponseMock.php +www/sabredav/vendor/sabre/dav/tests/Sabre/HTTP/SapiMock.php +www/sabredav/vendor/sabre/dav/tests/Sabre/TestUtil.php +www/sabredav/vendor/sabre/dav/tests/bootstrap.php +www/sabredav/vendor/sabre/dav/tests/phpcs/ruleset.xml +www/sabredav/vendor/sabre/dav/tests/phpunit.xml.dist www/sabredav/vendor/sabre/event/.gitignore www/sabredav/vendor/sabre/event/.travis.yml -www/sabredav/vendor/sabre/event/ChangeLog -www/sabredav/vendor/sabre/event/composer.json -www/sabredav/vendor/sabre/event/lib/Sabre/Event/EventEmitter.php -www/sabredav/vendor/sabre/event/lib/Sabre/Event/EventEmitterInterface.php -www/sabredav/vendor/sabre/event/lib/Sabre/Event/EventEmitterTrait.php -www/sabredav/vendor/sabre/event/lib/Sabre/Event/Version.php +www/sabredav/vendor/sabre/event/CHANGELOG.md www/sabredav/vendor/sabre/event/LICENSE www/sabredav/vendor/sabre/event/README.md -www/sabredav/vendor/sabre/event/tests/bootstrap.php -www/sabredav/vendor/sabre/event/tests/phpunit.xml -www/sabredav/vendor/sabre/event/tests/Sabre/Event/EventEmitterTest.php +www/sabredav/vendor/sabre/event/bin/.empty +www/sabredav/vendor/sabre/event/composer.json +www/sabredav/vendor/sabre/event/examples/promise.php +www/sabredav/vendor/sabre/event/examples/tail.php +www/sabredav/vendor/sabre/event/lib/EventEmitter.php +www/sabredav/vendor/sabre/event/lib/EventEmitterInterface.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***