Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2019 11:20:37 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502215 - in head/www/baikal: . files
Message-ID:  <201905211120.x4LBKb5H023408@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue May 21 11:20:37 2019
New Revision: 502215
URL: https://svnweb.freebsd.org/changeset/ports/502215

Log:
  www/baikal: update to 0.5.3
  
  Release notes: https://github.com/sabre-io/Baikal/releases/tag/0.5.3

Deleted:
  head/www/baikal/files/patch-issue-717
  head/www/baikal/files/patch-vendor_sabre_dav_lib_CardDAV_Plugin.php
  head/www/baikal/files/patch-vendor_sabre_dav_lib_CardDAV_Xml_Filter_AddressData.php
  head/www/baikal/files/patch-vendor_sabre_dav_lib_CardDAV_Xml_Request_AddressBookQueryReport.php
Modified:
  head/www/baikal/Makefile
  head/www/baikal/distinfo
  head/www/baikal/pkg-plist

Modified: head/www/baikal/Makefile
==============================================================================
--- head/www/baikal/Makefile	Tue May 21 10:54:38 2019	(r502214)
+++ head/www/baikal/Makefile	Tue May 21 11:20:37 2019	(r502215)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	baikal
-PORTVERSION=	0.4.6
-PORTREVISION=	5
+PORTVERSION=	0.5.3
+PORTREVISION=	0
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/fruux/Baikal/releases/download/${PORTVERSION}/
 

Modified: head/www/baikal/distinfo
==============================================================================
--- head/www/baikal/distinfo	Tue May 21 10:54:38 2019	(r502214)
+++ head/www/baikal/distinfo	Tue May 21 11:20:37 2019	(r502215)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473073629
-SHA256 (baikal-0.4.6.zip) = 946e8e4161f7ef84be42430b6e9d3bb7dd4bbbe241b409be208c14447d7aa7a6
-SIZE (baikal-0.4.6.zip) = 3288478
+TIMESTAMP = 1558435681
+SHA256 (baikal-0.5.3.zip) = 11e6971a3cdc4c0cfc36e82498809162b5a6cfb67545f0dbc5b9d9e0c28c93c0
+SIZE (baikal-0.5.3.zip) = 3431078

Modified: head/www/baikal/pkg-plist
==============================================================================
--- head/www/baikal/pkg-plist	Tue May 21 10:54:38 2019	(r502214)
+++ head/www/baikal/pkg-plist	Tue May 21 11:20:37 2019	(r502215)
@@ -1,12 +1,16 @@
 %%WWWDIR%%/CHANGELOG.md
 %%WWWDIR%%/Core/Distrib.php
+%%WWWDIR%%/Core/Frameworks/Baikal/Controller/Main.php
+%%WWWDIR%%/Core/Frameworks/Baikal/Controller/Navigation/Topbar/Anonymous.php
 %%WWWDIR%%/Core/Frameworks/Baikal/Core/PDOBasicAuth.php
 %%WWWDIR%%/Core/Frameworks/Baikal/Core/Server.php
 %%WWWDIR%%/Core/Frameworks/Baikal/Core/Tools.php
+%%WWWDIR%%/Core/Frameworks/Baikal/Core/View.php
 %%WWWDIR%%/Core/Frameworks/Baikal/Framework.php
 %%WWWDIR%%/Core/Frameworks/Baikal/Model/AddressBook.php
 %%WWWDIR%%/Core/Frameworks/Baikal/Model/AddressBook/Contact.php
 %%WWWDIR%%/Core/Frameworks/Baikal/Model/Calendar.php
+%%WWWDIR%%/Core/Frameworks/Baikal/Model/Calendar/Calendar.php
 %%WWWDIR%%/Core/Frameworks/Baikal/Model/Calendar/Event.php
 %%WWWDIR%%/Core/Frameworks/Baikal/Model/Config.php
 %%WWWDIR%%/Core/Frameworks/Baikal/Model/Config/Database.php
@@ -15,10 +19,17 @@
 %%WWWDIR%%/Core/Frameworks/Baikal/Model/Config/System.php
 %%WWWDIR%%/Core/Frameworks/Baikal/Model/Principal.php
 %%WWWDIR%%/Core/Frameworks/Baikal/Model/User.php
+%%WWWDIR%%/Core/Frameworks/Baikal/Resources/Images/logo-baikal.png
+%%WWWDIR%%/Core/Frameworks/Baikal/Resources/Templates/Main.html
+%%WWWDIR%%/Core/Frameworks/Baikal/Resources/Templates/Navigation/Topbar/Anonymous.html
+%%WWWDIR%%/Core/Frameworks/Baikal/Resources/Templates/Page/index.html
+%%WWWDIR%%/Core/Frameworks/Baikal/View/Main.php
+%%WWWDIR%%/Core/Frameworks/Baikal/View/Navigation/Topbar/Anonymous.php
 %%WWWDIR%%/Core/Frameworks/Baikal/WWWRoot/index.php
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Dashboard.php
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Install/Database.php
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Install/Initialize.php
+%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Install/UpgradeConfirmation.php
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Install/VersionUpgrade.php
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Login.php
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Logout.php
@@ -44,6 +55,7 @@
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Dashboard.html
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Install/Database.html
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Install/Initialize.html
+%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Install/UpgradeConfirmation.html
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Login.html
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation/Topbar.html
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation/Topbar/Anonymous.html
@@ -67,6 +79,7 @@
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Dashboard.php
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Install/Database.php
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Install/Initialize.php
+%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Install/UpgradeConfirmation.php
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Login.php
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Navigation/Topbar.php
 %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Navigation/Topbar/Anonymous.php
@@ -131,18 +144,19 @@
 %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.min.css
 %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap.css
 %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap.min.css
-%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings-orig.png
 %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings-white.png
 %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings.png
-%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/bootstrap-popover.js
-%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/bootstrap-tooltip.js
 %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/bootstrap.js
 %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/bootstrap.min.js
-%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/jquery-1.7.1.min.js
+%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/jquery-3.1.0.min.js
 %%WWWDIR%%/Core/Resources/Db/MySQL/db.sql
 %%WWWDIR%%/Core/Resources/Db/SQLite/db.sql
 %%WWWDIR%%/Core/Resources/System/htaccess-documentroot
 %%WWWDIR%%/Core/Resources/System/htaccess-specific
+%%WWWDIR%%/Core/Resources/Web/Baikal/Images/logo-baikal.png
+%%WWWDIR%%/Core/Resources/Web/Baikal/Templates/Main.html
+%%WWWDIR%%/Core/Resources/Web/Baikal/Templates/Navigation/Topbar/Anonymous.html
+%%WWWDIR%%/Core/Resources/Web/Baikal/Templates/Page/index.html
 %%WWWDIR%%/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/generate-sprite.php
 %%WWWDIR%%/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyph-dark.png
 %%WWWDIR%%/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyph2x-dark.png
@@ -154,6 +168,7 @@
 %%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Dashboard.html
 %%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Install/Database.html
 %%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Install/Initialize.html
+%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Install/UpgradeConfirmation.html
 %%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Login.html
 %%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar.html
 %%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar/Anonymous.html
@@ -172,14 +187,11 @@
 %%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/css/bootstrap-responsive.min.css
 %%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/css/bootstrap.css
 %%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/css/bootstrap.min.css
-%%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings-orig.png
 %%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings-white.png
 %%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings.png
-%%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/js/bootstrap-popover.js
-%%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/js/bootstrap-tooltip.js
 %%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/js/bootstrap.js
 %%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/js/bootstrap.min.js
-%%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/js/jquery-1.7.1.min.js
+%%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/js/jquery-3.1.0.min.js
 %%WWWDIR%%/LICENSE
 %%WWWDIR%%/README.md
 %%WWWDIR%%/Specific/db/.empty
@@ -190,6 +202,10 @@
 %%WWWDIR%%/html/card.php
 %%WWWDIR%%/html/dav.php
 %%WWWDIR%%/html/index.php
+%%WWWDIR%%/html/res/core/Baikal/Images/logo-baikal.png
+%%WWWDIR%%/html/res/core/Baikal/Templates/Main.html
+%%WWWDIR%%/html/res/core/Baikal/Templates/Navigation/Topbar/Anonymous.html
+%%WWWDIR%%/html/res/core/Baikal/Templates/Page/index.html
 %%WWWDIR%%/html/res/core/BaikalAdmin/GlyphiconsPro/generate-sprite.php
 %%WWWDIR%%/html/res/core/BaikalAdmin/GlyphiconsPro/glyph-dark.png
 %%WWWDIR%%/html/res/core/BaikalAdmin/GlyphiconsPro/glyph2x-dark.png
@@ -201,6 +217,7 @@
 %%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Dashboard.html
 %%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Install/Database.html
 %%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Install/Initialize.html
+%%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Install/UpgradeConfirmation.html
 %%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Login.html
 %%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Navigation/Topbar.html
 %%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Navigation/Topbar/Anonymous.html
@@ -219,14 +236,12 @@
 %%WWWDIR%%/html/res/core/TwitterBootstrap/css/bootstrap-responsive.min.css
 %%WWWDIR%%/html/res/core/TwitterBootstrap/css/bootstrap.css
 %%WWWDIR%%/html/res/core/TwitterBootstrap/css/bootstrap.min.css
-%%WWWDIR%%/html/res/core/TwitterBootstrap/img/glyphicons-halflings-orig.png
 %%WWWDIR%%/html/res/core/TwitterBootstrap/img/glyphicons-halflings-white.png
 %%WWWDIR%%/html/res/core/TwitterBootstrap/img/glyphicons-halflings.png
-%%WWWDIR%%/html/res/core/TwitterBootstrap/js/bootstrap-popover.js
-%%WWWDIR%%/html/res/core/TwitterBootstrap/js/bootstrap-tooltip.js
 %%WWWDIR%%/html/res/core/TwitterBootstrap/js/bootstrap.js
 %%WWWDIR%%/html/res/core/TwitterBootstrap/js/bootstrap.min.js
-%%WWWDIR%%/html/res/core/TwitterBootstrap/js/jquery-1.7.1.min.js
+%%WWWDIR%%/html/res/core/TwitterBootstrap/js/jquery-3.1.0.min.js
+%%WWWDIR%%/html/robots.txt
 %%WWWDIR%%/vendor/autoload.php
 %%WWWDIR%%/vendor/bin/generate_vcards
 %%WWWDIR%%/vendor/bin/naturalselection
@@ -239,7 +254,22 @@
 %%WWWDIR%%/vendor/composer/autoload_namespaces.php
 %%WWWDIR%%/vendor/composer/autoload_psr4.php
 %%WWWDIR%%/vendor/composer/autoload_real.php
+%%WWWDIR%%/vendor/composer/autoload_static.php
 %%WWWDIR%%/vendor/composer/installed.json
+%%WWWDIR%%/vendor/psr/log/.gitignore
+%%WWWDIR%%/vendor/psr/log/LICENSE
+%%WWWDIR%%/vendor/psr/log/Psr/Log/AbstractLogger.php
+%%WWWDIR%%/vendor/psr/log/Psr/Log/InvalidArgumentException.php
+%%WWWDIR%%/vendor/psr/log/Psr/Log/LogLevel.php
+%%WWWDIR%%/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
+%%WWWDIR%%/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
+%%WWWDIR%%/vendor/psr/log/Psr/Log/LoggerInterface.php
+%%WWWDIR%%/vendor/psr/log/Psr/Log/LoggerTrait.php
+%%WWWDIR%%/vendor/psr/log/Psr/Log/NullLogger.php
+%%WWWDIR%%/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
+%%WWWDIR%%/vendor/psr/log/Psr/Log/Test/TestLogger.php
+%%WWWDIR%%/vendor/psr/log/README.md
+%%WWWDIR%%/vendor/psr/log/composer.json
 %%WWWDIR%%/vendor/sabre/dav/.gitignore
 %%WWWDIR%%/vendor/sabre/dav/.travis.yml
 %%WWWDIR%%/vendor/sabre/dav/CHANGELOG.md
@@ -248,10 +278,10 @@
 %%WWWDIR%%/vendor/sabre/dav/README.md
 %%WWWDIR%%/vendor/sabre/dav/bin/build.php
 %%WWWDIR%%/vendor/sabre/dav/bin/googlecode_upload.py
-%%WWWDIR%%/vendor/sabre/dav/bin/migrateto17.php
 %%WWWDIR%%/vendor/sabre/dav/bin/migrateto20.php
 %%WWWDIR%%/vendor/sabre/dav/bin/migrateto21.php
 %%WWWDIR%%/vendor/sabre/dav/bin/migrateto30.php
+%%WWWDIR%%/vendor/sabre/dav/bin/migrateto32.php
 %%WWWDIR%%/vendor/sabre/dav/bin/naturalselection
 %%WWWDIR%%/vendor/sabre/dav/bin/sabredav
 %%WWWDIR%%/vendor/sabre/dav/bin/sabredav.php
@@ -261,13 +291,13 @@
 %%WWWDIR%%/vendor/sabre/dav/examples/fileserver.php
 %%WWWDIR%%/vendor/sabre/dav/examples/groupwareserver.php
 %%WWWDIR%%/vendor/sabre/dav/examples/minimal.php
-%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.addressbook.sql
+%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.addressbooks.sql
 %%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.calendars.sql
 %%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.locks.sql
 %%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.principals.sql
 %%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.propertystorage.sql
 %%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.users.sql
-%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.addressbook.sql
+%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.addressbooks.sql
 %%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.calendars.sql
 %%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.locks.sql
 %%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.principals.sql
@@ -288,6 +318,7 @@
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Backend/PDO.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
+%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Backend/SimplePDO.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Calendar.php
@@ -300,7 +331,6 @@
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/ICalendar.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/ICalendarObject.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
-%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/IShareableCalendar.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/ISharedCalendar.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Notifications/Collection.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Notifications/ICollection.php
@@ -322,7 +352,6 @@
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Schedule/Outbox.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
-%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/ShareableCalendar.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/SharedCalendar.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/SharingPlugin.php
 %%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
@@ -377,6 +406,7 @@
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Auth/Backend/File.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Auth/Backend/IMAP.php
+%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Auth/Backend/IMAP.php.orig
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Auth/Backend/PDO.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Auth/Plugin.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/GuessContentType.php
@@ -452,6 +482,8 @@
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Server.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/ServerPlugin.php
+%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Sharing/ISharedNode.php
+%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Sharing/Plugin.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/SimpleCollection.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/SimpleFile.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/StringUtil.php
@@ -463,11 +495,15 @@
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Version.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Element/Prop.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Element/Response.php
+%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Element/Sharee.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Property/Complex.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Property/Href.php
+%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Property/Invite.php
+%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Property/LocalHref.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
+%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Property/ShareAccess.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
@@ -475,9 +511,11 @@
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Request/MkCol.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Request/PropFind.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
+%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Request/ShareResource.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Service.php
+%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/ACLTrait.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Exception/AceConflict.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
@@ -502,7 +540,9 @@
 %%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
+%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Xml/Request/AclPrincipalPropSetReport.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
+%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalMatchReport.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
 %%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php
@@ -512,7 +552,9 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/MockSharing.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOPgSqlTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/SimplePDOTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeNotificationsTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeSharedCalendarsTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeSubscriptionsTest.php
@@ -556,7 +598,6 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginPropertiesWithSharedCalendarTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ScheduleDeliverTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/SchedulingObjectTest.php
-%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ShareableCalendarTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/SharedCalendarTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/SharingPluginTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/CreateSubscriptionTest.php
@@ -585,6 +626,7 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/Mock.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOPgSqlTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/CardTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/IDirectoryTest.php
@@ -597,6 +639,7 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateVCardTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/SupportedAddressDataTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/SupportedCollationSetTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/AddressBookMultiGetTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/AddressBookQueryReportTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/AbstractServer.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php
@@ -608,6 +651,7 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/FileTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/Mock.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOPgSqlTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/PluginTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/BasicNodeTest.php
@@ -618,11 +662,13 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ClientMock.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ClientTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/CorePluginTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/DbTestHelperTrait.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception/LockedTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception/PaymentRequiredTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception/ServiceUnavailableTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception/TooManyMatchesTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ExceptionTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/DirectoryTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/FileTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/GetIfConditionsTest.php
@@ -638,6 +684,8 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FileTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/Mock.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOPgSqlTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOSqliteTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/MSWordTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Plugin2Test.php
@@ -645,9 +693,12 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mock/Collection.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mock/File.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mock/PropertiesCollection.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mock/SharedNode.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mock/StreamingFile.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/MockLogger.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mount/PluginTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ObjectTreeTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PSR3Test.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/FileMock.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/PluginTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/SpecificationTest.php
@@ -656,6 +707,7 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/AbstractPDOTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/Mock.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOMysqlTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOPgSqlTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOSqliteTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/PluginTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerEventsTest.php
@@ -667,6 +719,8 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerRangeTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerSimpleTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerUpdatePropertiesTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Sharing/PluginTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Sharing/ShareResourceTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/SimpleFileTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/StringUtilTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Sync/MockSyncCollection.php
@@ -678,16 +732,22 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/UUIDUtilTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/PropTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/ResponseTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/ShareeTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/HrefTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/InviteTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/LastModifiedTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/LocalHrefTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/LockDiscoveryTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/ShareAccessTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/SupportedMethodSetTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/SupportedReportSetTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/PropFindTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/PropPatchTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/ShareResourceTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/SyncCollectionTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Xml/XmlTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/ACLMethodTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/AclPrincipalPropSetReportTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/AllowAccessTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/BlockAccessTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/AceConflictTest.php
@@ -707,8 +767,10 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/Mock.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOPgSqlTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalCollectionTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalMatchTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalTest.php
@@ -718,13 +780,15 @@
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/CurrentUserPrivilegeSetTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/PrincipalTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/SupportedPrivilegeSetTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Request/AclPrincipalPropSetReportTest.php
+%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Request/PrincipalMatchReportTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVServerTest.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/ResponseMock.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/SapiMock.php
 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/TestUtil.php
 %%WWWDIR%%/vendor/sabre/dav/tests/bootstrap.php
 %%WWWDIR%%/vendor/sabre/dav/tests/phpcs/ruleset.xml
-%%WWWDIR%%/vendor/sabre/dav/tests/phpunit.xml
+%%WWWDIR%%/vendor/sabre/dav/tests/phpunit.xml.dist
 %%WWWDIR%%/vendor/sabre/event/.gitignore
 %%WWWDIR%%/vendor/sabre/event/.travis.yml
 %%WWWDIR%%/vendor/sabre/event/CHANGELOG.md
@@ -814,6 +878,7 @@
 %%WWWDIR%%/vendor/sabre/uri/LICENSE
 %%WWWDIR%%/vendor/sabre/uri/README.md
 %%WWWDIR%%/vendor/sabre/uri/composer.json
+%%WWWDIR%%/vendor/sabre/uri/lib/InvalidUriException.php
 %%WWWDIR%%/vendor/sabre/uri/lib/Version.php
 %%WWWDIR%%/vendor/sabre/uri/lib/functions.php
 %%WWWDIR%%/vendor/sabre/uri/tests/BuildTest.php
@@ -824,6 +889,7 @@
 %%WWWDIR%%/vendor/sabre/uri/tests/phpcs/ruleset.xml
 %%WWWDIR%%/vendor/sabre/uri/tests/phpunit.xml.dist
 %%WWWDIR%%/vendor/sabre/vobject/.gitignore
+%%WWWDIR%%/vendor/sabre/vobject/.php_cs.dist
 %%WWWDIR%%/vendor/sabre/vobject/.travis.yml
 %%WWWDIR%%/vendor/sabre/vobject/CHANGELOG.md
 %%WWWDIR%%/vendor/sabre/vobject/LICENSE
@@ -914,6 +980,7 @@
 %%WWWDIR%%/vendor/sabre/vobject/lib/timezonedata/php-bc.php
 %%WWWDIR%%/vendor/sabre/vobject/lib/timezonedata/php-workaround.php
 %%WWWDIR%%/vendor/sabre/vobject/lib/timezonedata/windowszones.php
+%%WWWDIR%%/vendor/sabre/vobject/phpstan.neon
 %%WWWDIR%%/vendor/sabre/vobject/resources/schema/xcal.rng
 %%WWWDIR%%/vendor/sabre/vobject/resources/schema/xcard.rng
 %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/AttachIssueTest.php
@@ -945,6 +1012,7 @@
 %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/BrokerNewEventTest.php
 %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/BrokerProcessMessageTest.php
 %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/BrokerProcessReplyTest.php
+%%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/BrokerSignificantChangesTest.php
 %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/BrokerTester.php
 %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/BrokerTimezoneInParseEventInfoWithoutMasterTest.php
 %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/BrokerUpdateEventTest.php
@@ -1055,7 +1123,6 @@
 %%WWWDIR%%/vendor/sabre/xml/tests/Sabre/Xml/Serializer/RepeatingElementsTest.php
 %%WWWDIR%%/vendor/sabre/xml/tests/Sabre/Xml/ServiceTest.php
 %%WWWDIR%%/vendor/sabre/xml/tests/Sabre/Xml/WriterTest.php
-%%WWWDIR%%/vendor/sabre/xml/tests/bootstrap.php
 %%WWWDIR%%/vendor/sabre/xml/tests/phpcs/ruleset.xml
 %%WWWDIR%%/vendor/sabre/xml/tests/phpunit.xml.dist
 %%WWWDIR%%/vendor/twig/twig/.travis.yml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905211120.x4LBKb5H023408>