pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/php-baikal php-baikal: update to 0.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f6578acacbe
branches:  trunk
changeset: 343411:5f6578acacbe
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sun Nov 03 18:50:18 2019 +0000

description:
php-baikal: update to 0.6.0

pkgsrc changes:
---------------
  * Remove APACHE_{GROUP,USER} definition to appease pkglint.
  * Remove an executable permission to suppress a warning.

upstream changes:
-----------------
0.6.0 (2019-08-25)

    Added support for php 7.3
    REMOVED support for php 5.x
    Enabled event invitation plugin
    Enabled calendar sharing plugin
    Ships with sabre/dav 4.0.1

0.5.3 (2019-05-13)

    Added confirmation page before upgrading to prevent aborting upgrades accidentally
    Ships with sabre/dav 3.2.3

0.5.2 (2019-04-26)

    Fixed creating new users/calendars
    New front page
    Increased timeout for database upgrades
    Ships with sabre/dav 3.2.3

0.5.1 (2019-04-21)

    Fixed authentication bypass
    Upgraded sabre/dav to version 3.2.3
    Support for PHP 7.2

diffstat:

 net/php-baikal/Makefile |   11 +-
 net/php-baikal/PLIST    |  156 +++++++++++++++++++++++++++++++++--------------
 net/php-baikal/distinfo |   10 +-
 3 files changed, 119 insertions(+), 58 deletions(-)

diffs (truncated from 616 to 300 lines):

diff -r 66127a900c65 -r 5f6578acacbe net/php-baikal/Makefile
--- a/net/php-baikal/Makefile   Sun Nov 03 18:20:03 2019 +0000
+++ b/net/php-baikal/Makefile   Sun Nov 03 18:50:18 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2017/04/05 12:33:48 fhajny Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/03 18:50:18 triaxx Exp $
 
-DISTNAME=      baikal-0.4.6
+DISTNAME=      baikal-0.6.0
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fruux/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -45,6 +44,7 @@
 CHECK_INTERPRETER_SKIP+=       share/baikal/vendor/sabre/dav/bin/migrateto20.php
 CHECK_INTERPRETER_SKIP+=       share/baikal/vendor/sabre/dav/bin/migrateto21.php
 CHECK_INTERPRETER_SKIP+=       share/baikal/vendor/sabre/dav/bin/migrateto30.php
+CHECK_INTERPRETER_SKIP+=       share/baikal/vendor/sabre/dav/bin/migrateto32.php
 CHECK_INTERPRETER_SKIP+=       share/baikal/vendor/sabre/dav/bin/naturalselection
 CHECK_INTERPRETER_SKIP+=       share/baikal/vendor/sabre/dav/bin/naturalselection.py
 CHECK_INTERPRETER_SKIP+=       share/baikal/vendor/sabre/event/examples/promise.php
@@ -59,8 +59,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-APACHE_USER?=  www
-APACHE_GROUP?= www
 PKG_GROUPS=    ${APACHE_GROUP}
 PKG_USERS=     ${APACHE_USER}:${APACHE_GROUP}
 
@@ -70,6 +68,9 @@
 FILES_SUBST+=  WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
                BAIKALDIR=${BAIKALDIR}
 
+post-extract:
+       ${CHMOD} -x ${WRKSRC}/vendor/sabre/dav/bin/sabredav.php
+
 do-install:
        ${RM} -f ${WRKSRC}/*orig
        ${RM} -f ${WRKSRC}/*/*/*/*/*orig
diff -r 66127a900c65 -r 5f6578acacbe net/php-baikal/PLIST
--- a/net/php-baikal/PLIST      Sun Nov 03 18:20:03 2019 +0000
+++ b/net/php-baikal/PLIST      Sun Nov 03 18:50:18 2019 +0000
@@ -1,13 +1,17 @@
-@comment $NetBSD: PLIST,v 1.6 2016/08/22 14:22:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/11/03 18:50:18 triaxx Exp $
 share/baikal/CHANGELOG.md
 share/baikal/Core/Distrib.php
+share/baikal/Core/Frameworks/Baikal/Controller/Main.php
+share/baikal/Core/Frameworks/Baikal/Controller/Navigation/Topbar/Anonymous.php
 share/baikal/Core/Frameworks/Baikal/Core/PDOBasicAuth.php
 share/baikal/Core/Frameworks/Baikal/Core/Server.php
 share/baikal/Core/Frameworks/Baikal/Core/Tools.php
+share/baikal/Core/Frameworks/Baikal/Core/View.php
 share/baikal/Core/Frameworks/Baikal/Framework.php
 share/baikal/Core/Frameworks/Baikal/Model/AddressBook.php
 share/baikal/Core/Frameworks/Baikal/Model/AddressBook/Contact.php
 share/baikal/Core/Frameworks/Baikal/Model/Calendar.php
+share/baikal/Core/Frameworks/Baikal/Model/Calendar/Calendar.php
 share/baikal/Core/Frameworks/Baikal/Model/Calendar/Event.php
 share/baikal/Core/Frameworks/Baikal/Model/Config.php
 share/baikal/Core/Frameworks/Baikal/Model/Config/Database.php
@@ -16,10 +20,17 @@
 share/baikal/Core/Frameworks/Baikal/Model/Config/System.php
 share/baikal/Core/Frameworks/Baikal/Model/Principal.php
 share/baikal/Core/Frameworks/Baikal/Model/User.php
+share/baikal/Core/Frameworks/Baikal/Resources/Images/logo-baikal.png
+share/baikal/Core/Frameworks/Baikal/Resources/Templates/Main.html
+share/baikal/Core/Frameworks/Baikal/Resources/Templates/Navigation/Topbar/Anonymous.html
+share/baikal/Core/Frameworks/Baikal/Resources/Templates/Page/index.html
+share/baikal/Core/Frameworks/Baikal/View/Main.php
+share/baikal/Core/Frameworks/Baikal/View/Navigation/Topbar/Anonymous.php
 share/baikal/Core/Frameworks/Baikal/WWWRoot/index.php
 share/baikal/Core/Frameworks/BaikalAdmin/Controller/Dashboard.php
 share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/Database.php
 share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/Initialize.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/UpgradeConfirmation.php
 share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/VersionUpgrade.php
 share/baikal/Core/Frameworks/BaikalAdmin/Controller/Login.php
 share/baikal/Core/Frameworks/BaikalAdmin/Controller/Logout.php
@@ -45,6 +56,7 @@
 share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Dashboard.html
 share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Install/Database.html
 share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Install/Initialize.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Install/UpgradeConfirmation.html
 share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Login.html
 share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation/Topbar.html
 share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation/Topbar/Anonymous.html
@@ -68,6 +80,7 @@
 share/baikal/Core/Frameworks/BaikalAdmin/View/Dashboard.php
 share/baikal/Core/Frameworks/BaikalAdmin/View/Install/Database.php
 share/baikal/Core/Frameworks/BaikalAdmin/View/Install/Initialize.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/Install/UpgradeConfirmation.php
 share/baikal/Core/Frameworks/BaikalAdmin/View/Login.php
 share/baikal/Core/Frameworks/BaikalAdmin/View/Navigation/Topbar.php
 share/baikal/Core/Frameworks/BaikalAdmin/View/Navigation/Topbar/Anonymous.php
@@ -132,18 +145,19 @@
 share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.min.css
 share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap.css
 share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap.min.css
-share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings-orig.png
 share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings-white.png
 share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings.png
-share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap-popover.js
-share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap-tooltip.js
 share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap.js
 share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap.min.js
-share/baikal/Core/Frameworks/TwitterBootstrap/js/jquery-1.7.1.min.js
+share/baikal/Core/Frameworks/TwitterBootstrap/js/jquery-3.1.0.min.js
 share/baikal/Core/Resources/Db/MySQL/db.sql
 share/baikal/Core/Resources/Db/SQLite/db.sql
 share/baikal/Core/Resources/System/htaccess-documentroot
 share/baikal/Core/Resources/System/htaccess-specific
+share/baikal/Core/Resources/Web/Baikal/Images/logo-baikal.png
+share/baikal/Core/Resources/Web/Baikal/Templates/Main.html
+share/baikal/Core/Resources/Web/Baikal/Templates/Navigation/Topbar/Anonymous.html
+share/baikal/Core/Resources/Web/Baikal/Templates/Page/index.html
 share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/generate-sprite.php
 share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyph-dark.png
 share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyph2x-dark.png
@@ -155,6 +169,7 @@
 share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Dashboard.html
 share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Install/Database.html
 share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Install/Initialize.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Install/UpgradeConfirmation.html
 share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Login.html
 share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar.html
 share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar/Anonymous.html
@@ -173,14 +188,11 @@
 share/baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap-responsive.min.css
 share/baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap.css
 share/baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap.min.css
-share/baikal/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings-orig.png
 share/baikal/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings-white.png
 share/baikal/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings.png
-share/baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap-popover.js
-share/baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap-tooltip.js
 share/baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap.js
 share/baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap.min.js
-share/baikal/Core/Resources/Web/TwitterBootstrap/js/jquery-1.7.1.min.js
+share/baikal/Core/Resources/Web/TwitterBootstrap/js/jquery-3.1.0.min.js
 share/baikal/LICENSE
 share/baikal/README.md
 share/baikal/Specific/db/.empty
@@ -191,6 +203,10 @@
 share/baikal/html/card.php
 share/baikal/html/dav.php
 share/baikal/html/index.php
+share/baikal/html/res/core/Baikal/Images/logo-baikal.png
+share/baikal/html/res/core/Baikal/Templates/Main.html
+share/baikal/html/res/core/Baikal/Templates/Navigation/Topbar/Anonymous.html
+share/baikal/html/res/core/Baikal/Templates/Page/index.html
 share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/generate-sprite.php
 share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyph-dark.png
 share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyph2x-dark.png
@@ -202,6 +218,7 @@
 share/baikal/html/res/core/BaikalAdmin/Templates/Dashboard.html
 share/baikal/html/res/core/BaikalAdmin/Templates/Install/Database.html
 share/baikal/html/res/core/BaikalAdmin/Templates/Install/Initialize.html
+share/baikal/html/res/core/BaikalAdmin/Templates/Install/UpgradeConfirmation.html
 share/baikal/html/res/core/BaikalAdmin/Templates/Login.html
 share/baikal/html/res/core/BaikalAdmin/Templates/Navigation/Topbar.html
 share/baikal/html/res/core/BaikalAdmin/Templates/Navigation/Topbar/Anonymous.html
@@ -220,14 +237,12 @@
 share/baikal/html/res/core/TwitterBootstrap/css/bootstrap-responsive.min.css
 share/baikal/html/res/core/TwitterBootstrap/css/bootstrap.css
 share/baikal/html/res/core/TwitterBootstrap/css/bootstrap.min.css
-share/baikal/html/res/core/TwitterBootstrap/img/glyphicons-halflings-orig.png
 share/baikal/html/res/core/TwitterBootstrap/img/glyphicons-halflings-white.png
 share/baikal/html/res/core/TwitterBootstrap/img/glyphicons-halflings.png
-share/baikal/html/res/core/TwitterBootstrap/js/bootstrap-popover.js
-share/baikal/html/res/core/TwitterBootstrap/js/bootstrap-tooltip.js
 share/baikal/html/res/core/TwitterBootstrap/js/bootstrap.js
 share/baikal/html/res/core/TwitterBootstrap/js/bootstrap.min.js
-share/baikal/html/res/core/TwitterBootstrap/js/jquery-1.7.1.min.js
+share/baikal/html/res/core/TwitterBootstrap/js/jquery-3.1.0.min.js
+share/baikal/html/robots.txt
 share/baikal/vendor/autoload.php
 share/baikal/vendor/bin/generate_vcards
 share/baikal/vendor/bin/naturalselection
@@ -240,8 +255,24 @@
 share/baikal/vendor/composer/autoload_namespaces.php
 share/baikal/vendor/composer/autoload_psr4.php
 share/baikal/vendor/composer/autoload_real.php
+share/baikal/vendor/composer/autoload_static.php
 share/baikal/vendor/composer/installed.json
+share/baikal/vendor/psr/log/.gitignore
+share/baikal/vendor/psr/log/LICENSE
+share/baikal/vendor/psr/log/Psr/Log/AbstractLogger.php
+share/baikal/vendor/psr/log/Psr/Log/InvalidArgumentException.php
+share/baikal/vendor/psr/log/Psr/Log/LogLevel.php
+share/baikal/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
+share/baikal/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
+share/baikal/vendor/psr/log/Psr/Log/LoggerInterface.php
+share/baikal/vendor/psr/log/Psr/Log/LoggerTrait.php
+share/baikal/vendor/psr/log/Psr/Log/NullLogger.php
+share/baikal/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
+share/baikal/vendor/psr/log/Psr/Log/Test/TestLogger.php
+share/baikal/vendor/psr/log/README.md
+share/baikal/vendor/psr/log/composer.json
 share/baikal/vendor/sabre/dav/.gitignore
+share/baikal/vendor/sabre/dav/.php_cs.dist
 share/baikal/vendor/sabre/dav/.travis.yml
 share/baikal/vendor/sabre/dav/CHANGELOG.md
 share/baikal/vendor/sabre/dav/CONTRIBUTING.md
@@ -249,10 +280,10 @@
 share/baikal/vendor/sabre/dav/README.md
 share/baikal/vendor/sabre/dav/bin/build.php
 share/baikal/vendor/sabre/dav/bin/googlecode_upload.py
-share/baikal/vendor/sabre/dav/bin/migrateto17.php
 share/baikal/vendor/sabre/dav/bin/migrateto20.php
 share/baikal/vendor/sabre/dav/bin/migrateto21.php
 share/baikal/vendor/sabre/dav/bin/migrateto30.php
+share/baikal/vendor/sabre/dav/bin/migrateto32.php
 share/baikal/vendor/sabre/dav/bin/naturalselection
 share/baikal/vendor/sabre/dav/bin/sabredav
 share/baikal/vendor/sabre/dav/bin/sabredav.php
@@ -262,13 +293,13 @@
 share/baikal/vendor/sabre/dav/examples/fileserver.php
 share/baikal/vendor/sabre/dav/examples/groupwareserver.php
 share/baikal/vendor/sabre/dav/examples/minimal.php
-share/baikal/vendor/sabre/dav/examples/sql/mysql.addressbook.sql
+share/baikal/vendor/sabre/dav/examples/sql/mysql.addressbooks.sql
 share/baikal/vendor/sabre/dav/examples/sql/mysql.calendars.sql
 share/baikal/vendor/sabre/dav/examples/sql/mysql.locks.sql
 share/baikal/vendor/sabre/dav/examples/sql/mysql.principals.sql
 share/baikal/vendor/sabre/dav/examples/sql/mysql.propertystorage.sql
 share/baikal/vendor/sabre/dav/examples/sql/mysql.users.sql
-share/baikal/vendor/sabre/dav/examples/sql/pgsql.addressbook.sql
+share/baikal/vendor/sabre/dav/examples/sql/pgsql.addressbooks.sql
 share/baikal/vendor/sabre/dav/examples/sql/pgsql.calendars.sql
 share/baikal/vendor/sabre/dav/examples/sql/pgsql.locks.sql
 share/baikal/vendor/sabre/dav/examples/sql/pgsql.principals.sql
@@ -289,6 +320,7 @@
 share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/PDO.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SimplePDO.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/Calendar.php
@@ -301,7 +333,6 @@
 share/baikal/vendor/sabre/dav/lib/CalDAV/ICalendar.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/ICalendarObject.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
-share/baikal/vendor/sabre/dav/lib/CalDAV/IShareableCalendar.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/ISharedCalendar.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/Notifications/Collection.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/Notifications/ICollection.php
@@ -323,7 +354,6 @@
 share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/Outbox.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
-share/baikal/vendor/sabre/dav/lib/CalDAV/ShareableCalendar.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/SharedCalendar.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/SharingPlugin.php
 share/baikal/vendor/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
@@ -377,6 +407,7 @@
 share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
 share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
 share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/File.php
+share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/IMAP.php
 share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/PDO.php
 share/baikal/vendor/sabre/dav/lib/DAV/Auth/Plugin.php
 share/baikal/vendor/sabre/dav/lib/DAV/Browser/GuessContentType.php
@@ -427,6 +458,7 @@
 share/baikal/vendor/sabre/dav/lib/DAV/FSExt/File.php
 share/baikal/vendor/sabre/dav/lib/DAV/File.php
 share/baikal/vendor/sabre/dav/lib/DAV/ICollection.php
+share/baikal/vendor/sabre/dav/lib/DAV/ICopyTarget.php
 share/baikal/vendor/sabre/dav/lib/DAV/IExtendedCollection.php
 share/baikal/vendor/sabre/dav/lib/DAV/IFile.php
 share/baikal/vendor/sabre/dav/lib/DAV/IMoveTarget.php
@@ -452,6 +484,8 @@
 share/baikal/vendor/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
 share/baikal/vendor/sabre/dav/lib/DAV/Server.php
 share/baikal/vendor/sabre/dav/lib/DAV/ServerPlugin.php
+share/baikal/vendor/sabre/dav/lib/DAV/Sharing/ISharedNode.php
+share/baikal/vendor/sabre/dav/lib/DAV/Sharing/Plugin.php
 share/baikal/vendor/sabre/dav/lib/DAV/SimpleCollection.php
 share/baikal/vendor/sabre/dav/lib/DAV/SimpleFile.php
 share/baikal/vendor/sabre/dav/lib/DAV/StringUtil.php
@@ -463,11 +497,15 @@
 share/baikal/vendor/sabre/dav/lib/DAV/Version.php
 share/baikal/vendor/sabre/dav/lib/DAV/Xml/Element/Prop.php
 share/baikal/vendor/sabre/dav/lib/DAV/Xml/Element/Response.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Element/Sharee.php
 share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/Complex.php
 share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
 share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/Href.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/Invite.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/LocalHref.php
 share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
 share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/ShareAccess.php
 share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
 share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
 share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
@@ -475,9 +513,11 @@



Home | Main Index | Thread Index | Old Index