From owner-svn-ports-head@freebsd.org Tue Apr 26 12:44:06 2016 Return-Path: Delivered-To: svn-ports-head@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 7018BB1C687; Tue, 26 Apr 2016 12:44:06 +0000 (UTC) (envelope-from mat@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 16E531975; Tue, 26 Apr 2016 12:44:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3QCi5sZ094883; Tue, 26 Apr 2016 12:44:05 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3QCi5gx094878; Tue, 26 Apr 2016 12:44:05 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604261244.u3QCi5gx094878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 26 Apr 2016 12:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414055 - in head/www/baikal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 12:44:06 -0000 Author: mat Date: Tue Apr 26 12:44:04 2016 New Revision: 414055 URL: https://svnweb.freebsd.org/changeset/ports/414055 Log: Update to 0.4.4. PR: 209068 Submitted by: gahr Sponsored by: Absolight Modified: head/www/baikal/Makefile (contents, props changed) head/www/baikal/distinfo (contents, props changed) head/www/baikal/files/pkg-message.in (contents, props changed) head/www/baikal/pkg-plist (contents, props changed) Modified: head/www/baikal/Makefile ============================================================================== --- head/www/baikal/Makefile Tue Apr 26 12:43:58 2016 (r414054) +++ head/www/baikal/Makefile Tue Apr 26 12:44:04 2016 (r414055) @@ -2,49 +2,28 @@ # $FreeBSD$ PORTNAME= baikal -PORTVERSION= 0.2.7 +PORTVERSION= 0.4.4 CATEGORIES= www -MASTER_SITES= http://baikal-server.com/get/ LOCAL/mat/${PORTNAME} -DISTNAME= ${PORTNAME}-regular-${PORTVERSION} +MASTER_SITES= https://github.com/fruux/Baikal/releases/download/${PORTVERSION}/ MAINTAINER= mat@FreeBSD.org COMMENT= Lightweight CalDAV/CardDAV server LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= tar:tgz -USE_PHP= ctype filter xml pdo_sqlite session mbstring dom +USES= zip +USE_PHP= ctype filter xml xmlreader xmlwriter pdo_sqlite session mbstring dom -OPTIONS_DEFINE= DOCS EXAMPLES - -WRKSRC= ${WRKDIR}/${PORTNAME}-regular +WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes SUB_FILES= pkg-message PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} -PORTDOCS= * -PORTEXAMPLES= * - -.include -post-patch: - ${MV} ${WRKSRC}/Specific/db/db.sqlite \ - ${WRKSRC}/Specific/db/db.sqlite.sample - ${RM} -f ${WRKSRC}/Specific/ENABLE_INSTALL - ${REINPLACE_CMD} -e 's,/var/www/dav.mydomain.com,${WWWDIR},g' \ - ${WRKSRC}/Specific/virtualhosts/baikal.* - do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for DIR in Core html vendor Specific - cd ${WRKSRC} && ${COPYTREE_SHARE} ${DIR} ${STAGEDIR}${WWWDIR} -.endfor -.for f in INSTALL.md README.md TROUBLESHOOTING.md - ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} -.endfor - ${MV} ${STAGEDIR}${WWWDIR}/Specific/virtualhosts ${STAGEDIR}${EXAMPLESDIR} - ${RM} -f ${STAGEDIR}${EXAMPLESDIR}/*.bak + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include Modified: head/www/baikal/distinfo ============================================================================== --- head/www/baikal/distinfo Tue Apr 26 12:43:58 2016 (r414054) +++ head/www/baikal/distinfo Tue Apr 26 12:44:04 2016 (r414055) @@ -1,2 +1,2 @@ -SHA256 (baikal-regular-0.2.7.tgz) = 268daeec96b9f1bbfee0c16398ae213abfe827c97ec487179985828b6267359f -SIZE (baikal-regular-0.2.7.tgz) = 2273699 +SHA256 (baikal-0.4.4.zip) = cced612353862bce532ed458eda0675b5e1e5790f92969bf13992c6567943efc +SIZE (baikal-0.4.4.zip) = 3285109 Modified: head/www/baikal/files/pkg-message.in ============================================================================== --- head/www/baikal/files/pkg-message.in Tue Apr 26 12:43:58 2016 (r414054) +++ head/www/baikal/files/pkg-message.in Tue Apr 26 12:44:04 2016 (r414055) @@ -1,8 +1,10 @@ +If this is a new installation, please follow the instructions there: -To finish installing Baikal: - 1) Set up an httpd directive - See %%EXAMPLESDIR%% - 2) touch %%WWWDIR%%/Specific/ENABLE_INSTALL - 3) Browse http://your.host.here/admin - 4) rm %%WWWDIR%%/Specific/ENABLE_INSTALL +http://sabre.io/baikal/install/ +Baikal has been installed in %%WWWDIR%% + +If you are upgrading from a previous version of Baikal, please +follow the instructions here: + +http://sabre.io/baikal/upgrade/ Modified: head/www/baikal/pkg-plist ============================================================================== --- head/www/baikal/pkg-plist Tue Apr 26 12:43:58 2016 (r414054) +++ head/www/baikal/pkg-plist Tue Apr 26 12:44:04 2016 (r414055) @@ -1,5 +1,7 @@ +%%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/Core/Distrib.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/Framework.php %%WWWDIR%%/Core/Frameworks/Baikal/Model/AddressBook.php @@ -13,8 +15,6 @@ %%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/WWWRoot/cal.php -%%WWWDIR%%/Core/Frameworks/Baikal/WWWRoot/card.php %%WWWDIR%%/Core/Frameworks/Baikal/WWWRoot/index.php %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Dashboard.php %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Install/Database.php @@ -117,159 +117,6 @@ %%WWWDIR%%/Core/Frameworks/Flake/Util/Router.php %%WWWDIR%%/Core/Frameworks/Flake/Util/Router/QuestionMarkRewrite.php %%WWWDIR%%/Core/Frameworks/Flake/Util/Tools.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/AUTHORS -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/CHANGELOG -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/LICENSE -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/README.markdown -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Autoloader.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Compiler.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/CompilerInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Environment.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Loader.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Runtime.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Syntax.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/ExpressionParser.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Core.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Debug.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Escaper.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Optimizer.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Sandbox.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/ExtensionInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Function.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Method.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Node.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/FilterInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Function.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Method.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Node.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/FunctionInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Lexer.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/LexerInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Array.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Chain.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Filesystem.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/String.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/LoaderInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Markup.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/AutoEscape.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Block.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/BlockReference.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Body.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Do.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Embed.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Array.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/AssignName.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Add.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/And.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Concat.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Div.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Equal.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/FloorDiv.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Greater.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/In.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Less.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/LessEqual.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Mod.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Mul.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/NotEqual.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/NotIn.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Or.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Power.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Range.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Sub.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/BlockReference.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Conditional.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Constant.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/ExtensionReference.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter/Default.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Function.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/GetAttr.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/MethodCall.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Name.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Parent.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/TempName.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Constant.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Defined.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Divisibleby.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Even.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Null.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Odd.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Sameas.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Neg.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Not.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Pos.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Flush.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/For.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/ForLoop.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/If.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Import.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Include.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Macro.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Module.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Print.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Sandbox.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SandboxedModule.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SandboxedPrint.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Set.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SetTemp.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Spaceless.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Text.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeOutputInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeTraverser.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Escaper.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Optimizer.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/SafeAnalysis.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Sandbox.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitorInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Parser.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/ParserInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityError.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityPolicy.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityPolicyInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Template.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TemplateInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Function.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Method.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Node.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TestInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Token.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/AutoEscape.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Block.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Do.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Embed.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Extends.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Filter.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Flush.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/For.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/From.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/If.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Import.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Include.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Macro.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Sandbox.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Set.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Spaceless.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Use.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserBroker.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserBrokerInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserInterface.php -%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenStream.php %%WWWDIR%%/Core/Frameworks/Flake/config.php %%WWWDIR%%/Core/Frameworks/Formal/Core/Message.php %%WWWDIR%%/Core/Frameworks/Formal/Element.php @@ -294,295 +141,390 @@ %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/jquery-1.7.1.min.js %%WWWDIR%%/Core/Resources/Db/MySQL/db.sql %%WWWDIR%%/Core/Resources/Db/SQLite/db.sql -%%WWWDIR%%/Core/Resources/Db/SQLite/db.sqlite %%WWWDIR%%/Core/Resources/System/htaccess-documentroot %%WWWDIR%%/Core/Resources/System/htaccess-specific -%%WWWDIR%%/Core/Resources/Web/BaikalAdmin +%%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 +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyphpro-2x.css +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyphpro.css +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/test-glyphpro2x.html +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Images/logo-framboise.png +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Strings/EN/Exceptions.json +%%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/Login.html +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar.html +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar/Anonymous.html +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar/Install.html +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Page/baikal-text-20.png +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Page/index.html +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Page/style.css +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Settings/Standard.html +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Settings/System.html +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/User/AddressBooks.html +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/User/Calendars.html +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/Templates/Users.html +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin/html5.js %%WWWDIR%%/Core/Resources/Web/README.md -%%WWWDIR%%/Core/Resources/Web/TwitterBootstrap -%%WWWDIR%%/Specific/.htaccess -@sample(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/Specific/db/db.sqlite.sample +%%WWWDIR%%/Core/Resources/Web/TwitterBootstrap/css/bootstrap-responsive.css +%%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%%/LICENSE +%%WWWDIR%%/README.md +%%WWWDIR%%/Specific/db/.empty %%WWWDIR%%/html/.htaccess %%WWWDIR%%/html/admin/index.php %%WWWDIR%%/html/admin/install/index.php %%WWWDIR%%/html/cal.php %%WWWDIR%%/html/card.php +%%WWWDIR%%/html/dav.php %%WWWDIR%%/html/index.php -%%WWWDIR%%/html/res/core +%%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 +%%WWWDIR%%/html/res/core/BaikalAdmin/GlyphiconsPro/glyphpro-2x.css +%%WWWDIR%%/html/res/core/BaikalAdmin/GlyphiconsPro/glyphpro.css +%%WWWDIR%%/html/res/core/BaikalAdmin/GlyphiconsPro/test-glyphpro2x.html +%%WWWDIR%%/html/res/core/BaikalAdmin/Images/logo-framboise.png +%%WWWDIR%%/html/res/core/BaikalAdmin/Strings/EN/Exceptions.json +%%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/Login.html +%%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Navigation/Topbar.html +%%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Navigation/Topbar/Anonymous.html +%%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Navigation/Topbar/Install.html +%%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Page/baikal-text-20.png +%%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Page/index.html +%%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Page/style.css +%%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Settings/Standard.html +%%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Settings/System.html +%%WWWDIR%%/html/res/core/BaikalAdmin/Templates/User/AddressBooks.html +%%WWWDIR%%/html/res/core/BaikalAdmin/Templates/User/Calendars.html +%%WWWDIR%%/html/res/core/BaikalAdmin/Templates/Users.html +%%WWWDIR%%/html/res/core/BaikalAdmin/html5.js +%%WWWDIR%%/html/res/core/README.md +%%WWWDIR%%/html/res/core/TwitterBootstrap/css/bootstrap-responsive.css +%%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%%/vendor/autoload.php +%%WWWDIR%%/vendor/bin/generate_vcards +%%WWWDIR%%/vendor/bin/naturalselection %%WWWDIR%%/vendor/bin/sabredav -%%WWWDIR%%/vendor/bin/vobjectvalidate.php +%%WWWDIR%%/vendor/bin/vobject %%WWWDIR%%/vendor/composer/ClassLoader.php +%%WWWDIR%%/vendor/composer/LICENSE %%WWWDIR%%/vendor/composer/autoload_classmap.php +%%WWWDIR%%/vendor/composer/autoload_files.php %%WWWDIR%%/vendor/composer/autoload_namespaces.php %%WWWDIR%%/vendor/composer/autoload_psr4.php %%WWWDIR%%/vendor/composer/autoload_real.php %%WWWDIR%%/vendor/composer/installed.json %%WWWDIR%%/vendor/sabre/dav/.gitignore %%WWWDIR%%/vendor/sabre/dav/.travis.yml -%%WWWDIR%%/vendor/sabre/dav/ChangeLog +%%WWWDIR%%/vendor/sabre/dav/CHANGELOG.md +%%WWWDIR%%/vendor/sabre/dav/CONTRIBUTING.md %%WWWDIR%%/vendor/sabre/dav/LICENSE %%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/naturalselection.py +%%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/naturalselection %%WWWDIR%%/vendor/sabre/dav/bin/sabredav %%WWWDIR%%/vendor/sabre/dav/bin/sabredav.php -%%WWWDIR%%/vendor/sabre/dav/build.xml %%WWWDIR%%/vendor/sabre/dav/composer.json -%%WWWDIR%%/vendor/sabre/dav/docs/caldav-ctag.txt -%%WWWDIR%%/vendor/sabre/dav/docs/caldav-notifications.txt -%%WWWDIR%%/vendor/sabre/dav/docs/caldav-proxy.txt -%%WWWDIR%%/vendor/sabre/dav/docs/caldav-sharing.txt -%%WWWDIR%%/vendor/sabre/dav/docs/draft-daboo-carddav-directory-gateway-02.txt -%%WWWDIR%%/vendor/sabre/dav/docs/draft-desruisseaux-caldav-sched-10.txt -%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p1-messaging-11.txt -%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p4-conditional-11.txt -%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p5-range-11.txt -%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p6-cache-11.txt -%%WWWDIR%%/vendor/sabre/dav/docs/draft-nottingham-http-new-status-04.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc2425.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc2426.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc2518.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc2616.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc2617.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc3253.pdf -%%WWWDIR%%/vendor/sabre/dav/docs/rfc3744.pdf -%%WWWDIR%%/vendor/sabre/dav/docs/rfc4437.pdf -%%WWWDIR%%/vendor/sabre/dav/docs/rfc4790.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc4791.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc4918.pdf -%%WWWDIR%%/vendor/sabre/dav/docs/rfc5051.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc5397.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc5545.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc5546.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc5689.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc5785.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc5789.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc6047.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc6321.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc6350.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc6351.txt -%%WWWDIR%%/vendor/sabre/dav/docs/rfc6352.txt %%WWWDIR%%/vendor/sabre/dav/examples/addressbookserver.php -%%WWWDIR%%/vendor/sabre/dav/examples/basicauth.php %%WWWDIR%%/vendor/sabre/dav/examples/calendarserver.php -%%WWWDIR%%/vendor/sabre/dav/examples/digestauth.php %%WWWDIR%%/vendor/sabre/dav/examples/fileserver.php %%WWWDIR%%/vendor/sabre/dav/examples/groupwareserver.php -%%WWWDIR%%/vendor/sabre/dav/examples/simplefsserver.php +%%WWWDIR%%/vendor/sabre/dav/examples/minimal.php %%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.addressbook.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.calendars.sql %%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.locks.sql %%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.principals.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.propertystorage.sql %%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.users.sql %%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.addressbooks.sql %%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.calendars.sql %%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.locks.sql %%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.principals.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.propertystorage.sql %%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.users.sql %%WWWDIR%%/vendor/sabre/dav/examples/webserver/apache2_htaccess.conf %%WWWDIR%%/vendor/sabre/dav/examples/webserver/apache2_vhost.conf %%WWWDIR%%/vendor/sabre/dav/examples/webserver/apache2_vhost_cgi.conf -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Calendar.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendar.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/User.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Version.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBook.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Card.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/IDirectory.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Plugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Version.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/favicon.ico -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/addressbook.png -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/calendar.png -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/card.png -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/collection.png -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/file.png -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/parent.png -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/principal.png -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Client.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Collection.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/Locked.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS/Directory.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS/File.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Node.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/File.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/ICollection.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IFile.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/INode.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IProperties.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IQuota.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Node.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/ObjectTree.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/Href.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/HrefList.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/IHref.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/Response.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Server.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/ServerPlugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/SimpleCollection.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/SimpleFile.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/StringUtil.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Tree.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/URLUtil.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/UUIDUtil.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Version.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/XMLUtil.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/IACL.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Plugin.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Principal.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Version.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Request.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Response.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Util.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Version.php -%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/autoload.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php +%%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/SubscriptionSupport.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Backend/SyncSupport.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Calendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/CalendarHome.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/CalendarObject.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/CalendarQueryValidator.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/CalendarRoot.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/ICSExportPlugin.php +%%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 +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Notifications/INode.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Notifications/Node.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Principal/Collection.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Principal/IProxyRead.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Principal/ProxyRead.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Principal/User.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Schedule/IInbox.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Schedule/IOutbox.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Schedule/Inbox.php +%%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 +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Property/Invite.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/CalDAV/Xml/Request/Share.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/AddressBook.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/AddressBookHome.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/AddressBookRoot.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Backend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Backend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Backend/SyncSupport.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Card.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/IAddressBook.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/ICard.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/IDirectory.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/VCFExportPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php +%%WWWDIR%%/vendor/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractBearer.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Auth/Backend/Apache.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php +%%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/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Auth/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/GuessContentType.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/HtmlOutput.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/PropFindAll.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/assets/favicon.ico +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/assets/sabredav.css +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Browser/assets/sabredav.png +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Client.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Collection.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/CorePlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/BadRequest.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/Conflict.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/ConflictingLock.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/Forbidden.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/InsufficientStorage.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/InvalidResourceType.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/LengthRequired.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/Locked.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/NotAuthenticated.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/NotFound.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/NotImplemented.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/PaymentRequired.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/PreconditionFailed.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/ReportNotSupported.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/TooManyMatches.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/FS/Directory.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/FS/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/FS/Node.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/FSExt/Directory.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/FSExt/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/ICollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/IExtendedCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/IFile.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/IMoveTarget.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/IMultiGet.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/INode.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/IProperties.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/IQuota.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Locks/Backend/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Locks/Backend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Locks/LockInfo.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Locks/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/MkCol.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Mount/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Node.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/PartialUpdate/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/PropFind.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/PropPatch.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php +%%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/SimpleCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/SimpleFile.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/StringUtil.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Sync/ISyncCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Sync/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Tree.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/UUIDUtil.php +%%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/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/LockDiscovery.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Property/ResourceType.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 +%%WWWDIR%%/vendor/sabre/dav/lib/DAV/Xml/Request/Lock.php +%%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/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/AbstractPrincipalCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Exception/AceConflict.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Exception/NoAbstract.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/FS/Collection.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/FS/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/FS/HomeCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/IACL.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/IPrincipal.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/IPrincipalCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Principal.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/PrincipalCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Xml/Property/Acl.php +%%WWWDIR%%/vendor/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php +%%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/ExpandPropertyReport.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 %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/Mock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/MockScheduling.php +%%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/PDOSqliteTest.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 +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarObjectTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryParserTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsFloatingTimeTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyReportTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyRequestTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ICSExportPluginTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue166Test.php @@ -592,35 +534,50 @@ %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/JCalTransformTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/CollectionTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/NodeTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteReplyTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/SystemStatusTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/OutboxPostTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/PluginTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/PluginTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/CollectionTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyReadTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/UserTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/AllowedSharingModesTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/InviteTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/ScheduleCalendarTranspTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarComponentSetTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/DeliverNewEventTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/FreeBusyRequestTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/MockPlugin.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMipPluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/InboxTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxPostTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginBasicTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginPropertiesTest.php +%%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 +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/SubscriptionTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/TestUtil.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsSharedCalendarsTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ValidateICalTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/VersionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/InviteReplyTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/InviteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/SystemStatusTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/AllowedSharingModesTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/EmailAddressSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/InviteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/ScheduleCalendarTranspTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCalendarComponentSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCalendarDataTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCollationSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/CalendarQueryReportTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/InviteReplyTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/ShareTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AbstractPluginTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryParserTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookHomeTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookRootTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookTest.php @@ -632,19 +589,21 @@ %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/IDirectoryTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/MultiGetTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/PluginTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Property/SupportedAddressDataTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/SogoStripContentTypeTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/TestUtil.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/UserAddressBooksTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/VCFExportTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateFilterTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateVCardTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/VersionTest.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/AddressBookQueryReportTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/AbstractServer.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBearerTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ApacheTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/BasicCallBackTest.php %%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 @@ -654,54 +613,79 @@ %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/GuessContentTypeTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/PropFindAllTest.php %%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/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/FileTest.php -%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/NodeTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/GetIfConditionsTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/HTTPPreferParsingTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/HttpCopyTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/HttpDeleteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/HttpGetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/HttpHeadTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/HttpMoveTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/HttpPutTest.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Issue33Test.php %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/AbstractTest.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***