Hi

This is an update of baikal from 0.2.7 to 0.4.6.

I havn't tested an update with an actual database. An existing database
will not be overwritten by this update.o

Remi



Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/baikal/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    4 Feb 2016 13:14:15 -0000       1.12
+++ Makefile    14 Nov 2016 21:56:41 -0000
@@ -2,35 +2,30 @@
 
 COMMENT=       lightweight CalDAV and CardDAV server
 
-DISTNAME=      baikal-regular-0.2.7
-PKGNAME=       ${DISTNAME:S/-regular//}
-EXTRACT_SUFX=  .tgz
+VERSION=       0.4.6
+DISTNAME=      baikal-${VERSION}
+MASTER_SITES=  https://github.com/fruux/Baikal/releases/download/${VERSION}/
+DISTFILES=     ${DISTNAME}.zip
 CATEGORIES=    productivity www
-REVISION=      2
 
-HOMEPAGE=      http://baikal-server.com/
+HOMEPAGE=      http://sabre.io/baikal/
 
 # GPLv3
 PERMIT_PACKAGE_CDROM=  Yes
 
-MASTER_SITES=  http://baikal-server.com/get/
-
 MODULES=       lang/php
 
-WRKDIST=       ${WRKDIR}/baikal-regular/
-
 NO_BUILD=      Yes
 NO_TEST=       Yes
 PKG_ARCH=      *
 
-PREFIX=                ${VARBASE}/www
+PREFIX=        ${VARBASE}/www
 INSTDIR=       ${PREFIX}/baikal
+WRKSRC=        ${WRKDIR}/baikal
 SUBST_VARS=    INSTDIR
 
 do-install:
        ${INSTALL_DATA_DIR} ${INSTDIR}
        cd ${WRKSRC} && tar cf - . | (cd ${INSTDIR}; tar xf -)
-       find ${INSTDIR} -name '*.orig' -exec rm {} \;
-       mv ${INSTDIR}/Specific/db/db.sqlite{,.dist}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/productivity/baikal/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    9 Jun 2014 13:12:53 -0000       1.3
+++ distinfo    14 Nov 2016 21:56:41 -0000
@@ -1,2 +1,2 @@
-SHA256 (baikal-regular-0.2.7.tgz) = 
Jo2u7Ja58bv+4MFjmK4hOr/oJ8l+xIcXmYWCi2JnNZ8=
-SIZE (baikal-regular-0.2.7.tgz) = 2273699
+SHA256 (baikal-0.4.6.zip) = lG6OQWH374S+QkMLbp07t91Lu+JBtAm+IIwURH16p6Y=
+SIZE (baikal-0.4.6.zip) = 3288478
Index: patches/patch-Specific_virtualhosts_baikal_nginx
===================================================================
RCS file: patches/patch-Specific_virtualhosts_baikal_nginx
diff -N patches/patch-Specific_virtualhosts_baikal_nginx
--- patches/patch-Specific_virtualhosts_baikal_nginx    13 Sep 2013 15:27:58 
-0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,35 +0,0 @@
-$OpenBSD: patch-Specific_virtualhosts_baikal_nginx,v 1.1 2013/09/13 15:27:58 
ajacoutot Exp $
---- Specific/virtualhosts/baikal.nginx.orig    Fri Sep 13 15:10:51 2013
-+++ Specific/virtualhosts/baikal.nginx Fri Sep 13 15:12:06 2013
-@@ -2,11 +2,11 @@ server {
-     listen       80;
-     server_name  dav.mydomain.com;
- 
--    root  /var/www/dav.mydomain.com;
-+    root  /var/www/baikal/html;
-     index index.php;
- 
--      rewrite ^/.well-known/caldav /cal.php redirect;
--      rewrite ^/.well-known/carddav /card.php redirect;
-+    rewrite ^/.well-known/caldav /cal.php redirect;
-+    rewrite ^/.well-known/carddav /card.php redirect;
-     
-     charset utf-8;
- 
-@@ -18,7 +18,7 @@ server {
-     location ~ ^(.+\.php)(.*)$ {
-         try_files $fastcgi_script_name =404;
-         fastcgi_split_path_info  ^(.+\.php)(.*)$;
--        fastcgi_pass   unix:/var/run/php-fpm/php-fpm.sock;
-+        fastcgi_pass   127.0.0.1:9000;
-         fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
-         fastcgi_param  PATH_INFO        $fastcgi_path_info;
-         include        /etc/nginx/fastcgi_params;
-@@ -26,6 +26,6 @@ server {
- 
-     error_page   500 502 503 504  /50x.html;
-     location = /50x.html {
--        root   /var/www/nginx-default;
-+        root   /var/www/htdocs;
-     }
- }
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/productivity/baikal/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   9 Jun 2014 13:12:53 -0000       1.5
+++ pkg/PLIST   14 Nov 2016 21:56:42 -0000
@@ -1,13 +1,13 @@
-@comment $OpenBSD: PLIST,v 1.5 2014/06/09 13:12:53 jasper Exp $
-@ask-update baikal-<0.2.4p1 Due to a bug in older versions of this package, 
backup baikal/Specific/db/db.sqlite before updating and restore it afterwards.
+@comment $OpenBSD$
 baikal/
-baikal/ChangeLog.md
+baikal/CHANGELOG.md
 baikal/Core/
 baikal/Core/Distrib.php
 baikal/Core/Frameworks/
 baikal/Core/Frameworks/Baikal/
 baikal/Core/Frameworks/Baikal/Core/
 baikal/Core/Frameworks/Baikal/Core/PDOBasicAuth.php
+baikal/Core/Frameworks/Baikal/Core/Server.php
 baikal/Core/Frameworks/Baikal/Core/Tools.php
 baikal/Core/Frameworks/Baikal/Framework.php
 baikal/Core/Frameworks/Baikal/Model/
@@ -26,8 +26,6 @@ baikal/Core/Frameworks/Baikal/Model/Conf
 baikal/Core/Frameworks/Baikal/Model/Principal.php
 baikal/Core/Frameworks/Baikal/Model/User.php
 baikal/Core/Frameworks/Baikal/WWWRoot/
-baikal/Core/Frameworks/Baikal/WWWRoot/cal.php
-baikal/Core/Frameworks/Baikal/WWWRoot/card.php
 baikal/Core/Frameworks/Baikal/WWWRoot/index.php
 baikal/Core/Frameworks/BaikalAdmin/
 baikal/Core/Frameworks/BaikalAdmin/Controller/
@@ -174,177 +172,6 @@ baikal/Core/Frameworks/Flake/Util/Router
 baikal/Core/Frameworks/Flake/Util/Router.php
 baikal/Core/Frameworks/Flake/Util/Router/QuestionMarkRewrite.php
 baikal/Core/Frameworks/Flake/Util/Tools.php
-baikal/Core/Frameworks/Flake/Util/Twig/
-baikal/Core/Frameworks/Flake/Util/Twig/AUTHORS
-baikal/Core/Frameworks/Flake/Util/Twig/CHANGELOG
-baikal/Core/Frameworks/Flake/Util/Twig/LICENSE
-baikal/Core/Frameworks/Flake/Util/Twig/README.markdown
-baikal/Core/Frameworks/Flake/Util/Twig/lib/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Autoloader.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Compiler.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/CompilerInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Environment.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Loader.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Runtime.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Syntax.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/ExpressionParser.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Core.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Debug.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Escaper.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Optimizer.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Sandbox.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/ExtensionInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Function.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Method.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Node.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/FilterInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Function.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Method.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Node.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/FunctionInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Lexer.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/LexerInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Array.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Chain.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Filesystem.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/String.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/LoaderInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Markup.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/AutoEscape.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Block.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/BlockReference.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Body.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Do.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Embed.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Array.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/AssignName.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Add.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/And.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Concat.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Div.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Equal.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/FloorDiv.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Greater.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/In.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Less.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/LessEqual.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Mod.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Mul.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/NotEqual.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/NotIn.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Or.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Power.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Range.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Sub.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/BlockReference.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Conditional.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Constant.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/ExtensionReference.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter/Default.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Function.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/GetAttr.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/MethodCall.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Name.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Parent.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/TempName.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Constant.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Defined.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Divisibleby.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Even.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Null.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Odd.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Sameas.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Neg.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Not.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Pos.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Flush.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/For.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/ForLoop.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/If.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Import.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Include.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Macro.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Module.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Print.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Sandbox.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SandboxedModule.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SandboxedPrint.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Set.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SetTemp.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Spaceless.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Text.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeOutputInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeTraverser.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Escaper.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Optimizer.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/SafeAnalysis.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Sandbox.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitorInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Parser.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/ParserInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityError.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityPolicy.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityPolicyInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Template.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TemplateInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Function.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Method.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Node.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TestInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Token.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/AutoEscape.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Block.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Do.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Embed.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Extends.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Filter.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Flush.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/For.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/From.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/If.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Import.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Include.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Macro.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Sandbox.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Set.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Spaceless.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Use.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserBroker.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserBrokerInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserInterface.php
-baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenStream.php
 baikal/Core/Frameworks/Flake/config.php
 baikal/Core/Frameworks/Formal/
 baikal/Core/Frameworks/Formal/Core/
@@ -381,33 +208,70 @@ baikal/Core/Resources/Db/MySQL/
 baikal/Core/Resources/Db/MySQL/db.sql
 baikal/Core/Resources/Db/SQLite/
 baikal/Core/Resources/Db/SQLite/db.sql
-baikal/Core/Resources/Db/SQLite/db.sqlite
 baikal/Core/Resources/System/
 baikal/Core/Resources/System/htaccess-documentroot
 baikal/Core/Resources/System/htaccess-specific
 baikal/Core/Resources/Web/
-baikal/Core/Resources/Web/BaikalAdmin
+baikal/Core/Resources/Web/BaikalAdmin/
+baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/
+baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/generate-sprite.php
+baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyph-dark.png
+baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyph2x-dark.png
+baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyphpro-2x.css
+baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyphpro.css
+baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/test-glyphpro2x.html
+baikal/Core/Resources/Web/BaikalAdmin/Images/
+baikal/Core/Resources/Web/BaikalAdmin/Images/logo-framboise.png
+baikal/Core/Resources/Web/BaikalAdmin/Strings/
+baikal/Core/Resources/Web/BaikalAdmin/Strings/EN/
+baikal/Core/Resources/Web/BaikalAdmin/Strings/EN/Exceptions.json
+baikal/Core/Resources/Web/BaikalAdmin/Templates/
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Dashboard.html
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Install/
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Install/Database.html
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Install/Initialize.html
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Login.html
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar/
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar.html
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar/Anonymous.html
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar/Install.html
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Page/
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Page/baikal-text-20.png
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Page/index.html
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Page/style.css
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Settings/
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Settings/Standard.html
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Settings/System.html
+baikal/Core/Resources/Web/BaikalAdmin/Templates/User/
+baikal/Core/Resources/Web/BaikalAdmin/Templates/User/AddressBooks.html
+baikal/Core/Resources/Web/BaikalAdmin/Templates/User/Calendars.html
+baikal/Core/Resources/Web/BaikalAdmin/Templates/Users.html
+baikal/Core/Resources/Web/BaikalAdmin/html5.js
 baikal/Core/Resources/Web/README.md
-baikal/Core/Resources/Web/TwitterBootstrap
-baikal/INSTALL.md
-baikal/LICENSE.txt
+baikal/Core/Resources/Web/TwitterBootstrap/
+baikal/Core/Resources/Web/TwitterBootstrap/css/
+baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap-responsive.css
+baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap-responsive.min.css
+baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap.css
+baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap.min.css
+baikal/Core/Resources/Web/TwitterBootstrap/img/
+baikal/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings-orig.png
+baikal/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings-white.png
+baikal/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings.png
+baikal/Core/Resources/Web/TwitterBootstrap/js/
+baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap-popover.js
+baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap-tooltip.js
+baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap.js
+baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap.min.js
+baikal/Core/Resources/Web/TwitterBootstrap/js/jquery-1.7.1.min.js
+baikal/LICENSE
 baikal/README.md
 @owner www
 baikal/Specific/
-@owner
-baikal/Specific/.htaccess
-@comment no checksum
-baikal/Specific/ENABLE_INSTALL
-@owner www
 baikal/Specific/db/
-baikal/Specific/db/db.sqlite.dist
-@sample baikal/Specific/db/db.sqlite
+baikal/Specific/db/.empty
 @owner
-baikal/Specific/virtualhosts/
-baikal/Specific/virtualhosts/baikal.apache2
-baikal/Specific/virtualhosts/baikal.nginx
-baikal/TROUBLESHOOTING.md
-baikal/UPGRADE.md
 baikal/html/
 baikal/html/.htaccess
 baikal/html/admin/
@@ -416,17 +280,75 @@ baikal/html/admin/install/
 baikal/html/admin/install/index.php
 baikal/html/cal.php
 baikal/html/card.php
+baikal/html/dav.php
 baikal/html/index.php
 baikal/html/res/
-baikal/html/res/core
+baikal/html/res/core/
+baikal/html/res/core/BaikalAdmin/
+baikal/html/res/core/BaikalAdmin/GlyphiconsPro/
+baikal/html/res/core/BaikalAdmin/GlyphiconsPro/generate-sprite.php
+baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyph-dark.png
+baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyph2x-dark.png
+baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyphpro-2x.css
+baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyphpro.css
+baikal/html/res/core/BaikalAdmin/GlyphiconsPro/test-glyphpro2x.html
+baikal/html/res/core/BaikalAdmin/Images/
+baikal/html/res/core/BaikalAdmin/Images/logo-framboise.png
+baikal/html/res/core/BaikalAdmin/Strings/
+baikal/html/res/core/BaikalAdmin/Strings/EN/
+baikal/html/res/core/BaikalAdmin/Strings/EN/Exceptions.json
+baikal/html/res/core/BaikalAdmin/Templates/
+baikal/html/res/core/BaikalAdmin/Templates/Dashboard.html
+baikal/html/res/core/BaikalAdmin/Templates/Install/
+baikal/html/res/core/BaikalAdmin/Templates/Install/Database.html
+baikal/html/res/core/BaikalAdmin/Templates/Install/Initialize.html
+baikal/html/res/core/BaikalAdmin/Templates/Login.html
+baikal/html/res/core/BaikalAdmin/Templates/Navigation/
+baikal/html/res/core/BaikalAdmin/Templates/Navigation/Topbar/
+baikal/html/res/core/BaikalAdmin/Templates/Navigation/Topbar.html
+baikal/html/res/core/BaikalAdmin/Templates/Navigation/Topbar/Anonymous.html
+baikal/html/res/core/BaikalAdmin/Templates/Navigation/Topbar/Install.html
+baikal/html/res/core/BaikalAdmin/Templates/Page/
+baikal/html/res/core/BaikalAdmin/Templates/Page/baikal-text-20.png
+baikal/html/res/core/BaikalAdmin/Templates/Page/index.html
+baikal/html/res/core/BaikalAdmin/Templates/Page/style.css
+baikal/html/res/core/BaikalAdmin/Templates/Settings/
+baikal/html/res/core/BaikalAdmin/Templates/Settings/Standard.html
+baikal/html/res/core/BaikalAdmin/Templates/Settings/System.html
+baikal/html/res/core/BaikalAdmin/Templates/User/
+baikal/html/res/core/BaikalAdmin/Templates/User/AddressBooks.html
+baikal/html/res/core/BaikalAdmin/Templates/User/Calendars.html
+baikal/html/res/core/BaikalAdmin/Templates/Users.html
+baikal/html/res/core/BaikalAdmin/html5.js
+baikal/html/res/core/README.md
+baikal/html/res/core/TwitterBootstrap/
+baikal/html/res/core/TwitterBootstrap/css/
+baikal/html/res/core/TwitterBootstrap/css/bootstrap-responsive.css
+baikal/html/res/core/TwitterBootstrap/css/bootstrap-responsive.min.css
+baikal/html/res/core/TwitterBootstrap/css/bootstrap.css
+baikal/html/res/core/TwitterBootstrap/css/bootstrap.min.css
+baikal/html/res/core/TwitterBootstrap/img/
+baikal/html/res/core/TwitterBootstrap/img/glyphicons-halflings-orig.png
+baikal/html/res/core/TwitterBootstrap/img/glyphicons-halflings-white.png
+baikal/html/res/core/TwitterBootstrap/img/glyphicons-halflings.png
+baikal/html/res/core/TwitterBootstrap/js/
+baikal/html/res/core/TwitterBootstrap/js/bootstrap-popover.js
+baikal/html/res/core/TwitterBootstrap/js/bootstrap-tooltip.js
+baikal/html/res/core/TwitterBootstrap/js/bootstrap.js
+baikal/html/res/core/TwitterBootstrap/js/bootstrap.min.js
+baikal/html/res/core/TwitterBootstrap/js/jquery-1.7.1.min.js
 baikal/vendor/
 baikal/vendor/autoload.php
 baikal/vendor/bin/
+baikal/vendor/bin/generate_vcards
+baikal/vendor/bin/naturalselection
 baikal/vendor/bin/sabredav
-baikal/vendor/bin/vobjectvalidate.php
+baikal/vendor/bin/vobject
 baikal/vendor/composer/
 baikal/vendor/composer/ClassLoader.php
+baikal/vendor/composer/LICENSE
 baikal/vendor/composer/autoload_classmap.php
+baikal/vendor/composer/autoload_files.php
 baikal/vendor/composer/autoload_namespaces.php
 baikal/vendor/composer/autoload_psr4.php
 baikal/vendor/composer/autoload_real.php
@@ -435,292 +357,319 @@ baikal/vendor/sabre/
 baikal/vendor/sabre/dav/
 baikal/vendor/sabre/dav/.gitignore
 baikal/vendor/sabre/dav/.travis.yml
-baikal/vendor/sabre/dav/ChangeLog
+baikal/vendor/sabre/dav/CHANGELOG.md
+baikal/vendor/sabre/dav/CONTRIBUTING.md
 baikal/vendor/sabre/dav/LICENSE
 baikal/vendor/sabre/dav/README.md
 baikal/vendor/sabre/dav/bin/
+baikal/vendor/sabre/dav/bin/build.php
 baikal/vendor/sabre/dav/bin/googlecode_upload.py
 baikal/vendor/sabre/dav/bin/migrateto17.php
-baikal/vendor/sabre/dav/bin/naturalselection.py
+baikal/vendor/sabre/dav/bin/migrateto20.php
+baikal/vendor/sabre/dav/bin/migrateto21.php
+baikal/vendor/sabre/dav/bin/migrateto30.php
+baikal/vendor/sabre/dav/bin/naturalselection
 baikal/vendor/sabre/dav/bin/sabredav
 baikal/vendor/sabre/dav/bin/sabredav.php
-baikal/vendor/sabre/dav/build.xml
 baikal/vendor/sabre/dav/composer.json
-baikal/vendor/sabre/dav/docs/
-baikal/vendor/sabre/dav/docs/caldav-ctag.txt
-baikal/vendor/sabre/dav/docs/caldav-notifications.txt
-baikal/vendor/sabre/dav/docs/caldav-proxy.txt
-baikal/vendor/sabre/dav/docs/caldav-sharing.txt
-baikal/vendor/sabre/dav/docs/draft-daboo-carddav-directory-gateway-02.txt
-baikal/vendor/sabre/dav/docs/draft-desruisseaux-caldav-sched-10.txt
-baikal/vendor/sabre/dav/docs/draft-ietf-httpbis-p1-messaging-11.txt
-baikal/vendor/sabre/dav/docs/draft-ietf-httpbis-p4-conditional-11.txt
-baikal/vendor/sabre/dav/docs/draft-ietf-httpbis-p5-range-11.txt
-baikal/vendor/sabre/dav/docs/draft-ietf-httpbis-p6-cache-11.txt
-baikal/vendor/sabre/dav/docs/draft-nottingham-http-new-status-04.txt
-baikal/vendor/sabre/dav/docs/rfc2425.txt
-baikal/vendor/sabre/dav/docs/rfc2426.txt
-baikal/vendor/sabre/dav/docs/rfc2518.txt
-baikal/vendor/sabre/dav/docs/rfc2616.txt
-baikal/vendor/sabre/dav/docs/rfc2617.txt
-baikal/vendor/sabre/dav/docs/rfc3253.pdf
-baikal/vendor/sabre/dav/docs/rfc3744.pdf
-baikal/vendor/sabre/dav/docs/rfc4437.pdf
-baikal/vendor/sabre/dav/docs/rfc4790.txt
-baikal/vendor/sabre/dav/docs/rfc4791.txt
-baikal/vendor/sabre/dav/docs/rfc4918.pdf
-baikal/vendor/sabre/dav/docs/rfc5051.txt
-baikal/vendor/sabre/dav/docs/rfc5397.txt
-baikal/vendor/sabre/dav/docs/rfc5545.txt
-baikal/vendor/sabre/dav/docs/rfc5546.txt
-baikal/vendor/sabre/dav/docs/rfc5689.txt
-baikal/vendor/sabre/dav/docs/rfc5785.txt
-baikal/vendor/sabre/dav/docs/rfc5789.txt
-baikal/vendor/sabre/dav/docs/rfc6047.txt
-baikal/vendor/sabre/dav/docs/rfc6321.txt
-baikal/vendor/sabre/dav/docs/rfc6350.txt
-baikal/vendor/sabre/dav/docs/rfc6351.txt
-baikal/vendor/sabre/dav/docs/rfc6352.txt
 baikal/vendor/sabre/dav/examples/
 baikal/vendor/sabre/dav/examples/addressbookserver.php
-baikal/vendor/sabre/dav/examples/basicauth.php
 baikal/vendor/sabre/dav/examples/calendarserver.php
-baikal/vendor/sabre/dav/examples/digestauth.php
 baikal/vendor/sabre/dav/examples/fileserver.php
 baikal/vendor/sabre/dav/examples/groupwareserver.php
-baikal/vendor/sabre/dav/examples/simplefsserver.php
+baikal/vendor/sabre/dav/examples/minimal.php
 baikal/vendor/sabre/dav/examples/sql/
 baikal/vendor/sabre/dav/examples/sql/mysql.addressbook.sql
 baikal/vendor/sabre/dav/examples/sql/mysql.calendars.sql
 baikal/vendor/sabre/dav/examples/sql/mysql.locks.sql
 baikal/vendor/sabre/dav/examples/sql/mysql.principals.sql
+baikal/vendor/sabre/dav/examples/sql/mysql.propertystorage.sql
 baikal/vendor/sabre/dav/examples/sql/mysql.users.sql
 baikal/vendor/sabre/dav/examples/sql/pgsql.addressbook.sql
 baikal/vendor/sabre/dav/examples/sql/pgsql.calendars.sql
 baikal/vendor/sabre/dav/examples/sql/pgsql.locks.sql
 baikal/vendor/sabre/dav/examples/sql/pgsql.principals.sql
+baikal/vendor/sabre/dav/examples/sql/pgsql.propertystorage.sql
 baikal/vendor/sabre/dav/examples/sql/pgsql.users.sql
 baikal/vendor/sabre/dav/examples/sql/sqlite.addressbooks.sql
 baikal/vendor/sabre/dav/examples/sql/sqlite.calendars.sql
 baikal/vendor/sabre/dav/examples/sql/sqlite.locks.sql
 baikal/vendor/sabre/dav/examples/sql/sqlite.principals.sql
+baikal/vendor/sabre/dav/examples/sql/sqlite.propertystorage.sql
 baikal/vendor/sabre/dav/examples/sql/sqlite.users.sql
 baikal/vendor/sabre/dav/examples/webserver/
 baikal/vendor/sabre/dav/examples/webserver/apache2_htaccess.conf
 baikal/vendor/sabre/dav/examples/webserver/apache2_vhost.conf
 baikal/vendor/sabre/dav/examples/webserver/apache2_vhost_cgi.conf
 baikal/vendor/sabre/dav/lib/
-baikal/vendor/sabre/dav/lib/Sabre/
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Calendar.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Exception/
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendar.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/User.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php
-baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Version.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBook.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Card.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/IDirectory.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Plugin.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Property/
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php
-baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Version.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/favicon.ico
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/addressbook.png
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/calendar.png
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/card.png
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/collection.png
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/file.png
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/parent.png
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/principal.png
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Client.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Collection.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/Locked.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/FS/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/FS/Directory.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/FS/File.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/FSExt/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Node.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/File.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/ICollection.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/IFile.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/INode.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/IProperties.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/IQuota.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Mount/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Node.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/ObjectTree.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Property.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/Href.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/HrefList.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/IHref.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/Response.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Server.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/ServerPlugin.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/SimpleCollection.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/SimpleFile.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/StringUtil.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Tree/
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Tree.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/URLUtil.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/UUIDUtil.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/Version.php
-baikal/vendor/sabre/dav/lib/Sabre/DAV/XMLUtil.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/IACL.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Plugin.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Principal.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php
-baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Version.php
-baikal/vendor/sabre/dav/lib/Sabre/HTTP/
-baikal/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php
-baikal/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php
-baikal/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php
-baikal/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php
-baikal/vendor/sabre/dav/lib/Sabre/HTTP/Request.php
-baikal/vendor/sabre/dav/lib/Sabre/HTTP/Response.php
-baikal/vendor/sabre/dav/lib/Sabre/HTTP/Util.php
-baikal/vendor/sabre/dav/lib/Sabre/HTTP/Version.php
-baikal/vendor/sabre/dav/lib/Sabre/autoload.php
+baikal/vendor/sabre/dav/lib/CalDAV/
+baikal/vendor/sabre/dav/lib/CalDAV/Backend/
+baikal/vendor/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
+baikal/vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
+baikal/vendor/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
+baikal/vendor/sabre/dav/lib/CalDAV/Backend/PDO.php
+baikal/vendor/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
+baikal/vendor/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
+baikal/vendor/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
+baikal/vendor/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
+baikal/vendor/sabre/dav/lib/CalDAV/Calendar.php
+baikal/vendor/sabre/dav/lib/CalDAV/CalendarHome.php
+baikal/vendor/sabre/dav/lib/CalDAV/CalendarObject.php
+baikal/vendor/sabre/dav/lib/CalDAV/CalendarQueryValidator.php
+baikal/vendor/sabre/dav/lib/CalDAV/CalendarRoot.php
+baikal/vendor/sabre/dav/lib/CalDAV/Exception/
+baikal/vendor/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php
+baikal/vendor/sabre/dav/lib/CalDAV/ICSExportPlugin.php
+baikal/vendor/sabre/dav/lib/CalDAV/ICalendar.php
+baikal/vendor/sabre/dav/lib/CalDAV/ICalendarObject.php
+baikal/vendor/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
+baikal/vendor/sabre/dav/lib/CalDAV/IShareableCalendar.php
+baikal/vendor/sabre/dav/lib/CalDAV/ISharedCalendar.php
+baikal/vendor/sabre/dav/lib/CalDAV/Notifications/
+baikal/vendor/sabre/dav/lib/CalDAV/Notifications/Collection.php
+baikal/vendor/sabre/dav/lib/CalDAV/Notifications/ICollection.php
+baikal/vendor/sabre/dav/lib/CalDAV/Notifications/INode.php
+baikal/vendor/sabre/dav/lib/CalDAV/Notifications/Node.php
+baikal/vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php
+baikal/vendor/sabre/dav/lib/CalDAV/Plugin.php
+baikal/vendor/sabre/dav/lib/CalDAV/Principal/
+baikal/vendor/sabre/dav/lib/CalDAV/Principal/Collection.php
+baikal/vendor/sabre/dav/lib/CalDAV/Principal/IProxyRead.php
+baikal/vendor/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php
+baikal/vendor/sabre/dav/lib/CalDAV/Principal/ProxyRead.php
+baikal/vendor/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php
+baikal/vendor/sabre/dav/lib/CalDAV/Principal/User.php
+baikal/vendor/sabre/dav/lib/CalDAV/Schedule/
+baikal/vendor/sabre/dav/lib/CalDAV/Schedule/IInbox.php
+baikal/vendor/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php
+baikal/vendor/sabre/dav/lib/CalDAV/Schedule/IOutbox.php
+baikal/vendor/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php
+baikal/vendor/sabre/dav/lib/CalDAV/Schedule/Inbox.php
+baikal/vendor/sabre/dav/lib/CalDAV/Schedule/Outbox.php
+baikal/vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php
+baikal/vendor/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
+baikal/vendor/sabre/dav/lib/CalDAV/ShareableCalendar.php
+baikal/vendor/sabre/dav/lib/CalDAV/SharedCalendar.php
+baikal/vendor/sabre/dav/lib/CalDAV/SharingPlugin.php
+baikal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
+baikal/vendor/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
+baikal/vendor/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php
+baikal/vendor/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/Invite.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php
+baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/Share.php
+baikal/vendor/sabre/dav/lib/CardDAV/
+baikal/vendor/sabre/dav/lib/CardDAV/AddressBook.php
+baikal/vendor/sabre/dav/lib/CardDAV/AddressBookHome.php
+baikal/vendor/sabre/dav/lib/CardDAV/AddressBookRoot.php
+baikal/vendor/sabre/dav/lib/CardDAV/Backend/
+baikal/vendor/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php
+baikal/vendor/sabre/dav/lib/CardDAV/Backend/BackendInterface.php
+baikal/vendor/sabre/dav/lib/CardDAV/Backend/PDO.php
+baikal/vendor/sabre/dav/lib/CardDAV/Backend/SyncSupport.php
+baikal/vendor/sabre/dav/lib/CardDAV/Card.php
+baikal/vendor/sabre/dav/lib/CardDAV/IAddressBook.php
+baikal/vendor/sabre/dav/lib/CardDAV/ICard.php
+baikal/vendor/sabre/dav/lib/CardDAV/IDirectory.php
+baikal/vendor/sabre/dav/lib/CardDAV/Plugin.php
+baikal/vendor/sabre/dav/lib/CardDAV/VCFExportPlugin.php
+baikal/vendor/sabre/dav/lib/CardDAV/Xml/
+baikal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
+baikal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php
+baikal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php
+baikal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php
+baikal/vendor/sabre/dav/lib/CardDAV/Xml/Property/
+baikal/vendor/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
+baikal/vendor/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php
+baikal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
+baikal/vendor/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
+baikal/vendor/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
+baikal/vendor/sabre/dav/lib/DAV/
+baikal/vendor/sabre/dav/lib/DAV/Auth/
+baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/
+baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php
+baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractBearer.php
+baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php
+baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/Apache.php
+baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
+baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
+baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/File.php
+baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/PDO.php
+baikal/vendor/sabre/dav/lib/DAV/Auth/Plugin.php
+baikal/vendor/sabre/dav/lib/DAV/Browser/
+baikal/vendor/sabre/dav/lib/DAV/Browser/GuessContentType.php
+baikal/vendor/sabre/dav/lib/DAV/Browser/HtmlOutput.php
+baikal/vendor/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php
+baikal/vendor/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php
+baikal/vendor/sabre/dav/lib/DAV/Browser/Plugin.php
+baikal/vendor/sabre/dav/lib/DAV/Browser/PropFindAll.php
+baikal/vendor/sabre/dav/lib/DAV/Browser/assets/
+baikal/vendor/sabre/dav/lib/DAV/Browser/assets/favicon.ico
+baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
+baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE
+baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css
+baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot
+baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf
+baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg
+baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf
+baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff
+baikal/vendor/sabre/dav/lib/DAV/Browser/assets/sabredav.css
+baikal/vendor/sabre/dav/lib/DAV/Browser/assets/sabredav.png
+baikal/vendor/sabre/dav/lib/DAV/Client.php
+baikal/vendor/sabre/dav/lib/DAV/Collection.php
+baikal/vendor/sabre/dav/lib/DAV/CorePlugin.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/
+baikal/vendor/sabre/dav/lib/DAV/Exception.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/BadRequest.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/Conflict.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/ConflictingLock.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/Forbidden.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/InsufficientStorage.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/LengthRequired.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/Locked.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/NotAuthenticated.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/NotFound.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/NotImplemented.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/PaymentRequired.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/PreconditionFailed.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/ReportNotSupported.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/TooManyMatches.php
+baikal/vendor/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php
+baikal/vendor/sabre/dav/lib/DAV/FS/
+baikal/vendor/sabre/dav/lib/DAV/FS/Directory.php
+baikal/vendor/sabre/dav/lib/DAV/FS/File.php
+baikal/vendor/sabre/dav/lib/DAV/FS/Node.php
+baikal/vendor/sabre/dav/lib/DAV/FSExt/
+baikal/vendor/sabre/dav/lib/DAV/FSExt/Directory.php
+baikal/vendor/sabre/dav/lib/DAV/FSExt/File.php
+baikal/vendor/sabre/dav/lib/DAV/File.php
+baikal/vendor/sabre/dav/lib/DAV/ICollection.php
+baikal/vendor/sabre/dav/lib/DAV/IExtendedCollection.php
+baikal/vendor/sabre/dav/lib/DAV/IFile.php
+baikal/vendor/sabre/dav/lib/DAV/IMoveTarget.php
+baikal/vendor/sabre/dav/lib/DAV/IMultiGet.php
+baikal/vendor/sabre/dav/lib/DAV/INode.php
+baikal/vendor/sabre/dav/lib/DAV/IProperties.php
+baikal/vendor/sabre/dav/lib/DAV/IQuota.php
+baikal/vendor/sabre/dav/lib/DAV/Locks/
+baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/
+baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
+baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php
+baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/File.php
+baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/PDO.php
+baikal/vendor/sabre/dav/lib/DAV/Locks/LockInfo.php
+baikal/vendor/sabre/dav/lib/DAV/Locks/Plugin.php
+baikal/vendor/sabre/dav/lib/DAV/MkCol.php
+baikal/vendor/sabre/dav/lib/DAV/Mount/
+baikal/vendor/sabre/dav/lib/DAV/Mount/Plugin.php
+baikal/vendor/sabre/dav/lib/DAV/Node.php
+baikal/vendor/sabre/dav/lib/DAV/PartialUpdate/
+baikal/vendor/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php
+baikal/vendor/sabre/dav/lib/DAV/PartialUpdate/Plugin.php
+baikal/vendor/sabre/dav/lib/DAV/PropFind.php
+baikal/vendor/sabre/dav/lib/DAV/PropPatch.php
+baikal/vendor/sabre/dav/lib/DAV/PropertyStorage/
+baikal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
+baikal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php
+baikal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
+baikal/vendor/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
+baikal/vendor/sabre/dav/lib/DAV/Server.php
+baikal/vendor/sabre/dav/lib/DAV/ServerPlugin.php
+baikal/vendor/sabre/dav/lib/DAV/SimpleCollection.php
+baikal/vendor/sabre/dav/lib/DAV/SimpleFile.php
+baikal/vendor/sabre/dav/lib/DAV/StringUtil.php
+baikal/vendor/sabre/dav/lib/DAV/Sync/
+baikal/vendor/sabre/dav/lib/DAV/Sync/ISyncCollection.php
+baikal/vendor/sabre/dav/lib/DAV/Sync/Plugin.php
+baikal/vendor/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php
+baikal/vendor/sabre/dav/lib/DAV/Tree.php
+baikal/vendor/sabre/dav/lib/DAV/UUIDUtil.php
+baikal/vendor/sabre/dav/lib/DAV/Version.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/
+baikal/vendor/sabre/dav/lib/DAV/Xml/Element/
+baikal/vendor/sabre/dav/lib/DAV/Xml/Element/Prop.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Element/Response.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Property/
+baikal/vendor/sabre/dav/lib/DAV/Xml/Property/Complex.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Property/Href.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Request/
+baikal/vendor/sabre/dav/lib/DAV/Xml/Request/Lock.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Request/MkCol.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Request/PropFind.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Response/
+baikal/vendor/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
+baikal/vendor/sabre/dav/lib/DAV/Xml/Service.php
+baikal/vendor/sabre/dav/lib/DAVACL/
+baikal/vendor/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
+baikal/vendor/sabre/dav/lib/DAVACL/Exception/
+baikal/vendor/sabre/dav/lib/DAVACL/Exception/AceConflict.php
+baikal/vendor/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
+baikal/vendor/sabre/dav/lib/DAVACL/Exception/NoAbstract.php
+baikal/vendor/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php
+baikal/vendor/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php
+baikal/vendor/sabre/dav/lib/DAVACL/FS/
+baikal/vendor/sabre/dav/lib/DAVACL/FS/Collection.php
+baikal/vendor/sabre/dav/lib/DAVACL/FS/File.php
+baikal/vendor/sabre/dav/lib/DAVACL/FS/HomeCollection.php
+baikal/vendor/sabre/dav/lib/DAVACL/IACL.php
+baikal/vendor/sabre/dav/lib/DAVACL/IPrincipal.php
+baikal/vendor/sabre/dav/lib/DAVACL/IPrincipalCollection.php
+baikal/vendor/sabre/dav/lib/DAVACL/Plugin.php
+baikal/vendor/sabre/dav/lib/DAVACL/Principal.php
+baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
+baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php
+baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php
+baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
+baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
+baikal/vendor/sabre/dav/lib/DAVACL/PrincipalCollection.php
+baikal/vendor/sabre/dav/lib/DAVACL/Xml/
+baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
+baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/Acl.php
+baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php
+baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
+baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
+baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
+baikal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
+baikal/vendor/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
+baikal/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
+baikal/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
 baikal/vendor/sabre/dav/tests/
 baikal/vendor/sabre/dav/tests/Sabre/
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/
@@ -728,18 +677,24 @@ baikal/vendor/sabre/dav/tests/Sabre/CalD
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/Mock.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/MockScheduling.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/MockSharing.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeNotificationsTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeSharedCalendarsTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeSubscriptionsTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarObjectTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryParserTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php
 
baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsFloatingTimeTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyReportTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyRequestTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ICSExportPluginTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue166Test.php
@@ -749,42 +704,60 @@ baikal/vendor/sabre/dav/tests/Sabre/CalD
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/JCalTransformTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/CollectionTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/NodeTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteReplyTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/SystemStatusTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/OutboxPostTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/PluginTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/PluginTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/CollectionTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyReadTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/UserTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/AllowedSharingModesTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/InviteTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/ScheduleCalendarTranspTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarComponentSetTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/DeliverNewEventTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/FreeBusyRequestTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/MockPlugin.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMipPluginTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/InboxTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxPostTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginBasicTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginPropertiesTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginPropertiesWithSharedCalendarTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ScheduleDeliverTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/SchedulingObjectTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ShareableCalendarTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/SharedCalendarTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/SharingPluginTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/CreateSubscriptionTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/PluginTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/SubscriptionTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/TestUtil.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsSharedCalendarsTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ValidateICalTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CalDAV/VersionTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/InviteReplyTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/InviteTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/SystemStatusTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/AllowedSharingModesTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/EmailAddressSetTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/InviteTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/ScheduleCalendarTranspTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCalendarComponentSetTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCalendarDataTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCollationSetTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/CalendarQueryReportTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/InviteReplyTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/ShareTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AbstractPluginTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryParserTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookHomeTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookRootTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookTest.php
@@ -797,23 +770,27 @@ baikal/vendor/sabre/dav/tests/Sabre/Card
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/IDirectoryTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/MultiGetTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/PluginTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Property/
-baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Property/SupportedAddressDataTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/SogoStripContentTypeTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/TestUtil.php
-baikal/vendor/sabre/dav/tests/Sabre/CardDAV/UserAddressBooksTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/VCFExportTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateFilterTest.php
 baikal/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateVCardTest.php
-baikal/vendor/sabre/dav/tests/Sabre/CardDAV/VersionTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/
+baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/
+baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/SupportedAddressDataTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/SupportedCollationSetTest.php
+baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/
+baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/AddressBookQueryReportTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/
 baikal/vendor/sabre/dav/tests/Sabre/DAV/AbstractServer.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBearerTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ApacheTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/BasicCallBackTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/FileTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/Mock.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php
@@ -824,62 +801,93 @@ baikal/vendor/sabre/dav/tests/Sabre/DAV/
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/GuessContentTypeTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/PluginTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/PropFindAllTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/ClientMock.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/ClientTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/CorePluginTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/LockedTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/PaymentRequiredTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/ServiceUnavailableTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/TooManyMatchesTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/ExceptionTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
 baikal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/FileTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/NodeTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/GetIfConditionsTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/HTTPPreferParsingTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/HttpCopyTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/HttpDeleteTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/HttpGetTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/HttpHeadTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/HttpMoveTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/HttpPutTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Issue33Test.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/AbstractTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FSTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FileTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/Mock.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/GetIfConditionsTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/MSWordTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Plugin2Test.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/PluginTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Mock/Collection.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Mock/File.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Mock/PropertiesCollection.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Mock/StreamingFile.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
 baikal/vendor/sabre/dav/tests/Sabre/DAV/Mount/PluginTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/ObjectTreeTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
 baikal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/FileMock.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/PluginTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/
-baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/GetLastModifiedTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/HrefListTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/HrefTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/ResourceTypeTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/ResponseListTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/ResponseTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/SupportedReportSetTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerCopyMoveTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/SpecificationTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/PropFindTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/PropPatchTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
+baikal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
+baikal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/AbstractPDOTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/Mock.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOMysqlTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOSqliteTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/PluginTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerEventsTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerFinderBlockTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerMKCOLTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPluginTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPreconditionTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPropsTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerRangeTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerSimpleTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerUpdatePropertiesTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/SimpleFileTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/StringUtilTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Sync/MockSyncCollection.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Sync/PluginTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/SyncTokenPropertyTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/TemporaryFileFilterTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/TestPlugin.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/Tree/
-baikal/vendor/sabre/dav/tests/Sabre/DAV/Tree/FilesystemTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/TreeTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/URLUtilTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAV/UUIDUtilTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAV/XMLUtilTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/PropTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/ResponseTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/HrefTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/LastModifiedTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/LockDiscoveryTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/SupportedMethodSetTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/SupportedReportSetTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/PropFindTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/PropPatchTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/SyncCollectionTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/XmlTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAVACL/
 baikal/vendor/sabre/dav/tests/Sabre/DAVACL/ACLMethodTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAVACL/AllowAccessTest.php
@@ -891,6 +899,10 @@ baikal/vendor/sabre/dav/tests/Sabre/DAVA
 
baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php
 
baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAVACL/ExpandPropertiesTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
+baikal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/CollectionTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/FileTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/HomeCollectionTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAVACL/MockACLNode.php
 baikal/vendor/sabre/dav/tests/Sabre/DAVACL/MockPrincipal.php
 baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PluginAdminTest.php
@@ -905,116 +917,931 @@ baikal/vendor/sabre/dav/tests/Sabre/DAVA
 baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/
-baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/ACLRestrictionsTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/ACLTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/CurrentUserPrivilegeSetTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/PrincipalTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/SupportedPrivilegeSetTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAVACL/SimplePluginTest.php
-baikal/vendor/sabre/dav/tests/Sabre/DAVACL/VersionTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/
+baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
+baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/ACLTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/AclRestrictionsTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/CurrentUserPrivilegeSetTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/PrincipalTest.php
+baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/SupportedPrivilegeSetTest.php
 baikal/vendor/sabre/dav/tests/Sabre/DAVServerTest.php
 baikal/vendor/sabre/dav/tests/Sabre/HTTP/
-baikal/vendor/sabre/dav/tests/Sabre/HTTP/AWSAuthTest.php
-baikal/vendor/sabre/dav/tests/Sabre/HTTP/BasicAuthTest.php
-baikal/vendor/sabre/dav/tests/Sabre/HTTP/DigestAuthTest.php
-baikal/vendor/sabre/dav/tests/Sabre/HTTP/RequestTest.php
 baikal/vendor/sabre/dav/tests/Sabre/HTTP/ResponseMock.php
-baikal/vendor/sabre/dav/tests/Sabre/HTTP/ResponseTest.php
-baikal/vendor/sabre/dav/tests/Sabre/HTTP/UtilTest.php
-baikal/vendor/sabre/dav/tests/Sabre/HTTP/VersionTest.php
+baikal/vendor/sabre/dav/tests/Sabre/HTTP/SapiMock.php
 baikal/vendor/sabre/dav/tests/Sabre/TestUtil.php
 baikal/vendor/sabre/dav/tests/bootstrap.php
-baikal/vendor/sabre/dav/tests/composer.vobject3.json
+baikal/vendor/sabre/dav/tests/phpcs/
+baikal/vendor/sabre/dav/tests/phpcs/ruleset.xml
 baikal/vendor/sabre/dav/tests/phpunit.xml
+baikal/vendor/sabre/event/
+baikal/vendor/sabre/event/.gitignore
+baikal/vendor/sabre/event/.travis.yml
+baikal/vendor/sabre/event/CHANGELOG.md
+baikal/vendor/sabre/event/LICENSE
+baikal/vendor/sabre/event/README.md
+baikal/vendor/sabre/event/bin/
+baikal/vendor/sabre/event/bin/.empty
+baikal/vendor/sabre/event/composer.json
+baikal/vendor/sabre/event/examples/
+baikal/vendor/sabre/event/examples/promise.php
+baikal/vendor/sabre/event/examples/tail.php
+baikal/vendor/sabre/event/lib/
+baikal/vendor/sabre/event/lib/EventEmitter.php
+baikal/vendor/sabre/event/lib/EventEmitterInterface.php
+baikal/vendor/sabre/event/lib/EventEmitterTrait.php
+baikal/vendor/sabre/event/lib/Loop/
+baikal/vendor/sabre/event/lib/Loop/Loop.php
+baikal/vendor/sabre/event/lib/Loop/functions.php
+baikal/vendor/sabre/event/lib/Promise/
+baikal/vendor/sabre/event/lib/Promise.php
+baikal/vendor/sabre/event/lib/Promise/functions.php
+baikal/vendor/sabre/event/lib/PromiseAlreadyResolvedException.php
+baikal/vendor/sabre/event/lib/Version.php
+baikal/vendor/sabre/event/lib/coroutine.php
+baikal/vendor/sabre/event/phpunit.xml.dist
+baikal/vendor/sabre/event/tests/
+baikal/vendor/sabre/event/tests/ContinueCallbackTest.php
+baikal/vendor/sabre/event/tests/CoroutineTest.php
+baikal/vendor/sabre/event/tests/EventEmitterTest.php
+baikal/vendor/sabre/event/tests/Loop/
+baikal/vendor/sabre/event/tests/Loop/FunctionsTest.php
+baikal/vendor/sabre/event/tests/Loop/LoopTest.php
+baikal/vendor/sabre/event/tests/Promise/
+baikal/vendor/sabre/event/tests/Promise/FunctionsTest.php
+baikal/vendor/sabre/event/tests/Promise/PromiseTest.php
+baikal/vendor/sabre/event/tests/PromiseTest.php
+baikal/vendor/sabre/event/tests/benchmark/
+baikal/vendor/sabre/event/tests/benchmark/bench.php
+baikal/vendor/sabre/http/
+baikal/vendor/sabre/http/.gitignore
+baikal/vendor/sabre/http/.travis.yml
+baikal/vendor/sabre/http/CHANGELOG.md
+baikal/vendor/sabre/http/LICENSE
+baikal/vendor/sabre/http/README.md
+baikal/vendor/sabre/http/bin/
+baikal/vendor/sabre/http/bin/.empty
+baikal/vendor/sabre/http/composer.json
+baikal/vendor/sabre/http/examples/
+baikal/vendor/sabre/http/examples/asyncclient.php
+baikal/vendor/sabre/http/examples/basicauth.php
+baikal/vendor/sabre/http/examples/client.php
+baikal/vendor/sabre/http/examples/digestauth.php
+baikal/vendor/sabre/http/examples/reverseproxy.php
+baikal/vendor/sabre/http/examples/stringify.php
+baikal/vendor/sabre/http/lib/
+baikal/vendor/sabre/http/lib/Auth/
+baikal/vendor/sabre/http/lib/Auth/AWS.php
+baikal/vendor/sabre/http/lib/Auth/AbstractAuth.php
+baikal/vendor/sabre/http/lib/Auth/Basic.php
+baikal/vendor/sabre/http/lib/Auth/Bearer.php
+baikal/vendor/sabre/http/lib/Auth/Digest.php
+baikal/vendor/sabre/http/lib/Client.php
+baikal/vendor/sabre/http/lib/ClientException.php
+baikal/vendor/sabre/http/lib/ClientHttpException.php
+baikal/vendor/sabre/http/lib/HttpException.php
+baikal/vendor/sabre/http/lib/Message.php
+baikal/vendor/sabre/http/lib/MessageDecoratorTrait.php
+baikal/vendor/sabre/http/lib/MessageInterface.php
+baikal/vendor/sabre/http/lib/Request.php
+baikal/vendor/sabre/http/lib/RequestDecorator.php
+baikal/vendor/sabre/http/lib/RequestInterface.php
+baikal/vendor/sabre/http/lib/Response.php
+baikal/vendor/sabre/http/lib/ResponseDecorator.php
+baikal/vendor/sabre/http/lib/ResponseInterface.php
+baikal/vendor/sabre/http/lib/Sapi.php
+baikal/vendor/sabre/http/lib/URLUtil.php
+baikal/vendor/sabre/http/lib/Util.php
+baikal/vendor/sabre/http/lib/Version.php
+baikal/vendor/sabre/http/lib/functions.php
+baikal/vendor/sabre/http/tests/
+baikal/vendor/sabre/http/tests/HTTP/
+baikal/vendor/sabre/http/tests/HTTP/Auth/
+baikal/vendor/sabre/http/tests/HTTP/Auth/AWSTest.php
+baikal/vendor/sabre/http/tests/HTTP/Auth/BasicTest.php
+baikal/vendor/sabre/http/tests/HTTP/Auth/BearerTest.php
+baikal/vendor/sabre/http/tests/HTTP/Auth/DigestTest.php
+baikal/vendor/sabre/http/tests/HTTP/ClientTest.php
+baikal/vendor/sabre/http/tests/HTTP/FunctionsTest.php
+baikal/vendor/sabre/http/tests/HTTP/MessageDecoratorTest.php
+baikal/vendor/sabre/http/tests/HTTP/MessageTest.php
+baikal/vendor/sabre/http/tests/HTTP/RequestDecoratorTest.php
+baikal/vendor/sabre/http/tests/HTTP/RequestTest.php
+baikal/vendor/sabre/http/tests/HTTP/ResponseDecoratorTest.php
+baikal/vendor/sabre/http/tests/HTTP/ResponseTest.php
+baikal/vendor/sabre/http/tests/HTTP/SapiTest.php
+baikal/vendor/sabre/http/tests/HTTP/URLUtilTest.php
+baikal/vendor/sabre/http/tests/HTTP/UtilTest.php
+baikal/vendor/sabre/http/tests/bootstrap.php
+baikal/vendor/sabre/http/tests/phpcs/
+baikal/vendor/sabre/http/tests/phpcs/ruleset.xml
+baikal/vendor/sabre/http/tests/phpunit.xml
+baikal/vendor/sabre/uri/
+baikal/vendor/sabre/uri/.gitignore
+baikal/vendor/sabre/uri/.travis.yml
+baikal/vendor/sabre/uri/CHANGELOG.md
+baikal/vendor/sabre/uri/LICENSE
+baikal/vendor/sabre/uri/README.md
+baikal/vendor/sabre/uri/composer.json
+baikal/vendor/sabre/uri/lib/
+baikal/vendor/sabre/uri/lib/Version.php
+baikal/vendor/sabre/uri/lib/functions.php
+baikal/vendor/sabre/uri/tests/
+baikal/vendor/sabre/uri/tests/BuildTest.php
+baikal/vendor/sabre/uri/tests/NormalizeTest.php
+baikal/vendor/sabre/uri/tests/ParseTest.php
+baikal/vendor/sabre/uri/tests/ResolveTest.php
+baikal/vendor/sabre/uri/tests/SplitTest.php
+baikal/vendor/sabre/uri/tests/phpcs/
+baikal/vendor/sabre/uri/tests/phpcs/ruleset.xml
+baikal/vendor/sabre/uri/tests/phpunit.xml.dist
 baikal/vendor/sabre/vobject/
 baikal/vendor/sabre/vobject/.gitignore
 baikal/vendor/sabre/vobject/.travis.yml
-baikal/vendor/sabre/vobject/ChangeLog
+baikal/vendor/sabre/vobject/CHANGELOG.md
 baikal/vendor/sabre/vobject/LICENSE
 baikal/vendor/sabre/vobject/README.md
 baikal/vendor/sabre/vobject/bin/
 baikal/vendor/sabre/vobject/bin/bench.php
+baikal/vendor/sabre/vobject/bin/bench_freebusygenerator.php
+baikal/vendor/sabre/vobject/bin/bench_manipulatevcard.php
+baikal/vendor/sabre/vobject/bin/fetch_windows_zones.php
+baikal/vendor/sabre/vobject/bin/generate_vcards
 baikal/vendor/sabre/vobject/bin/generateicalendardata.php
-baikal/vendor/sabre/vobject/bin/vobjectvalidate.php
+baikal/vendor/sabre/vobject/bin/mergeduplicates.php
+baikal/vendor/sabre/vobject/bin/rrulebench.php
+baikal/vendor/sabre/vobject/bin/vobject
 baikal/vendor/sabre/vobject/composer.json
 baikal/vendor/sabre/vobject/lib/
-baikal/vendor/sabre/vobject/lib/Sabre/
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VAlarm.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCalendar.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCard.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VEvent.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VFreeBusy.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VJournal.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VTodo.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/DateTimeParser.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Document.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/ElementList.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/FreeBusyGenerator.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Node.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Parameter.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/ParseException.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property/
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property/Compound.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property/DateTime.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property/MultiDateTime.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Reader.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/RecurrenceIterator.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/ICalendar.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/SplitterInterface.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/VCard.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/StringUtil.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/Version.php
-baikal/vendor/sabre/vobject/lib/Sabre/VObject/includes.php
+baikal/vendor/sabre/vobject/lib/BirthdayCalendarGenerator.php
+baikal/vendor/sabre/vobject/lib/Cli.php
+baikal/vendor/sabre/vobject/lib/Component/
+baikal/vendor/sabre/vobject/lib/Component.php
+baikal/vendor/sabre/vobject/lib/Component/Available.php
+baikal/vendor/sabre/vobject/lib/Component/VAlarm.php
+baikal/vendor/sabre/vobject/lib/Component/VAvailability.php
+baikal/vendor/sabre/vobject/lib/Component/VCalendar.php
+baikal/vendor/sabre/vobject/lib/Component/VCard.php
+baikal/vendor/sabre/vobject/lib/Component/VEvent.php
+baikal/vendor/sabre/vobject/lib/Component/VFreeBusy.php
+baikal/vendor/sabre/vobject/lib/Component/VJournal.php
+baikal/vendor/sabre/vobject/lib/Component/VTimeZone.php
+baikal/vendor/sabre/vobject/lib/Component/VTodo.php
+baikal/vendor/sabre/vobject/lib/DateTimeParser.php
+baikal/vendor/sabre/vobject/lib/Document.php
+baikal/vendor/sabre/vobject/lib/ElementList.php
+baikal/vendor/sabre/vobject/lib/EofException.php
+baikal/vendor/sabre/vobject/lib/FreeBusyData.php
+baikal/vendor/sabre/vobject/lib/FreeBusyGenerator.php
+baikal/vendor/sabre/vobject/lib/ITip/
+baikal/vendor/sabre/vobject/lib/ITip/Broker.php
+baikal/vendor/sabre/vobject/lib/ITip/ITipException.php
+baikal/vendor/sabre/vobject/lib/ITip/Message.php
+baikal/vendor/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
+baikal/vendor/sabre/vobject/lib/InvalidDataException.php
+baikal/vendor/sabre/vobject/lib/Node.php
+baikal/vendor/sabre/vobject/lib/PHPUnitAssertions.php
+baikal/vendor/sabre/vobject/lib/Parameter.php
+baikal/vendor/sabre/vobject/lib/ParseException.php
+baikal/vendor/sabre/vobject/lib/Parser/
+baikal/vendor/sabre/vobject/lib/Parser/Json.php
+baikal/vendor/sabre/vobject/lib/Parser/MimeDir.php
+baikal/vendor/sabre/vobject/lib/Parser/Parser.php
+baikal/vendor/sabre/vobject/lib/Parser/XML/
+baikal/vendor/sabre/vobject/lib/Parser/XML.php
+baikal/vendor/sabre/vobject/lib/Parser/XML/Element/
+baikal/vendor/sabre/vobject/lib/Parser/XML/Element/KeyValue.php
+baikal/vendor/sabre/vobject/lib/Property/
+baikal/vendor/sabre/vobject/lib/Property.php
+baikal/vendor/sabre/vobject/lib/Property/Binary.php
+baikal/vendor/sabre/vobject/lib/Property/Boolean.php
+baikal/vendor/sabre/vobject/lib/Property/FlatText.php
+baikal/vendor/sabre/vobject/lib/Property/FloatValue.php
+baikal/vendor/sabre/vobject/lib/Property/ICalendar/
+baikal/vendor/sabre/vobject/lib/Property/ICalendar/CalAddress.php
+baikal/vendor/sabre/vobject/lib/Property/ICalendar/Date.php
+baikal/vendor/sabre/vobject/lib/Property/ICalendar/DateTime.php
+baikal/vendor/sabre/vobject/lib/Property/ICalendar/Duration.php
+baikal/vendor/sabre/vobject/lib/Property/ICalendar/Period.php
+baikal/vendor/sabre/vobject/lib/Property/ICalendar/Recur.php
+baikal/vendor/sabre/vobject/lib/Property/IntegerValue.php
+baikal/vendor/sabre/vobject/lib/Property/Text.php
+baikal/vendor/sabre/vobject/lib/Property/Time.php
+baikal/vendor/sabre/vobject/lib/Property/Unknown.php
+baikal/vendor/sabre/vobject/lib/Property/Uri.php
+baikal/vendor/sabre/vobject/lib/Property/UtcOffset.php
+baikal/vendor/sabre/vobject/lib/Property/VCard/
+baikal/vendor/sabre/vobject/lib/Property/VCard/Date.php
+baikal/vendor/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
+baikal/vendor/sabre/vobject/lib/Property/VCard/DateTime.php
+baikal/vendor/sabre/vobject/lib/Property/VCard/LanguageTag.php
+baikal/vendor/sabre/vobject/lib/Property/VCard/TimeStamp.php
+baikal/vendor/sabre/vobject/lib/Reader.php
+baikal/vendor/sabre/vobject/lib/Recur/
+baikal/vendor/sabre/vobject/lib/Recur/EventIterator.php
+baikal/vendor/sabre/vobject/lib/Recur/MaxInstancesExceededException.php
+baikal/vendor/sabre/vobject/lib/Recur/NoInstancesException.php
+baikal/vendor/sabre/vobject/lib/Recur/RDateIterator.php
+baikal/vendor/sabre/vobject/lib/Recur/RRuleIterator.php
+baikal/vendor/sabre/vobject/lib/Settings.php
+baikal/vendor/sabre/vobject/lib/Splitter/
+baikal/vendor/sabre/vobject/lib/Splitter/ICalendar.php
+baikal/vendor/sabre/vobject/lib/Splitter/SplitterInterface.php
+baikal/vendor/sabre/vobject/lib/Splitter/VCard.php
+baikal/vendor/sabre/vobject/lib/StringUtil.php
+baikal/vendor/sabre/vobject/lib/TimeZoneUtil.php
+baikal/vendor/sabre/vobject/lib/UUIDUtil.php
+baikal/vendor/sabre/vobject/lib/VCardConverter.php
+baikal/vendor/sabre/vobject/lib/Version.php
+baikal/vendor/sabre/vobject/lib/Writer.php
+baikal/vendor/sabre/vobject/lib/timezonedata/
+baikal/vendor/sabre/vobject/lib/timezonedata/exchangezones.php
+baikal/vendor/sabre/vobject/lib/timezonedata/lotuszones.php
+baikal/vendor/sabre/vobject/lib/timezonedata/php-bc.php
+baikal/vendor/sabre/vobject/lib/timezonedata/php-workaround.php
+baikal/vendor/sabre/vobject/lib/timezonedata/windowszones.php
+baikal/vendor/sabre/vobject/resources/
+baikal/vendor/sabre/vobject/resources/schema/
+baikal/vendor/sabre/vobject/resources/schema/xcal.rng
+baikal/vendor/sabre/vobject/resources/schema/xcard.rng
 baikal/vendor/sabre/vobject/tests/
-baikal/vendor/sabre/vobject/tests/Sabre/
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VAlarmTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCalendarTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCardTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VEventTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VFreeBusyTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VJournalTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VTodoTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/ComponentTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/DateTimeParserTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/DocumentTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/ElementListTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/EmClientTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/FreeBusyGeneratorTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Issue153Test.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Issue154Test.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Issue48Test.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Issue50Test.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/ParameterTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Property/
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Property/CompoundTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Property/DateTimeTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Property/MultiDateTimeTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/PropertyTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/ReaderTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorFifthTuesdayProblemTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorIncorrectExpandTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorInfiniteLoopProblemTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMinusOneProblemTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMissingOverriddenTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/SlashRTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/ICalendarTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/VCardTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/StringUtilTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/VersionTest.php
-baikal/vendor/sabre/vobject/tests/Sabre/VObject/issue153.vcf
+baikal/vendor/sabre/vobject/tests/VObject/
+baikal/vendor/sabre/vobject/tests/VObject/AttachIssueTest.php
+baikal/vendor/sabre/vobject/tests/VObject/BirthdayCalendarGeneratorTest.php
+baikal/vendor/sabre/vobject/tests/VObject/CliTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Component/
+baikal/vendor/sabre/vobject/tests/VObject/Component/AvailableTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Component/VAlarmTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Component/VAvailabilityTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Component/VCalendarTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Component/VCardTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Component/VEventTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Component/VFreeBusyTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Component/VJournalTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Component/VTimeZoneTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Component/VTodoTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ComponentTest.php
+baikal/vendor/sabre/vobject/tests/VObject/DateTimeParserTest.php
+baikal/vendor/sabre/vobject/tests/VObject/DocumentTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ElementListTest.php
+baikal/vendor/sabre/vobject/tests/VObject/EmClientTest.php
+baikal/vendor/sabre/vobject/tests/VObject/EmptyParameterTest.php
+baikal/vendor/sabre/vobject/tests/VObject/EmptyValueIssueTest.php
+baikal/vendor/sabre/vobject/tests/VObject/FreeBusyDataTest.php
+baikal/vendor/sabre/vobject/tests/VObject/FreeBusyGeneratorTest.php
+baikal/vendor/sabre/vobject/tests/VObject/GoogleColonEscapingTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ICalendar/
+baikal/vendor/sabre/vobject/tests/VObject/ICalendar/AttachParseTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ITip/
+baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerAttendeeReplyTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerDeleteEventTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerNewEventTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerProcessMessageTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerProcessReplyTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerTester.php
+baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerTimezoneInParseEventInfoWithoutMasterTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerUpdateEventTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ITip/EvolutionTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ITip/MessageTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Issue153Test.php
+baikal/vendor/sabre/vobject/tests/VObject/Issue259Test.php
+baikal/vendor/sabre/vobject/tests/VObject/Issue36WorkAroundTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Issue40Test.php
+baikal/vendor/sabre/vobject/tests/VObject/Issue64Test.php
+baikal/vendor/sabre/vobject/tests/VObject/Issue96Test.php
+baikal/vendor/sabre/vobject/tests/VObject/IssueUndefinedIndexTest.php
+baikal/vendor/sabre/vobject/tests/VObject/JCalTest.php
+baikal/vendor/sabre/vobject/tests/VObject/JCardTest.php
+baikal/vendor/sabre/vobject/tests/VObject/LineFoldingIssueTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ParameterTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Parser/
+baikal/vendor/sabre/vobject/tests/VObject/Parser/JsonTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Parser/MimeDirTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Parser/QuotedPrintableTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Parser/XmlTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Property/
+baikal/vendor/sabre/vobject/tests/VObject/Property/BinaryTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Property/BooleanTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Property/CompoundTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Property/FloatTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
+baikal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/CalAddressTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/DateTimeTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/DurationTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/RecurTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Property/TextTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Property/UriTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Property/VCard/
+baikal/vendor/sabre/vobject/tests/VObject/Property/VCard/DateAndOrTimeTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Property/VCard/LanguageTagTest.php
+baikal/vendor/sabre/vobject/tests/VObject/PropertyTest.php
+baikal/vendor/sabre/vobject/tests/VObject/ReaderTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ByMonthInDailyTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/BySetPosHangTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ExpandFloatingTimesTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/FifthTuesdayProblemTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/HandleRDateExpandTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/IncorrectExpandTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/InfiniteLoopProblemTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/Issue26Test.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/Issue48Test.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/Issue50Test.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/MainTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/MaxInstancesTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/MissingOverriddenTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/NoInstancesTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/OverrideFirstEventTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/SameDateForRecurringEventsTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/RDateIteratorTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Recur/RRuleIteratorTest.php
+baikal/vendor/sabre/vobject/tests/VObject/RecurrenceIterator/
+baikal/vendor/sabre/vobject/tests/VObject/RecurrenceIterator/UntilRespectsTimezoneTest.ics
+baikal/vendor/sabre/vobject/tests/VObject/SlashRTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Splitter/
+baikal/vendor/sabre/vobject/tests/VObject/Splitter/ICalendarTest.php
+baikal/vendor/sabre/vobject/tests/VObject/Splitter/VCardTest.php
+baikal/vendor/sabre/vobject/tests/VObject/StringUtilTest.php
+baikal/vendor/sabre/vobject/tests/VObject/TimeZoneUtilTest.php
+baikal/vendor/sabre/vobject/tests/VObject/UUIDUtilTest.php
+baikal/vendor/sabre/vobject/tests/VObject/VCard21Test.php
+baikal/vendor/sabre/vobject/tests/VObject/VCardConverterTest.php
+baikal/vendor/sabre/vobject/tests/VObject/VersionTest.php
+baikal/vendor/sabre/vobject/tests/VObject/WriterTest.php
+baikal/vendor/sabre/vobject/tests/VObject/issue153.vcf
+baikal/vendor/sabre/vobject/tests/VObject/issue64.vcf
 baikal/vendor/sabre/vobject/tests/bootstrap.php
 baikal/vendor/sabre/vobject/tests/phpunit.xml
+baikal/vendor/sabre/xml/
+baikal/vendor/sabre/xml/.gitignore
+baikal/vendor/sabre/xml/.travis.yml
+baikal/vendor/sabre/xml/CHANGELOG.md
+baikal/vendor/sabre/xml/LICENSE
+baikal/vendor/sabre/xml/README.md
+baikal/vendor/sabre/xml/bin/
+baikal/vendor/sabre/xml/bin/.empty
+baikal/vendor/sabre/xml/composer.json
+baikal/vendor/sabre/xml/lib/
+baikal/vendor/sabre/xml/lib/ContextStackTrait.php
+baikal/vendor/sabre/xml/lib/Deserializer/
+baikal/vendor/sabre/xml/lib/Deserializer/functions.php
+baikal/vendor/sabre/xml/lib/Element/
+baikal/vendor/sabre/xml/lib/Element.php
+baikal/vendor/sabre/xml/lib/Element/Base.php
+baikal/vendor/sabre/xml/lib/Element/Cdata.php
+baikal/vendor/sabre/xml/lib/Element/Elements.php
+baikal/vendor/sabre/xml/lib/Element/KeyValue.php
+baikal/vendor/sabre/xml/lib/Element/Uri.php
+baikal/vendor/sabre/xml/lib/Element/XmlFragment.php
+baikal/vendor/sabre/xml/lib/LibXMLException.php
+baikal/vendor/sabre/xml/lib/ParseException.php
+baikal/vendor/sabre/xml/lib/Reader.php
+baikal/vendor/sabre/xml/lib/Serializer/
+baikal/vendor/sabre/xml/lib/Serializer/functions.php
+baikal/vendor/sabre/xml/lib/Service.php
+baikal/vendor/sabre/xml/lib/Version.php
+baikal/vendor/sabre/xml/lib/Writer.php
+baikal/vendor/sabre/xml/lib/XmlDeserializable.php
+baikal/vendor/sabre/xml/lib/XmlSerializable.php
+baikal/vendor/sabre/xml/tests/
+baikal/vendor/sabre/xml/tests/Sabre/
+baikal/vendor/sabre/xml/tests/Sabre/Xml/
+baikal/vendor/sabre/xml/tests/Sabre/Xml/ContextStackTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/EnumTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/KeyValueTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/RepeatingElementsTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/ValueObjectTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/CDataTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/Eater.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/ElementsTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/KeyValueTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/Mock.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/UriTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/XmlFragmentTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/InfiteLoopTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/ReaderTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Serializer/
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Serializer/EnumTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/Serializer/RepeatingElementsTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/ServiceTest.php
+baikal/vendor/sabre/xml/tests/Sabre/Xml/WriterTest.php
+baikal/vendor/sabre/xml/tests/bootstrap.php
+baikal/vendor/sabre/xml/tests/phpcs/
+baikal/vendor/sabre/xml/tests/phpcs/ruleset.xml
+baikal/vendor/sabre/xml/tests/phpunit.xml.dist
+baikal/vendor/twig/
+baikal/vendor/twig/twig/
+baikal/vendor/twig/twig/.travis.yml
+baikal/vendor/twig/twig/AUTHORS
+baikal/vendor/twig/twig/CHANGELOG
+baikal/vendor/twig/twig/LICENSE
+baikal/vendor/twig/twig/README.markdown
+baikal/vendor/twig/twig/bin/
+baikal/vendor/twig/twig/bin/create_pear_package.php
+baikal/vendor/twig/twig/composer.json
+baikal/vendor/twig/twig/doc/
+baikal/vendor/twig/twig/doc/advanced.rst
+baikal/vendor/twig/twig/doc/api.rst
+baikal/vendor/twig/twig/doc/coding_standards.rst
+baikal/vendor/twig/twig/doc/filters/
+baikal/vendor/twig/twig/doc/filters/abs.rst
+baikal/vendor/twig/twig/doc/filters/capitalize.rst
+baikal/vendor/twig/twig/doc/filters/convert_encoding.rst
+baikal/vendor/twig/twig/doc/filters/date.rst
+baikal/vendor/twig/twig/doc/filters/default.rst
+baikal/vendor/twig/twig/doc/filters/escape.rst
+baikal/vendor/twig/twig/doc/filters/format.rst
+baikal/vendor/twig/twig/doc/filters/index.rst
+baikal/vendor/twig/twig/doc/filters/join.rst
+baikal/vendor/twig/twig/doc/filters/json_encode.rst
+baikal/vendor/twig/twig/doc/filters/keys.rst
+baikal/vendor/twig/twig/doc/filters/length.rst
+baikal/vendor/twig/twig/doc/filters/lower.rst
+baikal/vendor/twig/twig/doc/filters/merge.rst
+baikal/vendor/twig/twig/doc/filters/nl2br.rst
+baikal/vendor/twig/twig/doc/filters/number_format.rst
+baikal/vendor/twig/twig/doc/filters/raw.rst
+baikal/vendor/twig/twig/doc/filters/replace.rst
+baikal/vendor/twig/twig/doc/filters/reverse.rst
+baikal/vendor/twig/twig/doc/filters/slice.rst
+baikal/vendor/twig/twig/doc/filters/sort.rst
+baikal/vendor/twig/twig/doc/filters/striptags.rst
+baikal/vendor/twig/twig/doc/filters/title.rst
+baikal/vendor/twig/twig/doc/filters/trim.rst
+baikal/vendor/twig/twig/doc/filters/upper.rst
+baikal/vendor/twig/twig/doc/filters/url_encode.rst
+baikal/vendor/twig/twig/doc/functions/
+baikal/vendor/twig/twig/doc/functions/attribute.rst
+baikal/vendor/twig/twig/doc/functions/block.rst
+baikal/vendor/twig/twig/doc/functions/constant.rst
+baikal/vendor/twig/twig/doc/functions/cycle.rst
+baikal/vendor/twig/twig/doc/functions/date.rst
+baikal/vendor/twig/twig/doc/functions/dump.rst
+baikal/vendor/twig/twig/doc/functions/index.rst
+baikal/vendor/twig/twig/doc/functions/parent.rst
+baikal/vendor/twig/twig/doc/functions/random.rst
+baikal/vendor/twig/twig/doc/functions/range.rst
+baikal/vendor/twig/twig/doc/index.rst
+baikal/vendor/twig/twig/doc/internals.rst
+baikal/vendor/twig/twig/doc/intro.rst
+baikal/vendor/twig/twig/doc/recipes.rst
+baikal/vendor/twig/twig/doc/tags/
+baikal/vendor/twig/twig/doc/tags/autoescape.rst
+baikal/vendor/twig/twig/doc/tags/block.rst
+baikal/vendor/twig/twig/doc/tags/do.rst
+baikal/vendor/twig/twig/doc/tags/embed.rst
+baikal/vendor/twig/twig/doc/tags/extends.rst
+baikal/vendor/twig/twig/doc/tags/filter.rst
+baikal/vendor/twig/twig/doc/tags/flush.rst
+baikal/vendor/twig/twig/doc/tags/for.rst
+baikal/vendor/twig/twig/doc/tags/from.rst
+baikal/vendor/twig/twig/doc/tags/if.rst
+baikal/vendor/twig/twig/doc/tags/import.rst
+baikal/vendor/twig/twig/doc/tags/include.rst
+baikal/vendor/twig/twig/doc/tags/index.rst
+baikal/vendor/twig/twig/doc/tags/macro.rst
+baikal/vendor/twig/twig/doc/tags/raw.rst
+baikal/vendor/twig/twig/doc/tags/sandbox.rst
+baikal/vendor/twig/twig/doc/tags/set.rst
+baikal/vendor/twig/twig/doc/tags/spaceless.rst
+baikal/vendor/twig/twig/doc/tags/use.rst
+baikal/vendor/twig/twig/doc/templates.rst
+baikal/vendor/twig/twig/doc/tests/
+baikal/vendor/twig/twig/doc/tests/constant.rst
+baikal/vendor/twig/twig/doc/tests/defined.rst
+baikal/vendor/twig/twig/doc/tests/divisibleby.rst
+baikal/vendor/twig/twig/doc/tests/empty.rst
+baikal/vendor/twig/twig/doc/tests/even.rst
+baikal/vendor/twig/twig/doc/tests/index.rst
+baikal/vendor/twig/twig/doc/tests/iterable.rst
+baikal/vendor/twig/twig/doc/tests/null.rst
+baikal/vendor/twig/twig/doc/tests/odd.rst
+baikal/vendor/twig/twig/doc/tests/sameas.rst
+baikal/vendor/twig/twig/ext/
+baikal/vendor/twig/twig/ext/twig/
+baikal/vendor/twig/twig/ext/twig/.gitignore
+baikal/vendor/twig/twig/ext/twig/LICENSE
+baikal/vendor/twig/twig/ext/twig/config.m4
+baikal/vendor/twig/twig/ext/twig/config.w32
+baikal/vendor/twig/twig/ext/twig/php_twig.h
+baikal/vendor/twig/twig/ext/twig/twig.c
+baikal/vendor/twig/twig/lib/
+baikal/vendor/twig/twig/lib/Twig/
+baikal/vendor/twig/twig/lib/Twig/Autoloader.php
+baikal/vendor/twig/twig/lib/Twig/Compiler.php
+baikal/vendor/twig/twig/lib/Twig/CompilerInterface.php
+baikal/vendor/twig/twig/lib/Twig/Environment.php
+baikal/vendor/twig/twig/lib/Twig/Error/
+baikal/vendor/twig/twig/lib/Twig/Error.php
+baikal/vendor/twig/twig/lib/Twig/Error/Loader.php
+baikal/vendor/twig/twig/lib/Twig/Error/Runtime.php
+baikal/vendor/twig/twig/lib/Twig/Error/Syntax.php
+baikal/vendor/twig/twig/lib/Twig/ExpressionParser.php
+baikal/vendor/twig/twig/lib/Twig/Extension/
+baikal/vendor/twig/twig/lib/Twig/Extension.php
+baikal/vendor/twig/twig/lib/Twig/Extension/Core.php
+baikal/vendor/twig/twig/lib/Twig/Extension/Debug.php
+baikal/vendor/twig/twig/lib/Twig/Extension/Escaper.php
+baikal/vendor/twig/twig/lib/Twig/Extension/Optimizer.php
+baikal/vendor/twig/twig/lib/Twig/Extension/Sandbox.php
+baikal/vendor/twig/twig/lib/Twig/ExtensionInterface.php
+baikal/vendor/twig/twig/lib/Twig/Filter/
+baikal/vendor/twig/twig/lib/Twig/Filter.php
+baikal/vendor/twig/twig/lib/Twig/Filter/Function.php
+baikal/vendor/twig/twig/lib/Twig/Filter/Method.php
+baikal/vendor/twig/twig/lib/Twig/Filter/Node.php
+baikal/vendor/twig/twig/lib/Twig/FilterInterface.php
+baikal/vendor/twig/twig/lib/Twig/Function/
+baikal/vendor/twig/twig/lib/Twig/Function.php
+baikal/vendor/twig/twig/lib/Twig/Function/Function.php
+baikal/vendor/twig/twig/lib/Twig/Function/Method.php
+baikal/vendor/twig/twig/lib/Twig/Function/Node.php
+baikal/vendor/twig/twig/lib/Twig/FunctionInterface.php
+baikal/vendor/twig/twig/lib/Twig/Lexer.php
+baikal/vendor/twig/twig/lib/Twig/LexerInterface.php
+baikal/vendor/twig/twig/lib/Twig/Loader/
+baikal/vendor/twig/twig/lib/Twig/Loader/Array.php
+baikal/vendor/twig/twig/lib/Twig/Loader/Chain.php
+baikal/vendor/twig/twig/lib/Twig/Loader/Filesystem.php
+baikal/vendor/twig/twig/lib/Twig/Loader/String.php
+baikal/vendor/twig/twig/lib/Twig/LoaderInterface.php
+baikal/vendor/twig/twig/lib/Twig/Markup.php
+baikal/vendor/twig/twig/lib/Twig/Node/
+baikal/vendor/twig/twig/lib/Twig/Node.php
+baikal/vendor/twig/twig/lib/Twig/Node/AutoEscape.php
+baikal/vendor/twig/twig/lib/Twig/Node/Block.php
+baikal/vendor/twig/twig/lib/Twig/Node/BlockReference.php
+baikal/vendor/twig/twig/lib/Twig/Node/Body.php
+baikal/vendor/twig/twig/lib/Twig/Node/Do.php
+baikal/vendor/twig/twig/lib/Twig/Node/Embed.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/
+baikal/vendor/twig/twig/lib/Twig/Node/Expression.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Array.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Filter/
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Function.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Name.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Unary/
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php
+baikal/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php
+baikal/vendor/twig/twig/lib/Twig/Node/Flush.php
+baikal/vendor/twig/twig/lib/Twig/Node/For.php
+baikal/vendor/twig/twig/lib/Twig/Node/ForLoop.php
+baikal/vendor/twig/twig/lib/Twig/Node/If.php
+baikal/vendor/twig/twig/lib/Twig/Node/Import.php
+baikal/vendor/twig/twig/lib/Twig/Node/Include.php
+baikal/vendor/twig/twig/lib/Twig/Node/Macro.php
+baikal/vendor/twig/twig/lib/Twig/Node/Module.php
+baikal/vendor/twig/twig/lib/Twig/Node/Print.php
+baikal/vendor/twig/twig/lib/Twig/Node/Sandbox.php
+baikal/vendor/twig/twig/lib/Twig/Node/SandboxedModule.php
+baikal/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php
+baikal/vendor/twig/twig/lib/Twig/Node/Set.php
+baikal/vendor/twig/twig/lib/Twig/Node/SetTemp.php
+baikal/vendor/twig/twig/lib/Twig/Node/Spaceless.php
+baikal/vendor/twig/twig/lib/Twig/Node/Text.php
+baikal/vendor/twig/twig/lib/Twig/NodeInterface.php
+baikal/vendor/twig/twig/lib/Twig/NodeOutputInterface.php
+baikal/vendor/twig/twig/lib/Twig/NodeTraverser.php
+baikal/vendor/twig/twig/lib/Twig/NodeVisitor/
+baikal/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php
+baikal/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php
+baikal/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php
+baikal/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php
+baikal/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php
+baikal/vendor/twig/twig/lib/Twig/Parser.php
+baikal/vendor/twig/twig/lib/Twig/ParserInterface.php
+baikal/vendor/twig/twig/lib/Twig/Sandbox/
+baikal/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php
+baikal/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php
+baikal/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php
+baikal/vendor/twig/twig/lib/Twig/Template.php
+baikal/vendor/twig/twig/lib/Twig/TemplateInterface.php
+baikal/vendor/twig/twig/lib/Twig/Test/
+baikal/vendor/twig/twig/lib/Twig/Test/Function.php
+baikal/vendor/twig/twig/lib/Twig/Test/Method.php
+baikal/vendor/twig/twig/lib/Twig/Test/Node.php
+baikal/vendor/twig/twig/lib/Twig/TestInterface.php
+baikal/vendor/twig/twig/lib/Twig/Token.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/
+baikal/vendor/twig/twig/lib/Twig/TokenParser.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Block.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Do.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Embed.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Extends.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Filter.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Flush.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/For.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/From.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/If.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Import.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Include.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Macro.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Set.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php
+baikal/vendor/twig/twig/lib/Twig/TokenParser/Use.php
+baikal/vendor/twig/twig/lib/Twig/TokenParserBroker.php
+baikal/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php
+baikal/vendor/twig/twig/lib/Twig/TokenParserInterface.php
+baikal/vendor/twig/twig/lib/Twig/TokenStream.php
+baikal/vendor/twig/twig/package.xml.tpl
+baikal/vendor/twig/twig/phpunit.xml.dist
+baikal/vendor/twig/twig/test/
+baikal/vendor/twig/twig/test/Twig/
+baikal/vendor/twig/twig/test/Twig/Tests/
+baikal/vendor/twig/twig/test/Twig/Tests/AutoloaderTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/CompilerTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/ErrorTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Extension/
+baikal/vendor/twig/twig/test/Twig/Tests/Extension/CoreTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/FileCachingTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/unclosed_tag.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/array.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/array_call.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/binary.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/bitwise.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/comparison.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/dotdot.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/grouping.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/literals.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/magic_call.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/method_call.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/postfix.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/strings.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ternary_operator.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/unary.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/unary_precedence.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/abs.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/convert_encoding.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_default_format.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_default_format_interval.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_interval.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/default.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/dynamic_filter.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/escape.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/escape_non_supported_charset.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/force_escape.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/format.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/join.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/json_encode.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/length.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/length_utf8.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/merge.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/nl2br.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/number_format.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/number_format_default.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/replace.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/reverse.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/slice.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/sort.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/special_chars.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/trim.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/attribute.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/block.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/constant.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/cycle.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/date.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/dump.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/dump_array.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/dynamic_function.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/special_chars.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/simple.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/with_filters.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/empty_token.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/simple_xml_element.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/strings_like_numbers.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/basic.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/blocks.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/double_escaping.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/functions.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/literal.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/nested.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/objects.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/raw.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/strategy.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/type.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_filters.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_filters_arguments.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_pre_escape_filters.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_preserves_safety_filters.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/basic.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/block_unique_name.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/special_chars.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/basic.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/multiple.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/with_extends.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/basic.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/json_encode.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/multiple.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/nested.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/with_for_tag.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/with_if_tag.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/condition.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/context.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/else.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/inner_variables.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/keys.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/keys_and_values.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_context.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_context_local.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/nested_else.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/objects.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/objects_countable.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/recursive.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/values.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/from.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/basic.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/expression.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/basic.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/expression.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/ignore_missing.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/only.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/template_instance.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/templates_as_array.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/with_variables.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/basic.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/conditional.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/dynamic.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/empty.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/extends_as_array.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/multiple.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_blocks.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_blocks_parent_only.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_inheritance.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_change.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_in_a_block.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_isolation.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_nested.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_without_extends.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_without_extends_but_traits.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/template_instance.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/use.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/basic.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/endmacro_name.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/external.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/from.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/global.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/self_import.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/special_chars.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/basic.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/whitespace_control.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/not_valid1.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/simple.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/basic.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/capture-empty.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/capture.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/expression.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/spaceless/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/spaceless/simple.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/special_chars.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/trim_block.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/aliases.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/basic.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/deep.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/deep_empty.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/multiple.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/multiple_aliases.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/array.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/constant.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/defined.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/empty.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/even.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/in.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/iterable.test
+baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/odd.test
+baikal/vendor/twig/twig/test/Twig/Tests/LexerTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Loader/
+baikal/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Loader/FilesystemTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/
+baikal/vendor/twig/twig/test/Twig/Tests/Node/AutoEscapeTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/BlockReferenceTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/BlockTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/DoTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/ArrayTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/AssignNameTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AndTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ConcatTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/DivTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/FloorDivTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ModTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/MulTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/OrTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/SubTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConditionalTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConstantTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/FunctionTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/GetAttrTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/NameTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/ParentTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/TestTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NegTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NotTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/PosTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/ForTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/IfTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/ImportTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/IncludeTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/MacroTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/ModuleTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/PrintTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/SandboxTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/SandboxedModuleTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/SandboxedPrintTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/SetTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/SpacelessTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/TestCase.php
+baikal/vendor/twig/twig/test/Twig/Tests/Node/TextTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
+baikal/vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/ParserTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/TemplateTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php
+baikal/vendor/twig/twig/test/Twig/Tests/integrationTest.php
+baikal/vendor/twig/twig/test/bootstrap.php
 @cwd ${LOCALBASE}/share/doc/pkg-readmes
 ${FULLPKGNAME}
Index: pkg/README
===================================================================
RCS file: /cvs/ports/productivity/baikal/pkg/README,v
retrieving revision 1.4
diff -u -p -r1.4 README
--- pkg/README  20 Sep 2013 07:11:02 -0000      1.4
+++ pkg/README  14 Nov 2016 21:56:42 -0000
@@ -10,10 +10,29 @@ Baikal has been installed into ${INSTDIR
 
 You should point this to the DocumentRoot of your web-server:
    # ln -s ../baikal/html /var/www/htdocs/baikal
-(make sure you use a relative symlink since Apache is chrooted)
+(make sure you use a relative symlink if your server is chrooted)
 
-Alternatively you can setup a virtual host using the configuration
-provided in ${INSTDIR}/Specific/virtualhosts/
+Alternatively the below configuration can be used for httpd from
+base together with php-fpm:
+
+server "default" {
+       listen on * port 80
+
+       location "/.well-known/ca*dav" {
+               block return 301 "http://<hostname>/baikal/dav.php"
+       }
+
+       location "/baikal/*.php*" {
+               root { "/baikal/html", strip 1 }
+               fastcgi socket "/run/php-fpm.sock"
+               directory index index.php
+       }
+
+       location "/baikal/*" {
+               root { "/baikal/html", strip 1 }
+               directory index index.php
+       }
+}
 
 Database Configuration
 ======================
@@ -24,9 +43,11 @@ another database, the corresponding pack
 
 Post-installation
 =================
-To finish the installation:
-    # touch ${INSTDIR}/Specific/ENABLE_INSTALL
-    -> go to http://<hostname>/baikal/ then follow the instructions
+To finish the installation go to http://<hostname>/baikal/ and follow
+the instructions.
+
+To make the above httpd.conf work you need to go to "System settings"
+in the admin interface and set the 3 base URIs to "/baikal/XXX.php/".
 
 Baikal administration
 =====================

Reply via email to