diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2015-08-07 06:53:06 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2015-08-07 06:53:06 +0000 |
commit | 14dd9855bc917ecdd9a8d3de60934209e9b1bf6c (patch) | |
tree | 886af90840404242ede414bf511c260e2b9ed2c1 | |
parent | d16e69df1fef44a4068b3ff88d89595c9b52e2e5 (diff) | |
download | freebsd-ports-14dd9855bc917ecdd9a8d3de60934209e9b1bf6c.zip |
Update to 8.1.0
PR: 201687
Submitted by: Loïc BLOT <loic.blot at unix-experience dot fr>
-rw-r--r-- | www/owncloud/Makefile | 7 | ||||
-rw-r--r-- | www/owncloud/distinfo | 4 | ||||
-rw-r--r-- | www/owncloud/pkg-plist | 2516 |
3 files changed, 1509 insertions, 1018 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index e4e710096b4a..362927d2b936 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 8.0.4 +PORTVERSION= 8.1.0 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING-AGPL USES= cpe tar:bzip2 USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv json \ - mbstring pdo session simplexml xml xmlreader xmlwriter \ + mbstring pdo posix session simplexml xml xmlreader xmlwriter \ xsl wddx zip zlib WANT_PHP_WEB= yes @@ -48,4 +48,7 @@ do-install: @${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} +post-install: + @${MKDIR} ${STAGEDIR}${WWWDIR}/data + .include <bsd.port.mk> diff --git a/www/owncloud/distinfo b/www/owncloud/distinfo index f878869bdfe3..8291998eb910 100644 --- a/www/owncloud/distinfo +++ b/www/owncloud/distinfo @@ -1,2 +1,2 @@ -SHA256 (owncloud-8.0.4.tar.bz2) = 0a99df7d6c6cdf3d5654b306d337c5d5980fa3b490e7791d357ffd82f2249179 -SIZE (owncloud-8.0.4.tar.bz2) = 24518670 +SHA256 (owncloud-8.1.0.tar.bz2) = 3d308d3b3d7083ca9fbfdde461ccd4bb66b7fb36f922ade5e6baf1b03bf174ee +SIZE (owncloud-8.1.0.tar.bz2) = 26247599 diff --git a/www/owncloud/pkg-plist b/www/owncloud/pkg-plist index 118d54859545..4754a6720c9e 100644 --- a/www/owncloud/pkg-plist +++ b/www/owncloud/pkg-plist @@ -1,6 +1,6 @@ -@owner %%OWNCLOUD_USERNAME%% -@group %%OWNCLOUD_GROUPNAME%% %%WWWDIR%%/.htaccess +%%WWWDIR%%/.mailmap +%%WWWDIR%%/.tag %%WWWDIR%%/.user.ini %%WWWDIR%%/3rdparty/LICENSE INFO %%WWWDIR%%/3rdparty/PEAR.php @@ -466,12 +466,130 @@ %%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/StreamInterface.php %%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/StreamRequestFactoryInterface.php %%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/composer.json +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/LICENSE +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/BatchResults.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Client.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/ClientInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Collection.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJar.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/SetCookie.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/AbstractEvent.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/BeforeEvent.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/CompleteEvent.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/Emitter.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/EmitterInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/EndEvent.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/ErrorEvent.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/EventInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/ProgressEvent.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/RequestEvents.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/SubscriberInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/BadResponseException.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ClientException.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ConnectException.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ParseException.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/RequestException.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ServerException.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/StateException.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/TransferException.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/XmlParseException.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/HasDataTrait.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/AbstractMessage.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/FutureResponse.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactory.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/MessageInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/MessageParser.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/Request.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/RequestInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/Response.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/ResponseInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Mimetypes.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Pool.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/MultipartBody.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/PostBody.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/PostBodyInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/PostFile.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/PostFileInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Query.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/QueryParser.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/RingBridge.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/Cookie.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/History.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/HttpError.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/Mock.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/Prepare.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/Redirect.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/ToArrayInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Transaction.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Url.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Utils.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/LICENSE +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlHandler.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/Middleware.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/MockHandler.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/StreamHandler.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Core.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledException.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Exception/ConnectException.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Exception/RingException.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/FutureArray.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/FutureInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/FutureValue.php +%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/LICENSE +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/AppendStream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/AsyncReadStream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/BufferStream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/CachingStream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/DroppingStream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Exception/CannotAttachException.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Exception/SeekException.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/FnStream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/GuzzleStreamWrapper.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/InflateStream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/LazyOpenStream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/LimitStream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/MetadataStreamInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/NoSeekStream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/NullStream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/PumpStream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Stream.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/StreamDecoratorTrait.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/StreamInterface.php +%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Utils.php +%%WWWDIR%%/3rdparty/icewind/streams/composer.json +%%WWWDIR%%/3rdparty/icewind/streams/src/CallbackWrapper.php +%%WWWDIR%%/3rdparty/icewind/streams/src/Directory.php +%%WWWDIR%%/3rdparty/icewind/streams/src/File.php +%%WWWDIR%%/3rdparty/icewind/streams/src/IteratorDirectory.php +%%WWWDIR%%/3rdparty/icewind/streams/src/NullWrapper.php +%%WWWDIR%%/3rdparty/icewind/streams/src/Wrapper.php %%WWWDIR%%/3rdparty/ircmaxell/password-compat/LICENSE.md %%WWWDIR%%/3rdparty/ircmaxell/password-compat/composer.json %%WWWDIR%%/3rdparty/ircmaxell/password-compat/lib/password.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/LICENSE -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/composer.json -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/composer.lock %%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/AbstractMixer.php %%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Factory.php %%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Generator.php @@ -486,23 +604,6 @@ %%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/Random.php %%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/URandom.php %%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/UniqID.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/phpunit.xml.dist -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Mocks/AbstractMock.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Mocks/Random/Generator.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Mocks/Random/Mixer.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Mocks/Random/Source.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Unit/RandomLib/FactoryTest.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Unit/RandomLib/GeneratorStringTest.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Unit/RandomLib/GeneratorTest.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Unit/RandomLib/Mixer/HashTest.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Unit/RandomLib/Source/CAPICOMTest.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Unit/RandomLib/Source/MTRandTest.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Unit/RandomLib/Source/MicroTimeTest.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Unit/RandomLib/Source/RandTest.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Unit/RandomLib/Source/URandomTest.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Unit/RandomLib/Source/UniqIDTest.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/Vectors/Random/GeneratorTest.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/test/bootstrap.php %%WWWDIR%%/3rdparty/ircmaxell/security-lib/composer.json %%WWWDIR%%/3rdparty/ircmaxell/security-lib/composer.lock %%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/AbstractFactory.php @@ -615,6 +716,22 @@ %%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/license.commercial.txt %%WWWDIR%%/3rdparty/james-heinrich/getid3/readme.txt %%WWWDIR%%/3rdparty/james-heinrich/getid3/structure.txt +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/LICENSE.md +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/composer.json +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/phpunit.xml +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/ClosureAnalyzer.php +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Token.php +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/TokenAnalyzer.php +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ClosureLocatorVisitor.php +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/MagicConstantVisitor.php +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ThisDetectorVisitor.php +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureAnalysisException.php +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureUnserializationException.php +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Exception/SuperClosureException.php +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/SerializableClosure.php +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Serializer.php +%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/SerializerInterface.php %%WWWDIR%%/3rdparty/kriswallsmith/assetic/.gitattributes %%WWWDIR%%/3rdparty/kriswallsmith/assetic/CHANGELOG-1.0.md %%WWWDIR%%/3rdparty/kriswallsmith/assetic/CHANGELOG-1.1.md @@ -918,6 +1035,199 @@ %%WWWDIR%%/3rdparty/natxet/CssMin/README %%WWWDIR%%/3rdparty/natxet/CssMin/composer.json %%WWWDIR%%/3rdparty/natxet/CssMin/src/CssMin.php +%%WWWDIR%%/3rdparty/nikic/php-parser/CHANGELOG.md +%%WWWDIR%%/3rdparty/nikic/php-parser/LICENSE +%%WWWDIR%%/3rdparty/nikic/php-parser/UPGRADE-1.0.md +%%WWWDIR%%/3rdparty/nikic/php-parser/composer.json +%%WWWDIR%%/3rdparty/nikic/php-parser/grammar/analyze.php +%%WWWDIR%%/3rdparty/nikic/php-parser/grammar/kmyacc.php.parser +%%WWWDIR%%/3rdparty/nikic/php-parser/grammar/rebuildParser.php +%%WWWDIR%%/3rdparty/nikic/php-parser/grammar/zend_language_parser.phpy +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Autoloader.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Class_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Declaration.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Function_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Interface_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Method.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Param.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Property.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Trait_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/BuilderAbstract.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/BuilderFactory.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Comment.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Comment/Doc.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Error.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Lexer.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Arg.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Const_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Param.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/String.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeAbstract.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeDumper.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverser.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Parser.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/ParserAbstract.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Serializer.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Serializer/XML.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer/XML.php +%%WWWDIR%%/3rdparty/nikic/php-parser/lib/bootstrap.php +%%WWWDIR%%/3rdparty/nikic/php-parser/phpunit.xml.dist %%WWWDIR%%/3rdparty/patches.txt %%WWWDIR%%/3rdparty/patchwork/utf8/CHANGELOG.md %%WWWDIR%%/3rdparty/patchwork/utf8/class/Normalizer.php @@ -1024,115 +1334,9 @@ %%WWWDIR%%/3rdparty/pear/pear_exception/PEAR/Exception.php %%WWWDIR%%/3rdparty/pear/pear_exception/composer.json %%WWWDIR%%/3rdparty/pear/pear_exception/package.xml -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/LICENSE -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/PHPMailerAutoload.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/changelog.md -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/class.phpmailer.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/class.pop3.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/class.smtp.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/composer.json -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/docs/Callback_function_notes.txt -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/docs/DomainKeys_notes.txt -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/docs/extending.html -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/docs/faq.html -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/docs/generatedocs.sh -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/docs/pop3_article.txt -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/LGPLv3.txt -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/code_generator.phps -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/contents.html -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/exceptions.phps -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/gmail.phps -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/images/phpmailer.png -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/images/phpmailer_mini.png -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/index.html -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/mail.phps -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/mailing_list.phps -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/pop_before_smtp.phps -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/scripts/XRegExp.js -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/scripts/shAutoloader.js -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/scripts/shBrushPhp.js -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/scripts/shCore.js -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/scripts/shLegacy.js -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/sendmail.phps -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/smtp.phps -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/smtp_no_auth.phps -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shCore.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shCoreDefault.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shCoreDjango.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shCoreEclipse.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shCoreEmacs.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shCoreFadeToGrey.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shCoreMDUltra.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shCoreMidnight.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shCoreRDark.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shThemeAppleScript.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shThemeDefault.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shThemeDjango.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shThemeEclipse.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shThemeEmacs.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shThemeFadeToGrey.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shThemeMDUltra.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shThemeMidnight.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shThemeRDark.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/shThemeVisualStudio.css -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/examples/styles/wrapping.png -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/extras/EasyPeasyICS.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/extras/class.html2text.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/extras/htmlfilter.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/extras/ntlm_sasl_client.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ar.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-be.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-br.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ca.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ch.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-cz.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-de.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-dk.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-el.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-eo.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-es.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-et.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-fa.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-fi.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-fo.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-fr.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-gl.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-he.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-hr.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-hu.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-it.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ja.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ka.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-lt.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-lv.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-nl.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-no.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-pl.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-pt.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ro.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ru.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-se.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-sk.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-sr.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-tr.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-uk.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-vi.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-zh.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/test/bootstrap.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/test/fakepopserver.sh -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/test/fakesendmail.sh -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/test/phpmailerLangTest.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/test/phpmailerTest.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/test/runfakepopserver.sh -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/test/testbootstrap-dist.php -%%WWWDIR%%/3rdparty/phpmailer/phpmailer/travis.phpunit.xml.dist -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/.gitattributes %%WWWDIR%%/3rdparty/phpseclib/phpseclib/AUTHORS +%%WWWDIR%%/3rdparty/phpseclib/phpseclib/CHANGELOG.md %%WWWDIR%%/3rdparty/phpseclib/phpseclib/LICENSE -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/build/code-sniffer-ruleset-tests.xml -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/build/code-sniffer-ruleset.xml %%WWWDIR%%/3rdparty/phpseclib/phpseclib/composer.json %%WWWDIR%%/3rdparty/phpseclib/phpseclib/composer.lock %%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/AES.php @@ -1156,26 +1360,9 @@ %%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php %%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH1.php %%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH2.php +%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php %%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php %%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpunit.xml.dist -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/Crypt/AES/ContinuousBufferTest.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/Crypt/AES/TestCase.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/Crypt/Hash/MD5Test.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/Crypt/Hash/TestCase.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/Crypt/RSA/LoadKeyTest.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/Math/BigInteger/BCMathTest.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/Math/BigInteger/GMPTest.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/Math/BigInteger/InternalOpenSSLTest.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/Math/BigInteger/InternalTest.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/Math/BigInteger/TestCase.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/Net/SSH1Test.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/Net/SSH2Test.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/PhpseclibTestCase.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/tests/bootstrap.php -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/travis/code_coverage_id_rsa -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/travis/install-php-extensions.sh -%%WWWDIR%%/3rdparty/phpseclib/phpseclib/travis/upload-code-coverage.sh %%WWWDIR%%/3rdparty/pimple/pimple/src/Pimple/Container.php %%WWWDIR%%/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php %%WWWDIR%%/3rdparty/punic/punic/LICENSE.txt @@ -2061,467 +2248,501 @@ %%WWWDIR%%/3rdparty/rackspace/php-opencloud/tests/OpenCloud/Tests/_response/Auth_No_Default_Region.resp %%WWWDIR%%/3rdparty/rackspace/php-opencloud/tests/OpenCloud/Tests/_response/Auth_OpenStack.resp %%WWWDIR%%/3rdparty/rackspace/php-opencloud/tests/bootstrap.php -%%WWWDIR%%/3rdparty/sabre/dav/ChangeLog +%%WWWDIR%%/3rdparty/react/promise/LICENSE +%%WWWDIR%%/3rdparty/react/promise/src/CancellablePromiseInterface.php +%%WWWDIR%%/3rdparty/react/promise/src/Deferred.php +%%WWWDIR%%/3rdparty/react/promise/src/ExtendedPromiseInterface.php +%%WWWDIR%%/3rdparty/react/promise/src/FulfilledPromise.php +%%WWWDIR%%/3rdparty/react/promise/src/LazyPromise.php +%%WWWDIR%%/3rdparty/react/promise/src/Promise.php +%%WWWDIR%%/3rdparty/react/promise/src/PromiseInterface.php +%%WWWDIR%%/3rdparty/react/promise/src/PromisorInterface.php +%%WWWDIR%%/3rdparty/react/promise/src/RejectedPromise.php +%%WWWDIR%%/3rdparty/react/promise/src/UnhandledRejectionException.php +%%WWWDIR%%/3rdparty/react/promise/src/functions.php +%%WWWDIR%%/3rdparty/react/promise/src/functions_include.php +%%WWWDIR%%/3rdparty/sabre/dav/CONTRIBUTING.md +%%WWWDIR%%/3rdparty/sabre/dav/ChangeLog.md %%WWWDIR%%/3rdparty/sabre/dav/LICENSE -%%WWWDIR%%/3rdparty/sabre/dav/bin/googlecode_upload.py -%%WWWDIR%%/3rdparty/sabre/dav/bin/migrateto17.php -%%WWWDIR%%/3rdparty/sabre/dav/bin/naturalselection.py %%WWWDIR%%/3rdparty/sabre/dav/composer.json -%%WWWDIR%%/3rdparty/sabre/dav/examples/addressbookserver.php -%%WWWDIR%%/3rdparty/sabre/dav/examples/basicauth.php -%%WWWDIR%%/3rdparty/sabre/dav/examples/digestauth.php -%%WWWDIR%%/3rdparty/sabre/dav/examples/simplefsserver.php -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/mysql.addressbook.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/mysql.calendars.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/mysql.locks.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/mysql.principals.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/mysql.users.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/pgsql.addressbook.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/pgsql.calendars.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/pgsql.locks.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/pgsql.principals.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/pgsql.users.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/sqlite.addressbooks.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/sqlite.calendars.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/sqlite.locks.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/sqlite.principals.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/sql/sqlite.users.sql -%%WWWDIR%%/3rdparty/sabre/dav/examples/webserver/apache2_htaccess.conf -%%WWWDIR%%/3rdparty/sabre/dav/examples/webserver/apache2_vhost.conf -%%WWWDIR%%/3rdparty/sabre/dav/examples/webserver/apache2_vhost_cgi.conf -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Calendar.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/ICalendar.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Plugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Principal/User.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CalDAV/Version.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/AddressBook.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/Card.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/ICard.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/IDirectory.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/Plugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/CardDAV/Version.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Browser/assets/favicon.ico -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/addressbook.png -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/calendar.png -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/card.png -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/collection.png -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/file.png -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/parent.png -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/principal.png -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Client.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Collection.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/LengthRequired.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/Locked.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/FS/Directory.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/FS/File.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/FS/Node.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/FSExt/File.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/FSExt/Node.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/File.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/ICollection.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/IFile.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/INode.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/IProperties.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/IQuota.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Node.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/ObjectTree.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/PartialUpdate/IPatchSupport.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Property.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Property/Href.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Property/HrefList.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Property/IHref.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Property/Response.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/PropertyInterface.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Server.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/ServerPlugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/SimpleCollection.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/SimpleFile.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/StringUtil.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Tree.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/URLUtil.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/UUIDUtil.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/Version.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAV/XMLUtil.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/IACL.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Plugin.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Principal.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/DAVACL/Version.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/HTTP/AWSAuth.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/HTTP/BasicAuth.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/HTTP/DigestAuth.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/HTTP/Request.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/HTTP/Response.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/HTTP/Util.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/HTTP/Version.php -%%WWWDIR%%/3rdparty/sabre/dav/lib/Sabre/autoload.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Backend/Mock.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/CalendarObjectTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/CalendarQueryParserTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/CalendarTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/FreeBusyReportTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/FreeBusyRequestTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/ICSExportPluginTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Issue166Test.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Issue172Test.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Notifications/CollectionTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Notifications/NodeTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteReplyTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/SystemStatusTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/OutboxPostTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/PluginTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Principal/CollectionTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyReadTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Principal/UserTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Property/AllowedSharingModesTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Property/InviteTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Property/ScheduleCalendarTranspTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarComponentSetTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/ShareableCalendarTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/SharedCalendarTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/SharingPluginTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/TestUtil.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/UserCalendarsSharedCalendarsTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/UserCalendarsTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/ValidateICalTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CalDAV/VersionTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/AbstractPluginTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryParserTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/AddressBookRootTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/AddressBookTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/Backend/Mock.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/CardTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/IDirectoryTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/MultiGetTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/PluginTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/Property/SupportedAddressDataTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/SogoStripContentTypeTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/TestUtil.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/UserAddressBooksTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/VCFExportTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/ValidateFilterTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/ValidateVCardTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/CardDAV/VersionTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/AbstractServer.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Auth/Backend/ApacheTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Auth/Backend/FileTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Auth/Backend/Mock.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Auth/PluginTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/BasicNodeTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Browser/GuessContentTypeTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Browser/PluginTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ClientMock.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ClientTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Exception/LockedTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Exception/PaymentRequiredTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ExceptionTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/FSExt/FileTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/FSExt/NodeTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/HTTPPreferParsingTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/HttpDeleteTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/HttpPutTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Issue33Test.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Locks/Backend/AbstractTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Locks/Backend/FSTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Locks/Backend/FileTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Locks/GetIfConditionsTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Locks/MSWordTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Locks/PluginTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Mock/Collection.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Mock/File.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Mount/PluginTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ObjectTreeTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/PartialUpdate/FileMock.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/PartialUpdate/PluginTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/PartialUpdate/SpecificationTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Property/GetLastModifiedTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Property/HrefListTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Property/HrefTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Property/ResourceTypeTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Property/ResponseListTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Property/ResponseTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Property/SupportedReportSetTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ServerCopyMoveTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ServerEventsTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ServerMKCOLTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ServerPluginTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ServerPreconditionTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ServerPropsTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ServerRangeTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ServerSimpleTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/ServerUpdatePropertiesTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/SimpleFileTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/StringUtilTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/TemporaryFileFilterTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/TestPlugin.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/Tree/FilesystemTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/TreeTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/URLUtilTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/UUIDUtilTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAV/XMLUtilTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/ACLMethodTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/AllowAccessTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/BlockAccessTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/Exception/AceConflictTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/Exception/NoAbstractTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/ExpandPropertiesTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/MockACLNode.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/MockPrincipal.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/PluginAdminTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/PluginPropertiesTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/Mock.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/PrincipalCollectionTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/PrincipalTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/Property/ACLRestrictionsTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/Property/ACLTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/Property/CurrentUserPrivilegeSetTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/Property/PrincipalTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/Property/SupportedPrivilegeSetTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/SimplePluginTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVACL/VersionTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/DAVServerTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/HTTP/AWSAuthTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/HTTP/BasicAuthTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/HTTP/DigestAuthTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/HTTP/RequestTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/HTTP/ResponseMock.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/HTTP/ResponseTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/HTTP/UtilTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/HTTP/VersionTest.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/Sabre/TestUtil.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/bootstrap.php -%%WWWDIR%%/3rdparty/sabre/dav/tests/composer.vobject3.json -%%WWWDIR%%/3rdparty/sabre/dav/tests/phpunit.xml -%%WWWDIR%%/3rdparty/sabre/vobject/ChangeLog +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/BackendInterface.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/PDO.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/SharingSupport.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/SyncSupport.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Calendar.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/CalendarHome.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/CalendarObject.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/CalendarQueryParser.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/CalendarQueryValidator.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/CalendarRoot.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/CalendarRootNode.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/ICSExportPlugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/ICalendar.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/ICalendarObject.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/IShareableCalendar.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/ISharedCalendar.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/Collection.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/ICollection.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/INode.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/INotificationType.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/Node.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/Notification/Invite.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/Notification/InviteReply.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/Notification/SystemStatus.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Principal/Collection.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyRead.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyRead.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Principal/User.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Property/AllowedSharingModes.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Property/EmailAddressSet.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Property/Invite.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Property/ScheduleCalendarTransp.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Property/SupportedCalendarComponentSet.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Property/SupportedCalendarData.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Property/SupportedCollationSet.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/IInbox.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/IOutbox.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/Inbox.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/Outbox.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/ShareableCalendar.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/SharedCalendar.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/SharingPlugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/UserCalendars.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/AddressBook.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/AddressBookQueryParser.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/AddressBookRoot.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Backend/BackendInterface.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Backend/PDO.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Backend/SyncSupport.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Card.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/IAddressBook.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/ICard.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/IDirectory.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Property/SupportedAddressData.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Property/SupportedCollationSet.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/UserAddressBooks.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/VCFExportPlugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/Apache.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/File.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/PDO.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/GuessContentType.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/PropFindAll.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/favicon.ico +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.css +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.png +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Client.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Collection.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/CorePlugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/BadRequest.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/Conflict.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/ConflictingLock.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/FileNotFound.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/Forbidden.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/InsufficientStorage.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/InvalidResourceType.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/LengthRequired.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/Locked.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/NotAuthenticated.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/NotFound.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/NotImplemented.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/PaymentRequired.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/PreconditionFailed.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/ReportNotSupported.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/TooManyMatches.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/FS/Directory.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/FS/File.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/FS/Node.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/FSExt/Directory.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/FSExt/File.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/FSExt/Node.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/File.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/ICollection.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/IExtendedCollection.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/IFile.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/IMoveTarget.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/IMultiGet.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/INode.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/IProperties.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/IQuota.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/Backend/FS.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/Backend/File.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/Backend/PDO.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/LockInfo.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Mount/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Node.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PartialUpdate/IFile.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PartialUpdate/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PropFind.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PropPatch.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Property.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Property/GetLastModified.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Property/Href.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Property/HrefList.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Property/IHref.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Property/LockDiscovery.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Property/ResourceType.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Property/Response.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Property/ResponseList.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Property/SupportedLock.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Property/SupportedMethodSet.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Property/SupportedReportSet.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PropertyInterface.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Server.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/ServerPlugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/SimpleCollection.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/SimpleFile.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/StringUtil.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Sync/ISyncCollection.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Sync/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Tree.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/URLUtil.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/UUIDUtil.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Version.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/XMLUtil.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Exception/AceConflict.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Exception/NoAbstract.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/IACL.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/IPrincipal.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/IPrincipalCollection.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Plugin.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Principal.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/PrincipalCollection.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Property/Acl.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Property/AclRestrictions.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Property/CurrentUserPrivilegeSet.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Property/Principal.php +%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Property/SupportedPrivilegeSet.php +%%WWWDIR%%/3rdparty/sabre/event/ChangeLog.md +%%WWWDIR%%/3rdparty/sabre/event/LICENSE +%%WWWDIR%%/3rdparty/sabre/event/composer.json +%%WWWDIR%%/3rdparty/sabre/event/lib/EventEmitter.php +%%WWWDIR%%/3rdparty/sabre/event/lib/EventEmitterInterface.php +%%WWWDIR%%/3rdparty/sabre/event/lib/EventEmitterTrait.php +%%WWWDIR%%/3rdparty/sabre/event/lib/Promise.php +%%WWWDIR%%/3rdparty/sabre/event/lib/PromiseAlreadyResolvedException.php +%%WWWDIR%%/3rdparty/sabre/event/lib/Version.php +%%WWWDIR%%/3rdparty/sabre/event/phpunit.xml.dist +%%WWWDIR%%/3rdparty/sabre/http/ChangeLog.md +%%WWWDIR%%/3rdparty/sabre/http/LICENSE +%%WWWDIR%%/3rdparty/sabre/http/composer.json +%%WWWDIR%%/3rdparty/sabre/http/lib/Auth/AWS.php +%%WWWDIR%%/3rdparty/sabre/http/lib/Auth/AbstractAuth.php +%%WWWDIR%%/3rdparty/sabre/http/lib/Auth/Basic.php +%%WWWDIR%%/3rdparty/sabre/http/lib/Auth/Digest.php +%%WWWDIR%%/3rdparty/sabre/http/lib/Client.php +%%WWWDIR%%/3rdparty/sabre/http/lib/ClientException.php +%%WWWDIR%%/3rdparty/sabre/http/lib/ClientHttpException.php +%%WWWDIR%%/3rdparty/sabre/http/lib/HttpException.php +%%WWWDIR%%/3rdparty/sabre/http/lib/Message.php +%%WWWDIR%%/3rdparty/sabre/http/lib/MessageDecoratorTrait.php +%%WWWDIR%%/3rdparty/sabre/http/lib/MessageInterface.php +%%WWWDIR%%/3rdparty/sabre/http/lib/Request.php +%%WWWDIR%%/3rdparty/sabre/http/lib/RequestDecorator.php +%%WWWDIR%%/3rdparty/sabre/http/lib/RequestInterface.php +%%WWWDIR%%/3rdparty/sabre/http/lib/Response.php +%%WWWDIR%%/3rdparty/sabre/http/lib/ResponseDecorator.php +%%WWWDIR%%/3rdparty/sabre/http/lib/ResponseInterface.php +%%WWWDIR%%/3rdparty/sabre/http/lib/Sapi.php +%%WWWDIR%%/3rdparty/sabre/http/lib/URLUtil.php +%%WWWDIR%%/3rdparty/sabre/http/lib/Util.php +%%WWWDIR%%/3rdparty/sabre/http/lib/Version.php +%%WWWDIR%%/3rdparty/sabre/vobject/ChangeLog.md %%WWWDIR%%/3rdparty/sabre/vobject/LICENSE -%%WWWDIR%%/3rdparty/sabre/vobject/bin/bench.php -%%WWWDIR%%/3rdparty/sabre/vobject/bin/generateicalendardata.php -%%WWWDIR%%/3rdparty/sabre/vobject/bin/vobjectvalidate.php %%WWWDIR%%/3rdparty/sabre/vobject/composer.json -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Component.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Component/VAlarm.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Component/VCalendar.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Component/VCard.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Component/VEvent.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Component/VFreeBusy.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Component/VJournal.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Component/VTodo.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/DateTimeParser.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Document.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/ElementList.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/FreeBusyGenerator.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Node.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Parameter.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/ParseException.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Property.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Property/Compound.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Property/DateTime.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Property/MultiDateTime.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Reader.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/RecurrenceIterator.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Splitter/ICalendar.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Splitter/SplitterInterface.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Splitter/VCard.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/StringUtil.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/Version.php -%%WWWDIR%%/3rdparty/sabre/vobject/lib/Sabre/VObject/includes.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Component/VAlarmTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Component/VCalendarTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Component/VCardTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Component/VEventTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Component/VFreeBusyTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Component/VJournalTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Component/VTodoTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/ComponentTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/DateTimeParserTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/DocumentTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/ElementListTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/EmClientTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/FreeBusyGeneratorTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Issue153Test.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Issue154Test.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Issue48Test.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Issue50Test.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/ParameterTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Property/CompoundTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Property/DateTimeTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Property/MultiDateTimeTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/PropertyTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/ReaderTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorFifthTuesdayProblemTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorIncorrectExpandTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorInfiniteLoopProblemTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMinusOneProblemTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMissingOverriddenTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/SlashRTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Splitter/ICalendarTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/Splitter/VCardTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/StringUtilTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/VersionTest.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/Sabre/VObject/issue153.vcf -%%WWWDIR%%/3rdparty/sabre/vobject/tests/bootstrap.php -%%WWWDIR%%/3rdparty/sabre/vobject/tests/phpunit.xml +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Cli.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/Available.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VAlarm.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VAvailability.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VCalendar.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VCard.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VEvent.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VFreeBusy.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VJournal.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VTimeZone.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VTodo.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/DateTimeParser.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Document.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/ElementList.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/EofException.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/FreeBusyGenerator.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/ITip/Broker.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/ITip/ITipException.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/ITip/Message.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Node.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Parameter.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/ParseException.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Parser/Json.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Parser/MimeDir.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Parser/Parser.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Binary.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Boolean.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/FlatText.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Float.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/ICalendar/CalAddress.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/ICalendar/Date.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/ICalendar/DateTime.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/ICalendar/Duration.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/ICalendar/Period.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/ICalendar/Recur.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Integer.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Text.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Time.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Unknown.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Uri.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/UtcOffset.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/VCard/Date.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/VCard/DateAndOrTime.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/VCard/DateTime.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/VCard/LanguageTag.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/VCard/TimeStamp.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Reader.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Recur/EventIterator.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Recur/NoInstancesException.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Recur/RDateIterator.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Recur/RRuleIterator.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/RecurrenceIterator.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Splitter/ICalendar.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Splitter/SplitterInterface.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Splitter/VCard.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/StringUtil.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/TimeZoneUtil.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/UUIDUtil.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/VCardConverter.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/Version.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/exchangezones.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/lotuszones.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/php-bc.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/php-workaround.php +%%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/windowszones.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Image.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Message.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderFactory.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Message.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimeEntity.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ParameterizedHeader.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SignedMessage.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailInvoker.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/mime_types.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/preferences.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_init.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required_pear.php +%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Application.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/CHANGELOG.md %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Command/Command.php @@ -2544,6 +2765,7 @@ %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Formatter/OutputFormatterStyle.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Formatter/OutputFormatterStyleInterface.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php +%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Helper/DebugFormatterHelper.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Helper/DescriptorHelper.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Helper/DialogHelper.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Helper/FormatterHelper.php @@ -2551,6 +2773,7 @@ %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Helper/HelperInterface.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Helper/HelperSet.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Helper/InputAwareHelper.php +%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Helper/ProcessHelper.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Helper/ProgressBar.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Helper/ProgressHelper.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Helper/QuestionHelper.php @@ -2582,124 +2805,6 @@ %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Shell.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tester/ApplicationTester.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tester/CommandTester.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/ApplicationTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Command/CommandTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Command/HelpCommandTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Command/ListCommandTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Descriptor/AbstractDescriptorTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Descriptor/JsonDescriptorTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Descriptor/MarkdownDescriptorTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Descriptor/ObjectsProvider.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Descriptor/TextDescriptorTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Descriptor/XmlDescriptorTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication1.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication2.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand1.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand2.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/Foo1Command.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/Foo2Command.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/Foo4Command.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/FooCommand.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/TestCommand.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_1.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_1.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_1.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_1.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_2.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_2.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_2.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_2.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_astext1.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_astext2.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_asxml1.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_asxml2.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_gethelp.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_renderexception1.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_renderexception2.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_renderexception3.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_renderexception4.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_run1.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_run2.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_run3.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_run4.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/command_1.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/command_1.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/command_1.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/command_1.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/command_2.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/command_2.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/command_2.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/command_2.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/command_astext.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/command_asxml.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/definition_astext.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/definition_asxml.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_1.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_1.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_1.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_1.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_2.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_2.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_2.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_2.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_3.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_3.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_3.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_argument_3.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_1.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_1.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_1.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_1.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_2.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_2.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_2.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_2.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_3.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_3.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_3.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_3.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_4.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_4.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_4.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_definition_4.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_1.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_1.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_1.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_1.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_2.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_2.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_2.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_2.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_3.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_3.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_3.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_3.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_4.json -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_4.md -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_4.txt -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Fixtures/input_option_4.xml -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleStackTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Helper/DialogHelperTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Helper/FormatterHelperTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Helper/HelperSetTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Helper/ProgressHelperTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Helper/TableHelperTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Input/ArgvInputTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Input/ArrayInputTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Input/InputArgumentTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Input/InputDefinitionTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Input/InputOptionTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Input/InputTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Input/StringInputTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Output/ConsoleOutputTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Output/NullOutputTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Output/OutputTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Output/StreamOutputTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Tester/ApplicationTesterTest.php -%%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/Tests/Tester/CommandTesterTest.php %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/composer.json %%WWWDIR%%/3rdparty/symfony/console/Symfony/Component/Console/phpunit.xml.dist %%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/CHANGELOG.md @@ -2715,13 +2820,6 @@ %%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php %%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php %%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/LICENSE -%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php -%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php -%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php -%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php -%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php -%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php -%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php %%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/composer.json %%WWWDIR%%/3rdparty/symfony/event-dispatcher/Symfony/Component/EventDispatcher/phpunit.xml.dist %%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/CHANGELOG.md @@ -2735,23 +2833,13 @@ %%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/LICENSE %%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php %%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/PhpProcess.php +%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Pipes/AbstractPipes.php +%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Pipes/PipesInterface.php +%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Pipes/UnixPipes.php +%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Pipes/WindowsPipes.php %%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Process.php %%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/ProcessBuilder.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/ProcessPipes.php %%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/ProcessUtils.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/NonStopableProcess.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/PhpProcessTest.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/PipeStdinInStdoutStdErrStreamSelect.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/ProcessInSigchildEnvironment.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/ProcessUtilsTest.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/SignalListener.php -%%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/Tests/SimpleProcessTest.php %%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/composer.json %%WWWDIR%%/3rdparty/symfony/process/Symfony/Component/Process/phpunit.xml.dist %%WWWDIR%%/3rdparty/symfony/routing/Symfony/Component/Routing/Annotation/Route.php @@ -2803,16 +2891,24 @@ %%WWWDIR%%/3rdparty/symfony/routing/Symfony/Component/Routing/composer.json %%WWWDIR%%/AUTHORS %%WWWDIR%%/COPYING-AGPL +@owner %%OWNCLOUD_USERNAME%% +@group %%OWNCLOUD_GROUPNAME%% %%WWWDIR%%/apps/activity/appinfo/app.php %%WWWDIR%%/apps/activity/appinfo/application.php %%WWWDIR%%/apps/activity/appinfo/database.xml %%WWWDIR%%/apps/activity/appinfo/info.xml %%WWWDIR%%/apps/activity/appinfo/routes.php +%%WWWDIR%%/apps/activity/appinfo/update.php %%WWWDIR%%/apps/activity/appinfo/version %%WWWDIR%%/apps/activity/controller/activities.php +%%WWWDIR%%/apps/activity/controller/feed.php %%WWWDIR%%/apps/activity/controller/settings.php %%WWWDIR%%/apps/activity/css/settings.css %%WWWDIR%%/apps/activity/css/style.css +%%WWWDIR%%/apps/activity/extension/files.php +%%WWWDIR%%/apps/activity/extension/files_sharing.php +%%WWWDIR%%/apps/activity/img/activity-dark.png +%%WWWDIR%%/apps/activity/img/activity-dark.svg %%WWWDIR%%/apps/activity/img/activity.png %%WWWDIR%%/apps/activity/img/activity.svg %%WWWDIR%%/apps/activity/img/add-color.png @@ -2855,6 +2951,10 @@ %%WWWDIR%%/apps/activity/l10n/es_AR.json %%WWWDIR%%/apps/activity/l10n/es_CL.js %%WWWDIR%%/apps/activity/l10n/es_CL.json +%%WWWDIR%%/apps/activity/l10n/es_CR.js +%%WWWDIR%%/apps/activity/l10n/es_CR.json +%%WWWDIR%%/apps/activity/l10n/es_MX.js +%%WWWDIR%%/apps/activity/l10n/es_MX.json %%WWWDIR%%/apps/activity/l10n/et_EE.js %%WWWDIR%%/apps/activity/l10n/et_EE.json %%WWWDIR%%/apps/activity/l10n/eu.js @@ -2885,10 +2985,14 @@ %%WWWDIR%%/apps/activity/l10n/km.json %%WWWDIR%%/apps/activity/l10n/ko.js %%WWWDIR%%/apps/activity/l10n/ko.json +%%WWWDIR%%/apps/activity/l10n/lb.js +%%WWWDIR%%/apps/activity/l10n/lb.json %%WWWDIR%%/apps/activity/l10n/lt_LT.js %%WWWDIR%%/apps/activity/l10n/lt_LT.json %%WWWDIR%%/apps/activity/l10n/lv.js %%WWWDIR%%/apps/activity/l10n/lv.json +%%WWWDIR%%/apps/activity/l10n/mk.js +%%WWWDIR%%/apps/activity/l10n/mk.json %%WWWDIR%%/apps/activity/l10n/ml_IN.js %%WWWDIR%%/apps/activity/l10n/ml_IN.json %%WWWDIR%%/apps/activity/l10n/nb_NO.js @@ -2914,12 +3018,16 @@ %%WWWDIR%%/apps/activity/l10n/sl.json %%WWWDIR%%/apps/activity/l10n/sq.js %%WWWDIR%%/apps/activity/l10n/sq.json +%%WWWDIR%%/apps/activity/l10n/sr.js +%%WWWDIR%%/apps/activity/l10n/sr.json %%WWWDIR%%/apps/activity/l10n/sr@latin.js %%WWWDIR%%/apps/activity/l10n/sr@latin.json %%WWWDIR%%/apps/activity/l10n/sv.js %%WWWDIR%%/apps/activity/l10n/sv.json %%WWWDIR%%/apps/activity/l10n/ta_IN.js %%WWWDIR%%/apps/activity/l10n/ta_IN.json +%%WWWDIR%%/apps/activity/l10n/th_TH.js +%%WWWDIR%%/apps/activity/l10n/th_TH.json %%WWWDIR%%/apps/activity/l10n/tr.js %%WWWDIR%%/apps/activity/l10n/tr.json %%WWWDIR%%/apps/activity/l10n/uk.js @@ -2935,38 +3043,206 @@ %%WWWDIR%%/apps/activity/lib/data.php %%WWWDIR%%/apps/activity/lib/datahelper.php %%WWWDIR%%/apps/activity/lib/display.php +%%WWWDIR%%/apps/activity/lib/fileshooks.php +%%WWWDIR%%/apps/activity/lib/fileshooksstatic.php %%WWWDIR%%/apps/activity/lib/grouphelper.php %%WWWDIR%%/apps/activity/lib/hooks.php -%%WWWDIR%%/apps/activity/lib/hooksstatic.php %%WWWDIR%%/apps/activity/lib/mailqueuehandler.php %%WWWDIR%%/apps/activity/lib/navigation.php %%WWWDIR%%/apps/activity/lib/parameterhelper.php %%WWWDIR%%/apps/activity/lib/usersettings.php %%WWWDIR%%/apps/activity/personal.php -%%WWWDIR%%/apps/activity/rss.php -%%WWWDIR%%/apps/activity/templates/activities.part.php -%%WWWDIR%%/apps/activity/templates/activity.box.php %%WWWDIR%%/apps/activity/templates/email.notification.php -%%WWWDIR%%/apps/activity/templates/list.php -%%WWWDIR%%/apps/activity/templates/navigation.php %%WWWDIR%%/apps/activity/templates/personal.php %%WWWDIR%%/apps/activity/templates/rss.php +%%WWWDIR%%/apps/activity/templates/stream.app.navigation.php +%%WWWDIR%%/apps/activity/templates/stream.body.php +%%WWWDIR%%/apps/activity/templates/stream.item.php +%%WWWDIR%%/apps/activity/templates/stream.list.php %%WWWDIR%%/apps/activity/tests/apitest.php %%WWWDIR%%/apps/activity/tests/applicationtest.php +%%WWWDIR%%/apps/activity/tests/apptest.php +%%WWWDIR%%/apps/activity/tests/backgroundjob/emailnotificationtest.php +%%WWWDIR%%/apps/activity/tests/backgroundjob/expireactivitiestest.php %%WWWDIR%%/apps/activity/tests/bootstrap.php %%WWWDIR%%/apps/activity/tests/consumertest.php +%%WWWDIR%%/apps/activity/tests/controller/activitiestest.php +%%WWWDIR%%/apps/activity/tests/controller/feedtest.php %%WWWDIR%%/apps/activity/tests/controller/settingstest.php %%WWWDIR%%/apps/activity/tests/datadeleteactivitestest.php %%WWWDIR%%/apps/activity/tests/datahelpertest.php %%WWWDIR%%/apps/activity/tests/datatest.php +%%WWWDIR%%/apps/activity/tests/displaytest.php %%WWWDIR%%/apps/activity/tests/grouphelpertest.php %%WWWDIR%%/apps/activity/tests/hooksdeleteusertest.php %%WWWDIR%%/apps/activity/tests/mailqueuehandlertest.php +%%WWWDIR%%/apps/activity/tests/mock/extension.php %%WWWDIR%%/apps/activity/tests/navigationtest.php %%WWWDIR%%/apps/activity/tests/parameterhelpertest.php +%%WWWDIR%%/apps/activity/tests/personaltest.php %%WWWDIR%%/apps/activity/tests/phpunit.xml %%WWWDIR%%/apps/activity/tests/testcase.php %%WWWDIR%%/apps/activity/tests/usersettingstest.php +%%WWWDIR%%/apps/encryption/appinfo/app.php +%%WWWDIR%%/apps/encryption/appinfo/application.php +%%WWWDIR%%/apps/encryption/appinfo/info.xml +%%WWWDIR%%/apps/encryption/appinfo/register_command.php +%%WWWDIR%%/apps/encryption/appinfo/routes.php +%%WWWDIR%%/apps/encryption/appinfo/version +%%WWWDIR%%/apps/encryption/command/migratekeys.php +%%WWWDIR%%/apps/encryption/controller/recoverycontroller.php +%%WWWDIR%%/apps/encryption/controller/settingscontroller.php +%%WWWDIR%%/apps/encryption/controller/statuscontroller.php +%%WWWDIR%%/apps/encryption/css/settings-admin.css +%%WWWDIR%%/apps/encryption/css/settings-personal.css +%%WWWDIR%%/apps/encryption/hooks/contracts/ihook.php +%%WWWDIR%%/apps/encryption/hooks/userhooks.php +%%WWWDIR%%/apps/encryption/img/app.svg +%%WWWDIR%%/apps/encryption/js/encryption.js +%%WWWDIR%%/apps/encryption/js/settings-admin.js +%%WWWDIR%%/apps/encryption/js/settings-personal.js +%%WWWDIR%%/apps/encryption/l10n/ar.js +%%WWWDIR%%/apps/encryption/l10n/ar.json +%%WWWDIR%%/apps/encryption/l10n/ast.js +%%WWWDIR%%/apps/encryption/l10n/ast.json +%%WWWDIR%%/apps/encryption/l10n/az.js +%%WWWDIR%%/apps/encryption/l10n/az.json +%%WWWDIR%%/apps/encryption/l10n/bg_BG.js +%%WWWDIR%%/apps/encryption/l10n/bg_BG.json +%%WWWDIR%%/apps/encryption/l10n/bn_BD.js +%%WWWDIR%%/apps/encryption/l10n/bn_BD.json +%%WWWDIR%%/apps/encryption/l10n/bs.js +%%WWWDIR%%/apps/encryption/l10n/bs.json +%%WWWDIR%%/apps/encryption/l10n/ca.js +%%WWWDIR%%/apps/encryption/l10n/ca.json +%%WWWDIR%%/apps/encryption/l10n/cs_CZ.js +%%WWWDIR%%/apps/encryption/l10n/cs_CZ.json +%%WWWDIR%%/apps/encryption/l10n/da.js +%%WWWDIR%%/apps/encryption/l10n/da.json +%%WWWDIR%%/apps/encryption/l10n/de.js +%%WWWDIR%%/apps/encryption/l10n/de.json +%%WWWDIR%%/apps/encryption/l10n/de_DE.js +%%WWWDIR%%/apps/encryption/l10n/de_DE.json +%%WWWDIR%%/apps/encryption/l10n/el.js +%%WWWDIR%%/apps/encryption/l10n/el.json +%%WWWDIR%%/apps/encryption/l10n/en_GB.js +%%WWWDIR%%/apps/encryption/l10n/en_GB.json +%%WWWDIR%%/apps/encryption/l10n/eo.js +%%WWWDIR%%/apps/encryption/l10n/eo.json +%%WWWDIR%%/apps/encryption/l10n/es.js +%%WWWDIR%%/apps/encryption/l10n/es.json +%%WWWDIR%%/apps/encryption/l10n/es_AR.js +%%WWWDIR%%/apps/encryption/l10n/es_AR.json +%%WWWDIR%%/apps/encryption/l10n/es_MX.js +%%WWWDIR%%/apps/encryption/l10n/es_MX.json +%%WWWDIR%%/apps/encryption/l10n/et_EE.js +%%WWWDIR%%/apps/encryption/l10n/et_EE.json +%%WWWDIR%%/apps/encryption/l10n/eu.js +%%WWWDIR%%/apps/encryption/l10n/eu.json +%%WWWDIR%%/apps/encryption/l10n/fa.js +%%WWWDIR%%/apps/encryption/l10n/fa.json +%%WWWDIR%%/apps/encryption/l10n/fi_FI.js +%%WWWDIR%%/apps/encryption/l10n/fi_FI.json +%%WWWDIR%%/apps/encryption/l10n/fr.js +%%WWWDIR%%/apps/encryption/l10n/fr.json +%%WWWDIR%%/apps/encryption/l10n/gl.js +%%WWWDIR%%/apps/encryption/l10n/gl.json +%%WWWDIR%%/apps/encryption/l10n/hr.js +%%WWWDIR%%/apps/encryption/l10n/hr.json +%%WWWDIR%%/apps/encryption/l10n/hu_HU.js +%%WWWDIR%%/apps/encryption/l10n/hu_HU.json +%%WWWDIR%%/apps/encryption/l10n/id.js +%%WWWDIR%%/apps/encryption/l10n/id.json +%%WWWDIR%%/apps/encryption/l10n/it.js +%%WWWDIR%%/apps/encryption/l10n/it.json +%%WWWDIR%%/apps/encryption/l10n/ja.js +%%WWWDIR%%/apps/encryption/l10n/ja.json +%%WWWDIR%%/apps/encryption/l10n/km.js +%%WWWDIR%%/apps/encryption/l10n/km.json +%%WWWDIR%%/apps/encryption/l10n/kn.js +%%WWWDIR%%/apps/encryption/l10n/kn.json +%%WWWDIR%%/apps/encryption/l10n/ko.js +%%WWWDIR%%/apps/encryption/l10n/ko.json +%%WWWDIR%%/apps/encryption/l10n/lb.js +%%WWWDIR%%/apps/encryption/l10n/lb.json +%%WWWDIR%%/apps/encryption/l10n/lt_LT.js +%%WWWDIR%%/apps/encryption/l10n/lt_LT.json +%%WWWDIR%%/apps/encryption/l10n/lv.js +%%WWWDIR%%/apps/encryption/l10n/lv.json +%%WWWDIR%%/apps/encryption/l10n/mk.js +%%WWWDIR%%/apps/encryption/l10n/mk.json +%%WWWDIR%%/apps/encryption/l10n/nb_NO.js +%%WWWDIR%%/apps/encryption/l10n/nb_NO.json +%%WWWDIR%%/apps/encryption/l10n/nl.js +%%WWWDIR%%/apps/encryption/l10n/nl.json +%%WWWDIR%%/apps/encryption/l10n/oc.js +%%WWWDIR%%/apps/encryption/l10n/oc.json +%%WWWDIR%%/apps/encryption/l10n/pl.js +%%WWWDIR%%/apps/encryption/l10n/pl.json +%%WWWDIR%%/apps/encryption/l10n/pt_BR.js +%%WWWDIR%%/apps/encryption/l10n/pt_BR.json +%%WWWDIR%%/apps/encryption/l10n/pt_PT.js +%%WWWDIR%%/apps/encryption/l10n/pt_PT.json +%%WWWDIR%%/apps/encryption/l10n/ro.js +%%WWWDIR%%/apps/encryption/l10n/ro.json +%%WWWDIR%%/apps/encryption/l10n/ru.js +%%WWWDIR%%/apps/encryption/l10n/ru.json +%%WWWDIR%%/apps/encryption/l10n/sk_SK.js +%%WWWDIR%%/apps/encryption/l10n/sk_SK.json +%%WWWDIR%%/apps/encryption/l10n/sl.js +%%WWWDIR%%/apps/encryption/l10n/sl.json +%%WWWDIR%%/apps/encryption/l10n/sq.js +%%WWWDIR%%/apps/encryption/l10n/sq.json +%%WWWDIR%%/apps/encryption/l10n/sr.js +%%WWWDIR%%/apps/encryption/l10n/sr.json +%%WWWDIR%%/apps/encryption/l10n/sr@latin.js +%%WWWDIR%%/apps/encryption/l10n/sr@latin.json +%%WWWDIR%%/apps/encryption/l10n/sv.js +%%WWWDIR%%/apps/encryption/l10n/sv.json +%%WWWDIR%%/apps/encryption/l10n/th_TH.js +%%WWWDIR%%/apps/encryption/l10n/th_TH.json +%%WWWDIR%%/apps/encryption/l10n/tr.js +%%WWWDIR%%/apps/encryption/l10n/tr.json +%%WWWDIR%%/apps/encryption/l10n/uk.js +%%WWWDIR%%/apps/encryption/l10n/uk.json +%%WWWDIR%%/apps/encryption/l10n/vi.js +%%WWWDIR%%/apps/encryption/l10n/vi.json +%%WWWDIR%%/apps/encryption/l10n/zh_CN.js +%%WWWDIR%%/apps/encryption/l10n/zh_CN.json +%%WWWDIR%%/apps/encryption/l10n/zh_HK.js +%%WWWDIR%%/apps/encryption/l10n/zh_HK.json +%%WWWDIR%%/apps/encryption/l10n/zh_TW.js +%%WWWDIR%%/apps/encryption/l10n/zh_TW.json +%%WWWDIR%%/apps/encryption/lib/crypto/crypt.php +%%WWWDIR%%/apps/encryption/lib/crypto/encryption.php +%%WWWDIR%%/apps/encryption/lib/exceptions/multikeydecryptexception.php +%%WWWDIR%%/apps/encryption/lib/exceptions/multikeyencryptexception.php +%%WWWDIR%%/apps/encryption/lib/exceptions/privatekeymissingexception.php +%%WWWDIR%%/apps/encryption/lib/exceptions/publickeymissingexception.php +%%WWWDIR%%/apps/encryption/lib/hookmanager.php +%%WWWDIR%%/apps/encryption/lib/keymanager.php +%%WWWDIR%%/apps/encryption/lib/migration.php +%%WWWDIR%%/apps/encryption/lib/recovery.php +%%WWWDIR%%/apps/encryption/lib/session.php +%%WWWDIR%%/apps/encryption/lib/users/setup.php +%%WWWDIR%%/apps/encryption/lib/util.php +%%WWWDIR%%/apps/encryption/settings/settings-admin.php +%%WWWDIR%%/apps/encryption/settings/settings-personal.php +%%WWWDIR%%/apps/encryption/templates/settings-admin.php +%%WWWDIR%%/apps/encryption/templates/settings-personal.php +%%WWWDIR%%/apps/encryption/tests/controller/RecoveryControllerTest.php +%%WWWDIR%%/apps/encryption/tests/controller/SettingsControllerTest.php +%%WWWDIR%%/apps/encryption/tests/controller/StatusControllerTest.php +%%WWWDIR%%/apps/encryption/tests/hooks/UserHooksTest.php +%%WWWDIR%%/apps/encryption/tests/lib/HookManagerTest.php +%%WWWDIR%%/apps/encryption/tests/lib/KeyManagerTest.php +%%WWWDIR%%/apps/encryption/tests/lib/MigrationTest.php +%%WWWDIR%%/apps/encryption/tests/lib/RecoveryTest.php +%%WWWDIR%%/apps/encryption/tests/lib/SessionTest.php +%%WWWDIR%%/apps/encryption/tests/lib/UtilTest.php +%%WWWDIR%%/apps/encryption/tests/lib/crypto/cryptTest.php +%%WWWDIR%%/apps/encryption/tests/lib/crypto/encryptionTest.php +%%WWWDIR%%/apps/encryption/tests/lib/users/SetupTest.php %%WWWDIR%%/apps/external/ajax/setsites.php %%WWWDIR%%/apps/external/appinfo/app.php %%WWWDIR%%/apps/external/appinfo/info.xml @@ -3042,6 +3318,8 @@ %%WWWDIR%%/apps/external/l10n/hr.json %%WWWDIR%%/apps/external/l10n/hu_HU.js %%WWWDIR%%/apps/external/l10n/hu_HU.json +%%WWWDIR%%/apps/external/l10n/hy.js +%%WWWDIR%%/apps/external/l10n/hy.json %%WWWDIR%%/apps/external/l10n/ia.js %%WWWDIR%%/apps/external/l10n/ia.json %%WWWDIR%%/apps/external/l10n/id.js @@ -3151,12 +3429,25 @@ %%WWWDIR%%/apps/files/appinfo/remote.php %%WWWDIR%%/apps/files/appinfo/routes.php %%WWWDIR%%/apps/files/appinfo/version +%%WWWDIR%%/apps/files/command/deleteorphanedfiles.php %%WWWDIR%%/apps/files/command/scan.php %%WWWDIR%%/apps/files/controller/apicontroller.php %%WWWDIR%%/apps/files/css/files.css %%WWWDIR%%/apps/files/css/mobile.css %%WWWDIR%%/apps/files/css/upload.css %%WWWDIR%%/apps/files/download.php +%%WWWDIR%%/apps/files/img/delete.png +%%WWWDIR%%/apps/files/img/delete.svg +%%WWWDIR%%/apps/files/img/external.png +%%WWWDIR%%/apps/files/img/external.svg +%%WWWDIR%%/apps/files/img/folder.png +%%WWWDIR%%/apps/files/img/folder.svg +%%WWWDIR%%/apps/files/img/public.png +%%WWWDIR%%/apps/files/img/public.svg +%%WWWDIR%%/apps/files/img/share.png +%%WWWDIR%%/apps/files/img/share.svg +%%WWWDIR%%/apps/files/img/star.png +%%WWWDIR%%/apps/files/img/star.svg %%WWWDIR%%/apps/files/index.php %%WWWDIR%%/apps/files/js/admin.js %%WWWDIR%%/apps/files/js/app.js @@ -3334,6 +3625,8 @@ %%WWWDIR%%/apps/files/l10n/ml_IN.json %%WWWDIR%%/apps/files/l10n/mn.js %%WWWDIR%%/apps/files/l10n/mn.json +%%WWWDIR%%/apps/files/l10n/mr.js +%%WWWDIR%%/apps/files/l10n/mr.json %%WWWDIR%%/apps/files/l10n/ms_MY.js %%WWWDIR%%/apps/files/l10n/ms_MY.json %%WWWDIR%%/apps/files/l10n/mt_MT.js @@ -3425,12 +3718,13 @@ %%WWWDIR%%/apps/files/l10n/zh_HK.json %%WWWDIR%%/apps/files/l10n/zh_TW.js %%WWWDIR%%/apps/files/l10n/zh_TW.json +%%WWWDIR%%/apps/files/lib/activity.php +%%WWWDIR%%/apps/files/lib/activityhelper.php %%WWWDIR%%/apps/files/lib/app.php %%WWWDIR%%/apps/files/lib/capabilities.php %%WWWDIR%%/apps/files/lib/helper.php %%WWWDIR%%/apps/files/list.php %%WWWDIR%%/apps/files/service/tagservice.php -%%WWWDIR%%/apps/files/settings.php %%WWWDIR%%/apps/files/simplelist.php %%WWWDIR%%/apps/files/templates/admin.php %%WWWDIR%%/apps/files/templates/appnavigation.php @@ -3438,7 +3732,9 @@ %%WWWDIR%%/apps/files/templates/index.php %%WWWDIR%%/apps/files/templates/list.php %%WWWDIR%%/apps/files/templates/simplelist.php +%%WWWDIR%%/apps/files/tests/activitytest.php %%WWWDIR%%/apps/files/tests/ajax_rename.php +%%WWWDIR%%/apps/files/tests/command/deleteorphanedfilestest.php %%WWWDIR%%/apps/files/tests/controller/apicontrollertest.php %%WWWDIR%%/apps/files/tests/helper.php %%WWWDIR%%/apps/files/tests/js/appSpec.js @@ -3452,210 +3748,22 @@ %%WWWDIR%%/apps/files/tests/js/filesummarySpec.js %%WWWDIR%%/apps/files/tests/js/tagspluginspec.js %%WWWDIR%%/apps/files/tests/service/tagservice.php -%%WWWDIR%%/apps/files_encryption/ajax/adminrecovery.php -%%WWWDIR%%/apps/files_encryption/ajax/changeRecoveryPassword.php -%%WWWDIR%%/apps/files_encryption/ajax/getMigrationStatus.php -%%WWWDIR%%/apps/files_encryption/ajax/updatePrivateKeyPassword.php -%%WWWDIR%%/apps/files_encryption/ajax/userrecovery.php -%%WWWDIR%%/apps/files_encryption/appinfo/app.php -%%WWWDIR%%/apps/files_encryption/appinfo/info.xml -%%WWWDIR%%/apps/files_encryption/appinfo/register_command.php -%%WWWDIR%%/apps/files_encryption/appinfo/routes.php -%%WWWDIR%%/apps/files_encryption/appinfo/spec.txt -%%WWWDIR%%/apps/files_encryption/appinfo/update.php -%%WWWDIR%%/apps/files_encryption/appinfo/version -%%WWWDIR%%/apps/files_encryption/command/migratekeys.php -%%WWWDIR%%/apps/files_encryption/css/settings-personal.css -%%WWWDIR%%/apps/files_encryption/exception/encryptionexception.php -%%WWWDIR%%/apps/files_encryption/exception/multikeydecryptexception.php -%%WWWDIR%%/apps/files_encryption/exception/multikeyencryptexception.php -%%WWWDIR%%/apps/files_encryption/files/error.php -%%WWWDIR%%/apps/files_encryption/img/app.svg -%%WWWDIR%%/apps/files_encryption/js/detect-migration.js -%%WWWDIR%%/apps/files_encryption/js/encryption.js -%%WWWDIR%%/apps/files_encryption/js/settings-admin.js -%%WWWDIR%%/apps/files_encryption/js/settings-personal.js -%%WWWDIR%%/apps/files_encryption/l10n/ar.js -%%WWWDIR%%/apps/files_encryption/l10n/ar.json -%%WWWDIR%%/apps/files_encryption/l10n/ast.js -%%WWWDIR%%/apps/files_encryption/l10n/ast.json -%%WWWDIR%%/apps/files_encryption/l10n/az.js -%%WWWDIR%%/apps/files_encryption/l10n/az.json -%%WWWDIR%%/apps/files_encryption/l10n/bg_BG.js -%%WWWDIR%%/apps/files_encryption/l10n/bg_BG.json -%%WWWDIR%%/apps/files_encryption/l10n/bn_BD.js -%%WWWDIR%%/apps/files_encryption/l10n/bn_BD.json -%%WWWDIR%%/apps/files_encryption/l10n/bs.js -%%WWWDIR%%/apps/files_encryption/l10n/bs.json -%%WWWDIR%%/apps/files_encryption/l10n/ca.js -%%WWWDIR%%/apps/files_encryption/l10n/ca.json -%%WWWDIR%%/apps/files_encryption/l10n/cs_CZ.js -%%WWWDIR%%/apps/files_encryption/l10n/cs_CZ.json -%%WWWDIR%%/apps/files_encryption/l10n/cy_GB.js -%%WWWDIR%%/apps/files_encryption/l10n/cy_GB.json -%%WWWDIR%%/apps/files_encryption/l10n/da.js -%%WWWDIR%%/apps/files_encryption/l10n/da.json -%%WWWDIR%%/apps/files_encryption/l10n/de.js -%%WWWDIR%%/apps/files_encryption/l10n/de.json -%%WWWDIR%%/apps/files_encryption/l10n/de_CH.js -%%WWWDIR%%/apps/files_encryption/l10n/de_CH.json -%%WWWDIR%%/apps/files_encryption/l10n/de_DE.js -%%WWWDIR%%/apps/files_encryption/l10n/de_DE.json -%%WWWDIR%%/apps/files_encryption/l10n/el.js -%%WWWDIR%%/apps/files_encryption/l10n/el.json -%%WWWDIR%%/apps/files_encryption/l10n/en_GB.js -%%WWWDIR%%/apps/files_encryption/l10n/en_GB.json -%%WWWDIR%%/apps/files_encryption/l10n/eo.js -%%WWWDIR%%/apps/files_encryption/l10n/eo.json -%%WWWDIR%%/apps/files_encryption/l10n/es.js -%%WWWDIR%%/apps/files_encryption/l10n/es.json -%%WWWDIR%%/apps/files_encryption/l10n/es_AR.js -%%WWWDIR%%/apps/files_encryption/l10n/es_AR.json -%%WWWDIR%%/apps/files_encryption/l10n/es_CL.js -%%WWWDIR%%/apps/files_encryption/l10n/es_CL.json -%%WWWDIR%%/apps/files_encryption/l10n/es_MX.js -%%WWWDIR%%/apps/files_encryption/l10n/es_MX.json -%%WWWDIR%%/apps/files_encryption/l10n/et_EE.js -%%WWWDIR%%/apps/files_encryption/l10n/et_EE.json -%%WWWDIR%%/apps/files_encryption/l10n/eu.js -%%WWWDIR%%/apps/files_encryption/l10n/eu.json -%%WWWDIR%%/apps/files_encryption/l10n/fa.js -%%WWWDIR%%/apps/files_encryption/l10n/fa.json -%%WWWDIR%%/apps/files_encryption/l10n/fi_FI.js -%%WWWDIR%%/apps/files_encryption/l10n/fi_FI.json -%%WWWDIR%%/apps/files_encryption/l10n/fr.js -%%WWWDIR%%/apps/files_encryption/l10n/fr.json -%%WWWDIR%%/apps/files_encryption/l10n/gl.js -%%WWWDIR%%/apps/files_encryption/l10n/gl.json -%%WWWDIR%%/apps/files_encryption/l10n/he.js -%%WWWDIR%%/apps/files_encryption/l10n/he.json -%%WWWDIR%%/apps/files_encryption/l10n/hr.js -%%WWWDIR%%/apps/files_encryption/l10n/hr.json -%%WWWDIR%%/apps/files_encryption/l10n/hu_HU.js -%%WWWDIR%%/apps/files_encryption/l10n/hu_HU.json -%%WWWDIR%%/apps/files_encryption/l10n/ia.js -%%WWWDIR%%/apps/files_encryption/l10n/ia.json -%%WWWDIR%%/apps/files_encryption/l10n/id.js -%%WWWDIR%%/apps/files_encryption/l10n/id.json -%%WWWDIR%%/apps/files_encryption/l10n/is.js -%%WWWDIR%%/apps/files_encryption/l10n/is.json -%%WWWDIR%%/apps/files_encryption/l10n/it.js -%%WWWDIR%%/apps/files_encryption/l10n/it.json -%%WWWDIR%%/apps/files_encryption/l10n/ja.js -%%WWWDIR%%/apps/files_encryption/l10n/ja.json -%%WWWDIR%%/apps/files_encryption/l10n/ka_GE.js -%%WWWDIR%%/apps/files_encryption/l10n/ka_GE.json -%%WWWDIR%%/apps/files_encryption/l10n/km.js -%%WWWDIR%%/apps/files_encryption/l10n/km.json -%%WWWDIR%%/apps/files_encryption/l10n/kn.js -%%WWWDIR%%/apps/files_encryption/l10n/kn.json -%%WWWDIR%%/apps/files_encryption/l10n/ko.js -%%WWWDIR%%/apps/files_encryption/l10n/ko.json -%%WWWDIR%%/apps/files_encryption/l10n/ku_IQ.js -%%WWWDIR%%/apps/files_encryption/l10n/ku_IQ.json -%%WWWDIR%%/apps/files_encryption/l10n/lb.js -%%WWWDIR%%/apps/files_encryption/l10n/lb.json -%%WWWDIR%%/apps/files_encryption/l10n/lt_LT.js -%%WWWDIR%%/apps/files_encryption/l10n/lt_LT.json -%%WWWDIR%%/apps/files_encryption/l10n/lv.js -%%WWWDIR%%/apps/files_encryption/l10n/lv.json -%%WWWDIR%%/apps/files_encryption/l10n/mk.js -%%WWWDIR%%/apps/files_encryption/l10n/mk.json -%%WWWDIR%%/apps/files_encryption/l10n/nb_NO.js -%%WWWDIR%%/apps/files_encryption/l10n/nb_NO.json -%%WWWDIR%%/apps/files_encryption/l10n/nl.js -%%WWWDIR%%/apps/files_encryption/l10n/nl.json -%%WWWDIR%%/apps/files_encryption/l10n/nn_NO.js -%%WWWDIR%%/apps/files_encryption/l10n/nn_NO.json -%%WWWDIR%%/apps/files_encryption/l10n/pa.js -%%WWWDIR%%/apps/files_encryption/l10n/pa.json -%%WWWDIR%%/apps/files_encryption/l10n/pl.js -%%WWWDIR%%/apps/files_encryption/l10n/pl.json -%%WWWDIR%%/apps/files_encryption/l10n/pt_BR.js -%%WWWDIR%%/apps/files_encryption/l10n/pt_BR.json -%%WWWDIR%%/apps/files_encryption/l10n/pt_PT.js -%%WWWDIR%%/apps/files_encryption/l10n/pt_PT.json -%%WWWDIR%%/apps/files_encryption/l10n/ro.js -%%WWWDIR%%/apps/files_encryption/l10n/ro.json -%%WWWDIR%%/apps/files_encryption/l10n/ru.js -%%WWWDIR%%/apps/files_encryption/l10n/ru.json -%%WWWDIR%%/apps/files_encryption/l10n/si_LK.js -%%WWWDIR%%/apps/files_encryption/l10n/si_LK.json -%%WWWDIR%%/apps/files_encryption/l10n/sk_SK.js -%%WWWDIR%%/apps/files_encryption/l10n/sk_SK.json -%%WWWDIR%%/apps/files_encryption/l10n/sl.js -%%WWWDIR%%/apps/files_encryption/l10n/sl.json -%%WWWDIR%%/apps/files_encryption/l10n/sq.js -%%WWWDIR%%/apps/files_encryption/l10n/sq.json -%%WWWDIR%%/apps/files_encryption/l10n/sr.js -%%WWWDIR%%/apps/files_encryption/l10n/sr.json -%%WWWDIR%%/apps/files_encryption/l10n/sr@latin.js -%%WWWDIR%%/apps/files_encryption/l10n/sr@latin.json -%%WWWDIR%%/apps/files_encryption/l10n/sv.js -%%WWWDIR%%/apps/files_encryption/l10n/sv.json -%%WWWDIR%%/apps/files_encryption/l10n/ta_LK.js -%%WWWDIR%%/apps/files_encryption/l10n/ta_LK.json -%%WWWDIR%%/apps/files_encryption/l10n/th_TH.js -%%WWWDIR%%/apps/files_encryption/l10n/th_TH.json -%%WWWDIR%%/apps/files_encryption/l10n/tr.js -%%WWWDIR%%/apps/files_encryption/l10n/tr.json -%%WWWDIR%%/apps/files_encryption/l10n/ug.js -%%WWWDIR%%/apps/files_encryption/l10n/ug.json -%%WWWDIR%%/apps/files_encryption/l10n/uk.js -%%WWWDIR%%/apps/files_encryption/l10n/uk.json -%%WWWDIR%%/apps/files_encryption/l10n/ur_PK.js -%%WWWDIR%%/apps/files_encryption/l10n/ur_PK.json -%%WWWDIR%%/apps/files_encryption/l10n/vi.js -%%WWWDIR%%/apps/files_encryption/l10n/vi.json -%%WWWDIR%%/apps/files_encryption/l10n/zh_CN.js -%%WWWDIR%%/apps/files_encryption/l10n/zh_CN.json -%%WWWDIR%%/apps/files_encryption/l10n/zh_HK.js -%%WWWDIR%%/apps/files_encryption/l10n/zh_HK.json -%%WWWDIR%%/apps/files_encryption/l10n/zh_TW.js -%%WWWDIR%%/apps/files_encryption/l10n/zh_TW.json -%%WWWDIR%%/apps/files_encryption/lib/capabilities.php -%%WWWDIR%%/apps/files_encryption/lib/crypt.php -%%WWWDIR%%/apps/files_encryption/lib/helper.php -%%WWWDIR%%/apps/files_encryption/lib/hooks.php -%%WWWDIR%%/apps/files_encryption/lib/keymanager.php -%%WWWDIR%%/apps/files_encryption/lib/migration.php -%%WWWDIR%%/apps/files_encryption/lib/proxy.php -%%WWWDIR%%/apps/files_encryption/lib/session.php -%%WWWDIR%%/apps/files_encryption/lib/stream.php -%%WWWDIR%%/apps/files_encryption/lib/util.php -%%WWWDIR%%/apps/files_encryption/settings-admin.php -%%WWWDIR%%/apps/files_encryption/settings-personal.php -%%WWWDIR%%/apps/files_encryption/templates/invalid_private_key.php -%%WWWDIR%%/apps/files_encryption/templates/settings-admin.php -%%WWWDIR%%/apps/files_encryption/templates/settings-personal.php -%%WWWDIR%%/apps/files_encryption/tests/binary -%%WWWDIR%%/apps/files_encryption/tests/crypt.php -%%WWWDIR%%/apps/files_encryption/tests/encryption.key -%%WWWDIR%%/apps/files_encryption/tests/encryption_table.xml -%%WWWDIR%%/apps/files_encryption/tests/helper.php -%%WWWDIR%%/apps/files_encryption/tests/hooks.php -%%WWWDIR%%/apps/files_encryption/tests/keymanager.php -%%WWWDIR%%/apps/files_encryption/tests/legacy-encrypted-text.txt -%%WWWDIR%%/apps/files_encryption/tests/migration.php -%%WWWDIR%%/apps/files_encryption/tests/proxy.php -%%WWWDIR%%/apps/files_encryption/tests/share.php -%%WWWDIR%%/apps/files_encryption/tests/stream.php -%%WWWDIR%%/apps/files_encryption/tests/testcase.php -%%WWWDIR%%/apps/files_encryption/tests/trashbin.php -%%WWWDIR%%/apps/files_encryption/tests/util.php -%%WWWDIR%%/apps/files_encryption/tests/webdav.php -%%WWWDIR%%/apps/files_encryption/tests/zeros %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/API.php %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception.php %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/NotFound.php %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/OverQuota.php %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php -%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/LICENSE.txt %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth.php %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Consumer/Dropbox.php %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Curl.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/PEAR.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/PHP.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Wordpress.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Zend.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/ca-bundle.pem %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/autoload.php +%%WWWDIR%%/apps/files_external/3rdparty/autoload.php %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Aws.php %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AbstractClient.php %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AwsClientInterface.php @@ -4264,6 +4372,14 @@ %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/composer.json %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/phpunit.xml.dist %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/aws-autoloader.php +%%WWWDIR%%/apps/files_external/3rdparty/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/composer.lock +%%WWWDIR%%/apps/files_external/3rdparty/composer/ClassLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_classmap.php +%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_namespaces.php +%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_psr4.php +%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_real.php +%%WWWDIR%%/apps/files_external/3rdparty/composer/installed.json %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/LICENSE %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Abstract.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AssertionCredentials.php @@ -4301,16 +4417,74 @@ %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils/URITemplate.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Abstract.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Pem.php -%%WWWDIR%%/apps/files_external/3rdparty/smb4php/smb.php -%%WWWDIR%%/apps/files_external/ajax/addMountPoint.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/LICENSE.txt +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Connection.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/ErrorCodes.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/AlreadyExistsException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionRefusedException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/Exception.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidTypeException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/FileInfo.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/IFileInfo.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/IShare.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeFileInfo.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeServer.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeShare.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeState.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeStream.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Parser.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/RawConnection.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Server.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Share.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/tests/AbstractShare.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/tests/NativeShare.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/tests/NativeStream.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/tests/Parser.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/tests/Server.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/tests/Share.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/tests/bootstrap.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/tests/config.json +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/tests/phpunit.xml +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Directory.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/File.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/IteratorDirectory.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/NullWrapper.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/tests/CallbackWrapper.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/tests/IteratorDirectory.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/tests/NullWrapper.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/tests/Wrapper.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/tests/bootstrap.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/tests/phpunit.xml %%WWWDIR%%/apps/files_external/ajax/applicable.php %%WWWDIR%%/apps/files_external/ajax/dropbox.php %%WWWDIR%%/apps/files_external/ajax/google.php -%%WWWDIR%%/apps/files_external/ajax/removeMountPoint.php %%WWWDIR%%/apps/files_external/appinfo/app.php +%%WWWDIR%%/apps/files_external/appinfo/application.php %%WWWDIR%%/apps/files_external/appinfo/info.xml %%WWWDIR%%/apps/files_external/appinfo/routes.php %%WWWDIR%%/apps/files_external/appinfo/version +%%WWWDIR%%/apps/files_external/controller/ajaxcontroller.php +%%WWWDIR%%/apps/files_external/controller/globalstoragescontroller.php +%%WWWDIR%%/apps/files_external/controller/storagescontroller.php +%%WWWDIR%%/apps/files_external/controller/userstoragescontroller.php %%WWWDIR%%/apps/files_external/css/settings.css %%WWWDIR%%/apps/files_external/img/app.svg %%WWWDIR%%/apps/files_external/js/app.js @@ -4318,6 +4492,7 @@ %%WWWDIR%%/apps/files_external/js/google.js %%WWWDIR%%/apps/files_external/js/mountsfilelist.js %%WWWDIR%%/apps/files_external/js/settings.js +%%WWWDIR%%/apps/files_external/js/sftp_key.js %%WWWDIR%%/apps/files_external/l10n/af_ZA.js %%WWWDIR%%/apps/files_external/l10n/af_ZA.json %%WWWDIR%%/apps/files_external/l10n/ar.js @@ -4494,15 +4669,21 @@ %%WWWDIR%%/apps/files_external/lib/etagpropagator.php %%WWWDIR%%/apps/files_external/lib/ftp.php %%WWWDIR%%/apps/files_external/lib/google.php +%%WWWDIR%%/apps/files_external/lib/notfoundexception.php %%WWWDIR%%/apps/files_external/lib/owncloud.php %%WWWDIR%%/apps/files_external/lib/personalmount.php %%WWWDIR%%/apps/files_external/lib/sftp.php +%%WWWDIR%%/apps/files_external/lib/sftp_key.php %%WWWDIR%%/apps/files_external/lib/smb.php %%WWWDIR%%/apps/files_external/lib/smb_oc.php +%%WWWDIR%%/apps/files_external/lib/storageconfig.php %%WWWDIR%%/apps/files_external/lib/streamwrapper.php %%WWWDIR%%/apps/files_external/lib/swift.php %%WWWDIR%%/apps/files_external/list.php %%WWWDIR%%/apps/files_external/personal.php +%%WWWDIR%%/apps/files_external/service/globalstoragesservice.php +%%WWWDIR%%/apps/files_external/service/storagesservice.php +%%WWWDIR%%/apps/files_external/service/userstoragesservice.php %%WWWDIR%%/apps/files_external/settings.php %%WWWDIR%%/apps/files_external/templates/list.php %%WWWDIR%%/apps/files_external/templates/settings.php @@ -4514,18 +4695,34 @@ %%WWWDIR%%/apps/files_external/tests/backends/google.php %%WWWDIR%%/apps/files_external/tests/backends/owncloud.php %%WWWDIR%%/apps/files_external/tests/backends/sftp.php +%%WWWDIR%%/apps/files_external/tests/backends/sftp_key.php %%WWWDIR%%/apps/files_external/tests/backends/smb.php %%WWWDIR%%/apps/files_external/tests/backends/swift.php %%WWWDIR%%/apps/files_external/tests/backends/webdav.php %%WWWDIR%%/apps/files_external/tests/config.php +%%WWWDIR%%/apps/files_external/tests/controller/globalstoragescontrollertest.php +%%WWWDIR%%/apps/files_external/tests/controller/storagescontrollertest.php +%%WWWDIR%%/apps/files_external/tests/controller/userstoragescontrollertest.php %%WWWDIR%%/apps/files_external/tests/dynamicmountconfig.php +%%WWWDIR%%/apps/files_external/tests/env/start-ftp-morrisjobke.sh +%%WWWDIR%%/apps/files_external/tests/env/start-sftp-atmoz.sh +%%WWWDIR%%/apps/files_external/tests/env/start-smb-silvershell.sh +%%WWWDIR%%/apps/files_external/tests/env/start-smb-windows.sh %%WWWDIR%%/apps/files_external/tests/env/start-webdav-ownCloud.sh +%%WWWDIR%%/apps/files_external/tests/env/stop-ftp-morrisjobke.sh +%%WWWDIR%%/apps/files_external/tests/env/stop-sftp-atmoz.sh +%%WWWDIR%%/apps/files_external/tests/env/stop-smb-silvershell.sh +%%WWWDIR%%/apps/files_external/tests/env/stop-smb-windows.sh %%WWWDIR%%/apps/files_external/tests/env/stop-webdav-ownCloud.sh %%WWWDIR%%/apps/files_external/tests/etagpropagator.php %%WWWDIR%%/apps/files_external/tests/js/mountsfilelistSpec.js +%%WWWDIR%%/apps/files_external/tests/js/settingsSpec.js %%WWWDIR%%/apps/files_external/tests/mountconfig.php %%WWWDIR%%/apps/files_external/tests/owncloudfunctions.php -%%WWWDIR%%/apps/files_external/tests/smbfunctions.php +%%WWWDIR%%/apps/files_external/tests/service/globalstoragesservicetest.php +%%WWWDIR%%/apps/files_external/tests/service/storagesservicetest.php +%%WWWDIR%%/apps/files_external/tests/service/userstoragesservicetest.php +%%WWWDIR%%/apps/files_external/tests/storageconfigtest.php %%WWWDIR%%/apps/files_locking/appinfo/app.php %%WWWDIR%%/apps/files_locking/appinfo/info.xml %%WWWDIR%%/apps/files_locking/img/app.svg @@ -4916,22 +5113,31 @@ %%WWWDIR%%/apps/files_sharing/api/local.php %%WWWDIR%%/apps/files_sharing/api/server2server.php %%WWWDIR%%/apps/files_sharing/appinfo/app.php +%%WWWDIR%%/apps/files_sharing/appinfo/application.php %%WWWDIR%%/apps/files_sharing/appinfo/database.xml %%WWWDIR%%/apps/files_sharing/appinfo/info.xml %%WWWDIR%%/apps/files_sharing/appinfo/routes.php %%WWWDIR%%/apps/files_sharing/appinfo/update.php %%WWWDIR%%/apps/files_sharing/appinfo/version -%%WWWDIR%%/apps/files_sharing/application.php +%%WWWDIR%%/apps/files_sharing/css/3rdparty/gs-share/style.css %%WWWDIR%%/apps/files_sharing/css/404.css %%WWWDIR%%/apps/files_sharing/css/authenticate.css %%WWWDIR%%/apps/files_sharing/css/mobile.css %%WWWDIR%%/apps/files_sharing/css/public.css +%%WWWDIR%%/apps/files_sharing/css/settings-personal.css %%WWWDIR%%/apps/files_sharing/css/sharedfilelist.css %%WWWDIR%%/apps/files_sharing/img/app.svg +%%WWWDIR%%/apps/files_sharing/img/social-diaspora.svg +%%WWWDIR%%/apps/files_sharing/img/social-facebook.svg +%%WWWDIR%%/apps/files_sharing/img/social-gnu.svg +%%WWWDIR%%/apps/files_sharing/img/social-googleplus.svg +%%WWWDIR%%/apps/files_sharing/img/social-twitter.svg +%%WWWDIR%%/apps/files_sharing/js/3rdparty/gs-share/gs-share.js %%WWWDIR%%/apps/files_sharing/js/app.js %%WWWDIR%%/apps/files_sharing/js/external.js %%WWWDIR%%/apps/files_sharing/js/public.js %%WWWDIR%%/apps/files_sharing/js/settings-admin.js +%%WWWDIR%%/apps/files_sharing/js/settings-personal.js %%WWWDIR%%/apps/files_sharing/js/share.js %%WWWDIR%%/apps/files_sharing/js/sharedfilelist.js %%WWWDIR%%/apps/files_sharing/l10n/af_ZA.js @@ -4980,8 +5186,12 @@ %%WWWDIR%%/apps/files_sharing/l10n/es_AR.json %%WWWDIR%%/apps/files_sharing/l10n/es_CL.js %%WWWDIR%%/apps/files_sharing/l10n/es_CL.json +%%WWWDIR%%/apps/files_sharing/l10n/es_CR.js +%%WWWDIR%%/apps/files_sharing/l10n/es_CR.json %%WWWDIR%%/apps/files_sharing/l10n/es_MX.js %%WWWDIR%%/apps/files_sharing/l10n/es_MX.json +%%WWWDIR%%/apps/files_sharing/l10n/es_PY.js +%%WWWDIR%%/apps/files_sharing/l10n/es_PY.json %%WWWDIR%%/apps/files_sharing/l10n/et_EE.js %%WWWDIR%%/apps/files_sharing/l10n/et_EE.json %%WWWDIR%%/apps/files_sharing/l10n/eu.js @@ -5038,6 +5248,8 @@ %%WWWDIR%%/apps/files_sharing/l10n/lv.json %%WWWDIR%%/apps/files_sharing/l10n/mk.js %%WWWDIR%%/apps/files_sharing/l10n/mk.json +%%WWWDIR%%/apps/files_sharing/l10n/ml_IN.js +%%WWWDIR%%/apps/files_sharing/l10n/ml_IN.json %%WWWDIR%%/apps/files_sharing/l10n/mn.js %%WWWDIR%%/apps/files_sharing/l10n/mn.json %%WWWDIR%%/apps/files_sharing/l10n/ms_MY.js @@ -5080,6 +5292,8 @@ %%WWWDIR%%/apps/files_sharing/l10n/sr@latin.json %%WWWDIR%%/apps/files_sharing/l10n/sv.js %%WWWDIR%%/apps/files_sharing/l10n/sv.json +%%WWWDIR%%/apps/files_sharing/l10n/ta_IN.js +%%WWWDIR%%/apps/files_sharing/l10n/ta_IN.json %%WWWDIR%%/apps/files_sharing/l10n/ta_LK.js %%WWWDIR%%/apps/files_sharing/l10n/ta_LK.json %%WWWDIR%%/apps/files_sharing/l10n/te.js @@ -5104,9 +5318,11 @@ %%WWWDIR%%/apps/files_sharing/l10n/zh_TW.json %%WWWDIR%%/apps/files_sharing/lib/activity.php %%WWWDIR%%/apps/files_sharing/lib/cache.php +%%WWWDIR%%/apps/files_sharing/lib/capabilities.php %%WWWDIR%%/apps/files_sharing/lib/connector/publicauth.php %%WWWDIR%%/apps/files_sharing/lib/controllers/externalsharescontroller.php %%WWWDIR%%/apps/files_sharing/lib/controllers/sharecontroller.php +%%WWWDIR%%/apps/files_sharing/lib/deleteorphanedsharesjob.php %%WWWDIR%%/apps/files_sharing/lib/exceptions.php %%WWWDIR%%/apps/files_sharing/lib/external/cache.php %%WWWDIR%%/apps/files_sharing/lib/external/manager.php @@ -5119,7 +5335,10 @@ %%WWWDIR%%/apps/files_sharing/lib/maintainer.php %%WWWDIR%%/apps/files_sharing/lib/middleware/sharingcheckmiddleware.php %%WWWDIR%%/apps/files_sharing/lib/migration.php -%%WWWDIR%%/apps/files_sharing/lib/proxy.php +%%WWWDIR%%/apps/files_sharing/lib/mountprovider.php +%%WWWDIR%%/apps/files_sharing/lib/propagation/changewatcher.php +%%WWWDIR%%/apps/files_sharing/lib/propagation/propagationmanager.php +%%WWWDIR%%/apps/files_sharing/lib/propagation/recipientpropagator.php %%WWWDIR%%/apps/files_sharing/lib/readonlywrapper.php %%WWWDIR%%/apps/files_sharing/lib/scanner.php %%WWWDIR%%/apps/files_sharing/lib/share/file.php @@ -5132,42 +5351,48 @@ %%WWWDIR%%/apps/files_sharing/public.php %%WWWDIR%%/apps/files_sharing/publicwebdav.php %%WWWDIR%%/apps/files_sharing/settings-admin.php +%%WWWDIR%%/apps/files_sharing/settings-personal.php %%WWWDIR%%/apps/files_sharing/templates/authenticate.php %%WWWDIR%%/apps/files_sharing/templates/list.php %%WWWDIR%%/apps/files_sharing/templates/part.404.php %%WWWDIR%%/apps/files_sharing/templates/public.php %%WWWDIR%%/apps/files_sharing/templates/settings-admin.php +%%WWWDIR%%/apps/files_sharing/templates/settings-personal.php %%WWWDIR%%/apps/files_sharing/tests/activity.php %%WWWDIR%%/apps/files_sharing/tests/api.php %%WWWDIR%%/apps/files_sharing/tests/backend.php %%WWWDIR%%/apps/files_sharing/tests/cache.php +%%WWWDIR%%/apps/files_sharing/tests/capabilities.php %%WWWDIR%%/apps/files_sharing/tests/controller/sharecontroller.php +%%WWWDIR%%/apps/files_sharing/tests/deleteorphanedsharesjobtest.php +%%WWWDIR%%/apps/files_sharing/tests/etagpropagation.php %%WWWDIR%%/apps/files_sharing/tests/external/cache.php %%WWWDIR%%/apps/files_sharing/tests/external/managertest.php %%WWWDIR%%/apps/files_sharing/tests/externalstorage.php %%WWWDIR%%/apps/files_sharing/tests/helper.php %%WWWDIR%%/apps/files_sharing/tests/js/appSpec.js %%WWWDIR%%/apps/files_sharing/tests/js/externalSpec.js +%%WWWDIR%%/apps/files_sharing/tests/js/publicAppSpec.js %%WWWDIR%%/apps/files_sharing/tests/js/shareSpec.js %%WWWDIR%%/apps/files_sharing/tests/js/sharedfilelistSpec.js %%WWWDIR%%/apps/files_sharing/tests/middleware/sharingcheckmiddleware.php %%WWWDIR%%/apps/files_sharing/tests/migrationtest.php %%WWWDIR%%/apps/files_sharing/tests/permissions.php -%%WWWDIR%%/apps/files_sharing/tests/propagation.php -%%WWWDIR%%/apps/files_sharing/tests/proxy.php %%WWWDIR%%/apps/files_sharing/tests/server2server.php %%WWWDIR%%/apps/files_sharing/tests/share.php %%WWWDIR%%/apps/files_sharing/tests/sharedmount.php %%WWWDIR%%/apps/files_sharing/tests/sharedstorage.php +%%WWWDIR%%/apps/files_sharing/tests/sizepropagation.php %%WWWDIR%%/apps/files_sharing/tests/testcase.php +%%WWWDIR%%/apps/files_sharing/tests/unsharechildren.php %%WWWDIR%%/apps/files_sharing/tests/updater.php %%WWWDIR%%/apps/files_sharing/tests/watcher.php -%%WWWDIR%%/apps/files_texteditor/ajax/loadfile.php -%%WWWDIR%%/apps/files_texteditor/ajax/savefile.php %%WWWDIR%%/apps/files_texteditor/appinfo/app.php +%%WWWDIR%%/apps/files_texteditor/appinfo/application.php %%WWWDIR%%/apps/files_texteditor/appinfo/info.xml %%WWWDIR%%/apps/files_texteditor/appinfo/routes.php %%WWWDIR%%/apps/files_texteditor/appinfo/version +%%WWWDIR%%/apps/files_texteditor/controller/filehandlingcontroller.php %%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.eot %%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg %%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf @@ -5429,28 +5654,57 @@ %%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/worker-php.js %%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/worker-xquery.js %%WWWDIR%%/apps/files_texteditor/l10n/ar.php +%%WWWDIR%%/apps/files_texteditor/l10n/az.js +%%WWWDIR%%/apps/files_texteditor/l10n/az.json +%%WWWDIR%%/apps/files_texteditor/l10n/az.php +%%WWWDIR%%/apps/files_texteditor/l10n/bg_BG.js +%%WWWDIR%%/apps/files_texteditor/l10n/bg_BG.json %%WWWDIR%%/apps/files_texteditor/l10n/bg_BG.php %%WWWDIR%%/apps/files_texteditor/l10n/bn_BD.php %%WWWDIR%%/apps/files_texteditor/l10n/bs.php +%%WWWDIR%%/apps/files_texteditor/l10n/ca.js +%%WWWDIR%%/apps/files_texteditor/l10n/ca.json %%WWWDIR%%/apps/files_texteditor/l10n/ca.php +%%WWWDIR%%/apps/files_texteditor/l10n/cs_CZ.js +%%WWWDIR%%/apps/files_texteditor/l10n/cs_CZ.json %%WWWDIR%%/apps/files_texteditor/l10n/cs_CZ.php %%WWWDIR%%/apps/files_texteditor/l10n/cy_GB.php +%%WWWDIR%%/apps/files_texteditor/l10n/da.js +%%WWWDIR%%/apps/files_texteditor/l10n/da.json %%WWWDIR%%/apps/files_texteditor/l10n/da.php +%%WWWDIR%%/apps/files_texteditor/l10n/de.js +%%WWWDIR%%/apps/files_texteditor/l10n/de.json %%WWWDIR%%/apps/files_texteditor/l10n/de.php %%WWWDIR%%/apps/files_texteditor/l10n/de_CH.php +%%WWWDIR%%/apps/files_texteditor/l10n/de_DE.js +%%WWWDIR%%/apps/files_texteditor/l10n/de_DE.json %%WWWDIR%%/apps/files_texteditor/l10n/de_DE.php +%%WWWDIR%%/apps/files_texteditor/l10n/el.js +%%WWWDIR%%/apps/files_texteditor/l10n/el.json %%WWWDIR%%/apps/files_texteditor/l10n/el.php +%%WWWDIR%%/apps/files_texteditor/l10n/en_GB.js +%%WWWDIR%%/apps/files_texteditor/l10n/en_GB.json %%WWWDIR%%/apps/files_texteditor/l10n/en_GB.php %%WWWDIR%%/apps/files_texteditor/l10n/eo.php +%%WWWDIR%%/apps/files_texteditor/l10n/es.js +%%WWWDIR%%/apps/files_texteditor/l10n/es.json %%WWWDIR%%/apps/files_texteditor/l10n/es.php %%WWWDIR%%/apps/files_texteditor/l10n/es_AR.php %%WWWDIR%%/apps/files_texteditor/l10n/es_MX.php +%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.js +%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.json %%WWWDIR%%/apps/files_texteditor/l10n/et_EE.php %%WWWDIR%%/apps/files_texteditor/l10n/eu.php %%WWWDIR%%/apps/files_texteditor/l10n/eu_ES.php %%WWWDIR%%/apps/files_texteditor/l10n/fa.php +%%WWWDIR%%/apps/files_texteditor/l10n/fi_FI.js +%%WWWDIR%%/apps/files_texteditor/l10n/fi_FI.json %%WWWDIR%%/apps/files_texteditor/l10n/fi_FI.php +%%WWWDIR%%/apps/files_texteditor/l10n/fr.js +%%WWWDIR%%/apps/files_texteditor/l10n/fr.json %%WWWDIR%%/apps/files_texteditor/l10n/fr.php +%%WWWDIR%%/apps/files_texteditor/l10n/gl.js +%%WWWDIR%%/apps/files_texteditor/l10n/gl.json %%WWWDIR%%/apps/files_texteditor/l10n/gl.php %%WWWDIR%%/apps/files_texteditor/l10n/he.php %%WWWDIR%%/apps/files_texteditor/l10n/hi.php @@ -5458,11 +5712,20 @@ %%WWWDIR%%/apps/files_texteditor/l10n/hu_HU.php %%WWWDIR%%/apps/files_texteditor/l10n/hy.php %%WWWDIR%%/apps/files_texteditor/l10n/ia.php +%%WWWDIR%%/apps/files_texteditor/l10n/id.js +%%WWWDIR%%/apps/files_texteditor/l10n/id.json %%WWWDIR%%/apps/files_texteditor/l10n/id.php %%WWWDIR%%/apps/files_texteditor/l10n/is.php +%%WWWDIR%%/apps/files_texteditor/l10n/it.js +%%WWWDIR%%/apps/files_texteditor/l10n/it.json %%WWWDIR%%/apps/files_texteditor/l10n/it.php +%%WWWDIR%%/apps/files_texteditor/l10n/ja.js +%%WWWDIR%%/apps/files_texteditor/l10n/ja.json +%%WWWDIR%%/apps/files_texteditor/l10n/ja.php %%WWWDIR%%/apps/files_texteditor/l10n/ka_GE.php %%WWWDIR%%/apps/files_texteditor/l10n/km.php +%%WWWDIR%%/apps/files_texteditor/l10n/ko.js +%%WWWDIR%%/apps/files_texteditor/l10n/ko.json %%WWWDIR%%/apps/files_texteditor/l10n/ko.php %%WWWDIR%%/apps/files_texteditor/l10n/ku_IQ.php %%WWWDIR%%/apps/files_texteditor/l10n/lb.php @@ -5470,34 +5733,69 @@ %%WWWDIR%%/apps/files_texteditor/l10n/lv.php %%WWWDIR%%/apps/files_texteditor/l10n/mk.php %%WWWDIR%%/apps/files_texteditor/l10n/ms_MY.php +%%WWWDIR%%/apps/files_texteditor/l10n/nb_NO.js +%%WWWDIR%%/apps/files_texteditor/l10n/nb_NO.json %%WWWDIR%%/apps/files_texteditor/l10n/nb_NO.php +%%WWWDIR%%/apps/files_texteditor/l10n/nl.js +%%WWWDIR%%/apps/files_texteditor/l10n/nl.json %%WWWDIR%%/apps/files_texteditor/l10n/nl.php %%WWWDIR%%/apps/files_texteditor/l10n/nn_NO.php +%%WWWDIR%%/apps/files_texteditor/l10n/oc.js +%%WWWDIR%%/apps/files_texteditor/l10n/oc.json %%WWWDIR%%/apps/files_texteditor/l10n/oc.php %%WWWDIR%%/apps/files_texteditor/l10n/pa.php +%%WWWDIR%%/apps/files_texteditor/l10n/pl.js +%%WWWDIR%%/apps/files_texteditor/l10n/pl.json %%WWWDIR%%/apps/files_texteditor/l10n/pl.php +%%WWWDIR%%/apps/files_texteditor/l10n/pt_BR.js +%%WWWDIR%%/apps/files_texteditor/l10n/pt_BR.json %%WWWDIR%%/apps/files_texteditor/l10n/pt_BR.php +%%WWWDIR%%/apps/files_texteditor/l10n/pt_PT.js +%%WWWDIR%%/apps/files_texteditor/l10n/pt_PT.json %%WWWDIR%%/apps/files_texteditor/l10n/pt_PT.php +%%WWWDIR%%/apps/files_texteditor/l10n/ro.js +%%WWWDIR%%/apps/files_texteditor/l10n/ro.json %%WWWDIR%%/apps/files_texteditor/l10n/ro.php +%%WWWDIR%%/apps/files_texteditor/l10n/ru.js +%%WWWDIR%%/apps/files_texteditor/l10n/ru.json %%WWWDIR%%/apps/files_texteditor/l10n/ru.php %%WWWDIR%%/apps/files_texteditor/l10n/si_LK.php %%WWWDIR%%/apps/files_texteditor/l10n/sk.php +%%WWWDIR%%/apps/files_texteditor/l10n/sk_SK.js +%%WWWDIR%%/apps/files_texteditor/l10n/sk_SK.json %%WWWDIR%%/apps/files_texteditor/l10n/sk_SK.php +%%WWWDIR%%/apps/files_texteditor/l10n/sl.js +%%WWWDIR%%/apps/files_texteditor/l10n/sl.json %%WWWDIR%%/apps/files_texteditor/l10n/sl.php %%WWWDIR%%/apps/files_texteditor/l10n/sq.php +%%WWWDIR%%/apps/files_texteditor/l10n/sr.js +%%WWWDIR%%/apps/files_texteditor/l10n/sr.json %%WWWDIR%%/apps/files_texteditor/l10n/sr.php +%%WWWDIR%%/apps/files_texteditor/l10n/sr@latin.js +%%WWWDIR%%/apps/files_texteditor/l10n/sr@latin.json %%WWWDIR%%/apps/files_texteditor/l10n/sr@latin.php %%WWWDIR%%/apps/files_texteditor/l10n/sv.php %%WWWDIR%%/apps/files_texteditor/l10n/ta_LK.php %%WWWDIR%%/apps/files_texteditor/l10n/te.php +%%WWWDIR%%/apps/files_texteditor/l10n/th_TH.js +%%WWWDIR%%/apps/files_texteditor/l10n/th_TH.json %%WWWDIR%%/apps/files_texteditor/l10n/th_TH.php +%%WWWDIR%%/apps/files_texteditor/l10n/tr.js +%%WWWDIR%%/apps/files_texteditor/l10n/tr.json %%WWWDIR%%/apps/files_texteditor/l10n/tr.php %%WWWDIR%%/apps/files_texteditor/l10n/ug.php +%%WWWDIR%%/apps/files_texteditor/l10n/uk.js +%%WWWDIR%%/apps/files_texteditor/l10n/uk.json %%WWWDIR%%/apps/files_texteditor/l10n/uk.php +%%WWWDIR%%/apps/files_texteditor/l10n/vi.js +%%WWWDIR%%/apps/files_texteditor/l10n/vi.json %%WWWDIR%%/apps/files_texteditor/l10n/vi.php %%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.php %%WWWDIR%%/apps/files_texteditor/l10n/zh_HK.php %%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.php +%%WWWDIR%%/apps/files_texteditor/tests/bootstrap.php +%%WWWDIR%%/apps/files_texteditor/tests/controller/filehandlingcontrollertest.php +%%WWWDIR%%/apps/files_texteditor/tests/phpunit.xml %%WWWDIR%%/apps/files_trashbin/ajax/delete.php %%WWWDIR%%/apps/files_trashbin/ajax/isEmpty.php %%WWWDIR%%/apps/files_trashbin/ajax/list.php @@ -5509,6 +5807,7 @@ %%WWWDIR%%/apps/files_trashbin/appinfo/routes.php %%WWWDIR%%/apps/files_trashbin/appinfo/update.php %%WWWDIR%%/apps/files_trashbin/appinfo/version +%%WWWDIR%%/apps/files_trashbin/command/expire.php %%WWWDIR%%/apps/files_trashbin/css/trash.css %%WWWDIR%%/apps/files_trashbin/img/app.svg %%WWWDIR%%/apps/files_trashbin/js/app.js @@ -5685,6 +5984,7 @@ %%WWWDIR%%/apps/files_trashbin/lib/trashbin.php %%WWWDIR%%/apps/files_trashbin/list.php %%WWWDIR%%/apps/files_trashbin/templates/index.php +%%WWWDIR%%/apps/files_trashbin/tests/command/expiretest.php %%WWWDIR%%/apps/files_trashbin/tests/js/appSpec.js %%WWWDIR%%/apps/files_trashbin/tests/js/filelistSpec.js %%WWWDIR%%/apps/files_trashbin/tests/storage.php @@ -5697,6 +5997,7 @@ %%WWWDIR%%/apps/files_versions/appinfo/routes.php %%WWWDIR%%/apps/files_versions/appinfo/update.php %%WWWDIR%%/apps/files_versions/appinfo/version +%%WWWDIR%%/apps/files_versions/command/expire.php %%WWWDIR%%/apps/files_versions/css/versions.css %%WWWDIR%%/apps/files_versions/download.php %%WWWDIR%%/apps/files_versions/img/app.svg @@ -5777,6 +6078,8 @@ %%WWWDIR%%/apps/files_versions/l10n/ko.json %%WWWDIR%%/apps/files_versions/l10n/ku_IQ.js %%WWWDIR%%/apps/files_versions/l10n/ku_IQ.json +%%WWWDIR%%/apps/files_versions/l10n/lb.js +%%WWWDIR%%/apps/files_versions/l10n/lb.json %%WWWDIR%%/apps/files_versions/l10n/lt_LT.js %%WWWDIR%%/apps/files_versions/l10n/lt_LT.json %%WWWDIR%%/apps/files_versions/l10n/lv.js @@ -5791,6 +6094,8 @@ %%WWWDIR%%/apps/files_versions/l10n/nl.json %%WWWDIR%%/apps/files_versions/l10n/nn_NO.js %%WWWDIR%%/apps/files_versions/l10n/nn_NO.json +%%WWWDIR%%/apps/files_versions/l10n/oc.js +%%WWWDIR%%/apps/files_versions/l10n/oc.json %%WWWDIR%%/apps/files_versions/l10n/pl.js %%WWWDIR%%/apps/files_versions/l10n/pl.json %%WWWDIR%%/apps/files_versions/l10n/pt_BR.js @@ -5838,6 +6143,7 @@ %%WWWDIR%%/apps/files_versions/lib/capabilities.php %%WWWDIR%%/apps/files_versions/lib/hooks.php %%WWWDIR%%/apps/files_versions/lib/storage.php +%%WWWDIR%%/apps/files_versions/tests/command/expiretest.php %%WWWDIR%%/apps/files_versions/tests/versions.php %%WWWDIR%%/apps/files_videoviewer/appinfo/app.php %%WWWDIR%%/apps/files_videoviewer/appinfo/info.xml @@ -5995,6 +6301,8 @@ %%WWWDIR%%/apps/firstrunwizard/l10n/nl.json %%WWWDIR%%/apps/firstrunwizard/l10n/nl.php %%WWWDIR%%/apps/firstrunwizard/l10n/nn_NO.php +%%WWWDIR%%/apps/firstrunwizard/l10n/oc.js +%%WWWDIR%%/apps/firstrunwizard/l10n/oc.json %%WWWDIR%%/apps/firstrunwizard/l10n/oc.php %%WWWDIR%%/apps/firstrunwizard/l10n/pl.js %%WWWDIR%%/apps/firstrunwizard/l10n/pl.json @@ -6005,6 +6313,8 @@ %%WWWDIR%%/apps/firstrunwizard/l10n/pt_PT.js %%WWWDIR%%/apps/firstrunwizard/l10n/pt_PT.json %%WWWDIR%%/apps/firstrunwizard/l10n/pt_PT.php +%%WWWDIR%%/apps/firstrunwizard/l10n/ro.js +%%WWWDIR%%/apps/firstrunwizard/l10n/ro.json %%WWWDIR%%/apps/firstrunwizard/l10n/ro.php %%WWWDIR%%/apps/firstrunwizard/l10n/ru.js %%WWWDIR%%/apps/firstrunwizard/l10n/ru.json @@ -6019,6 +6329,8 @@ %%WWWDIR%%/apps/firstrunwizard/l10n/sq.js %%WWWDIR%%/apps/firstrunwizard/l10n/sq.json %%WWWDIR%%/apps/firstrunwizard/l10n/sq.php +%%WWWDIR%%/apps/firstrunwizard/l10n/sr.js +%%WWWDIR%%/apps/firstrunwizard/l10n/sr.json %%WWWDIR%%/apps/firstrunwizard/l10n/sr.php %%WWWDIR%%/apps/firstrunwizard/l10n/sr@latin.js %%WWWDIR%%/apps/firstrunwizard/l10n/sr@latin.json @@ -6028,6 +6340,8 @@ %%WWWDIR%%/apps/firstrunwizard/l10n/sv.php %%WWWDIR%%/apps/firstrunwizard/l10n/ta_LK.php %%WWWDIR%%/apps/firstrunwizard/l10n/te.php +%%WWWDIR%%/apps/firstrunwizard/l10n/th_TH.js +%%WWWDIR%%/apps/firstrunwizard/l10n/th_TH.json %%WWWDIR%%/apps/firstrunwizard/l10n/th_TH.php %%WWWDIR%%/apps/firstrunwizard/l10n/tr.js %%WWWDIR%%/apps/firstrunwizard/l10n/tr.json @@ -6178,6 +6492,8 @@ %%WWWDIR%%/apps/gallery/l10n/lt_LT.js %%WWWDIR%%/apps/gallery/l10n/lt_LT.json %%WWWDIR%%/apps/gallery/l10n/lt_LT.php +%%WWWDIR%%/apps/gallery/l10n/lv.js +%%WWWDIR%%/apps/gallery/l10n/lv.json %%WWWDIR%%/apps/gallery/l10n/lv.php %%WWWDIR%%/apps/gallery/l10n/mk.php %%WWWDIR%%/apps/gallery/l10n/ms_MY.php @@ -6188,6 +6504,8 @@ %%WWWDIR%%/apps/gallery/l10n/nl.json %%WWWDIR%%/apps/gallery/l10n/nl.php %%WWWDIR%%/apps/gallery/l10n/nn_NO.php +%%WWWDIR%%/apps/gallery/l10n/oc.js +%%WWWDIR%%/apps/gallery/l10n/oc.json %%WWWDIR%%/apps/gallery/l10n/oc.php %%WWWDIR%%/apps/gallery/l10n/pa.php %%WWWDIR%%/apps/gallery/l10n/pl.js @@ -6215,6 +6533,8 @@ %%WWWDIR%%/apps/gallery/l10n/sq.js %%WWWDIR%%/apps/gallery/l10n/sq.json %%WWWDIR%%/apps/gallery/l10n/sq.php +%%WWWDIR%%/apps/gallery/l10n/sr.js +%%WWWDIR%%/apps/gallery/l10n/sr.json %%WWWDIR%%/apps/gallery/l10n/sr.php %%WWWDIR%%/apps/gallery/l10n/sr@latin.js %%WWWDIR%%/apps/gallery/l10n/sr@latin.json @@ -6223,6 +6543,8 @@ %%WWWDIR%%/apps/gallery/l10n/sv.json %%WWWDIR%%/apps/gallery/l10n/sv.php %%WWWDIR%%/apps/gallery/l10n/ta_LK.php +%%WWWDIR%%/apps/gallery/l10n/th_TH.js +%%WWWDIR%%/apps/gallery/l10n/th_TH.json %%WWWDIR%%/apps/gallery/l10n/th_TH.php %%WWWDIR%%/apps/gallery/l10n/tr.js %%WWWDIR%%/apps/gallery/l10n/tr.json @@ -6397,6 +6719,8 @@ %%WWWDIR%%/apps/templateeditor/l10n/sl.json %%WWWDIR%%/apps/templateeditor/l10n/sl.php %%WWWDIR%%/apps/templateeditor/l10n/sq.php +%%WWWDIR%%/apps/templateeditor/l10n/sr.js +%%WWWDIR%%/apps/templateeditor/l10n/sr.json %%WWWDIR%%/apps/templateeditor/l10n/sr.php %%WWWDIR%%/apps/templateeditor/l10n/sr@latin.php %%WWWDIR%%/apps/templateeditor/l10n/sv.js @@ -6404,6 +6728,8 @@ %%WWWDIR%%/apps/templateeditor/l10n/sv.php %%WWWDIR%%/apps/templateeditor/l10n/ta_LK.php %%WWWDIR%%/apps/templateeditor/l10n/te.php +%%WWWDIR%%/apps/templateeditor/l10n/th_TH.js +%%WWWDIR%%/apps/templateeditor/l10n/th_TH.json %%WWWDIR%%/apps/templateeditor/l10n/th_TH.php %%WWWDIR%%/apps/templateeditor/l10n/tr.js %%WWWDIR%%/apps/templateeditor/l10n/tr.json @@ -6428,6 +6754,7 @@ %%WWWDIR%%/apps/updater/ajax/backup/delete.php %%WWWDIR%%/apps/updater/ajax/backup/download.php %%WWWDIR%%/apps/updater/ajax/backup/list.php +%%WWWDIR%%/apps/updater/ajax/channel.php %%WWWDIR%%/apps/updater/ajax/download.php %%WWWDIR%%/apps/updater/ajax/update.php %%WWWDIR%%/apps/updater/appinfo/app.php @@ -6441,6 +6768,8 @@ %%WWWDIR%%/apps/updater/js/controllers.js %%WWWDIR%%/apps/updater/l10n/ar.php %%WWWDIR%%/apps/updater/l10n/ast.php +%%WWWDIR%%/apps/updater/l10n/az.js +%%WWWDIR%%/apps/updater/l10n/az.json %%WWWDIR%%/apps/updater/l10n/az.php %%WWWDIR%%/apps/updater/l10n/bg_BG.js %%WWWDIR%%/apps/updater/l10n/bg_BG.json @@ -6476,6 +6805,8 @@ %%WWWDIR%%/apps/updater/l10n/es.js %%WWWDIR%%/apps/updater/l10n/es.json %%WWWDIR%%/apps/updater/l10n/es.php +%%WWWDIR%%/apps/updater/l10n/es_AR.js +%%WWWDIR%%/apps/updater/l10n/es_AR.json %%WWWDIR%%/apps/updater/l10n/es_AR.php %%WWWDIR%%/apps/updater/l10n/es_CL.php %%WWWDIR%%/apps/updater/l10n/es_MX.php @@ -6557,6 +6888,8 @@ %%WWWDIR%%/apps/updater/l10n/sl.json %%WWWDIR%%/apps/updater/l10n/sl.php %%WWWDIR%%/apps/updater/l10n/sq.php +%%WWWDIR%%/apps/updater/l10n/sr.js +%%WWWDIR%%/apps/updater/l10n/sr.json %%WWWDIR%%/apps/updater/l10n/sr.php %%WWWDIR%%/apps/updater/l10n/sr@latin.php %%WWWDIR%%/apps/updater/l10n/sv.js @@ -6564,6 +6897,8 @@ %%WWWDIR%%/apps/updater/l10n/sv.php %%WWWDIR%%/apps/updater/l10n/ta_LK.php %%WWWDIR%%/apps/updater/l10n/te.php +%%WWWDIR%%/apps/updater/l10n/th_TH.js +%%WWWDIR%%/apps/updater/l10n/th_TH.json %%WWWDIR%%/apps/updater/l10n/th_TH.php %%WWWDIR%%/apps/updater/l10n/tr.js %%WWWDIR%%/apps/updater/l10n/tr.json @@ -6579,6 +6914,7 @@ %%WWWDIR%%/apps/updater/l10n/zh_TW.php %%WWWDIR%%/apps/updater/lib/app.php %%WWWDIR%%/apps/updater/lib/backup.php +%%WWWDIR%%/apps/updater/lib/channel.php %%WWWDIR%%/apps/updater/lib/collection.php %%WWWDIR%%/apps/updater/lib/downloader.php %%WWWDIR%%/apps/updater/lib/files.json @@ -6591,11 +6927,9 @@ %%WWWDIR%%/apps/updater/lib/permissionexception.php %%WWWDIR%%/apps/updater/lib/updater.php %%WWWDIR%%/apps/updater/templates/admin.php -%%WWWDIR%%/apps/updater/templates/update.php %%WWWDIR%%/apps/updater/tests/apptest.php %%WWWDIR%%/apps/updater/tests/bootstrap.php %%WWWDIR%%/apps/updater/tests/phpunit.xml -%%WWWDIR%%/apps/updater/update.php %%WWWDIR%%/apps/user_external/appinfo/app.php %%WWWDIR%%/apps/user_external/appinfo/database.xml %%WWWDIR%%/apps/user_external/appinfo/info.xml @@ -6635,9 +6969,48 @@ %%WWWDIR%%/apps/user_ldap/group_ldap.php %%WWWDIR%%/apps/user_ldap/group_proxy.php %%WWWDIR%%/apps/user_ldap/img/app.svg -%%WWWDIR%%/apps/user_ldap/js/experiencedAdmin.js -%%WWWDIR%%/apps/user_ldap/js/ldapFilter.js -%%WWWDIR%%/apps/user_ldap/js/settings.js +%%WWWDIR%%/apps/user_ldap/img/copy.png +%%WWWDIR%%/apps/user_ldap/img/copy.svg +%%WWWDIR%%/apps/user_ldap/js/wizard/configModel.js +%%WWWDIR%%/apps/user_ldap/js/wizard/controller.js +%%WWWDIR%%/apps/user_ldap/js/wizard/view.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizard.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorAvailableAttributes.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorBaseDN.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorClearGroupMappings.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorClearUserMappings.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorEmailAttribute.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorFeatureAbstract.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorFilterGroup.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorFilterLogin.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorFilterUser.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorGeneric.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorGroupCount.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorGroupObjectClasses.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorGroupsForGroups.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorGroupsForUsers.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorPort.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorQueue.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorSimpleRequestAbstract.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorTestAbstract.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorTestBaseDN.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorTestConfiguration.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorTestLoginName.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorUserCount.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorUserDisplayNameAttribute.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorUserGroupAssociation.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorUserObjectClasses.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardFilterOnType.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardFilterOnTypeFactory.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardObject.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabAbstractFilter.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabAdvanced.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabElementary.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabExpert.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabGeneric.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabGroupFilter.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabLoginFilter.js +%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabUserFilter.js %%WWWDIR%%/apps/user_ldap/l10n/ach.js %%WWWDIR%%/apps/user_ldap/l10n/ach.json %%WWWDIR%%/apps/user_ldap/l10n/ady.js @@ -6794,6 +7167,8 @@ %%WWWDIR%%/apps/user_ldap/l10n/ml_IN.json %%WWWDIR%%/apps/user_ldap/l10n/mn.js %%WWWDIR%%/apps/user_ldap/l10n/mn.json +%%WWWDIR%%/apps/user_ldap/l10n/mr.js +%%WWWDIR%%/apps/user_ldap/l10n/mr.json %%WWWDIR%%/apps/user_ldap/l10n/ms_MY.js %%WWWDIR%%/apps/user_ldap/l10n/ms_MY.json %%WWWDIR%%/apps/user_ldap/l10n/mt_MT.js @@ -6918,6 +7293,7 @@ %%WWWDIR%%/apps/user_ldap/tests/access.php %%WWWDIR%%/apps/user_ldap/tests/connection.php %%WWWDIR%%/apps/user_ldap/tests/group_ldap.php +%%WWWDIR%%/apps/user_ldap/tests/integration/exceptionOnLostConnection.php %%WWWDIR%%/apps/user_ldap/tests/jobs/cleanup.php %%WWWDIR%%/apps/user_ldap/tests/mapping/abstractmappingtest.php %%WWWDIR%%/apps/user_ldap/tests/mapping/groupmapping.php @@ -7095,25 +7471,42 @@ %%WWWDIR%%/apps/user_webdavauth/templates/settings.php %%WWWDIR%%/apps/user_webdavauth/user_webdavauth.php %%WWWDIR%%/config/.htaccess +%%WWWDIR%%/config/ca-bundle.crt %%WWWDIR%%/config/config.sample.php +@owner +@group %%WWWDIR%%/console.php %%WWWDIR%%/core/ajax/appconfig.php %%WWWDIR%%/core/ajax/preview.php %%WWWDIR%%/core/ajax/share.php %%WWWDIR%%/core/ajax/update.php %%WWWDIR%%/core/application.php -%%WWWDIR%%/core/avatar/controller.php +%%WWWDIR%%/core/avatar/avatarcontroller.php +%%WWWDIR%%/core/command/app/checkcode.php %%WWWDIR%%/core/command/app/disable.php %%WWWDIR%%/core/command/app/enable.php %%WWWDIR%%/core/command/app/listapps.php +%%WWWDIR%%/core/command/background/ajax.php +%%WWWDIR%%/core/command/background/base.php +%%WWWDIR%%/core/command/background/cron.php +%%WWWDIR%%/core/command/background/webcron.php +%%WWWDIR%%/core/command/base.php +%%WWWDIR%%/core/command/check.php %%WWWDIR%%/core/command/db/converttype.php %%WWWDIR%%/core/command/db/generatechangescript.php +%%WWWDIR%%/core/command/encryption/disable.php +%%WWWDIR%%/core/command/encryption/enable.php +%%WWWDIR%%/core/command/encryption/listmodules.php +%%WWWDIR%%/core/command/encryption/setdefaultmodule.php +%%WWWDIR%%/core/command/encryption/status.php %%WWWDIR%%/core/command/l10n/createjs.php +%%WWWDIR%%/core/command/maintenance/install.php %%WWWDIR%%/core/command/maintenance/mode.php %%WWWDIR%%/core/command/maintenance/repair.php %%WWWDIR%%/core/command/maintenance/singleuser.php %%WWWDIR%%/core/command/status.php %%WWWDIR%%/core/command/upgrade.php +%%WWWDIR%%/core/command/user/add.php %%WWWDIR%%/core/command/user/delete.php %%WWWDIR%%/core/command/user/lastseen.php %%WWWDIR%%/core/command/user/report.php @@ -7145,11 +7538,6 @@ %%WWWDIR%%/core/doc/admin/_images/100000000000023F000000F8D2CD2E60.png %%WWWDIR%%/core/doc/admin/_images/100000000000030C00000070A51C0EF4.png %%WWWDIR%%/core/doc/admin/_images/100000000000033300000106C232E69B.png -%%WWWDIR%%/core/doc/admin/_images/Selection_015.png -%%WWWDIR%%/core/doc/admin/_images/Selection_019.png -%%WWWDIR%%/core/doc/admin/_images/Selection_026.png -%%WWWDIR%%/core/doc/admin/_images/Selection_035.png -%%WWWDIR%%/core/doc/admin/_images/Selection_037.png %%WWWDIR%%/core/doc/admin/_images/android_custom_1.png %%WWWDIR%%/core/doc/admin/_images/android_custom_10.png %%WWWDIR%%/core/doc/admin/_images/android_custom_11.png @@ -7180,22 +7568,22 @@ %%WWWDIR%%/core/doc/admin/_images/app-sharepoint-enable.png %%WWWDIR%%/core/doc/admin/_images/build-a-cloud-of-servers-320.png %%WWWDIR%%/core/doc/admin/_images/cert-1.png -%%WWWDIR%%/core/doc/admin/_images/cert-10.png %%WWWDIR%%/core/doc/admin/_images/cert-11.png %%WWWDIR%%/core/doc/admin/_images/cert-12.png +%%WWWDIR%%/core/doc/admin/_images/cert-13.png %%WWWDIR%%/core/doc/admin/_images/cert-14.png %%WWWDIR%%/core/doc/admin/_images/cert-15.png %%WWWDIR%%/core/doc/admin/_images/cert-16.png +%%WWWDIR%%/core/doc/admin/_images/cert-17.png %%WWWDIR%%/core/doc/admin/_images/cert-18.png %%WWWDIR%%/core/doc/admin/_images/cert-19.png %%WWWDIR%%/core/doc/admin/_images/cert-2.png %%WWWDIR%%/core/doc/admin/_images/cert-20.png -%%WWWDIR%%/core/doc/admin/_images/cert-21.png -%%WWWDIR%%/core/doc/admin/_images/cert-23.png -%%WWWDIR%%/core/doc/admin/_images/cert-24.png %%WWWDIR%%/core/doc/admin/_images/cert-25.png %%WWWDIR%%/core/doc/admin/_images/cert-26.png +%%WWWDIR%%/core/doc/admin/_images/cert-27.png %%WWWDIR%%/core/doc/admin/_images/cert-28.png +%%WWWDIR%%/core/doc/admin/_images/cert-29.png %%WWWDIR%%/core/doc/admin/_images/cert-3.png %%WWWDIR%%/core/doc/admin/_images/cert-30.png %%WWWDIR%%/core/doc/admin/_images/cert-31.png @@ -7217,13 +7605,21 @@ %%WWWDIR%%/core/doc/admin/_images/cert-47.png %%WWWDIR%%/core/doc/admin/_images/cert-5.png %%WWWDIR%%/core/doc/admin/_images/cert-50.png -%%WWWDIR%%/core/doc/admin/_images/cert-51.png %%WWWDIR%%/core/doc/admin/_images/cert-52.png %%WWWDIR%%/core/doc/admin/_images/cert-6.png %%WWWDIR%%/core/doc/admin/_images/cert-7.png %%WWWDIR%%/core/doc/admin/_images/cert-8.png %%WWWDIR%%/core/doc/admin/_images/cert-9.png -%%WWWDIR%%/core/doc/admin/_images/create_public_share.png +%%WWWDIR%%/core/doc/admin/_images/create_public_share-1.png +%%WWWDIR%%/core/doc/admin/_images/create_public_share-10.png +%%WWWDIR%%/core/doc/admin/_images/create_public_share-2.png +%%WWWDIR%%/core/doc/admin/_images/create_public_share-3.png +%%WWWDIR%%/core/doc/admin/_images/create_public_share-4.png +%%WWWDIR%%/core/doc/admin/_images/create_public_share-5.png +%%WWWDIR%%/core/doc/admin/_images/create_public_share-6.png +%%WWWDIR%%/core/doc/admin/_images/create_public_share-7.png +%%WWWDIR%%/core/doc/admin/_images/create_public_share-8.png +%%WWWDIR%%/core/doc/admin/_images/create_public_share-9.png %%WWWDIR%%/core/doc/admin/_images/documents_app_enable.png %%WWWDIR%%/core/doc/admin/_images/documents_apply_test.png %%WWWDIR%%/core/doc/admin/_images/encryption1.png @@ -7262,6 +7658,7 @@ %%WWWDIR%%/core/doc/admin/_images/external-storage-google-drive8.png %%WWWDIR%%/core/doc/admin/_images/external-storage-smb.png %%WWWDIR%%/core/doc/admin/_images/external-storage-webdav.png +%%WWWDIR%%/core/doc/admin/_images/file-lock-status.png %%WWWDIR%%/core/doc/admin/_images/files-drop-1.png %%WWWDIR%%/core/doc/admin/_images/files-drop-2.png %%WWWDIR%%/core/doc/admin/_images/files-drop-3.png @@ -7276,6 +7673,7 @@ %%WWWDIR%%/core/doc/admin/_images/ios-p12-3.png %%WWWDIR%%/core/doc/admin/_images/ios-p12-4.png %%WWWDIR%%/core/doc/admin/_images/ios-p12-5.png +%%WWWDIR%%/core/doc/admin/_images/ios-p12-6.png %%WWWDIR%%/core/doc/admin/_images/ios-p12.png %%WWWDIR%%/core/doc/admin/_images/itunes-udid-3.png %%WWWDIR%%/core/doc/admin/_images/itunes-udid-4.png @@ -7287,8 +7685,6 @@ %%WWWDIR%%/core/doc/admin/_images/ldap-advanced-3-attributes.png %%WWWDIR%%/core/doc/admin/_images/ldap-expert.png %%WWWDIR%%/core/doc/admin/_images/ldap-fetched-avatar.png -%%WWWDIR%%/core/doc/admin/_images/ldap-settings-invalid-oc45.png -%%WWWDIR%%/core/doc/admin/_images/ldap-settings-valid-oc45.png %%WWWDIR%%/core/doc/admin/_images/ldap-wizard-1-server.png %%WWWDIR%%/core/doc/admin/_images/ldap-wizard-2-user.png %%WWWDIR%%/core/doc/admin/_images/ldap-wizard-3-login.png @@ -7354,6 +7750,9 @@ %%WWWDIR%%/core/doc/admin/_images/sharing-admin.png %%WWWDIR%%/core/doc/admin/_images/sharing-user-local.png %%WWWDIR%%/core/doc/admin/_images/sharing-user.png +%%WWWDIR%%/core/doc/admin/_images/shib-gui1.png +%%WWWDIR%%/core/doc/admin/_images/shib-gui4.png +%%WWWDIR%%/core/doc/admin/_images/shib-gui5.png %%WWWDIR%%/core/doc/admin/_images/shibboleth-personal.png %%WWWDIR%%/core/doc/admin/_images/skeleton-files.png %%WWWDIR%%/core/doc/admin/_images/skeleton-files1.png @@ -7386,6 +7785,8 @@ %%WWWDIR%%/core/doc/admin/_images/updater-7.png %%WWWDIR%%/core/doc/admin/_images/updater-8.png %%WWWDIR%%/core/doc/admin/_images/updater-9.png +%%WWWDIR%%/core/doc/admin/_images/users-config-1.png +%%WWWDIR%%/core/doc/admin/_images/users-config-2.png %%WWWDIR%%/core/doc/admin/_images/users-config.png %%WWWDIR%%/core/doc/admin/_images/users-create.png %%WWWDIR%%/core/doc/admin/_images/users-groups.png @@ -7402,6 +7803,7 @@ %%WWWDIR%%/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_files/file_sharing_configuration.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_files/files_locking_enabling.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration_files/files_locking_experimental.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_files/index.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_files/previews_configuration.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_files/serving_static_files_configuration.txt @@ -7464,6 +7866,7 @@ %%WWWDIR%%/core/doc/admin/_sources/index.txt %%WWWDIR%%/core/doc/admin/_sources/installation/appliance_installation.txt %%WWWDIR%%/core/doc/admin/_sources/installation/apps_management_installation.txt +%%WWWDIR%%/core/doc/admin/_sources/installation/command_line_installation.txt %%WWWDIR%%/core/doc/admin/_sources/installation/hiawatha_configuration.txt %%WWWDIR%%/core/doc/admin/_sources/installation/index.txt %%WWWDIR%%/core/doc/admin/_sources/installation/installation_wizard.txt @@ -7536,6 +7939,7 @@ %%WWWDIR%%/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html %%WWWDIR%%/core/doc/admin/configuration_files/file_sharing_configuration.html %%WWWDIR%%/core/doc/admin/configuration_files/files_locking_enabling.html +%%WWWDIR%%/core/doc/admin/configuration_files/files_locking_experimental.html %%WWWDIR%%/core/doc/admin/configuration_files/index.html %%WWWDIR%%/core/doc/admin/configuration_files/previews_configuration.html %%WWWDIR%%/core/doc/admin/configuration_files/serving_static_files_configuration.html @@ -7599,6 +8003,7 @@ %%WWWDIR%%/core/doc/admin/index.html %%WWWDIR%%/core/doc/admin/installation/appliance_installation.html %%WWWDIR%%/core/doc/admin/installation/apps_management_installation.html +%%WWWDIR%%/core/doc/admin/installation/command_line_installation.html %%WWWDIR%%/core/doc/admin/installation/hiawatha_configuration.html %%WWWDIR%%/core/doc/admin/installation/index.html %%WWWDIR%%/core/doc/admin/installation/installation_wizard.html @@ -7656,13 +8061,19 @@ %%WWWDIR%%/core/doc/user/_images/contact_vcfpick.jpg %%WWWDIR%%/core/doc/user/_images/contacts_empty.png %%WWWDIR%%/core/doc/user/_images/contacts_settings.png +%%WWWDIR%%/core/doc/user/_images/create_public_share-6.png +%%WWWDIR%%/core/doc/user/_images/create_public_share-8.png +%%WWWDIR%%/core/doc/user/_images/create_public_share-9.png +%%WWWDIR%%/core/doc/user/_images/direct-share-1.png +%%WWWDIR%%/core/doc/user/_images/direct-share-2.png +%%WWWDIR%%/core/doc/user/_images/direct-share-3.png +%%WWWDIR%%/core/doc/user/_images/direct-share-4.png %%WWWDIR%%/core/doc/user/_images/documents_personal_settings.png %%WWWDIR%%/core/doc/user/_images/download.png %%WWWDIR%%/core/doc/user/_images/email_address_personal_settings.png %%WWWDIR%%/core/doc/user/_images/encryption1.png %%WWWDIR%%/core/doc/user/_images/encryption2.png %%WWWDIR%%/core/doc/user/_images/encryption3.png -%%WWWDIR%%/core/doc/user/_images/encryption4.png %%WWWDIR%%/core/doc/user/_images/event_export.png %%WWWDIR%%/core/doc/user/_images/explorer_webdav.png %%WWWDIR%%/core/doc/user/_images/files-drop-2.png @@ -7700,10 +8111,6 @@ %%WWWDIR%%/core/doc/user/_images/personal_settings.png %%WWWDIR%%/core/doc/user/_images/profile_picture_personal_settings.png %%WWWDIR%%/core/doc/user/_images/quota1.png -%%WWWDIR%%/core/doc/user/_images/s2s-add-remote-share.png -%%WWWDIR%%/core/doc/user/_images/s2s-connect-to-remote-share.png -%%WWWDIR%%/core/doc/user/_images/s2s-create_public_share.png -%%WWWDIR%%/core/doc/user/_images/s2s-remote-share-labeled.png %%WWWDIR%%/core/doc/user/_images/sharepoint-drive-config-user.png %%WWWDIR%%/core/doc/user/_images/usage_indicator.png %%WWWDIR%%/core/doc/user/_images/users-files.png @@ -7839,6 +8246,8 @@ %%WWWDIR%%/core/img/actions/external.svg %%WWWDIR%%/core/img/actions/history.png %%WWWDIR%%/core/img/actions/history.svg +%%WWWDIR%%/core/img/actions/info-white.png +%%WWWDIR%%/core/img/actions/info-white.svg %%WWWDIR%%/core/img/actions/info.png %%WWWDIR%%/core/img/actions/info.svg %%WWWDIR%%/core/img/actions/logout.png @@ -7996,8 +8405,6 @@ %%WWWDIR%%/core/img/logo-icon.png %%WWWDIR%%/core/img/logo-icon.svg %%WWWDIR%%/core/img/logo-mail.gif -%%WWWDIR%%/core/img/logo-wide.png -%%WWWDIR%%/core/img/logo-wide.svg %%WWWDIR%%/core/img/logo.png %%WWWDIR%%/core/img/logo.svg %%WWWDIR%%/core/img/places/calendar-dark.png @@ -8061,7 +8468,9 @@ %%WWWDIR%%/core/js/tests/specHelper.js %%WWWDIR%%/core/js/tests/specs/coreSpec.js %%WWWDIR%%/core/js/tests/specs/l10nSpec.js +%%WWWDIR%%/core/js/tests/specs/setupchecksSpec.js %%WWWDIR%%/core/js/tests/specs/shareSpec.js +%%WWWDIR%%/core/js/update-notification.js %%WWWDIR%%/core/js/update.js %%WWWDIR%%/core/js/visitortimezone.js %%WWWDIR%%/core/l10n/ach.js @@ -8221,6 +8630,8 @@ %%WWWDIR%%/core/l10n/ml_IN.json %%WWWDIR%%/core/l10n/mn.js %%WWWDIR%%/core/l10n/mn.json +%%WWWDIR%%/core/l10n/mr.js +%%WWWDIR%%/core/l10n/mr.json %%WWWDIR%%/core/l10n/ms_MY.js %%WWWDIR%%/core/l10n/ms_MY.json %%WWWDIR%%/core/l10n/mt_MT.js @@ -8324,6 +8735,7 @@ %%WWWDIR%%/core/search/js/search.js %%WWWDIR%%/core/search/templates/part.results.html %%WWWDIR%%/core/setup/controller.php +%%WWWDIR%%/core/shipped.json %%WWWDIR%%/core/skeleton/Documents/Example.odt %%WWWDIR%%/core/skeleton/Photos/Paris.jpg %%WWWDIR%%/core/skeleton/Photos/San Francisco.jpg @@ -8344,6 +8756,7 @@ %%WWWDIR%%/core/templates/installation.php %%WWWDIR%%/core/templates/layout.base.php %%WWWDIR%%/core/templates/layout.guest.php +%%WWWDIR%%/core/templates/layout.noscript.warning.php %%WWWDIR%%/core/templates/layout.user.php %%WWWDIR%%/core/templates/login.php %%WWWDIR%%/core/templates/mail.php @@ -8363,6 +8776,10 @@ %%WWWDIR%%/core/vendor/jcrop/css/Jcrop.gif %%WWWDIR%%/core/vendor/jcrop/css/jquery.Jcrop.css %%WWWDIR%%/core/vendor/jcrop/js/jquery.Jcrop.js +%%WWWDIR%%/core/vendor/jquery-migrate/.bower.json +%%WWWDIR%%/core/vendor/jquery-migrate/component.json +%%WWWDIR%%/core/vendor/jquery-migrate/jquery-migrate.js +%%WWWDIR%%/core/vendor/jquery-migrate/jquery-migrate.min.js %%WWWDIR%%/core/vendor/jquery-ui/MIT-LICENSE.txt %%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/animated-overlay.gif %%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-icons_222222_256x240.png @@ -8370,8 +8787,6 @@ %%WWWDIR%%/core/vendor/jquery-ui/ui/jquery-ui.custom.js %%WWWDIR%%/core/vendor/jquery/.bower.json %%WWWDIR%%/core/vendor/jquery/MIT-LICENSE.txt -%%WWWDIR%%/core/vendor/jquery/jquery-migrate.js -%%WWWDIR%%/core/vendor/jquery/jquery-migrate.min.js %%WWWDIR%%/core/vendor/jquery/jquery.js %%WWWDIR%%/core/vendor/jquery/jquery.min.js %%WWWDIR%%/core/vendor/jquery/jquery.min.map @@ -8564,6 +8979,8 @@ %%WWWDIR%%/lib/l10n/ml_IN.json %%WWWDIR%%/lib/l10n/mn.js %%WWWDIR%%/lib/l10n/mn.json +%%WWWDIR%%/lib/l10n/mr.js +%%WWWDIR%%/lib/l10n/mr.json %%WWWDIR%%/lib/l10n/ms_MY.js %%WWWDIR%%/lib/l10n/ms_MY.json %%WWWDIR%%/lib/l10n/mt_MT.js @@ -8659,6 +9076,8 @@ %%WWWDIR%%/lib/private/api.php %%WWWDIR%%/lib/private/app.php %%WWWDIR%%/lib/private/app/appmanager.php +%%WWWDIR%%/lib/private/app/codechecker.php +%%WWWDIR%%/lib/private/app/codecheckvisitor.php %%WWWDIR%%/lib/private/app/dependencyanalyzer.php %%WWWDIR%%/lib/private/app/infoparser.php %%WWWDIR%%/lib/private/app/platform.php @@ -8670,6 +9089,7 @@ %%WWWDIR%%/lib/private/appframework/dependencyinjection/dicontainer.php %%WWWDIR%%/lib/private/appframework/http.php %%WWWDIR%%/lib/private/appframework/http/dispatcher.php +%%WWWDIR%%/lib/private/appframework/http/output.php %%WWWDIR%%/lib/private/appframework/http/request.php %%WWWDIR%%/lib/private/appframework/middleware/middlewaredispatcher.php %%WWWDIR%%/lib/private/appframework/middleware/security/corsmiddleware.php @@ -8689,39 +9109,43 @@ %%WWWDIR%%/lib/private/assetic/separatorfilter.php %%WWWDIR%%/lib/private/avatar.php %%WWWDIR%%/lib/private/avatarmanager.php -%%WWWDIR%%/lib/private/backgroundjob.php %%WWWDIR%%/lib/private/backgroundjob/job.php %%WWWDIR%%/lib/private/backgroundjob/joblist.php %%WWWDIR%%/lib/private/backgroundjob/legacy/queuedjob.php %%WWWDIR%%/lib/private/backgroundjob/legacy/regularjob.php %%WWWDIR%%/lib/private/backgroundjob/queuedjob.php %%WWWDIR%%/lib/private/backgroundjob/timedjob.php -%%WWWDIR%%/lib/private/cache.php -%%WWWDIR%%/lib/private/cache/broker.php %%WWWDIR%%/lib/private/cache/file.php -%%WWWDIR%%/lib/private/cache/fileglobal.php -%%WWWDIR%%/lib/private/cache/fileglobalgc.php -%%WWWDIR%%/lib/private/cache/usercache.php +%%WWWDIR%%/lib/private/command/asyncbus.php +%%WWWDIR%%/lib/private/command/callablejob.php +%%WWWDIR%%/lib/private/command/closurejob.php +%%WWWDIR%%/lib/private/command/commandjob.php +%%WWWDIR%%/lib/private/command/fileaccess.php +%%WWWDIR%%/lib/private/command/queuebus.php %%WWWDIR%%/lib/private/config.php %%WWWDIR%%/lib/private/connector/sabre/appenabledplugin.php %%WWWDIR%%/lib/private/connector/sabre/auth.php +%%WWWDIR%%/lib/private/connector/sabre/blocklegacyclientplugin.php +%%WWWDIR%%/lib/private/connector/sabre/copyetagheaderplugin.php +%%WWWDIR%%/lib/private/connector/sabre/custompropertiesbackend.php %%WWWDIR%%/lib/private/connector/sabre/directory.php +%%WWWDIR%%/lib/private/connector/sabre/dummygetresponseplugin.php %%WWWDIR%%/lib/private/connector/sabre/exception/entitytoolarge.php %%WWWDIR%%/lib/private/connector/sabre/exception/filelocked.php +%%WWWDIR%%/lib/private/connector/sabre/exception/invalidpath.php %%WWWDIR%%/lib/private/connector/sabre/exception/unsupportedmediatype.php %%WWWDIR%%/lib/private/connector/sabre/exceptionloggerplugin.php %%WWWDIR%%/lib/private/connector/sabre/file.php %%WWWDIR%%/lib/private/connector/sabre/filesplugin.php -%%WWWDIR%%/lib/private/connector/sabre/locks.php %%WWWDIR%%/lib/private/connector/sabre/maintenanceplugin.php %%WWWDIR%%/lib/private/connector/sabre/node.php %%WWWDIR%%/lib/private/connector/sabre/objecttree.php %%WWWDIR%%/lib/private/connector/sabre/principal.php %%WWWDIR%%/lib/private/connector/sabre/quotaplugin.php -%%WWWDIR%%/lib/private/connector/sabre/request.php %%WWWDIR%%/lib/private/connector/sabre/server.php %%WWWDIR%%/lib/private/connector/sabre/taglist.php %%WWWDIR%%/lib/private/connector/sabre/tagsplugin.php +%%WWWDIR%%/lib/private/console/application.php %%WWWDIR%%/lib/private/contacts/localaddressbook.php %%WWWDIR%%/lib/private/contactsmanager.php %%WWWDIR%%/lib/private/databaseexception.php @@ -8759,10 +9183,22 @@ %%WWWDIR%%/lib/private/diagnostics/nullquerylogger.php %%WWWDIR%%/lib/private/diagnostics/query.php %%WWWDIR%%/lib/private/diagnostics/querylogger.php +%%WWWDIR%%/lib/private/encryption/exceptions/decryptionfailedexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/emptyencryptiondataexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/encryptionfailedexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/encryptionheadertolargeexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/modulealreadyexistsexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/moduledoesnotexistsexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/unknowncipherexception.php +%%WWWDIR%%/lib/private/encryption/file.php +%%WWWDIR%%/lib/private/encryption/hookmanager.php +%%WWWDIR%%/lib/private/encryption/keys/storage.php +%%WWWDIR%%/lib/private/encryption/manager.php +%%WWWDIR%%/lib/private/encryption/update.php +%%WWWDIR%%/lib/private/encryption/util.php %%WWWDIR%%/lib/private/eventsource.php %%WWWDIR%%/lib/private/filechunking.php -%%WWWDIR%%/lib/private/fileproxy.php -%%WWWDIR%%/lib/private/fileproxy/fileoperations.php %%WWWDIR%%/lib/private/files.php %%WWWDIR%%/lib/private/files/cache/cache.php %%WWWDIR%%/lib/private/files/cache/changepropagator.php @@ -8796,16 +9232,19 @@ %%WWWDIR%%/lib/private/files/storage/dav.php %%WWWDIR%%/lib/private/files/storage/home.php %%WWWDIR%%/lib/private/files/storage/local.php +%%WWWDIR%%/lib/private/files/storage/localtempfiletrait.php %%WWWDIR%%/lib/private/files/storage/mappedlocal.php %%WWWDIR%%/lib/private/files/storage/storage.php %%WWWDIR%%/lib/private/files/storage/storagefactory.php %%WWWDIR%%/lib/private/files/storage/temporary.php +%%WWWDIR%%/lib/private/files/storage/wrapper/encryption.php %%WWWDIR%%/lib/private/files/storage/wrapper/jail.php %%WWWDIR%%/lib/private/files/storage/wrapper/permissionsmask.php %%WWWDIR%%/lib/private/files/storage/wrapper/quota.php %%WWWDIR%%/lib/private/files/storage/wrapper/wrapper.php %%WWWDIR%%/lib/private/files/stream/close.php %%WWWDIR%%/lib/private/files/stream/dir.php +%%WWWDIR%%/lib/private/files/stream/encryption.php %%WWWDIR%%/lib/private/files/stream/oc.php %%WWWDIR%%/lib/private/files/stream/quota.php %%WWWDIR%%/lib/private/files/stream/staticstream.php @@ -8814,7 +9253,6 @@ %%WWWDIR%%/lib/private/files/utils/scanner.php %%WWWDIR%%/lib/private/files/view.php %%WWWDIR%%/lib/private/forbiddenexception.php -%%WWWDIR%%/lib/private/geo.php %%WWWDIR%%/lib/private/group.php %%WWWDIR%%/lib/private/group/backend.php %%WWWDIR%%/lib/private/group/database.php @@ -8829,9 +9267,13 @@ %%WWWDIR%%/lib/private/hook.php %%WWWDIR%%/lib/private/hooks/basicemitter.php %%WWWDIR%%/lib/private/hooks/emitter.php +%%WWWDIR%%/lib/private/hooks/emittertrait.php %%WWWDIR%%/lib/private/hooks/forwardingemitter.php %%WWWDIR%%/lib/private/hooks/legacyemitter.php %%WWWDIR%%/lib/private/hooks/publicemitter.php +%%WWWDIR%%/lib/private/http/client/client.php +%%WWWDIR%%/lib/private/http/client/clientservice.php +%%WWWDIR%%/lib/private/http/client/response.php %%WWWDIR%%/lib/private/httphelper.php %%WWWDIR%%/lib/private/image.php %%WWWDIR%%/lib/private/installer.php @@ -8843,24 +9285,29 @@ %%WWWDIR%%/lib/private/legacy/appconfig.php %%WWWDIR%%/lib/private/legacy/config.php %%WWWDIR%%/lib/private/legacy/log.php -%%WWWDIR%%/lib/private/legacy/preferences.php %%WWWDIR%%/lib/private/legacy/search.php %%WWWDIR%%/lib/private/legacy/search/provider.php %%WWWDIR%%/lib/private/legacy/search/provider/file.php %%WWWDIR%%/lib/private/legacy/search/result.php +%%WWWDIR%%/lib/private/lock/memcachelockingprovider.php +%%WWWDIR%%/lib/private/lock/nooplockingprovider.php %%WWWDIR%%/lib/private/log.php %%WWWDIR%%/lib/private/log/errorhandler.php %%WWWDIR%%/lib/private/log/errorlog.php %%WWWDIR%%/lib/private/log/owncloud.php %%WWWDIR%%/lib/private/log/rotate.php %%WWWDIR%%/lib/private/log/syslog.php -%%WWWDIR%%/lib/private/mail.php +%%WWWDIR%%/lib/private/mail/mailer.php +%%WWWDIR%%/lib/private/mail/message.php %%WWWDIR%%/lib/private/memcache/apc.php %%WWWDIR%%/lib/private/memcache/apcu.php +%%WWWDIR%%/lib/private/memcache/arraycache.php %%WWWDIR%%/lib/private/memcache/cache.php +%%WWWDIR%%/lib/private/memcache/cadtrait.php +%%WWWDIR%%/lib/private/memcache/castrait.php %%WWWDIR%%/lib/private/memcache/factory.php %%WWWDIR%%/lib/private/memcache/memcached.php -%%WWWDIR%%/lib/private/memcache/null.php +%%WWWDIR%%/lib/private/memcache/nullcache.php %%WWWDIR%%/lib/private/memcache/redis.php %%WWWDIR%%/lib/private/memcache/xcache.php %%WWWDIR%%/lib/private/mimetypes.list.php @@ -8876,11 +9323,14 @@ %%WWWDIR%%/lib/private/ocs/privatedata.php %%WWWDIR%%/lib/private/ocs/result.php %%WWWDIR%%/lib/private/ocsclient.php -%%WWWDIR%%/lib/private/preferences.php %%WWWDIR%%/lib/private/preview.php %%WWWDIR%%/lib/private/preview/bitmap.php +%%WWWDIR%%/lib/private/preview/bmp.php +%%WWWDIR%%/lib/private/preview/font.php +%%WWWDIR%%/lib/private/preview/gif.php %%WWWDIR%%/lib/private/preview/illustrator.php %%WWWDIR%%/lib/private/preview/image.php +%%WWWDIR%%/lib/private/preview/jpeg.php %%WWWDIR%%/lib/private/preview/markdown.php %%WWWDIR%%/lib/private/preview/movie.php %%WWWDIR%%/lib/private/preview/mp3.php @@ -8891,18 +9341,18 @@ %%WWWDIR%%/lib/private/preview/opendocument.php %%WWWDIR%%/lib/private/preview/pdf.php %%WWWDIR%%/lib/private/preview/photoshop.php +%%WWWDIR%%/lib/private/preview/png.php %%WWWDIR%%/lib/private/preview/postscript.php %%WWWDIR%%/lib/private/preview/provider.php %%WWWDIR%%/lib/private/preview/staroffice.php %%WWWDIR%%/lib/private/preview/svg.php %%WWWDIR%%/lib/private/preview/tiff.php %%WWWDIR%%/lib/private/preview/txt.php +%%WWWDIR%%/lib/private/preview/xbitmap.php %%WWWDIR%%/lib/private/previewmanager.php %%WWWDIR%%/lib/private/repair.php -%%WWWDIR%%/lib/private/repair/repairlegacystorages.php %%WWWDIR%%/lib/private/repairexception.php %%WWWDIR%%/lib/private/repairstep.php -%%WWWDIR%%/lib/private/request.php %%WWWDIR%%/lib/private/response.php %%WWWDIR%%/lib/private/route/cachingrouter.php %%WWWDIR%%/lib/private/route/route.php @@ -8919,6 +9369,7 @@ %%WWWDIR%%/lib/private/security/hasher.php %%WWWDIR%%/lib/private/security/securerandom.php %%WWWDIR%%/lib/private/security/stringutils.php +%%WWWDIR%%/lib/private/security/trusteddomainhelper.php %%WWWDIR%%/lib/private/server.php %%WWWDIR%%/lib/private/servernotavailableexception.php %%WWWDIR%%/lib/private/serviceunavailableexception.php @@ -8950,6 +9401,7 @@ %%WWWDIR%%/lib/private/template/functions.php %%WWWDIR%%/lib/private/template/jsresourcelocator.php %%WWWDIR%%/lib/private/template/resourcelocator.php +%%WWWDIR%%/lib/private/template/resourcenotfoundexception.php %%WWWDIR%%/lib/private/template/templatefilelocator.php %%WWWDIR%%/lib/private/templatelayout.php %%WWWDIR%%/lib/private/tempmanager.php @@ -8959,8 +9411,6 @@ %%WWWDIR%%/lib/private/user/backend.php %%WWWDIR%%/lib/private/user/database.php %%WWWDIR%%/lib/private/user/dummy.php -%%WWWDIR%%/lib/private/user/example.php -%%WWWDIR%%/lib/private/user/http.php %%WWWDIR%%/lib/private/user/interface.php %%WWWDIR%%/lib/private/user/loginexception.php %%WWWDIR%%/lib/private/user/manager.php @@ -8968,9 +9418,6 @@ %%WWWDIR%%/lib/private/user/session.php %%WWWDIR%%/lib/private/user/user.php %%WWWDIR%%/lib/private/util.php -%%WWWDIR%%/lib/private/vobject.php -%%WWWDIR%%/lib/private/vobject/compoundproperty.php -%%WWWDIR%%/lib/private/vobject/stringproperty.php %%WWWDIR%%/lib/public/activity/iconsumer.php %%WWWDIR%%/lib/public/activity/iextension.php %%WWWDIR%%/lib/public/activity/imanager.php @@ -8985,17 +9432,24 @@ %%WWWDIR%%/lib/public/appframework/db/mapper.php %%WWWDIR%%/lib/public/appframework/db/multipleobjectsreturnedexception.php %%WWWDIR%%/lib/public/appframework/http.php +%%WWWDIR%%/lib/public/appframework/http/contentsecuritypolicy.php +%%WWWDIR%%/lib/public/appframework/http/datadisplayresponse.php %%WWWDIR%%/lib/public/appframework/http/datadownloadresponse.php %%WWWDIR%%/lib/public/appframework/http/dataresponse.php %%WWWDIR%%/lib/public/appframework/http/downloadresponse.php +%%WWWDIR%%/lib/public/appframework/http/icallbackresponse.php +%%WWWDIR%%/lib/public/appframework/http/ioutput.php %%WWWDIR%%/lib/public/appframework/http/jsonresponse.php %%WWWDIR%%/lib/public/appframework/http/notfoundresponse.php +%%WWWDIR%%/lib/public/appframework/http/ocsresponse.php %%WWWDIR%%/lib/public/appframework/http/redirectresponse.php %%WWWDIR%%/lib/public/appframework/http/response.php +%%WWWDIR%%/lib/public/appframework/http/streamresponse.php %%WWWDIR%%/lib/public/appframework/http/templateresponse.php %%WWWDIR%%/lib/public/appframework/iapi.php %%WWWDIR%%/lib/public/appframework/iappcontainer.php %%WWWDIR%%/lib/public/appframework/middleware.php +%%WWWDIR%%/lib/public/appframework/ocscontroller.php %%WWWDIR%%/lib/public/appframework/queryexception.php %%WWWDIR%%/lib/public/appframework/utility/icontrollermethodreflector.php %%WWWDIR%%/lib/public/appframework/utility/itimefactory.php @@ -9003,6 +9457,8 @@ %%WWWDIR%%/lib/public/backgroundjob.php %%WWWDIR%%/lib/public/backgroundjob/ijob.php %%WWWDIR%%/lib/public/backgroundjob/ijoblist.php +%%WWWDIR%%/lib/public/command/ibus.php +%%WWWDIR%%/lib/public/command/icommand.php %%WWWDIR%%/lib/public/config.php %%WWWDIR%%/lib/public/constants.php %%WWWDIR%%/lib/public/contacts.php @@ -9013,6 +9469,11 @@ %%WWWDIR%%/lib/public/diagnostics/ieventlogger.php %%WWWDIR%%/lib/public/diagnostics/iquery.php %%WWWDIR%%/lib/public/diagnostics/iquerylogger.php +%%WWWDIR%%/lib/public/encryption/exceptions/genericencryptionexception.php +%%WWWDIR%%/lib/public/encryption/iencryptionmodule.php +%%WWWDIR%%/lib/public/encryption/ifile.php +%%WWWDIR%%/lib/public/encryption/imanager.php +%%WWWDIR%%/lib/public/encryption/keys/istorage.php %%WWWDIR%%/lib/public/files.php %%WWWDIR%%/lib/public/files/alreadyexistsexception.php %%WWWDIR%%/lib/public/files/config/imountprovider.php @@ -9020,8 +9481,10 @@ %%WWWDIR%%/lib/public/files/entitytoolargeexception.php %%WWWDIR%%/lib/public/files/file.php %%WWWDIR%%/lib/public/files/fileinfo.php +%%WWWDIR%%/lib/public/files/filenametoolongexception.php %%WWWDIR%%/lib/public/files/folder.php %%WWWDIR%%/lib/public/files/ihomestorage.php +%%WWWDIR%%/lib/public/files/invalidcharacterinpathexception.php %%WWWDIR%%/lib/public/files/invalidcontentexception.php %%WWWDIR%%/lib/public/files/invalidpathexception.php %%WWWDIR%%/lib/public/files/irootfolder.php @@ -9032,11 +9495,15 @@ %%WWWDIR%%/lib/public/files/notfoundexception.php %%WWWDIR%%/lib/public/files/notpermittedexception.php %%WWWDIR%%/lib/public/files/objectstore/iobjectstore.php +%%WWWDIR%%/lib/public/files/reservedwordexception.php %%WWWDIR%%/lib/public/files/storage.php %%WWWDIR%%/lib/public/files/storage/istoragefactory.php %%WWWDIR%%/lib/public/files/storageinvalidexception.php %%WWWDIR%%/lib/public/files/storagenotavailableexception.php %%WWWDIR%%/lib/public/groupinterface.php +%%WWWDIR%%/lib/public/http/client/iclient.php +%%WWWDIR%%/lib/public/http/client/iclientservice.php +%%WWWDIR%%/lib/public/http/client/iresponse.php %%WWWDIR%%/lib/public/iaddressbook.php %%WWWDIR%%/lib/public/iappconfig.php %%WWWDIR%%/lib/public/iavatar.php @@ -9055,9 +9522,11 @@ %%WWWDIR%%/lib/public/igroup.php %%WWWDIR%%/lib/public/igroupmanager.php %%WWWDIR%%/lib/public/ihelper.php +%%WWWDIR%%/lib/public/iimage.php %%WWWDIR%%/lib/public/il10n.php %%WWWDIR%%/lib/public/ilogger.php %%WWWDIR%%/lib/public/image.php +%%WWWDIR%%/lib/public/imemcache.php %%WWWDIR%%/lib/public/inavigationmanager.php %%WWWDIR%%/lib/public/ipreview.php %%WWWDIR%%/lib/public/irequest.php @@ -9073,7 +9542,11 @@ %%WWWDIR%%/lib/public/iusermanager.php %%WWWDIR%%/lib/public/iusersession.php %%WWWDIR%%/lib/public/json.php +%%WWWDIR%%/lib/public/lock/ilockingprovider.php +%%WWWDIR%%/lib/public/lock/lockedexception.php +%%WWWDIR%%/lib/public/mail/imailer.php %%WWWDIR%%/lib/public/preconditionnotmetexception.php +%%WWWDIR%%/lib/public/preview/iprovider.php %%WWWDIR%%/lib/public/response.php %%WWWDIR%%/lib/public/route/iroute.php %%WWWDIR%%/lib/public/route/irouter.php @@ -9095,15 +9568,20 @@ %%WWWDIR%%/lib/repair/assetcache.php %%WWWDIR%%/lib/repair/cleantags.php %%WWWDIR%%/lib/repair/collation.php -%%WWWDIR%%/lib/repair/enablefilesapp.php +%%WWWDIR%%/lib/repair/dropoldjobs.php +%%WWWDIR%%/lib/repair/dropoldtables.php %%WWWDIR%%/lib/repair/filletags.php %%WWWDIR%%/lib/repair/innodb.php %%WWWDIR%%/lib/repair/preview.php %%WWWDIR%%/lib/repair/repairconfig.php +%%WWWDIR%%/lib/repair/repairlegacystorages.php %%WWWDIR%%/lib/repair/repairmimetypes.php %%WWWDIR%%/lib/repair/searchlucenetables.php %%WWWDIR%%/lib/repair/sqliteautoincrement.php +%%WWWDIR%%/lib/repair/updatecertificatestore.php %%WWWDIR%%/occ +%%WWWDIR%%/ocs-provider/index.php +%%WWWDIR%%/ocs-provider/provider.php %%WWWDIR%%/ocs/providers.php %%WWWDIR%%/ocs/routes.php %%WWWDIR%%/ocs/v1.php @@ -9111,18 +9589,12 @@ %%WWWDIR%%/remote.php %%WWWDIR%%/robots.txt %%WWWDIR%%/settings/admin.php -%%WWWDIR%%/settings/ajax/addRootCertificate.php %%WWWDIR%%/settings/ajax/changedisplayname.php -%%WWWDIR%%/settings/ajax/checksetup.php -%%WWWDIR%%/settings/ajax/decryptall.php -%%WWWDIR%%/settings/ajax/deletekeys.php %%WWWDIR%%/settings/ajax/disableapp.php %%WWWDIR%%/settings/ajax/enableapp.php %%WWWDIR%%/settings/ajax/geteveryonecount.php %%WWWDIR%%/settings/ajax/installapp.php %%WWWDIR%%/settings/ajax/navigationdetect.php -%%WWWDIR%%/settings/ajax/removeRootCertificate.php -%%WWWDIR%%/settings/ajax/restorekeys.php %%WWWDIR%%/settings/ajax/setlanguage.php %%WWWDIR%%/settings/ajax/setquota.php %%WWWDIR%%/settings/ajax/togglegroups.php @@ -9130,9 +9602,11 @@ %%WWWDIR%%/settings/ajax/uninstallapp.php %%WWWDIR%%/settings/ajax/updateapp.php %%WWWDIR%%/settings/application.php -%%WWWDIR%%/settings/apps.php %%WWWDIR%%/settings/changepassword/controller.php %%WWWDIR%%/settings/controller/appsettingscontroller.php +%%WWWDIR%%/settings/controller/certificatecontroller.php +%%WWWDIR%%/settings/controller/checksetupcontroller.php +%%WWWDIR%%/settings/controller/encryptioncontroller.php %%WWWDIR%%/settings/controller/groupscontroller.php %%WWWDIR%%/settings/controller/logsettingscontroller.php %%WWWDIR%%/settings/controller/mailsettingscontroller.php @@ -9260,6 +9734,8 @@ %%WWWDIR%%/settings/l10n/ku_IQ.json %%WWWDIR%%/settings/l10n/lb.js %%WWWDIR%%/settings/l10n/lb.json +%%WWWDIR%%/settings/l10n/lo.js +%%WWWDIR%%/settings/l10n/lo.json %%WWWDIR%%/settings/l10n/lt_LT.js %%WWWDIR%%/settings/l10n/lt_LT.json %%WWWDIR%%/settings/l10n/lv.js @@ -9338,24 +9814,36 @@ %%WWWDIR%%/settings/middleware/subadminmiddleware.php %%WWWDIR%%/settings/personal.php %%WWWDIR%%/settings/routes.php -%%WWWDIR%%/settings/settings.php %%WWWDIR%%/settings/templates/admin.php %%WWWDIR%%/settings/templates/apps.php %%WWWDIR%%/settings/templates/email.new_user.php %%WWWDIR%%/settings/templates/email.new_user_plain_text.php %%WWWDIR%%/settings/templates/help.php %%WWWDIR%%/settings/templates/personal.php +%%WWWDIR%%/settings/templates/settings.development.notice.php %%WWWDIR%%/settings/templates/settings.php %%WWWDIR%%/settings/templates/users/main.php %%WWWDIR%%/settings/templates/users/part.createuser.php %%WWWDIR%%/settings/templates/users/part.grouplist.php %%WWWDIR%%/settings/templates/users/part.setquota.php %%WWWDIR%%/settings/templates/users/part.userlist.php +%%WWWDIR%%/settings/tests/js/appsSpec.js %%WWWDIR%%/settings/tests/js/users/deleteHandlerSpec.js %%WWWDIR%%/settings/users.php %%WWWDIR%%/status.php %%WWWDIR%%/themes/README +%%WWWDIR%%/themes/example/core/css/styles.css +%%WWWDIR%%/themes/example/core/img/favicon-touch.png +%%WWWDIR%%/themes/example/core/img/favicon-touch.svg +%%WWWDIR%%/themes/example/core/img/favicon.png +%%WWWDIR%%/themes/example/core/img/favicon.svg +%%WWWDIR%%/themes/example/core/img/logo-icon.png +%%WWWDIR%%/themes/example/core/img/logo-icon.svg +%%WWWDIR%%/themes/example/core/img/logo-mail.gif +%%WWWDIR%%/themes/example/core/img/logo.png +%%WWWDIR%%/themes/example/core/img/logo.svg +%%WWWDIR%%/themes/example/defaults.php %%WWWDIR%%/version.php -@dir(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,) %%WWWDIR%% @dir(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,) %%WWWDIR%%/apps @dir(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,) %%WWWDIR%%/config +@dir(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,) %%WWWDIR%%/data |