summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon>2015-11-02 15:42:47 +0000
committerryoon <ryoon>2015-11-02 15:42:47 +0000
commitdf876a3d1a85b7fefffbfb4db3824823e578967f (patch)
tree753770a37763f85be1efc768cf95449e19f96b7e
parent70b17fe4e221200aa81e7a44807698911874d758 (diff)
downloadpkgsrc-df876a3d1a85b7fefffbfb4db3824823e578967f.tar.gz
Update to 8.2.0
Changelog: Version 8.2.0 October 20th 2015 Major new ownCloud release, more info in announcement blog. Summary: Updated design New sidebar Rewritten Gallery app Updated text editor Notifications Policy for retaining deleted files and file versions Encrypt/decrypt commands Many additions to occ command tool for admins Improved mime type handling Security Hardening ownCloud API work: Modular Authentication support, Capabilities Manager and Query Builder and more Many small improvements
-rw-r--r--www/php-owncloud/Makefile5
-rw-r--r--www/php-owncloud/PLIST1633
-rw-r--r--www/php-owncloud/distinfo11
3 files changed, 876 insertions, 773 deletions
diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile
index e8f19a43f3c..e0d5b2f4b26 100644
--- a/www/php-owncloud/Makefile
+++ b/www/php-owncloud/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.55 2015/09/27 19:42:57 bouyer Exp $
+# $NetBSD: Makefile,v 1.56 2015/11/02 15:42:47 ryoon Exp $
#
-DISTNAME= owncloud-8.1.0
+DISTNAME= owncloud-8.2.0
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://download.owncloud.org/community/
EXTRACT_SUFX= .tar.bz2
-PKGREVISION= 1
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://owncloud.org/
diff --git a/www/php-owncloud/PLIST b/www/php-owncloud/PLIST
index da0f62f94af..ef72664fe4e 100644
--- a/www/php-owncloud/PLIST
+++ b/www/php-owncloud/PLIST
@@ -1,11 +1,9 @@
-@comment $NetBSD: PLIST,v 1.32 2015/08/05 15:16:10 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.33 2015/11/02 15:42:47 ryoon Exp $
share/owncloud/.htaccess
share/owncloud/.mailmap
share/owncloud/.tag
share/owncloud/.user.ini
share/owncloud/3rdparty/LICENSE INFO
-share/owncloud/3rdparty/PEAR.php
-share/owncloud/3rdparty/PEAR5.php
share/owncloud/3rdparty/autoload.php
share/owncloud/3rdparty/bantu/ini-get-wrapper/LICENSE
share/owncloud/3rdparty/bantu/ini-get-wrapper/composer.json
@@ -17,6 +15,7 @@ share/owncloud/3rdparty/bantu/ini-get-wrapper/tests/IniGetWrapperTest.php
share/owncloud/3rdparty/composer.json
share/owncloud/3rdparty/composer.lock
share/owncloud/3rdparty/composer/ClassLoader.php
+share/owncloud/3rdparty/composer/LICENSE
share/owncloud/3rdparty/composer/autoload_classmap.php
share/owncloud/3rdparty/composer/autoload_files.php
share/owncloud/3rdparty/composer/autoload_namespaces.php
@@ -24,6 +23,8 @@ share/owncloud/3rdparty/composer/autoload_psr4.php
share/owncloud/3rdparty/composer/autoload_real.php
share/owncloud/3rdparty/composer/include_paths.php
share/owncloud/3rdparty/composer/installed.json
+share/owncloud/3rdparty/deepdiver1975/tarstreamer/LICENSE
+share/owncloud/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php
share/owncloud/3rdparty/doctrine/annotations/LICENSE
share/owncloud/3rdparty/doctrine/annotations/composer.json
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
@@ -47,22 +48,30 @@ share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Sim
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
share/owncloud/3rdparty/doctrine/cache/.coveralls.yml
share/owncloud/3rdparty/doctrine/cache/LICENSE
+share/owncloud/3rdparty/doctrine/cache/UPGRADE.md
share/owncloud/3rdparty/doctrine/cache/build.properties
share/owncloud/3rdparty/doctrine/cache/composer.json
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
+share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php
+share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
+share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php
+share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php
+share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php
+share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
+share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php
@@ -588,6 +597,9 @@ share/owncloud/3rdparty/icewind/streams/src/File.php
share/owncloud/3rdparty/icewind/streams/src/IteratorDirectory.php
share/owncloud/3rdparty/icewind/streams/src/NullWrapper.php
share/owncloud/3rdparty/icewind/streams/src/Wrapper.php
+share/owncloud/3rdparty/interfasys/lognormalizer/AUTHORS.md
+share/owncloud/3rdparty/interfasys/lognormalizer/COPYING
+share/owncloud/3rdparty/interfasys/lognormalizer/src/Normalizer.php
share/owncloud/3rdparty/ircmaxell/password-compat/LICENSE.md
share/owncloud/3rdparty/ircmaxell/password-compat/composer.json
share/owncloud/3rdparty/ircmaxell/password-compat/lib/password.php
@@ -733,25 +745,13 @@ share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Exception/SuperClosureExcept
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/SerializableClosure.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Serializer.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/SerializerInterface.php
-share/owncloud/3rdparty/kriswallsmith/assetic/.gitattributes
share/owncloud/3rdparty/kriswallsmith/assetic/CHANGELOG-1.0.md
share/owncloud/3rdparty/kriswallsmith/assetic/CHANGELOG-1.1.md
share/owncloud/3rdparty/kriswallsmith/assetic/CHANGELOG-1.2.md
share/owncloud/3rdparty/kriswallsmith/assetic/Gemfile
share/owncloud/3rdparty/kriswallsmith/assetic/LICENSE
share/owncloud/3rdparty/kriswallsmith/assetic/composer.json
-share/owncloud/3rdparty/kriswallsmith/assetic/docs/en/build.md
-share/owncloud/3rdparty/kriswallsmith/assetic/docs/en/concepts.md
-share/owncloud/3rdparty/kriswallsmith/assetic/docs/en/define.md
-share/owncloud/3rdparty/kriswallsmith/assetic/docs/en/index.md
-share/owncloud/3rdparty/kriswallsmith/assetic/docs/en/introduction.md
-share/owncloud/3rdparty/kriswallsmith/assetic/docs/ja/build.md
-share/owncloud/3rdparty/kriswallsmith/assetic/docs/ja/concepts.md
-share/owncloud/3rdparty/kriswallsmith/assetic/docs/ja/define.md
-share/owncloud/3rdparty/kriswallsmith/assetic/docs/ja/index.md
-share/owncloud/3rdparty/kriswallsmith/assetic/docs/ja/introduction.md
share/owncloud/3rdparty/kriswallsmith/assetic/package.json
-share/owncloud/3rdparty/kriswallsmith/assetic/phpunit.xml.dist
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php
@@ -777,6 +777,7 @@ share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Exception/FilterExcept
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterFunction.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php
+share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterNode.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticNode.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php
@@ -796,12 +797,14 @@ share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/Resou
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Worker/CacheBustingWorker.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php
+share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/AutoprefixerFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CallablesFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php
+share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssCacheBustingFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php
@@ -824,15 +827,19 @@ share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php
+share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php
+share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php
+share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Sass/BaseSassFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php
+share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/SeparatorFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php
@@ -844,195 +851,61 @@ share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompress
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/FilterManager.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php
+share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Util/FilesystemUtils.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Util/LessUtils.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Util/VarUtils.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/functions.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCacheTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetReferenceTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Asset/FileAssetTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Asset/GlobAssetTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Asset/HttpAssetTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Asset/StringAssetTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/AssetManagerTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/AssetWriterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Cache/ApcCacheTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Cache/ArrayCacheTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Cache/ConfigCacheTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Cache/ExpiringCacheTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Cache/FilesystemCacheTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/AsseticExtensionTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/TwigFormulaLoaderTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/TwigResourceTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/absolute_path.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/combine.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/debug.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/filters.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/function.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/glob.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/image.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/mixture.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/optional_filter.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/output_pattern.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/output_url.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/reference.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/unclosed_tag.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/variables.twig
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/LazyAssetManagerTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Loader/CachedFormulaLoaderTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Loader/FunctionCallsFormulaLoaderTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Loader/templates/debug.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/CoalescingDirectoryResourceTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/DirectoryResourceTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/FileResourceTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/Fixtures/css/style.css
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/Fixtures/dir1/file1.txt
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/Fixtures/dir1/file2.txt
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/Fixtures/dir2/file1.txt
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/Fixtures/dir2/file3.txt
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Worker/CacheBustingWorkerTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Factory/Worker/EnsureFilterWorkerTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/BaseProcessFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/CallablesFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/CoffeeScriptFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/CompassFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/CssEmbedFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/CssImportFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/CssMinFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/CssRewriteFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/DartFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/EmberPrecompileFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/FilterCollectionTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/FilterTestCase.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/GoogleClosure/CompilerApiFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/GoogleClosure/CompilerJarFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/GssFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/HandlebarsFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/JSMinFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/JSMinPlusFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/JSqueezeFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/JpegoptimFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/JpegtranFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/LessFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/LessphpFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/OptiPngFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/PackagerFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/PackerFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/PhpCssEmbedFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/PngoutFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/RooleFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/Sass/SassFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/Sass/ScssFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/ScssphpFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/SprocketsFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/StylusFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/TypeScriptFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/UglifyCssFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/UglifyJs2FilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/UglifyJsFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/Yui/BaseCompressorFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/Yui/CssCompressorFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/Yui/JsCompressorFilterTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/compass/compass.sass
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/compass/partials/_sass.sass
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/compass/partials/_scss.scss
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/compass/stylesheet.sass
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/compass/stylesheet.scss
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/cssembed/test.css
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/cssimport/import.css
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/cssimport/main.css
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/cssimport/more.sass
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/cssimport/more/evenmore/bg.gif
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/cssimport/more/evenmore/deep1.css
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/cssimport/more/evenmore/deep2.css
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/cssimport/noncssimport.css
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/cssmin/fonts.css
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/cssmin/main.css
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/handlebars/template.handlebars
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/home.gif
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/home.jpg
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/home.png
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/jsmin/js.js
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/less/_include.less
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/less/import_path/_import.less
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/less/main.less
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/packager/app/application.js
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/packager/lib/package.yml
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/packager/lib/util.js
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/packer/example.js
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/sass/_include.scss
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/sass/import_path/_import.scss
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/sass/main.scss
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/sass/main_compass.scss
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/sprockets/include.js
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/sprockets/lib1/assets/images/image.gif
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/sprockets/lib1/header.js
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/sprockets/lib2/footer.js
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/sprockets/main.js
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/uglifycss/fonts.css
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/uglifycss/main.css
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/uglifyjs/script.js
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/FilterManagerTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Fixture/messages.de.js
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Fixture/messages.en.js
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Fixture/messages.fr.js
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Util/CssUtilsTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Util/LessUtilsTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Util/TraversableStringTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/Assetic/Test/Util/VarUtilsTest.php
-share/owncloud/3rdparty/kriswallsmith/assetic/tests/bootstrap.php
-share/owncloud/3rdparty/mcnetic/phpzipstreamer/COPYING
-share/owncloud/3rdparty/mcnetic/phpzipstreamer/ZipStreamer.php
-share/owncloud/3rdparty/mrclay/minify/HISTORY.txt
-share/owncloud/3rdparty/mrclay/minify/LICENSE.txt
-share/owncloud/3rdparty/mrclay/minify/MIN.txt
-share/owncloud/3rdparty/mrclay/minify/README.txt
-share/owncloud/3rdparty/mrclay/minify/UPGRADING.txt
-share/owncloud/3rdparty/mrclay/minify/min/lib/CSSmin.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/DooDigestAuth.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/FirePHP.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/HTTP/ConditionalGet.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/HTTP/Encoder.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/JSMin.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/JSMinPlus.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Build.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/CSS.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/CSS/Compressor.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/CSS/UriRewriter.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/CSSmin.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Cache/APC.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Cache/File.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Cache/Memcache.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Cache/WinCache.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Cache/XCache.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Cache/ZendPlatform.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/ClosureCompiler.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/CommentPreserver.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Controller/Base.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Controller/Files.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Controller/Groups.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Controller/MinApp.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Controller/Page.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Controller/Version1.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/DebugDetector.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/HTML.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/HTML/Helper.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/ImportProcessor.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/JS/ClosureCompiler.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Lines.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Loader.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Logger.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Packer.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/Source.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/YUI/CssCompressor.java
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/YUI/CssCompressor.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/Minify/YUICompressor.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/MrClay/Cli.php
-share/owncloud/3rdparty/mrclay/minify/min/lib/MrClay/Cli/Arg.php
+share/owncloud/3rdparty/league/flysystem/LICENSE
+share/owncloud/3rdparty/league/flysystem/composer.json
+share/owncloud/3rdparty/league/flysystem/src/Adapter/AbstractAdapter.php
+share/owncloud/3rdparty/league/flysystem/src/Adapter/AbstractFtpAdapter.php
+share/owncloud/3rdparty/league/flysystem/src/Adapter/Ftp.php
+share/owncloud/3rdparty/league/flysystem/src/Adapter/Ftpd.php
+share/owncloud/3rdparty/league/flysystem/src/Adapter/Local.php
+share/owncloud/3rdparty/league/flysystem/src/Adapter/NullAdapter.php
+share/owncloud/3rdparty/league/flysystem/src/Adapter/Polyfill/NotSupportingVisibilityTrait.php
+share/owncloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedCopyTrait.php
+share/owncloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedReadingTrait.php
+share/owncloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php
+share/owncloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedWritingTrait.php
+share/owncloud/3rdparty/league/flysystem/src/Adapter/SynologyFtp.php
+share/owncloud/3rdparty/league/flysystem/src/AdapterInterface.php
+share/owncloud/3rdparty/league/flysystem/src/Config.php
+share/owncloud/3rdparty/league/flysystem/src/Directory.php
+share/owncloud/3rdparty/league/flysystem/src/Exception.php
+share/owncloud/3rdparty/league/flysystem/src/File.php
+share/owncloud/3rdparty/league/flysystem/src/FileExistsException.php
+share/owncloud/3rdparty/league/flysystem/src/FileNotFoundException.php
+share/owncloud/3rdparty/league/flysystem/src/Filesystem.php
+share/owncloud/3rdparty/league/flysystem/src/FilesystemInterface.php
+share/owncloud/3rdparty/league/flysystem/src/Handler.php
+share/owncloud/3rdparty/league/flysystem/src/MountManager.php
+share/owncloud/3rdparty/league/flysystem/src/NotSupportedException.php
+share/owncloud/3rdparty/league/flysystem/src/Plugin/AbstractPlugin.php
+share/owncloud/3rdparty/league/flysystem/src/Plugin/EmptyDir.php
+share/owncloud/3rdparty/league/flysystem/src/Plugin/GetWithMetadata.php
+share/owncloud/3rdparty/league/flysystem/src/Plugin/ListFiles.php
+share/owncloud/3rdparty/league/flysystem/src/Plugin/ListPaths.php
+share/owncloud/3rdparty/league/flysystem/src/Plugin/ListWith.php
+share/owncloud/3rdparty/league/flysystem/src/Plugin/PluggableTrait.php
+share/owncloud/3rdparty/league/flysystem/src/Plugin/PluginNotFoundException.php
+share/owncloud/3rdparty/league/flysystem/src/PluginInterface.php
+share/owncloud/3rdparty/league/flysystem/src/ReadInterface.php
+share/owncloud/3rdparty/league/flysystem/src/RootViolationException.php
+share/owncloud/3rdparty/league/flysystem/src/Util.php
+share/owncloud/3rdparty/league/flysystem/src/Util/MimeType.php
+share/owncloud/3rdparty/mcnetic/zipstreamer/COPYING
+share/owncloud/3rdparty/mcnetic/zipstreamer/MANUAL.md
+share/owncloud/3rdparty/mcnetic/zipstreamer/composer.json
+share/owncloud/3rdparty/mcnetic/zipstreamer/src/ZipStreamer.php
+share/owncloud/3rdparty/mcnetic/zipstreamer/src/lib/Count64.php
+share/owncloud/3rdparty/mcnetic/zipstreamer/test/ZipComponents.php
+share/owncloud/3rdparty/mcnetic/zipstreamer/test/ZipStreamerTest.php
+share/owncloud/3rdparty/mcnetic/zipstreamer/test/lib/Count64Test.php
+share/owncloud/3rdparty/mcnetic/zipstreamer/test/phpunit.xml
+share/owncloud/3rdparty/mcnetic/zipstreamer/test/travis/php-modules-install.sh
share/owncloud/3rdparty/natxet/CssMin/README
share/owncloud/3rdparty/natxet/CssMin/composer.json
share/owncloud/3rdparty/natxet/CssMin/src/CssMin.php
@@ -1056,6 +929,7 @@ share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Param.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Property.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Trait_.php
+share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Use_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/BuilderAbstract.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/BuilderFactory.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Comment.php
@@ -1091,6 +965,7 @@ share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Bitwis
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php
+share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php
@@ -1111,15 +986,16 @@ share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftL
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php
+share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool.php
+share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String.php
+share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php
+share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php
+share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php
@@ -1150,6 +1026,7 @@ share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php
+share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php
@@ -1168,12 +1045,13 @@ share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Li
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/String.php
+share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php
+share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php
@@ -1230,6 +1108,10 @@ share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer/XML.php
share/owncloud/3rdparty/nikic/php-parser/lib/bootstrap.php
share/owncloud/3rdparty/nikic/php-parser/phpunit.xml.dist
share/owncloud/3rdparty/patches.txt
+share/owncloud/3rdparty/patchwork/jsqueeze/LICENSE.ASL20
+share/owncloud/3rdparty/patchwork/jsqueeze/LICENSE.GPLv2
+share/owncloud/3rdparty/patchwork/jsqueeze/composer.json
+share/owncloud/3rdparty/patchwork/jsqueeze/src/JSqueeze.php
share/owncloud/3rdparty/patchwork/utf8/CHANGELOG.md
share/owncloud/3rdparty/patchwork/utf8/class/Normalizer.php
share/owncloud/3rdparty/patchwork/utf8/class/Patchwork/PHP/Shim/Iconv.php
@@ -1331,6 +1213,20 @@ share/owncloud/3rdparty/patchwork/utf8/phpunit.xml.dist
share/owncloud/3rdparty/pear/archive_tar/Archive/Tar.php
share/owncloud/3rdparty/pear/archive_tar/composer.json
share/owncloud/3rdparty/pear/archive_tar/package.xml
+share/owncloud/3rdparty/pear/console_getopt/Console/Getopt.php
+share/owncloud/3rdparty/pear/console_getopt/LICENSE
+share/owncloud/3rdparty/pear/console_getopt/README.rst
+share/owncloud/3rdparty/pear/console_getopt/composer.json
+share/owncloud/3rdparty/pear/console_getopt/package.xml
+share/owncloud/3rdparty/pear/pear-core-minimal/README.rst
+share/owncloud/3rdparty/pear/pear-core-minimal/composer.json
+share/owncloud/3rdparty/pear/pear-core-minimal/src/OS/Guess.php
+share/owncloud/3rdparty/pear/pear-core-minimal/src/PEAR.php
+share/owncloud/3rdparty/pear/pear-core-minimal/src/PEAR/Error.php
+share/owncloud/3rdparty/pear/pear-core-minimal/src/PEAR/ErrorStack.php
+share/owncloud/3rdparty/pear/pear-core-minimal/src/PEAR/ErrorStack5.php
+share/owncloud/3rdparty/pear/pear-core-minimal/src/PEAR5.php
+share/owncloud/3rdparty/pear/pear-core-minimal/src/System.php
share/owncloud/3rdparty/pear/pear_exception/LICENSE
share/owncloud/3rdparty/pear/pear_exception/PEAR/Exception.php
share/owncloud/3rdparty/pear/pear_exception/composer.json
@@ -1354,6 +1250,7 @@ share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ANSI.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ASN1.php
+share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/File/X509.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SCP.php
@@ -1362,7 +1259,7 @@ share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH1.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH2.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
-share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php
+share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf
share/owncloud/3rdparty/pimple/pimple/src/Pimple/Container.php
share/owncloud/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php
@@ -1767,9 +1664,9 @@ share/owncloud/3rdparty/rackspace/php-opencloud/.coveralls.yml
share/owncloud/3rdparty/rackspace/php-opencloud/CONTRIBUTING.md
share/owncloud/3rdparty/rackspace/php-opencloud/LICENSE
share/owncloud/3rdparty/rackspace/php-opencloud/composer.json
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/changelog/1.7.0.md
+share/owncloud/3rdparty/rackspace/php-opencloud/docs/changelog/1.${OS_VERSION}.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/changelog/1.9.0.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/changelog/Upgrading to 1.7.0.md
+share/owncloud/3rdparty/rackspace/php-opencloud/docs/changelog/Upgrading to 1.${OS_VERSION}.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/generate.sh
share/owncloud/3rdparty/rackspace/php-opencloud/docs/getting-started-openstack.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/getting-started.md
@@ -2892,13 +2789,14 @@ share/owncloud/3rdparty/symfony/routing/Symfony/Component/Routing/RouterInterfac
share/owncloud/3rdparty/symfony/routing/Symfony/Component/Routing/composer.json
share/owncloud/AUTHORS
share/owncloud/COPYING-AGPL
+share/owncloud/apps/activity/CONTRIBUTING.md
share/owncloud/apps/activity/appinfo/app.php
share/owncloud/apps/activity/appinfo/application.php
share/owncloud/apps/activity/appinfo/database.xml
share/owncloud/apps/activity/appinfo/info.xml
+share/owncloud/apps/activity/appinfo/install.php
share/owncloud/apps/activity/appinfo/routes.php
share/owncloud/apps/activity/appinfo/update.php
-share/owncloud/apps/activity/appinfo/version
share/owncloud/apps/activity/controller/activities.php
share/owncloud/apps/activity/controller/feed.php
share/owncloud/apps/activity/controller/settings.php
@@ -2916,6 +2814,10 @@ share/owncloud/apps/activity/img/change.png
share/owncloud/apps/activity/img/change.svg
share/owncloud/apps/activity/img/delete-color.png
share/owncloud/apps/activity/img/delete-color.svg
+share/owncloud/apps/activity/js/activitycollection.js
+share/owncloud/apps/activity/js/activitymodel.js
+share/owncloud/apps/activity/js/activitytabview.js
+share/owncloud/apps/activity/js/filesplugin.js
share/owncloud/apps/activity/js/script.js
share/owncloud/apps/activity/js/settings.js
share/owncloud/apps/activity/l10n/ar.js
@@ -2980,6 +2882,8 @@ share/owncloud/apps/activity/l10n/it.js
share/owncloud/apps/activity/l10n/it.json
share/owncloud/apps/activity/l10n/ja.js
share/owncloud/apps/activity/l10n/ja.json
+share/owncloud/apps/activity/l10n/ka_GE.js
+share/owncloud/apps/activity/l10n/ka_GE.json
share/owncloud/apps/activity/l10n/km.js
share/owncloud/apps/activity/l10n/km.json
share/owncloud/apps/activity/l10n/ko.js
@@ -2996,11 +2900,15 @@ share/owncloud/apps/activity/l10n/ml_IN.js
share/owncloud/apps/activity/l10n/ml_IN.json
share/owncloud/apps/activity/l10n/nb_NO.js
share/owncloud/apps/activity/l10n/nb_NO.json
+share/owncloud/apps/activity/l10n/nds.js
+share/owncloud/apps/activity/l10n/nds.json
share/owncloud/apps/activity/l10n/nl.js
share/owncloud/apps/activity/l10n/nl.json
share/owncloud/apps/activity/l10n/nn_NO.js
share/owncloud/apps/activity/l10n/nn_NO.json
share/owncloud/apps/activity/l10n/no-php
+share/owncloud/apps/activity/l10n/oc.js
+share/owncloud/apps/activity/l10n/oc.json
share/owncloud/apps/activity/l10n/pl.js
share/owncloud/apps/activity/l10n/pl.json
share/owncloud/apps/activity/l10n/pt_BR.js
@@ -3041,7 +2949,6 @@ share/owncloud/apps/activity/lib/backgroundjob/expireactivities.php
share/owncloud/apps/activity/lib/consumer.php
share/owncloud/apps/activity/lib/data.php
share/owncloud/apps/activity/lib/datahelper.php
-share/owncloud/apps/activity/lib/display.php
share/owncloud/apps/activity/lib/fileshooks.php
share/owncloud/apps/activity/lib/fileshooksstatic.php
share/owncloud/apps/activity/lib/grouphelper.php
@@ -3056,11 +2963,11 @@ share/owncloud/apps/activity/templates/personal.php
share/owncloud/apps/activity/templates/rss.php
share/owncloud/apps/activity/templates/stream.app.navigation.php
share/owncloud/apps/activity/templates/stream.body.php
-share/owncloud/apps/activity/templates/stream.item.php
-share/owncloud/apps/activity/templates/stream.list.php
share/owncloud/apps/activity/tests/apitest.php
-share/owncloud/apps/activity/tests/applicationtest.php
-share/owncloud/apps/activity/tests/apptest.php
+share/owncloud/apps/activity/tests/appinfo/applicationtest.php
+share/owncloud/apps/activity/tests/appinfo/apptest.php
+share/owncloud/apps/activity/tests/appinfo/installtest.php
+share/owncloud/apps/activity/tests/appinfo/updatetest.php
share/owncloud/apps/activity/tests/backgroundjob/emailnotificationtest.php
share/owncloud/apps/activity/tests/backgroundjob/expireactivitiestest.php
share/owncloud/apps/activity/tests/bootstrap.php
@@ -3071,15 +2978,21 @@ share/owncloud/apps/activity/tests/controller/settingstest.php
share/owncloud/apps/activity/tests/datadeleteactivitestest.php
share/owncloud/apps/activity/tests/datahelpertest.php
share/owncloud/apps/activity/tests/datatest.php
-share/owncloud/apps/activity/tests/displaytest.php
+share/owncloud/apps/activity/tests/fileshookstest.php
share/owncloud/apps/activity/tests/grouphelpertest.php
share/owncloud/apps/activity/tests/hooksdeleteusertest.php
+share/owncloud/apps/activity/tests/js/activitycollectionSpec.js
+share/owncloud/apps/activity/tests/js/activitytabviewSpec.js
+share/owncloud/apps/activity/tests/js/karma.config.js
+share/owncloud/apps/activity/tests/js/package.json
+share/owncloud/apps/activity/tests/js/scriptSpec.js
share/owncloud/apps/activity/tests/mailqueuehandlertest.php
share/owncloud/apps/activity/tests/mock/extension.php
share/owncloud/apps/activity/tests/navigationtest.php
share/owncloud/apps/activity/tests/parameterhelpertest.php
share/owncloud/apps/activity/tests/personaltest.php
share/owncloud/apps/activity/tests/phpunit.xml
+share/owncloud/apps/activity/tests/template/rsstest.php
share/owncloud/apps/activity/tests/testcase.php
share/owncloud/apps/activity/tests/usersettingstest.php
share/owncloud/apps/calendar/3rdparty/chosen/LICENSE.md
@@ -3879,7 +3792,7 @@ share/owncloud/apps/encryption/appinfo/application.php
share/owncloud/apps/encryption/appinfo/info.xml
share/owncloud/apps/encryption/appinfo/register_command.php
share/owncloud/apps/encryption/appinfo/routes.php
-share/owncloud/apps/encryption/appinfo/version
+share/owncloud/apps/encryption/command/enablemasterkey.php
share/owncloud/apps/encryption/command/migratekeys.php
share/owncloud/apps/encryption/controller/recoverycontroller.php
share/owncloud/apps/encryption/controller/settingscontroller.php
@@ -3942,8 +3855,12 @@ share/owncloud/apps/encryption/l10n/hr.js
share/owncloud/apps/encryption/l10n/hr.json
share/owncloud/apps/encryption/l10n/hu_HU.js
share/owncloud/apps/encryption/l10n/hu_HU.json
+share/owncloud/apps/encryption/l10n/ia.js
+share/owncloud/apps/encryption/l10n/ia.json
share/owncloud/apps/encryption/l10n/id.js
share/owncloud/apps/encryption/l10n/id.json
+share/owncloud/apps/encryption/l10n/is.js
+share/owncloud/apps/encryption/l10n/is.json
share/owncloud/apps/encryption/l10n/it.js
share/owncloud/apps/encryption/l10n/it.json
share/owncloud/apps/encryption/l10n/ja.js
@@ -3996,6 +3913,8 @@ share/owncloud/apps/encryption/l10n/tr.js
share/owncloud/apps/encryption/l10n/tr.json
share/owncloud/apps/encryption/l10n/uk.js
share/owncloud/apps/encryption/l10n/uk.json
+share/owncloud/apps/encryption/l10n/ur_PK.js
+share/owncloud/apps/encryption/l10n/ur_PK.json
share/owncloud/apps/encryption/l10n/vi.js
share/owncloud/apps/encryption/l10n/vi.json
share/owncloud/apps/encryption/l10n/zh_CN.js
@@ -4005,6 +3924,8 @@ share/owncloud/apps/encryption/l10n/zh_HK.json
share/owncloud/apps/encryption/l10n/zh_TW.js
share/owncloud/apps/encryption/l10n/zh_TW.json
share/owncloud/apps/encryption/lib/crypto/crypt.php
+share/owncloud/apps/encryption/lib/crypto/decryptall.php
+share/owncloud/apps/encryption/lib/crypto/encryptall.php
share/owncloud/apps/encryption/lib/crypto/encryption.php
share/owncloud/apps/encryption/lib/exceptions/multikeydecryptexception.php
share/owncloud/apps/encryption/lib/exceptions/multikeyencryptexception.php
@@ -4019,8 +3940,11 @@ share/owncloud/apps/encryption/lib/users/setup.php
share/owncloud/apps/encryption/lib/util.php
share/owncloud/apps/encryption/settings/settings-admin.php
share/owncloud/apps/encryption/settings/settings-personal.php
+share/owncloud/apps/encryption/templates/altmail.php
+share/owncloud/apps/encryption/templates/mail.php
share/owncloud/apps/encryption/templates/settings-admin.php
share/owncloud/apps/encryption/templates/settings-personal.php
+share/owncloud/apps/encryption/tests/command/testenablemasterkey.php
share/owncloud/apps/encryption/tests/controller/RecoveryControllerTest.php
share/owncloud/apps/encryption/tests/controller/SettingsControllerTest.php
share/owncloud/apps/encryption/tests/controller/StatusControllerTest.php
@@ -4032,8 +3956,11 @@ share/owncloud/apps/encryption/tests/lib/RecoveryTest.php
share/owncloud/apps/encryption/tests/lib/SessionTest.php
share/owncloud/apps/encryption/tests/lib/UtilTest.php
share/owncloud/apps/encryption/tests/lib/crypto/cryptTest.php
+share/owncloud/apps/encryption/tests/lib/crypto/decryptalltest.php
+share/owncloud/apps/encryption/tests/lib/crypto/encryptalltest.php
share/owncloud/apps/encryption/tests/lib/crypto/encryptionTest.php
share/owncloud/apps/encryption/tests/lib/users/SetupTest.php
+share/owncloud/apps/encryption/vendor/pbkdf2fallback.php
share/owncloud/apps/external/ajax/setsites.php
share/owncloud/apps/external/appinfo/app.php
share/owncloud/apps/external/appinfo/info.xml
@@ -4145,6 +4072,8 @@ share/owncloud/apps/external/l10n/my_MM.js
share/owncloud/apps/external/l10n/my_MM.json
share/owncloud/apps/external/l10n/nb_NO.js
share/owncloud/apps/external/l10n/nb_NO.json
+share/owncloud/apps/external/l10n/nds.js
+share/owncloud/apps/external/l10n/nds.json
share/owncloud/apps/external/l10n/nl.js
share/owncloud/apps/external/l10n/nl.json
share/owncloud/apps/external/l10n/nn_NO.js
@@ -4206,7 +4135,6 @@ share/owncloud/apps/files/ajax/delete.php
share/owncloud/apps/files/ajax/download.php
share/owncloud/apps/files/ajax/getstoragestats.php
share/owncloud/apps/files/ajax/list.php
-share/owncloud/apps/files/ajax/mimeicon.php
share/owncloud/apps/files/ajax/move.php
share/owncloud/apps/files/ajax/newfile.php
share/owncloud/apps/files/ajax/newfolder.php
@@ -4219,10 +4147,11 @@ share/owncloud/apps/files/appinfo/info.xml
share/owncloud/apps/files/appinfo/register_command.php
share/owncloud/apps/files/appinfo/remote.php
share/owncloud/apps/files/appinfo/routes.php
-share/owncloud/apps/files/appinfo/version
+share/owncloud/apps/files/appinfo/update.php
share/owncloud/apps/files/command/deleteorphanedfiles.php
share/owncloud/apps/files/command/scan.php
share/owncloud/apps/files/controller/apicontroller.php
+share/owncloud/apps/files/css/detailsView.css
share/owncloud/apps/files/css/files.css
share/owncloud/apps/files/css/mobile.css
share/owncloud/apps/files/css/upload.css
@@ -4243,10 +4172,15 @@ share/owncloud/apps/files/index.php
share/owncloud/apps/files/js/admin.js
share/owncloud/apps/files/js/app.js
share/owncloud/apps/files/js/breadcrumb.js
+share/owncloud/apps/files/js/detailfileinfoview.js
+share/owncloud/apps/files/js/detailsview.js
+share/owncloud/apps/files/js/detailtabview.js
share/owncloud/apps/files/js/favoritesfilelist.js
share/owncloud/apps/files/js/favoritesplugin.js
share/owncloud/apps/files/js/file-upload.js
share/owncloud/apps/files/js/fileactions.js
+share/owncloud/apps/files/js/fileactionsmenu.js
+share/owncloud/apps/files/js/fileinfomodel.js
share/owncloud/apps/files/js/filelist.js
share/owncloud/apps/files/js/files.js
share/owncloud/apps/files/js/filesummary.js
@@ -4254,7 +4188,9 @@ share/owncloud/apps/files/js/jquery-visibility.js
share/owncloud/apps/files/js/jquery.fileupload.js
share/owncloud/apps/files/js/jquery.iframe-transport.js
share/owncloud/apps/files/js/keyboardshortcuts.js
+share/owncloud/apps/files/js/mainfileinfodetailview.js
share/owncloud/apps/files/js/navigation.js
+share/owncloud/apps/files/js/newfilemenu.js
share/owncloud/apps/files/js/search.js
share/owncloud/apps/files/js/tagsplugin.js
share/owncloud/apps/files/js/upload.js
@@ -4262,8 +4198,6 @@ share/owncloud/apps/files/l10n/ach.js
share/owncloud/apps/files/l10n/ach.json
share/owncloud/apps/files/l10n/ady.js
share/owncloud/apps/files/l10n/ady.json
-share/owncloud/apps/files/l10n/af.js
-share/owncloud/apps/files/l10n/af.json
share/owncloud/apps/files/l10n/af_ZA.js
share/owncloud/apps/files/l10n/af_ZA.json
share/owncloud/apps/files/l10n/ak.js
@@ -4288,8 +4222,6 @@ share/owncloud/apps/files/l10n/bs.js
share/owncloud/apps/files/l10n/bs.json
share/owncloud/apps/files/l10n/ca.js
share/owncloud/apps/files/l10n/ca.json
-share/owncloud/apps/files/l10n/ca@valencia.js
-share/owncloud/apps/files/l10n/ca@valencia.json
share/owncloud/apps/files/l10n/cs_CZ.js
share/owncloud/apps/files/l10n/cs_CZ.json
share/owncloud/apps/files/l10n/cy_GB.js
@@ -4300,8 +4232,6 @@ share/owncloud/apps/files/l10n/de.js
share/owncloud/apps/files/l10n/de.json
share/owncloud/apps/files/l10n/de_AT.js
share/owncloud/apps/files/l10n/de_AT.json
-share/owncloud/apps/files/l10n/de_CH.js
-share/owncloud/apps/files/l10n/de_CH.json
share/owncloud/apps/files/l10n/de_DE.js
share/owncloud/apps/files/l10n/de_DE.json
share/owncloud/apps/files/l10n/el.js
@@ -4310,52 +4240,28 @@ share/owncloud/apps/files/l10n/en@pirate.js
share/owncloud/apps/files/l10n/en@pirate.json
share/owncloud/apps/files/l10n/en_GB.js
share/owncloud/apps/files/l10n/en_GB.json
-share/owncloud/apps/files/l10n/en_NZ.js
-share/owncloud/apps/files/l10n/en_NZ.json
share/owncloud/apps/files/l10n/eo.js
share/owncloud/apps/files/l10n/eo.json
share/owncloud/apps/files/l10n/es.js
share/owncloud/apps/files/l10n/es.json
share/owncloud/apps/files/l10n/es_AR.js
share/owncloud/apps/files/l10n/es_AR.json
-share/owncloud/apps/files/l10n/es_BO.js
-share/owncloud/apps/files/l10n/es_BO.json
share/owncloud/apps/files/l10n/es_CL.js
share/owncloud/apps/files/l10n/es_CL.json
-share/owncloud/apps/files/l10n/es_CO.js
-share/owncloud/apps/files/l10n/es_CO.json
-share/owncloud/apps/files/l10n/es_CR.js
-share/owncloud/apps/files/l10n/es_CR.json
-share/owncloud/apps/files/l10n/es_EC.js
-share/owncloud/apps/files/l10n/es_EC.json
share/owncloud/apps/files/l10n/es_MX.js
share/owncloud/apps/files/l10n/es_MX.json
-share/owncloud/apps/files/l10n/es_PE.js
-share/owncloud/apps/files/l10n/es_PE.json
-share/owncloud/apps/files/l10n/es_PY.js
-share/owncloud/apps/files/l10n/es_PY.json
-share/owncloud/apps/files/l10n/es_US.js
-share/owncloud/apps/files/l10n/es_US.json
-share/owncloud/apps/files/l10n/es_UY.js
-share/owncloud/apps/files/l10n/es_UY.json
share/owncloud/apps/files/l10n/et_EE.js
share/owncloud/apps/files/l10n/et_EE.json
share/owncloud/apps/files/l10n/eu.js
share/owncloud/apps/files/l10n/eu.json
-share/owncloud/apps/files/l10n/eu_ES.js
-share/owncloud/apps/files/l10n/eu_ES.json
share/owncloud/apps/files/l10n/fa.js
share/owncloud/apps/files/l10n/fa.json
-share/owncloud/apps/files/l10n/fi.js
-share/owncloud/apps/files/l10n/fi.json
share/owncloud/apps/files/l10n/fi_FI.js
share/owncloud/apps/files/l10n/fi_FI.json
share/owncloud/apps/files/l10n/fil.js
share/owncloud/apps/files/l10n/fil.json
share/owncloud/apps/files/l10n/fr.js
share/owncloud/apps/files/l10n/fr.json
-share/owncloud/apps/files/l10n/fr_CA.js
-share/owncloud/apps/files/l10n/fr_CA.json
share/owncloud/apps/files/l10n/fy_NL.js
share/owncloud/apps/files/l10n/fy_NL.json
share/owncloud/apps/files/l10n/gl.js
@@ -4366,8 +4272,6 @@ share/owncloud/apps/files/l10n/he.js
share/owncloud/apps/files/l10n/he.json
share/owncloud/apps/files/l10n/hi.js
share/owncloud/apps/files/l10n/hi.json
-share/owncloud/apps/files/l10n/hi_IN.js
-share/owncloud/apps/files/l10n/hi_IN.json
share/owncloud/apps/files/l10n/hr.js
share/owncloud/apps/files/l10n/hr.json
share/owncloud/apps/files/l10n/hu_HU.js
@@ -4454,8 +4358,6 @@ share/owncloud/apps/files/l10n/ru.js
share/owncloud/apps/files/l10n/ru.json
share/owncloud/apps/files/l10n/si_LK.js
share/owncloud/apps/files/l10n/si_LK.json
-share/owncloud/apps/files/l10n/sk.js
-share/owncloud/apps/files/l10n/sk.json
share/owncloud/apps/files/l10n/sk_SK.js
share/owncloud/apps/files/l10n/sk_SK.json
share/owncloud/apps/files/l10n/sl.js
@@ -4492,8 +4394,6 @@ share/owncloud/apps/files/l10n/ug.js
share/owncloud/apps/files/l10n/ug.json
share/owncloud/apps/files/l10n/uk.js
share/owncloud/apps/files/l10n/uk.json
-share/owncloud/apps/files/l10n/ur.js
-share/owncloud/apps/files/l10n/ur.json
share/owncloud/apps/files/l10n/ur_PK.js
share/owncloud/apps/files/l10n/ur_PK.json
share/owncloud/apps/files/l10n/uz.js
@@ -4523,6 +4423,7 @@ share/owncloud/apps/files/templates/fileexists.html
share/owncloud/apps/files/templates/index.php
share/owncloud/apps/files/templates/list.php
share/owncloud/apps/files/templates/simplelist.php
+share/owncloud/apps/files/templates/test.png
share/owncloud/apps/files/tests/activitytest.php
share/owncloud/apps/files/tests/ajax_rename.php
share/owncloud/apps/files/tests/command/deleteorphanedfilestest.php
@@ -4530,13 +4431,17 @@ share/owncloud/apps/files/tests/controller/apicontrollertest.php
share/owncloud/apps/files/tests/helper.php
share/owncloud/apps/files/tests/js/appSpec.js
share/owncloud/apps/files/tests/js/breadcrumbSpec.js
+share/owncloud/apps/files/tests/js/detailsviewSpec.js
share/owncloud/apps/files/tests/js/favoritesfilelistspec.js
share/owncloud/apps/files/tests/js/favoritespluginspec.js
share/owncloud/apps/files/tests/js/fileUploadSpec.js
share/owncloud/apps/files/tests/js/fileactionsSpec.js
+share/owncloud/apps/files/tests/js/fileactionsmenuSpec.js
share/owncloud/apps/files/tests/js/filelistSpec.js
share/owncloud/apps/files/tests/js/filesSpec.js
share/owncloud/apps/files/tests/js/filesummarySpec.js
+share/owncloud/apps/files/tests/js/mainfileinfodetailviewSpec.js
+share/owncloud/apps/files/tests/js/newfilemenuSpec.js
share/owncloud/apps/files/tests/js/tagspluginspec.js
share/owncloud/apps/files/tests/service/tagservice.php
share/owncloud/apps/files_external/3rdparty/Dropbox/API.php
@@ -5210,6 +5115,7 @@ share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Ver
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Pem.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
share/owncloud/apps/files_external/3rdparty/icewind/smb/composer.json
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Connection.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/ErrorCodes.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php
@@ -5223,8 +5129,10 @@ share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseE
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidTypeException.php
+share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoLoginServerException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php
@@ -5242,15 +5150,6 @@ share/owncloud/apps/files_external/3rdparty/icewind/smb/src/RawConnection.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Server.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Share.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/tests/AbstractShare.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/tests/NativeShare.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/tests/NativeStream.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/tests/Parser.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/tests/Server.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/tests/Share.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/tests/bootstrap.php
-share/owncloud/apps/files_external/3rdparty/icewind/smb/tests/config.json
-share/owncloud/apps/files_external/3rdparty/icewind/smb/tests/phpunit.xml
share/owncloud/apps/files_external/3rdparty/icewind/streams/composer.json
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/Directory.php
@@ -5265,13 +5164,12 @@ share/owncloud/apps/files_external/3rdparty/icewind/streams/tests/Wrapper.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/tests/bootstrap.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/tests/phpunit.xml
share/owncloud/apps/files_external/ajax/applicable.php
-share/owncloud/apps/files_external/ajax/dropbox.php
-share/owncloud/apps/files_external/ajax/google.php
+share/owncloud/apps/files_external/ajax/oauth1.php
+share/owncloud/apps/files_external/ajax/oauth2.php
share/owncloud/apps/files_external/appinfo/app.php
share/owncloud/apps/files_external/appinfo/application.php
share/owncloud/apps/files_external/appinfo/info.xml
share/owncloud/apps/files_external/appinfo/routes.php
-share/owncloud/apps/files_external/appinfo/version
share/owncloud/apps/files_external/controller/ajaxcontroller.php
share/owncloud/apps/files_external/controller/globalstoragescontroller.php
share/owncloud/apps/files_external/controller/storagescontroller.php
@@ -5279,11 +5177,11 @@ share/owncloud/apps/files_external/controller/userstoragescontroller.php
share/owncloud/apps/files_external/css/settings.css
share/owncloud/apps/files_external/img/app.svg
share/owncloud/apps/files_external/js/app.js
-share/owncloud/apps/files_external/js/dropbox.js
-share/owncloud/apps/files_external/js/google.js
share/owncloud/apps/files_external/js/mountsfilelist.js
+share/owncloud/apps/files_external/js/oauth1.js
+share/owncloud/apps/files_external/js/oauth2.js
+share/owncloud/apps/files_external/js/public_key.js
share/owncloud/apps/files_external/js/settings.js
-share/owncloud/apps/files_external/js/sftp_key.js
share/owncloud/apps/files_external/l10n/af_ZA.js
share/owncloud/apps/files_external/l10n/af_ZA.json
share/owncloud/apps/files_external/l10n/ar.js
@@ -5312,8 +5210,6 @@ share/owncloud/apps/files_external/l10n/de.js
share/owncloud/apps/files_external/l10n/de.json
share/owncloud/apps/files_external/l10n/de_AT.js
share/owncloud/apps/files_external/l10n/de_AT.json
-share/owncloud/apps/files_external/l10n/de_CH.js
-share/owncloud/apps/files_external/l10n/de_CH.json
share/owncloud/apps/files_external/l10n/de_DE.js
share/owncloud/apps/files_external/l10n/de_DE.json
share/owncloud/apps/files_external/l10n/el.js
@@ -5336,12 +5232,8 @@ share/owncloud/apps/files_external/l10n/et_EE.js
share/owncloud/apps/files_external/l10n/et_EE.json
share/owncloud/apps/files_external/l10n/eu.js
share/owncloud/apps/files_external/l10n/eu.json
-share/owncloud/apps/files_external/l10n/eu_ES.js
-share/owncloud/apps/files_external/l10n/eu_ES.json
share/owncloud/apps/files_external/l10n/fa.js
share/owncloud/apps/files_external/l10n/fa.json
-share/owncloud/apps/files_external/l10n/fi.js
-share/owncloud/apps/files_external/l10n/fi.json
share/owncloud/apps/files_external/l10n/fi_FI.js
share/owncloud/apps/files_external/l10n/fi_FI.json
share/owncloud/apps/files_external/l10n/fr.js
@@ -5396,6 +5288,8 @@ share/owncloud/apps/files_external/l10n/my_MM.js
share/owncloud/apps/files_external/l10n/my_MM.json
share/owncloud/apps/files_external/l10n/nb_NO.js
share/owncloud/apps/files_external/l10n/nb_NO.json
+share/owncloud/apps/files_external/l10n/nds.js
+share/owncloud/apps/files_external/l10n/nds.json
share/owncloud/apps/files_external/l10n/nl.js
share/owncloud/apps/files_external/l10n/nl.json
share/owncloud/apps/files_external/l10n/nn_NO.js
@@ -5416,8 +5310,6 @@ share/owncloud/apps/files_external/l10n/ru.js
share/owncloud/apps/files_external/l10n/ru.json
share/owncloud/apps/files_external/l10n/si_LK.js
share/owncloud/apps/files_external/l10n/si_LK.json
-share/owncloud/apps/files_external/l10n/sk.js
-share/owncloud/apps/files_external/l10n/sk.json
share/owncloud/apps/files_external/l10n/sk_SK.js
share/owncloud/apps/files_external/l10n/sk_SK.json
share/owncloud/apps/files_external/l10n/sl.js
@@ -5454,32 +5346,73 @@ share/owncloud/apps/files_external/l10n/zh_TW.js
share/owncloud/apps/files_external/l10n/zh_TW.json
share/owncloud/apps/files_external/lib/amazons3.php
share/owncloud/apps/files_external/lib/api.php
+share/owncloud/apps/files_external/lib/auth/amazons3/accesskey.php
+share/owncloud/apps/files_external/lib/auth/authmechanism.php
+share/owncloud/apps/files_external/lib/auth/builtin.php
+share/owncloud/apps/files_external/lib/auth/nullmechanism.php
+share/owncloud/apps/files_external/lib/auth/oauth1/oauth1.php
+share/owncloud/apps/files_external/lib/auth/oauth2/oauth2.php
+share/owncloud/apps/files_external/lib/auth/openstack/openstack.php
+share/owncloud/apps/files_external/lib/auth/openstack/rackspace.php
+share/owncloud/apps/files_external/lib/auth/password/password.php
+share/owncloud/apps/files_external/lib/auth/password/sessioncredentials.php
+share/owncloud/apps/files_external/lib/auth/publickey/rsa.php
+share/owncloud/apps/files_external/lib/backend/amazons3.php
+share/owncloud/apps/files_external/lib/backend/backend.php
+share/owncloud/apps/files_external/lib/backend/dav.php
+share/owncloud/apps/files_external/lib/backend/dropbox.php
+share/owncloud/apps/files_external/lib/backend/ftp.php
+share/owncloud/apps/files_external/lib/backend/google.php
+share/owncloud/apps/files_external/lib/backend/legacybackend.php
+share/owncloud/apps/files_external/lib/backend/local.php
+share/owncloud/apps/files_external/lib/backend/owncloud.php
+share/owncloud/apps/files_external/lib/backend/sftp.php
+share/owncloud/apps/files_external/lib/backend/sftp_key.php
+share/owncloud/apps/files_external/lib/backend/smb.php
+share/owncloud/apps/files_external/lib/backend/smb_oc.php
+share/owncloud/apps/files_external/lib/backend/swift.php
share/owncloud/apps/files_external/lib/config.php
share/owncloud/apps/files_external/lib/config/configadapter.php
+share/owncloud/apps/files_external/lib/definitionparameter.php
+share/owncloud/apps/files_external/lib/dependencytrait.php
share/owncloud/apps/files_external/lib/dropbox.php
share/owncloud/apps/files_external/lib/etagpropagator.php
+share/owncloud/apps/files_external/lib/failedstorage.php
+share/owncloud/apps/files_external/lib/frontenddefinitiontrait.php
share/owncloud/apps/files_external/lib/ftp.php
share/owncloud/apps/files_external/lib/google.php
+share/owncloud/apps/files_external/lib/identifiertrait.php
+share/owncloud/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php
+share/owncloud/apps/files_external/lib/legacydependencycheckpolyfill.php
+share/owncloud/apps/files_external/lib/missingdependency.php
share/owncloud/apps/files_external/lib/notfoundexception.php
share/owncloud/apps/files_external/lib/owncloud.php
share/owncloud/apps/files_external/lib/personalmount.php
+share/owncloud/apps/files_external/lib/prioritytrait.php
+share/owncloud/apps/files_external/lib/sessionstoragewrapper.php
share/owncloud/apps/files_external/lib/sftp.php
-share/owncloud/apps/files_external/lib/sftp_key.php
share/owncloud/apps/files_external/lib/smb.php
-share/owncloud/apps/files_external/lib/smb_oc.php
share/owncloud/apps/files_external/lib/storageconfig.php
+share/owncloud/apps/files_external/lib/storagemodifiertrait.php
share/owncloud/apps/files_external/lib/streamwrapper.php
share/owncloud/apps/files_external/lib/swift.php
+share/owncloud/apps/files_external/lib/visibilitytrait.php
share/owncloud/apps/files_external/list.php
share/owncloud/apps/files_external/personal.php
+share/owncloud/apps/files_external/service/backendservice.php
share/owncloud/apps/files_external/service/globalstoragesservice.php
share/owncloud/apps/files_external/service/storagesservice.php
+share/owncloud/apps/files_external/service/userglobalstoragesservice.php
share/owncloud/apps/files_external/service/userstoragesservice.php
+share/owncloud/apps/files_external/service/usertrait.php
share/owncloud/apps/files_external/settings.php
share/owncloud/apps/files_external/templates/list.php
share/owncloud/apps/files_external/templates/settings.php
share/owncloud/apps/files_external/tests/amazons3migration.php
share/owncloud/apps/files_external/tests/appSpec.js
+share/owncloud/apps/files_external/tests/auth/authmechanismtest.php
+share/owncloud/apps/files_external/tests/backend/backendtest.php
+share/owncloud/apps/files_external/tests/backend/legacybackendtest.php
share/owncloud/apps/files_external/tests/backends/amazons3.php
share/owncloud/apps/files_external/tests/backends/dropbox.php
share/owncloud/apps/files_external/tests/backends/ftp.php
@@ -5494,26 +5427,32 @@ share/owncloud/apps/files_external/tests/config.php
share/owncloud/apps/files_external/tests/controller/globalstoragescontrollertest.php
share/owncloud/apps/files_external/tests/controller/storagescontrollertest.php
share/owncloud/apps/files_external/tests/controller/userstoragescontrollertest.php
-share/owncloud/apps/files_external/tests/dynamicmountconfig.php
+share/owncloud/apps/files_external/tests/definitionparameterttest.php
+share/owncloud/apps/files_external/tests/env/start-amazons3-ceph.sh
share/owncloud/apps/files_external/tests/env/start-ftp-morrisjobke.sh
share/owncloud/apps/files_external/tests/env/start-sftp-atmoz.sh
share/owncloud/apps/files_external/tests/env/start-smb-silvershell.sh
share/owncloud/apps/files_external/tests/env/start-smb-windows.sh
share/owncloud/apps/files_external/tests/env/start-webdav-ownCloud.sh
+share/owncloud/apps/files_external/tests/env/stop-amazons3-ceph.sh
share/owncloud/apps/files_external/tests/env/stop-ftp-morrisjobke.sh
share/owncloud/apps/files_external/tests/env/stop-sftp-atmoz.sh
share/owncloud/apps/files_external/tests/env/stop-smb-silvershell.sh
share/owncloud/apps/files_external/tests/env/stop-smb-windows.sh
share/owncloud/apps/files_external/tests/env/stop-webdav-ownCloud.sh
share/owncloud/apps/files_external/tests/etagpropagator.php
+share/owncloud/apps/files_external/tests/frontenddefinitiontraittest.php
share/owncloud/apps/files_external/tests/js/mountsfilelistSpec.js
share/owncloud/apps/files_external/tests/js/settingsSpec.js
-share/owncloud/apps/files_external/tests/mountconfig.php
+share/owncloud/apps/files_external/tests/legacydependencycheckpolyfilltest.php
share/owncloud/apps/files_external/tests/owncloudfunctions.php
+share/owncloud/apps/files_external/tests/service/backendservicetest.php
share/owncloud/apps/files_external/tests/service/globalstoragesservicetest.php
share/owncloud/apps/files_external/tests/service/storagesservicetest.php
+share/owncloud/apps/files_external/tests/service/userglobalstoragesservicetest.php
share/owncloud/apps/files_external/tests/service/userstoragesservicetest.php
share/owncloud/apps/files_external/tests/storageconfigtest.php
+share/owncloud/apps/files_locking/CONTRIBUTING.md
share/owncloud/apps/files_locking/appinfo/app.php
share/owncloud/apps/files_locking/appinfo/info.xml
share/owncloud/apps/files_locking/img/app.svg
@@ -5524,12 +5463,16 @@ share/owncloud/apps/files_locking/tests/LockingWrapperTest.php
share/owncloud/apps/files_locking/tests/bootstrap.php
share/owncloud/apps/files_locking/tests/data/test.txt
share/owncloud/apps/files_locking/tests/phpunit.xml
+share/owncloud/apps/files_pdfviewer/CONTRIBUTING.md
share/owncloud/apps/files_pdfviewer/appinfo/app.php
share/owncloud/apps/files_pdfviewer/appinfo/info.xml
share/owncloud/apps/files_pdfviewer/appinfo/routes.php
share/owncloud/apps/files_pdfviewer/appinfo/version
share/owncloud/apps/files_pdfviewer/controller/displaycontroller.php
+share/owncloud/apps/files_pdfviewer/css/style.css
+share/owncloud/apps/files_pdfviewer/img/app.png
share/owncloud/apps/files_pdfviewer/img/app.svg
+share/owncloud/apps/files_pdfviewer/img/toolbarButton-secondaryToolbarClose.svg
share/owncloud/apps/files_pdfviewer/js/previewplugin.js
share/owncloud/apps/files_pdfviewer/js/workersrc.js
share/owncloud/apps/files_pdfviewer/templates/viewer.php
@@ -5900,16 +5843,17 @@ share/owncloud/apps/files_sharing/ajax/external.php
share/owncloud/apps/files_sharing/ajax/list.php
share/owncloud/apps/files_sharing/ajax/publicpreview.php
share/owncloud/apps/files_sharing/ajax/shareinfo.php
-share/owncloud/apps/files_sharing/ajax/testremote.php
share/owncloud/apps/files_sharing/api/local.php
+share/owncloud/apps/files_sharing/api/remote.php
share/owncloud/apps/files_sharing/api/server2server.php
+share/owncloud/apps/files_sharing/api/sharees.php
share/owncloud/apps/files_sharing/appinfo/app.php
share/owncloud/apps/files_sharing/appinfo/application.php
share/owncloud/apps/files_sharing/appinfo/database.xml
share/owncloud/apps/files_sharing/appinfo/info.xml
+share/owncloud/apps/files_sharing/appinfo/install.php
share/owncloud/apps/files_sharing/appinfo/routes.php
share/owncloud/apps/files_sharing/appinfo/update.php
-share/owncloud/apps/files_sharing/appinfo/version
share/owncloud/apps/files_sharing/css/3rdparty/gs-share/style.css
share/owncloud/apps/files_sharing/css/404.css
share/owncloud/apps/files_sharing/css/authenticate.css
@@ -5917,6 +5861,7 @@ share/owncloud/apps/files_sharing/css/mobile.css
share/owncloud/apps/files_sharing/css/public.css
share/owncloud/apps/files_sharing/css/settings-personal.css
share/owncloud/apps/files_sharing/css/sharedfilelist.css
+share/owncloud/apps/files_sharing/css/sharetabview.css
share/owncloud/apps/files_sharing/img/app.svg
share/owncloud/apps/files_sharing/img/social-diaspora.svg
share/owncloud/apps/files_sharing/img/social-facebook.svg
@@ -5931,6 +5876,7 @@ share/owncloud/apps/files_sharing/js/settings-admin.js
share/owncloud/apps/files_sharing/js/settings-personal.js
share/owncloud/apps/files_sharing/js/share.js
share/owncloud/apps/files_sharing/js/sharedfilelist.js
+share/owncloud/apps/files_sharing/js/sharetabview.js
share/owncloud/apps/files_sharing/l10n/af_ZA.js
share/owncloud/apps/files_sharing/l10n/af_ZA.json
share/owncloud/apps/files_sharing/l10n/ar.js
@@ -5959,8 +5905,6 @@ share/owncloud/apps/files_sharing/l10n/de.js
share/owncloud/apps/files_sharing/l10n/de.json
share/owncloud/apps/files_sharing/l10n/de_AT.js
share/owncloud/apps/files_sharing/l10n/de_AT.json
-share/owncloud/apps/files_sharing/l10n/de_CH.js
-share/owncloud/apps/files_sharing/l10n/de_CH.json
share/owncloud/apps/files_sharing/l10n/de_DE.js
share/owncloud/apps/files_sharing/l10n/de_DE.json
share/owncloud/apps/files_sharing/l10n/el.js
@@ -5977,22 +5921,14 @@ share/owncloud/apps/files_sharing/l10n/es_AR.js
share/owncloud/apps/files_sharing/l10n/es_AR.json
share/owncloud/apps/files_sharing/l10n/es_CL.js
share/owncloud/apps/files_sharing/l10n/es_CL.json
-share/owncloud/apps/files_sharing/l10n/es_CR.js
-share/owncloud/apps/files_sharing/l10n/es_CR.json
share/owncloud/apps/files_sharing/l10n/es_MX.js
share/owncloud/apps/files_sharing/l10n/es_MX.json
-share/owncloud/apps/files_sharing/l10n/es_PY.js
-share/owncloud/apps/files_sharing/l10n/es_PY.json
share/owncloud/apps/files_sharing/l10n/et_EE.js
share/owncloud/apps/files_sharing/l10n/et_EE.json
share/owncloud/apps/files_sharing/l10n/eu.js
share/owncloud/apps/files_sharing/l10n/eu.json
-share/owncloud/apps/files_sharing/l10n/eu_ES.js
-share/owncloud/apps/files_sharing/l10n/eu_ES.json
share/owncloud/apps/files_sharing/l10n/fa.js
share/owncloud/apps/files_sharing/l10n/fa.json
-share/owncloud/apps/files_sharing/l10n/fi.js
-share/owncloud/apps/files_sharing/l10n/fi.json
share/owncloud/apps/files_sharing/l10n/fi_FI.js
share/owncloud/apps/files_sharing/l10n/fi_FI.json
share/owncloud/apps/files_sharing/l10n/fr.js
@@ -6033,6 +5969,8 @@ share/owncloud/apps/files_sharing/l10n/ku_IQ.js
share/owncloud/apps/files_sharing/l10n/ku_IQ.json
share/owncloud/apps/files_sharing/l10n/lb.js
share/owncloud/apps/files_sharing/l10n/lb.json
+share/owncloud/apps/files_sharing/l10n/lo.js
+share/owncloud/apps/files_sharing/l10n/lo.json
share/owncloud/apps/files_sharing/l10n/lt_LT.js
share/owncloud/apps/files_sharing/l10n/lt_LT.json
share/owncloud/apps/files_sharing/l10n/lv.js
@@ -6049,6 +5987,8 @@ share/owncloud/apps/files_sharing/l10n/my_MM.js
share/owncloud/apps/files_sharing/l10n/my_MM.json
share/owncloud/apps/files_sharing/l10n/nb_NO.js
share/owncloud/apps/files_sharing/l10n/nb_NO.json
+share/owncloud/apps/files_sharing/l10n/nds.js
+share/owncloud/apps/files_sharing/l10n/nds.json
share/owncloud/apps/files_sharing/l10n/nl.js
share/owncloud/apps/files_sharing/l10n/nl.json
share/owncloud/apps/files_sharing/l10n/nn_NO.js
@@ -6069,8 +6009,6 @@ share/owncloud/apps/files_sharing/l10n/ru.js
share/owncloud/apps/files_sharing/l10n/ru.json
share/owncloud/apps/files_sharing/l10n/si_LK.js
share/owncloud/apps/files_sharing/l10n/si_LK.json
-share/owncloud/apps/files_sharing/l10n/sk.js
-share/owncloud/apps/files_sharing/l10n/sk.json
share/owncloud/apps/files_sharing/l10n/sk_SK.js
share/owncloud/apps/files_sharing/l10n/sk_SK.json
share/owncloud/apps/files_sharing/l10n/sl.js
@@ -6114,10 +6052,12 @@ share/owncloud/apps/files_sharing/lib/connector/publicauth.php
share/owncloud/apps/files_sharing/lib/controllers/externalsharescontroller.php
share/owncloud/apps/files_sharing/lib/controllers/sharecontroller.php
share/owncloud/apps/files_sharing/lib/deleteorphanedsharesjob.php
-share/owncloud/apps/files_sharing/lib/exceptions.php
+share/owncloud/apps/files_sharing/lib/exceptions/brokenpath.php
+share/owncloud/apps/files_sharing/lib/exceptions/s2sexception.php
share/owncloud/apps/files_sharing/lib/external/cache.php
share/owncloud/apps/files_sharing/lib/external/manager.php
share/owncloud/apps/files_sharing/lib/external/mount.php
+share/owncloud/apps/files_sharing/lib/external/mountprovider.php
share/owncloud/apps/files_sharing/lib/external/scanner.php
share/owncloud/apps/files_sharing/lib/external/storage.php
share/owncloud/apps/files_sharing/lib/helper.php
@@ -6127,10 +6067,11 @@ share/owncloud/apps/files_sharing/lib/maintainer.php
share/owncloud/apps/files_sharing/lib/middleware/sharingcheckmiddleware.php
share/owncloud/apps/files_sharing/lib/migration.php
share/owncloud/apps/files_sharing/lib/mountprovider.php
+share/owncloud/apps/files_sharing/lib/notifier.php
share/owncloud/apps/files_sharing/lib/propagation/changewatcher.php
+share/owncloud/apps/files_sharing/lib/propagation/grouppropagationmanager.php
share/owncloud/apps/files_sharing/lib/propagation/propagationmanager.php
share/owncloud/apps/files_sharing/lib/propagation/recipientpropagator.php
-share/owncloud/apps/files_sharing/lib/readonlywrapper.php
share/owncloud/apps/files_sharing/lib/scanner.php
share/owncloud/apps/files_sharing/lib/share/file.php
share/owncloud/apps/files_sharing/lib/share/folder.php
@@ -6151,21 +6092,26 @@ share/owncloud/apps/files_sharing/templates/settings-admin.php
share/owncloud/apps/files_sharing/templates/settings-personal.php
share/owncloud/apps/files_sharing/tests/activity.php
share/owncloud/apps/files_sharing/tests/api.php
+share/owncloud/apps/files_sharing/tests/api/shareestest.php
share/owncloud/apps/files_sharing/tests/backend.php
share/owncloud/apps/files_sharing/tests/cache.php
share/owncloud/apps/files_sharing/tests/capabilities.php
+share/owncloud/apps/files_sharing/tests/controller/externalsharecontroller.php
share/owncloud/apps/files_sharing/tests/controller/sharecontroller.php
share/owncloud/apps/files_sharing/tests/deleteorphanedsharesjobtest.php
share/owncloud/apps/files_sharing/tests/etagpropagation.php
share/owncloud/apps/files_sharing/tests/external/cache.php
share/owncloud/apps/files_sharing/tests/external/managertest.php
+share/owncloud/apps/files_sharing/tests/external/scannertest.php
share/owncloud/apps/files_sharing/tests/externalstorage.php
+share/owncloud/apps/files_sharing/tests/grouppropagationmanager.php
share/owncloud/apps/files_sharing/tests/helper.php
share/owncloud/apps/files_sharing/tests/js/appSpec.js
share/owncloud/apps/files_sharing/tests/js/externalSpec.js
share/owncloud/apps/files_sharing/tests/js/publicAppSpec.js
share/owncloud/apps/files_sharing/tests/js/shareSpec.js
share/owncloud/apps/files_sharing/tests/js/sharedfilelistSpec.js
+share/owncloud/apps/files_sharing/tests/locking.php
share/owncloud/apps/files_sharing/tests/middleware/sharingcheckmiddleware.php
share/owncloud/apps/files_sharing/tests/migrationtest.php
share/owncloud/apps/files_sharing/tests/permissions.php
@@ -6178,6 +6124,7 @@ share/owncloud/apps/files_sharing/tests/testcase.php
share/owncloud/apps/files_sharing/tests/unsharechildren.php
share/owncloud/apps/files_sharing/tests/updater.php
share/owncloud/apps/files_sharing/tests/watcher.php
+share/owncloud/apps/files_texteditor/CONTRIBUTING.md
share/owncloud/apps/files_texteditor/appinfo/app.php
share/owncloud/apps/files_texteditor/appinfo/application.php
share/owncloud/apps/files_texteditor/appinfo/info.xml
@@ -6192,6 +6139,7 @@ share/owncloud/apps/files_texteditor/css/DroidSansMono/Google Android License.tx
share/owncloud/apps/files_texteditor/css/DroidSansMono/stylesheet.css
share/owncloud/apps/files_texteditor/css/mobile.css
share/owncloud/apps/files_texteditor/css/style.css
+share/owncloud/apps/files_texteditor/img/app.png
share/owncloud/apps/files_texteditor/img/app.svg
share/owncloud/apps/files_texteditor/js/editor.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/ace.js
@@ -6481,12 +6429,16 @@ share/owncloud/apps/files_texteditor/l10n/es.js
share/owncloud/apps/files_texteditor/l10n/es.json
share/owncloud/apps/files_texteditor/l10n/es.php
share/owncloud/apps/files_texteditor/l10n/es_AR.php
+share/owncloud/apps/files_texteditor/l10n/es_MX.js
+share/owncloud/apps/files_texteditor/l10n/es_MX.json
share/owncloud/apps/files_texteditor/l10n/es_MX.php
share/owncloud/apps/files_texteditor/l10n/et_EE.js
share/owncloud/apps/files_texteditor/l10n/et_EE.json
share/owncloud/apps/files_texteditor/l10n/et_EE.php
share/owncloud/apps/files_texteditor/l10n/eu.php
share/owncloud/apps/files_texteditor/l10n/eu_ES.php
+share/owncloud/apps/files_texteditor/l10n/fa.js
+share/owncloud/apps/files_texteditor/l10n/fa.json
share/owncloud/apps/files_texteditor/l10n/fa.php
share/owncloud/apps/files_texteditor/l10n/fi_FI.js
share/owncloud/apps/files_texteditor/l10n/fi_FI.json
@@ -6500,12 +6452,16 @@ share/owncloud/apps/files_texteditor/l10n/gl.php
share/owncloud/apps/files_texteditor/l10n/he.php
share/owncloud/apps/files_texteditor/l10n/hi.php
share/owncloud/apps/files_texteditor/l10n/hr.php
+share/owncloud/apps/files_texteditor/l10n/hu_HU.js
+share/owncloud/apps/files_texteditor/l10n/hu_HU.json
share/owncloud/apps/files_texteditor/l10n/hu_HU.php
share/owncloud/apps/files_texteditor/l10n/hy.php
share/owncloud/apps/files_texteditor/l10n/ia.php
share/owncloud/apps/files_texteditor/l10n/id.js
share/owncloud/apps/files_texteditor/l10n/id.json
share/owncloud/apps/files_texteditor/l10n/id.php
+share/owncloud/apps/files_texteditor/l10n/is.js
+share/owncloud/apps/files_texteditor/l10n/is.json
share/owncloud/apps/files_texteditor/l10n/is.php
share/owncloud/apps/files_texteditor/l10n/it.js
share/owncloud/apps/files_texteditor/l10n/it.json
@@ -6520,6 +6476,8 @@ share/owncloud/apps/files_texteditor/l10n/ko.json
share/owncloud/apps/files_texteditor/l10n/ko.php
share/owncloud/apps/files_texteditor/l10n/ku_IQ.php
share/owncloud/apps/files_texteditor/l10n/lb.php
+share/owncloud/apps/files_texteditor/l10n/lt_LT.js
+share/owncloud/apps/files_texteditor/l10n/lt_LT.json
share/owncloud/apps/files_texteditor/l10n/lt_LT.php
share/owncloud/apps/files_texteditor/l10n/lv.php
share/owncloud/apps/files_texteditor/l10n/mk.php
@@ -6581,6 +6539,8 @@ share/owncloud/apps/files_texteditor/l10n/uk.php
share/owncloud/apps/files_texteditor/l10n/vi.js
share/owncloud/apps/files_texteditor/l10n/vi.json
share/owncloud/apps/files_texteditor/l10n/vi.php
+share/owncloud/apps/files_texteditor/l10n/zh_CN.js
+share/owncloud/apps/files_texteditor/l10n/zh_CN.json
share/owncloud/apps/files_texteditor/l10n/zh_CN.php
share/owncloud/apps/files_texteditor/l10n/zh_HK.php
share/owncloud/apps/files_texteditor/l10n/zh_TW.php
@@ -6593,11 +6553,14 @@ share/owncloud/apps/files_trashbin/ajax/list.php
share/owncloud/apps/files_trashbin/ajax/preview.php
share/owncloud/apps/files_trashbin/ajax/undelete.php
share/owncloud/apps/files_trashbin/appinfo/app.php
+share/owncloud/apps/files_trashbin/appinfo/application.php
share/owncloud/apps/files_trashbin/appinfo/database.xml
share/owncloud/apps/files_trashbin/appinfo/info.xml
+share/owncloud/apps/files_trashbin/appinfo/install.php
+share/owncloud/apps/files_trashbin/appinfo/register_command.php
share/owncloud/apps/files_trashbin/appinfo/routes.php
share/owncloud/apps/files_trashbin/appinfo/update.php
-share/owncloud/apps/files_trashbin/appinfo/version
+share/owncloud/apps/files_trashbin/command/cleanup.php
share/owncloud/apps/files_trashbin/command/expire.php
share/owncloud/apps/files_trashbin/css/trash.css
share/owncloud/apps/files_trashbin/img/app.svg
@@ -6633,8 +6596,6 @@ share/owncloud/apps/files_trashbin/l10n/de.js
share/owncloud/apps/files_trashbin/l10n/de.json
share/owncloud/apps/files_trashbin/l10n/de_AT.js
share/owncloud/apps/files_trashbin/l10n/de_AT.json
-share/owncloud/apps/files_trashbin/l10n/de_CH.js
-share/owncloud/apps/files_trashbin/l10n/de_CH.json
share/owncloud/apps/files_trashbin/l10n/de_DE.js
share/owncloud/apps/files_trashbin/l10n/de_DE.json
share/owncloud/apps/files_trashbin/l10n/el.js
@@ -6655,12 +6616,8 @@ share/owncloud/apps/files_trashbin/l10n/et_EE.js
share/owncloud/apps/files_trashbin/l10n/et_EE.json
share/owncloud/apps/files_trashbin/l10n/eu.js
share/owncloud/apps/files_trashbin/l10n/eu.json
-share/owncloud/apps/files_trashbin/l10n/eu_ES.js
-share/owncloud/apps/files_trashbin/l10n/eu_ES.json
share/owncloud/apps/files_trashbin/l10n/fa.js
share/owncloud/apps/files_trashbin/l10n/fa.json
-share/owncloud/apps/files_trashbin/l10n/fi.js
-share/owncloud/apps/files_trashbin/l10n/fi.json
share/owncloud/apps/files_trashbin/l10n/fi_FI.js
share/owncloud/apps/files_trashbin/l10n/fi_FI.json
share/owncloud/apps/files_trashbin/l10n/fr.js
@@ -6709,6 +6666,8 @@ share/owncloud/apps/files_trashbin/l10n/ms_MY.js
share/owncloud/apps/files_trashbin/l10n/ms_MY.json
share/owncloud/apps/files_trashbin/l10n/nb_NO.js
share/owncloud/apps/files_trashbin/l10n/nb_NO.json
+share/owncloud/apps/files_trashbin/l10n/nds.js
+share/owncloud/apps/files_trashbin/l10n/nds.json
share/owncloud/apps/files_trashbin/l10n/nl.js
share/owncloud/apps/files_trashbin/l10n/nl.json
share/owncloud/apps/files_trashbin/l10n/nn_NO.js
@@ -6729,8 +6688,6 @@ share/owncloud/apps/files_trashbin/l10n/ru.js
share/owncloud/apps/files_trashbin/l10n/ru.json
share/owncloud/apps/files_trashbin/l10n/si_LK.js
share/owncloud/apps/files_trashbin/l10n/si_LK.json
-share/owncloud/apps/files_trashbin/l10n/sk.js
-share/owncloud/apps/files_trashbin/l10n/sk.json
share/owncloud/apps/files_trashbin/l10n/sk_SK.js
share/owncloud/apps/files_trashbin/l10n/sk_SK.json
share/owncloud/apps/files_trashbin/l10n/sl.js
@@ -6755,8 +6712,6 @@ share/owncloud/apps/files_trashbin/l10n/ug.js
share/owncloud/apps/files_trashbin/l10n/ug.json
share/owncloud/apps/files_trashbin/l10n/uk.js
share/owncloud/apps/files_trashbin/l10n/uk.json
-share/owncloud/apps/files_trashbin/l10n/ur.js
-share/owncloud/apps/files_trashbin/l10n/ur.json
share/owncloud/apps/files_trashbin/l10n/ur_PK.js
share/owncloud/apps/files_trashbin/l10n/ur_PK.json
share/owncloud/apps/files_trashbin/l10n/vi.js
@@ -6767,15 +6722,20 @@ share/owncloud/apps/files_trashbin/l10n/zh_HK.js
share/owncloud/apps/files_trashbin/l10n/zh_HK.json
share/owncloud/apps/files_trashbin/l10n/zh_TW.js
share/owncloud/apps/files_trashbin/l10n/zh_TW.json
+share/owncloud/apps/files_trashbin/lib/backgroundjob/expiretrash.php
share/owncloud/apps/files_trashbin/lib/capabilities.php
share/owncloud/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php
+share/owncloud/apps/files_trashbin/lib/expiration.php
share/owncloud/apps/files_trashbin/lib/helper.php
share/owncloud/apps/files_trashbin/lib/hooks.php
share/owncloud/apps/files_trashbin/lib/storage.php
share/owncloud/apps/files_trashbin/lib/trashbin.php
share/owncloud/apps/files_trashbin/list.php
share/owncloud/apps/files_trashbin/templates/index.php
+share/owncloud/apps/files_trashbin/tests/backgroundjob/expiretrash.php
+share/owncloud/apps/files_trashbin/tests/command/cleanuptest.php
share/owncloud/apps/files_trashbin/tests/command/expiretest.php
+share/owncloud/apps/files_trashbin/tests/expiration.php
share/owncloud/apps/files_trashbin/tests/js/appSpec.js
share/owncloud/apps/files_trashbin/tests/js/filelistSpec.js
share/owncloud/apps/files_trashbin/tests/storage.php
@@ -6784,15 +6744,21 @@ share/owncloud/apps/files_versions/ajax/getVersions.php
share/owncloud/apps/files_versions/ajax/preview.php
share/owncloud/apps/files_versions/ajax/rollbackVersion.php
share/owncloud/apps/files_versions/appinfo/app.php
+share/owncloud/apps/files_versions/appinfo/application.php
share/owncloud/apps/files_versions/appinfo/info.xml
+share/owncloud/apps/files_versions/appinfo/install.php
+share/owncloud/apps/files_versions/appinfo/register_command.php
share/owncloud/apps/files_versions/appinfo/routes.php
share/owncloud/apps/files_versions/appinfo/update.php
-share/owncloud/apps/files_versions/appinfo/version
+share/owncloud/apps/files_versions/command/cleanup.php
share/owncloud/apps/files_versions/command/expire.php
share/owncloud/apps/files_versions/css/versions.css
share/owncloud/apps/files_versions/download.php
share/owncloud/apps/files_versions/img/app.svg
-share/owncloud/apps/files_versions/js/versions.js
+share/owncloud/apps/files_versions/js/filesplugin.js
+share/owncloud/apps/files_versions/js/versioncollection.js
+share/owncloud/apps/files_versions/js/versionmodel.js
+share/owncloud/apps/files_versions/js/versionstabview.js
share/owncloud/apps/files_versions/l10n/ar.js
share/owncloud/apps/files_versions/l10n/ar.json
share/owncloud/apps/files_versions/l10n/ast.js
@@ -6817,8 +6783,6 @@ share/owncloud/apps/files_versions/l10n/da.js
share/owncloud/apps/files_versions/l10n/da.json
share/owncloud/apps/files_versions/l10n/de.js
share/owncloud/apps/files_versions/l10n/de.json
-share/owncloud/apps/files_versions/l10n/de_CH.js
-share/owncloud/apps/files_versions/l10n/de_CH.json
share/owncloud/apps/files_versions/l10n/de_DE.js
share/owncloud/apps/files_versions/l10n/de_DE.json
share/owncloud/apps/files_versions/l10n/el.js
@@ -6851,6 +6815,8 @@ share/owncloud/apps/files_versions/l10n/hr.js
share/owncloud/apps/files_versions/l10n/hr.json
share/owncloud/apps/files_versions/l10n/hu_HU.js
share/owncloud/apps/files_versions/l10n/hu_HU.json
+share/owncloud/apps/files_versions/l10n/hy.js
+share/owncloud/apps/files_versions/l10n/hy.json
share/owncloud/apps/files_versions/l10n/id.js
share/owncloud/apps/files_versions/l10n/id.json
share/owncloud/apps/files_versions/l10n/is.js
@@ -6931,10 +6897,17 @@ share/owncloud/apps/files_versions/l10n/zh_HK.js
share/owncloud/apps/files_versions/l10n/zh_HK.json
share/owncloud/apps/files_versions/l10n/zh_TW.js
share/owncloud/apps/files_versions/l10n/zh_TW.json
+share/owncloud/apps/files_versions/lib/backgroundjob/expireversions.php
share/owncloud/apps/files_versions/lib/capabilities.php
+share/owncloud/apps/files_versions/lib/expiration.php
share/owncloud/apps/files_versions/lib/hooks.php
share/owncloud/apps/files_versions/lib/storage.php
+share/owncloud/apps/files_versions/tests/command/cleanuptest.php
share/owncloud/apps/files_versions/tests/command/expiretest.php
+share/owncloud/apps/files_versions/tests/expirationtest.php
+share/owncloud/apps/files_versions/tests/js/versioncollectionSpec.js
+share/owncloud/apps/files_versions/tests/js/versionmodelSpec.js
+share/owncloud/apps/files_versions/tests/js/versionstabviewSpec.js
share/owncloud/apps/files_versions/tests/versions.php
share/owncloud/apps/files_videoviewer/appinfo/app.php
share/owncloud/apps/files_videoviewer/appinfo/info.xml
@@ -6975,6 +6948,7 @@ share/owncloud/apps/files_videoviewer/src/silverlight/Properties/AssemblyInfo.cs
share/owncloud/apps/files_videoviewer/src/silverlight/SilverlightMediaElement.csproj
share/owncloud/apps/files_videoviewer/src/silverlight/SilverlightMediaElement.csproj.user
share/owncloud/apps/files_videoviewer/src/silverlight/SilverlightMediaElement.sln
+share/owncloud/apps/firstrunwizard/CONTRIBUTING.md
share/owncloud/apps/firstrunwizard/ajax/disable.php
share/owncloud/apps/firstrunwizard/ajax/enable.php
share/owncloud/apps/firstrunwizard/appinfo/app.php
@@ -7034,6 +7008,8 @@ share/owncloud/apps/firstrunwizard/l10n/eo.php
share/owncloud/apps/firstrunwizard/l10n/es.js
share/owncloud/apps/firstrunwizard/l10n/es.json
share/owncloud/apps/firstrunwizard/l10n/es.php
+share/owncloud/apps/firstrunwizard/l10n/es_AR.js
+share/owncloud/apps/firstrunwizard/l10n/es_AR.json
share/owncloud/apps/firstrunwizard/l10n/es_AR.php
share/owncloud/apps/firstrunwizard/l10n/es_MX.php
share/owncloud/apps/firstrunwizard/l10n/et_EE.js
@@ -7058,6 +7034,8 @@ share/owncloud/apps/firstrunwizard/l10n/he.php
share/owncloud/apps/firstrunwizard/l10n/hr.js
share/owncloud/apps/firstrunwizard/l10n/hr.json
share/owncloud/apps/firstrunwizard/l10n/hr.php
+share/owncloud/apps/firstrunwizard/l10n/hu_HU.js
+share/owncloud/apps/firstrunwizard/l10n/hu_HU.json
share/owncloud/apps/firstrunwizard/l10n/hu_HU.php
share/owncloud/apps/firstrunwizard/l10n/ia.js
share/owncloud/apps/firstrunwizard/l10n/ia.json
@@ -7149,31 +7127,115 @@ share/owncloud/apps/firstrunwizard/l10n/zh_HK.php
share/owncloud/apps/firstrunwizard/l10n/zh_TW.js
share/owncloud/apps/firstrunwizard/l10n/zh_TW.json
share/owncloud/apps/firstrunwizard/l10n/zh_TW.php
-share/owncloud/apps/firstrunwizard/lib/firstrunwizard.php
+share/owncloud/apps/firstrunwizard/lib/config.php
+share/owncloud/apps/firstrunwizard/lib/util.php
share/owncloud/apps/firstrunwizard/templates/wizard.php
+share/owncloud/apps/firstrunwizard/tests/bootstrap.php
+share/owncloud/apps/firstrunwizard/tests/lib/configtest.php
+share/owncloud/apps/firstrunwizard/tests/lib/utiltest.php
+share/owncloud/apps/firstrunwizard/tests/phpunit.xml
share/owncloud/apps/firstrunwizard/wizard.php
-share/owncloud/apps/gallery/ajax/batch.php
-share/owncloud/apps/gallery/ajax/gallery.php
-share/owncloud/apps/gallery/ajax/getimages.php
-share/owncloud/apps/gallery/ajax/image.php
-share/owncloud/apps/gallery/ajax/thumbnail.php
+share/owncloud/apps/gallery/.gitmodules
+share/owncloud/apps/gallery/AUTHORS.md
+share/owncloud/apps/gallery/CHANGELOG.md
+share/owncloud/apps/gallery/CONTRIBUTING.md
+share/owncloud/apps/gallery/COPYING
share/owncloud/apps/gallery/appinfo/app.php
+share/owncloud/apps/gallery/appinfo/application.php
share/owncloud/apps/gallery/appinfo/info.xml
share/owncloud/apps/gallery/appinfo/routes.php
-share/owncloud/apps/gallery/appinfo/version
+share/owncloud/apps/gallery/build/documentation/docpublisher.sh
+share/owncloud/apps/gallery/build/documentation/index.html
+share/owncloud/apps/gallery/build/documentation/reports/code coverage/index.html
+share/owncloud/apps/gallery/build/documentation/reports/index.html
+share/owncloud/apps/gallery/build/xdebug_install.sh
+share/owncloud/apps/gallery/codeception.yml
+share/owncloud/apps/gallery/composer.json
+share/owncloud/apps/gallery/composer.lock
+share/owncloud/apps/gallery/config/configexception.php
+share/owncloud/apps/gallery/config/configparser.php
+share/owncloud/apps/gallery/controller/config.php
+share/owncloud/apps/gallery/controller/configapicontroller.php
+share/owncloud/apps/gallery/controller/configcontroller.php
+share/owncloud/apps/gallery/controller/configpubliccontroller.php
+share/owncloud/apps/gallery/controller/files.php
+share/owncloud/apps/gallery/controller/filesapicontroller.php
+share/owncloud/apps/gallery/controller/filescontroller.php
+share/owncloud/apps/gallery/controller/filespubliccontroller.php
+share/owncloud/apps/gallery/controller/httperror.php
+share/owncloud/apps/gallery/controller/pagecontroller.php
+share/owncloud/apps/gallery/controller/pathmanipulation.php
+share/owncloud/apps/gallery/controller/preview.php
+share/owncloud/apps/gallery/controller/previewapicontroller.php
+share/owncloud/apps/gallery/controller/previewcontroller.php
+share/owncloud/apps/gallery/controller/previewpubliccontroller.php
+share/owncloud/apps/gallery/css/authenticate.css
+share/owncloud/apps/gallery/css/error.css
+share/owncloud/apps/gallery/css/gallerybutton.css
+share/owncloud/apps/gallery/css/github-markdown.css
share/owncloud/apps/gallery/css/mobile.css
share/owncloud/apps/gallery/css/public.css
+share/owncloud/apps/gallery/css/share.css
share/owncloud/apps/gallery/css/slideshow.css
share/owncloud/apps/gallery/css/styles.css
-share/owncloud/apps/gallery/img/gallery.png
-share/owncloud/apps/gallery/img/gallery.svg
-share/owncloud/apps/gallery/index.php
-share/owncloud/apps/gallery/js/album.js
+share/owncloud/apps/gallery/documentation/developers.md
+share/owncloud/apps/gallery/environment/environment.php
+share/owncloud/apps/gallery/environment/environmentexception.php
+share/owncloud/apps/gallery/environment/notfoundenvexception.php
+share/owncloud/apps/gallery/http/imageresponse.php
+share/owncloud/apps/gallery/img/app.png
+share/owncloud/apps/gallery/img/app.svg
+share/owncloud/apps/gallery/img/dateasc.png
+share/owncloud/apps/gallery/img/dateasc.svg
+share/owncloud/apps/gallery/img/datedes.png
+share/owncloud/apps/gallery/img/datedes.svg
+share/owncloud/apps/gallery/img/download.png
+share/owncloud/apps/gallery/img/download.svg
+share/owncloud/apps/gallery/img/folder.png
+share/owncloud/apps/gallery/img/folder.svg
+share/owncloud/apps/gallery/img/gallery-dark.png
+share/owncloud/apps/gallery/img/gallery-dark.svg
+share/owncloud/apps/gallery/img/nameasc.png
+share/owncloud/apps/gallery/img/nameasc.svg
+share/owncloud/apps/gallery/img/namedes.png
+share/owncloud/apps/gallery/img/namedes.svg
+share/owncloud/apps/gallery/img/toggle.png
+share/owncloud/apps/gallery/img/toggle.svg
+share/owncloud/apps/gallery/js/.bowerrc
+share/owncloud/apps/gallery/js/app.js
+share/owncloud/apps/gallery/js/bower.json
+share/owncloud/apps/gallery/js/breadcrumb.js
+share/owncloud/apps/gallery/js/eventsource.js
share/owncloud/apps/gallery/js/gallery.js
-share/owncloud/apps/gallery/js/jquery.mousewheel-3.1.1.js
-share/owncloud/apps/gallery/js/public.js
+share/owncloud/apps/gallery/js/galleryalbum.js
+share/owncloud/apps/gallery/js/gallerybutton.js
+share/owncloud/apps/gallery/js/galleryconfig.js
+share/owncloud/apps/gallery/js/galleryfileaction.js
+share/owncloud/apps/gallery/js/galleryimage.js
+share/owncloud/apps/gallery/js/galleryinfobox.js
+share/owncloud/apps/gallery/js/galleryrow.js
+share/owncloud/apps/gallery/js/galleryutility.js
+share/owncloud/apps/gallery/js/galleryview.js
share/owncloud/apps/gallery/js/slideshow.js
+share/owncloud/apps/gallery/js/slideshowcontrols.js
+share/owncloud/apps/gallery/js/slideshowzoomablepreview.js
share/owncloud/apps/gallery/js/thumbnail.js
+share/owncloud/apps/gallery/js/vendor/bigshot/LICENSE.txt
+share/owncloud/apps/gallery/js/vendor/bigshot/README.txt
+share/owncloud/apps/gallery/js/vendor/bigshot/bigshot-compressed.js
+share/owncloud/apps/gallery/js/vendor/bigshot/bigshot.js
+share/owncloud/apps/gallery/js/vendor/commonmark/LICENSE
+share/owncloud/apps/gallery/js/vendor/commonmark/dist/commonmark.js
+share/owncloud/apps/gallery/js/vendor/commonmark/dist/commonmark.min.js
+share/owncloud/apps/gallery/js/vendor/dompurify/LICENSE
+share/owncloud/apps/gallery/js/vendor/dompurify/src/purify.js
+share/owncloud/apps/gallery/js/vendor/eventsource-polyfill/LICENSE
+share/owncloud/apps/gallery/js/vendor/eventsource-polyfill/dist/eventsource.js
+share/owncloud/apps/gallery/js/vendor/image-scale/LICENSE
+share/owncloud/apps/gallery/js/vendor/image-scale/image-scale.js
+share/owncloud/apps/gallery/js/vendor/image-scale/image-scale.min.js
+share/owncloud/apps/gallery/js/vendor/modified-eventsource-polyfill/eventsource-polyfill.js
+share/owncloud/apps/gallery/js/vendor/owncloud/share.js
share/owncloud/apps/gallery/l10n/af_ZA.php
share/owncloud/apps/gallery/l10n/ar.js
share/owncloud/apps/gallery/l10n/ar.json
@@ -7186,36 +7248,30 @@ share/owncloud/apps/gallery/l10n/az.json
share/owncloud/apps/gallery/l10n/az.php
share/owncloud/apps/gallery/l10n/bg_BG.js
share/owncloud/apps/gallery/l10n/bg_BG.json
-share/owncloud/apps/gallery/l10n/bg_BG.php
share/owncloud/apps/gallery/l10n/bn_BD.js
share/owncloud/apps/gallery/l10n/bn_BD.json
share/owncloud/apps/gallery/l10n/bn_BD.php
share/owncloud/apps/gallery/l10n/bn_IN.js
share/owncloud/apps/gallery/l10n/bn_IN.json
share/owncloud/apps/gallery/l10n/bn_IN.php
-share/owncloud/apps/gallery/l10n/bs.js
-share/owncloud/apps/gallery/l10n/bs.json
share/owncloud/apps/gallery/l10n/bs.php
share/owncloud/apps/gallery/l10n/ca.js
share/owncloud/apps/gallery/l10n/ca.json
share/owncloud/apps/gallery/l10n/ca.php
share/owncloud/apps/gallery/l10n/cs_CZ.js
share/owncloud/apps/gallery/l10n/cs_CZ.json
-share/owncloud/apps/gallery/l10n/cs_CZ.php
share/owncloud/apps/gallery/l10n/cy_GB.php
share/owncloud/apps/gallery/l10n/da.js
share/owncloud/apps/gallery/l10n/da.json
-share/owncloud/apps/gallery/l10n/da.php
share/owncloud/apps/gallery/l10n/de.js
share/owncloud/apps/gallery/l10n/de.json
-share/owncloud/apps/gallery/l10n/de.php
share/owncloud/apps/gallery/l10n/de_AT.php
+share/owncloud/apps/gallery/l10n/de_CH.php
share/owncloud/apps/gallery/l10n/de_DE.js
share/owncloud/apps/gallery/l10n/de_DE.json
share/owncloud/apps/gallery/l10n/de_DE.php
share/owncloud/apps/gallery/l10n/el.js
share/owncloud/apps/gallery/l10n/el.json
-share/owncloud/apps/gallery/l10n/el.php
share/owncloud/apps/gallery/l10n/en_GB.js
share/owncloud/apps/gallery/l10n/en_GB.json
share/owncloud/apps/gallery/l10n/en_GB.php
@@ -7224,17 +7280,11 @@ share/owncloud/apps/gallery/l10n/eo.json
share/owncloud/apps/gallery/l10n/eo.php
share/owncloud/apps/gallery/l10n/es.js
share/owncloud/apps/gallery/l10n/es.json
-share/owncloud/apps/gallery/l10n/es.php
-share/owncloud/apps/gallery/l10n/es_AR.js
-share/owncloud/apps/gallery/l10n/es_AR.json
share/owncloud/apps/gallery/l10n/es_AR.php
share/owncloud/apps/gallery/l10n/es_CL.php
-share/owncloud/apps/gallery/l10n/es_MX.js
-share/owncloud/apps/gallery/l10n/es_MX.json
share/owncloud/apps/gallery/l10n/es_MX.php
share/owncloud/apps/gallery/l10n/et_EE.js
share/owncloud/apps/gallery/l10n/et_EE.json
-share/owncloud/apps/gallery/l10n/et_EE.php
share/owncloud/apps/gallery/l10n/eu.js
share/owncloud/apps/gallery/l10n/eu.json
share/owncloud/apps/gallery/l10n/eu.php
@@ -7243,92 +7293,69 @@ share/owncloud/apps/gallery/l10n/fa.json
share/owncloud/apps/gallery/l10n/fa.php
share/owncloud/apps/gallery/l10n/fi_FI.js
share/owncloud/apps/gallery/l10n/fi_FI.json
-share/owncloud/apps/gallery/l10n/fi_FI.php
share/owncloud/apps/gallery/l10n/fr.js
share/owncloud/apps/gallery/l10n/fr.json
-share/owncloud/apps/gallery/l10n/fr.php
share/owncloud/apps/gallery/l10n/gl.js
share/owncloud/apps/gallery/l10n/gl.json
-share/owncloud/apps/gallery/l10n/gl.php
share/owncloud/apps/gallery/l10n/he.php
-share/owncloud/apps/gallery/l10n/hi.js
-share/owncloud/apps/gallery/l10n/hi.json
share/owncloud/apps/gallery/l10n/hi.php
share/owncloud/apps/gallery/l10n/hr.js
share/owncloud/apps/gallery/l10n/hr.json
share/owncloud/apps/gallery/l10n/hr.php
share/owncloud/apps/gallery/l10n/hu_HU.js
share/owncloud/apps/gallery/l10n/hu_HU.json
-share/owncloud/apps/gallery/l10n/hu_HU.php
share/owncloud/apps/gallery/l10n/ia.php
share/owncloud/apps/gallery/l10n/id.js
share/owncloud/apps/gallery/l10n/id.json
-share/owncloud/apps/gallery/l10n/id.php
share/owncloud/apps/gallery/l10n/is.php
share/owncloud/apps/gallery/l10n/it.js
share/owncloud/apps/gallery/l10n/it.json
-share/owncloud/apps/gallery/l10n/it.php
share/owncloud/apps/gallery/l10n/ja.js
share/owncloud/apps/gallery/l10n/ja.json
-share/owncloud/apps/gallery/l10n/ja.php
share/owncloud/apps/gallery/l10n/ka_GE.php
share/owncloud/apps/gallery/l10n/km.js
share/owncloud/apps/gallery/l10n/km.json
share/owncloud/apps/gallery/l10n/km.php
share/owncloud/apps/gallery/l10n/ko.js
share/owncloud/apps/gallery/l10n/ko.json
-share/owncloud/apps/gallery/l10n/ko.php
share/owncloud/apps/gallery/l10n/ku_IQ.php
share/owncloud/apps/gallery/l10n/lb.php
share/owncloud/apps/gallery/l10n/lt_LT.js
share/owncloud/apps/gallery/l10n/lt_LT.json
share/owncloud/apps/gallery/l10n/lt_LT.php
-share/owncloud/apps/gallery/l10n/lv.js
-share/owncloud/apps/gallery/l10n/lv.json
share/owncloud/apps/gallery/l10n/lv.php
share/owncloud/apps/gallery/l10n/mk.php
share/owncloud/apps/gallery/l10n/ms_MY.php
share/owncloud/apps/gallery/l10n/nb_NO.js
share/owncloud/apps/gallery/l10n/nb_NO.json
-share/owncloud/apps/gallery/l10n/nb_NO.php
share/owncloud/apps/gallery/l10n/nl.js
share/owncloud/apps/gallery/l10n/nl.json
-share/owncloud/apps/gallery/l10n/nl.php
share/owncloud/apps/gallery/l10n/nn_NO.php
+share/owncloud/apps/gallery/l10n/no-php
share/owncloud/apps/gallery/l10n/oc.js
share/owncloud/apps/gallery/l10n/oc.json
-share/owncloud/apps/gallery/l10n/oc.php
share/owncloud/apps/gallery/l10n/pa.php
share/owncloud/apps/gallery/l10n/pl.js
share/owncloud/apps/gallery/l10n/pl.json
share/owncloud/apps/gallery/l10n/pl.php
share/owncloud/apps/gallery/l10n/pt_BR.js
share/owncloud/apps/gallery/l10n/pt_BR.json
-share/owncloud/apps/gallery/l10n/pt_BR.php
share/owncloud/apps/gallery/l10n/pt_PT.js
share/owncloud/apps/gallery/l10n/pt_PT.json
-share/owncloud/apps/gallery/l10n/pt_PT.php
-share/owncloud/apps/gallery/l10n/ro.js
-share/owncloud/apps/gallery/l10n/ro.json
share/owncloud/apps/gallery/l10n/ro.php
share/owncloud/apps/gallery/l10n/ru.js
share/owncloud/apps/gallery/l10n/ru.json
-share/owncloud/apps/gallery/l10n/ru.php
share/owncloud/apps/gallery/l10n/si_LK.php
+share/owncloud/apps/gallery/l10n/sk.php
share/owncloud/apps/gallery/l10n/sk_SK.js
share/owncloud/apps/gallery/l10n/sk_SK.json
-share/owncloud/apps/gallery/l10n/sk_SK.php
share/owncloud/apps/gallery/l10n/sl.js
share/owncloud/apps/gallery/l10n/sl.json
share/owncloud/apps/gallery/l10n/sl.php
share/owncloud/apps/gallery/l10n/sq.js
share/owncloud/apps/gallery/l10n/sq.json
share/owncloud/apps/gallery/l10n/sq.php
-share/owncloud/apps/gallery/l10n/sr.js
-share/owncloud/apps/gallery/l10n/sr.json
share/owncloud/apps/gallery/l10n/sr.php
-share/owncloud/apps/gallery/l10n/sr@latin.js
-share/owncloud/apps/gallery/l10n/sr@latin.json
share/owncloud/apps/gallery/l10n/sr@latin.php
share/owncloud/apps/gallery/l10n/sv.js
share/owncloud/apps/gallery/l10n/sv.json
@@ -7336,10 +7363,8 @@ share/owncloud/apps/gallery/l10n/sv.php
share/owncloud/apps/gallery/l10n/ta_LK.php
share/owncloud/apps/gallery/l10n/th_TH.js
share/owncloud/apps/gallery/l10n/th_TH.json
-share/owncloud/apps/gallery/l10n/th_TH.php
share/owncloud/apps/gallery/l10n/tr.js
share/owncloud/apps/gallery/l10n/tr.json
-share/owncloud/apps/gallery/l10n/tr.php
share/owncloud/apps/gallery/l10n/ug.php
share/owncloud/apps/gallery/l10n/uk.js
share/owncloud/apps/gallery/l10n/uk.json
@@ -7357,14 +7382,208 @@ share/owncloud/apps/gallery/l10n/zh_HK.php
share/owncloud/apps/gallery/l10n/zh_TW.js
share/owncloud/apps/gallery/l10n/zh_TW.json
share/owncloud/apps/gallery/l10n/zh_TW.php
-share/owncloud/apps/gallery/public.php
+share/owncloud/apps/gallery/middleware/checkexception.php
+share/owncloud/apps/gallery/middleware/checkmiddleware.php
+share/owncloud/apps/gallery/middleware/envcheckmiddleware.php
+share/owncloud/apps/gallery/middleware/sharingcheckmiddleware.php
+share/owncloud/apps/gallery/phpdoc.xml
+share/owncloud/apps/gallery/preview/preview.php
+share/owncloud/apps/gallery/service/base64encode.php
+share/owncloud/apps/gallery/service/configservice.php
+share/owncloud/apps/gallery/service/downloadservice.php
+share/owncloud/apps/gallery/service/filesservice.php
+share/owncloud/apps/gallery/service/forbiddenserviceexception.php
+share/owncloud/apps/gallery/service/internalservererrorserviceexception.php
+share/owncloud/apps/gallery/service/notfoundserviceexception.php
+share/owncloud/apps/gallery/service/previewservice.php
+share/owncloud/apps/gallery/service/searchfolderservice.php
+share/owncloud/apps/gallery/service/searchmediaservice.php
+share/owncloud/apps/gallery/service/service.php
+share/owncloud/apps/gallery/service/serviceexception.php
+share/owncloud/apps/gallery/service/thumbnailservice.php
+share/owncloud/apps/gallery/templates/authenticate.php
share/owncloud/apps/gallery/templates/index.php
+share/owncloud/apps/gallery/templates/part.content.php
+share/owncloud/apps/gallery/templates/part.filenotfounderror.php
+share/owncloud/apps/gallery/templates/part.internalservererror.php
+share/owncloud/apps/gallery/templates/part.linkerror.php
share/owncloud/apps/gallery/templates/public.php
-share/owncloud/apps/gallery/templates/slideshow.html
+share/owncloud/apps/gallery/templates/slideshow.php
+share/owncloud/apps/gallery/tests/README.MD
+share/owncloud/apps/gallery/tests/_bootstrap.php
+share/owncloud/apps/gallery/tests/_data/.nomedia
+share/owncloud/apps/gallery/tests/_data/animated.gif
+share/owncloud/apps/gallery/tests/_data/bom-gallery.cnf
+share/owncloud/apps/gallery/tests/_data/broken-gallery.cnf
+share/owncloud/apps/gallery/tests/_data/design-gallery.cnf
+share/owncloud/apps/gallery/tests/_data/dump.sql
+share/owncloud/apps/gallery/tests/_data/empty-gallery.cnf
+share/owncloud/apps/gallery/tests/_data/font.ttf
+share/owncloud/apps/gallery/tests/_data/sharer-gallery.cnf
+share/owncloud/apps/gallery/tests/_data/sorting-gallery.cnf
+share/owncloud/apps/gallery/tests/_data/sources.md
+share/owncloud/apps/gallery/tests/_data/tester-gallery.cnf
+share/owncloud/apps/gallery/tests/_data/testimage-corrupt.jpg
+share/owncloud/apps/gallery/tests/_data/testimage-wide.png
+share/owncloud/apps/gallery/tests/_data/testimage.eps
+share/owncloud/apps/gallery/tests/_data/testimage.gif
+share/owncloud/apps/gallery/tests/_data/testimage.jpg
+share/owncloud/apps/gallery/tests/_data/testimage.png
+share/owncloud/apps/gallery/tests/_data/testimagelarge.svg
+share/owncloud/apps/gallery/tests/_envs/firefox.yml
+share/owncloud/apps/gallery/tests/_support/AcceptanceTester.php
+share/owncloud/apps/gallery/tests/_support/ApiTester.php
+share/owncloud/apps/gallery/tests/_support/FunctionalTester.php
+share/owncloud/apps/gallery/tests/_support/Helper/Acceptance.php
+share/owncloud/apps/gallery/tests/_support/Helper/Api.php
+share/owncloud/apps/gallery/tests/_support/Helper/CoreTestCase.php
+share/owncloud/apps/gallery/tests/_support/Helper/DataSetup.php
+share/owncloud/apps/gallery/tests/_support/Helper/Functional.php
+share/owncloud/apps/gallery/tests/_support/Helper/Integration.php
+share/owncloud/apps/gallery/tests/_support/Helper/Unit.php
+share/owncloud/apps/gallery/tests/_support/IntegrationTester.php
+share/owncloud/apps/gallery/tests/_support/Page/Acceptance/Login.php
+share/owncloud/apps/gallery/tests/_support/Page/Files.php
+share/owncloud/apps/gallery/tests/_support/Page/Gallery.php
+share/owncloud/apps/gallery/tests/_support/Page/Login.php
+share/owncloud/apps/gallery/tests/_support/Step/Api/Anonymous.php
+share/owncloud/apps/gallery/tests/_support/Step/Api/TokenUser.php
+share/owncloud/apps/gallery/tests/_support/Step/Api/User.php
+share/owncloud/apps/gallery/tests/_support/UnitTester.php
+share/owncloud/apps/gallery/tests/_support/_generated/AcceptanceTesterActions.php
+share/owncloud/apps/gallery/tests/_support/_generated/ApiTesterActions.php
+share/owncloud/apps/gallery/tests/_support/_generated/FunctionalTesterActions.php
+share/owncloud/apps/gallery/tests/_support/_generated/IntegrationTesterActions.php
+share/owncloud/apps/gallery/tests/_support/_generated/UnitTesterActions.php
+share/owncloud/apps/gallery/tests/acceptance.suite.yml
+share/owncloud/apps/gallery/tests/acceptance/LoginCept.php
+share/owncloud/apps/gallery/tests/acceptance/SignInAsUserCept.php
+share/owncloud/apps/gallery/tests/acceptance/_bootstrap.php
+share/owncloud/apps/gallery/tests/api.suite.yml
+share/owncloud/apps/gallery/tests/api/CheckTestUsersCest.php
+share/owncloud/apps/gallery/tests/api/ConnectWithTokenCest.php
+share/owncloud/apps/gallery/tests/api/DownloadCest.php
+share/owncloud/apps/gallery/tests/api/DownloadWithTokenCest.php
+share/owncloud/apps/gallery/tests/api/GetConfigCest.php
+share/owncloud/apps/gallery/tests/api/GetFilesCest.php
+share/owncloud/apps/gallery/tests/api/GetPreviewCest.php
+share/owncloud/apps/gallery/tests/api/GetThumbnailsCest.php
+share/owncloud/apps/gallery/tests/api/OcsCreateUserCest.php
+share/owncloud/apps/gallery/tests/api/_bootstrap.php
+share/owncloud/apps/gallery/tests/functional.suite.yml
+share/owncloud/apps/gallery/tests/functional/_bootstrap.php
+share/owncloud/apps/gallery/tests/integration.suite.yml
+share/owncloud/apps/gallery/tests/integration/GalleryIntegrationTest.php
+share/owncloud/apps/gallery/tests/integration/_bootstrap.php
+share/owncloud/apps/gallery/tests/integration/appinfo/AppTest.php
+share/owncloud/apps/gallery/tests/integration/appinfo/ApplicationTest.php
+share/owncloud/apps/gallery/tests/integration/environment/EnvironmentSetupTest.php
+share/owncloud/apps/gallery/tests/unit.suite.yml
+share/owncloud/apps/gallery/tests/unit/GalleryUnitTest.php
+share/owncloud/apps/gallery/tests/unit/_bootstrap.php
+share/owncloud/apps/gallery/tests/unit/config/ConfigParserTest.php
+share/owncloud/apps/gallery/tests/unit/controller/ConfigApiControllerTest.php
+share/owncloud/apps/gallery/tests/unit/controller/ConfigControllerTest.php
+share/owncloud/apps/gallery/tests/unit/controller/ConfigPublicControllerTest.php
+share/owncloud/apps/gallery/tests/unit/controller/FilesApiControllerTest.php
+share/owncloud/apps/gallery/tests/unit/controller/FilesControllerTest.php
+share/owncloud/apps/gallery/tests/unit/controller/FilesPublicControllerTest.php
+share/owncloud/apps/gallery/tests/unit/controller/HttpErrorTest.php
+share/owncloud/apps/gallery/tests/unit/controller/PageControllerTest.php
+share/owncloud/apps/gallery/tests/unit/controller/PreviewApiControllerTest.php
+share/owncloud/apps/gallery/tests/unit/controller/PreviewControllerTest.php
+share/owncloud/apps/gallery/tests/unit/controller/PreviewPublicControllerTest.php
+share/owncloud/apps/gallery/tests/unit/environment/EnvironmentTest.php
+share/owncloud/apps/gallery/tests/unit/http/ImageResponseTest.php
+share/owncloud/apps/gallery/tests/unit/middleware/EnvCheckMiddlewareTest.php
+share/owncloud/apps/gallery/tests/unit/middleware/SharingCheckMiddlewareTest.php
+share/owncloud/apps/gallery/tests/unit/preview/PreviewTest.php
+share/owncloud/apps/gallery/tests/unit/service/Base64EncodeTest.php
+share/owncloud/apps/gallery/tests/unit/service/ConfigServiceTest.php
+share/owncloud/apps/gallery/tests/unit/service/DownloadServiceTest.php
+share/owncloud/apps/gallery/tests/unit/service/PreviewServiceTest.php
+share/owncloud/apps/gallery/tests/unit/service/SearchFolderServiceTest.php
+share/owncloud/apps/gallery/tests/unit/service/SearchMediaServiceTest.php
+share/owncloud/apps/gallery/utility/eventsource.php
+share/owncloud/apps/gallery/vendor/autoload.php
+share/owncloud/apps/gallery/vendor/composer/ClassLoader.php
+share/owncloud/apps/gallery/vendor/composer/autoload_classmap.php
+share/owncloud/apps/gallery/vendor/composer/autoload_namespaces.php
+share/owncloud/apps/gallery/vendor/composer/autoload_psr4.php
+share/owncloud/apps/gallery/vendor/composer/autoload_real.php
+share/owncloud/apps/gallery/vendor/composer/installed.json
+share/owncloud/apps/gallery/vendor/symfony/yaml/CHANGELOG.md
+share/owncloud/apps/gallery/vendor/symfony/yaml/Dumper.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Escaper.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Exception/DumpException.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Exception/ExceptionInterface.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Exception/ParseException.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Exception/RuntimeException.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Inline.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/LICENSE
+share/owncloud/apps/gallery/vendor/symfony/yaml/Parser.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/DumperTest.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsAnchorAlias.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsBasicTests.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsBlockMapping.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsDocumentSeparator.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsErrorTests.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsFlowCollections.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsFoldedScalars.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsNullsAndEmpties.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsSpecificationExamples.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsTypeTransfers.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/embededPhp.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/escapedCharacters.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/index.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfComments.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfCompact.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfMergeKey.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfObjects.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfQuotes.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfTests.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/unindentedCollections.yml
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/InlineTest.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/ParseExceptionTest.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/ParserTest.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/YamlTest.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Unescaper.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/Yaml.php
+share/owncloud/apps/gallery/vendor/symfony/yaml/composer.json
+share/owncloud/apps/gallery/vendor/symfony/yaml/phpunit.xml.dist
+share/owncloud/apps/notifications/CONTRIBUTING.md
+share/owncloud/apps/notifications/COPYING
+share/owncloud/apps/notifications/appinfo/app.php
+share/owncloud/apps/notifications/appinfo/application.php
+share/owncloud/apps/notifications/appinfo/database.xml
+share/owncloud/apps/notifications/appinfo/info.xml
+share/owncloud/apps/notifications/appinfo/routes.php
+share/owncloud/apps/notifications/controller/endpointcontroller.php
+share/owncloud/apps/notifications/css/styles.css
+share/owncloud/apps/notifications/img/notifications-new.png
+share/owncloud/apps/notifications/img/notifications-new.svg
+share/owncloud/apps/notifications/img/notifications.png
+share/owncloud/apps/notifications/img/notifications.svg
+share/owncloud/apps/notifications/img/sample-empty.png
+share/owncloud/apps/notifications/img/sample-new.png
+share/owncloud/apps/notifications/js/app.js
+share/owncloud/apps/notifications/js/notification.js
+share/owncloud/apps/notifications/lib/app.php
+share/owncloud/apps/notifications/lib/capabilities.php
+share/owncloud/apps/notifications/lib/handler.php
+share/owncloud/apps/notifications/tests/appinfo/AppTest.php
+share/owncloud/apps/notifications/tests/appinfo/ApplicationTest.php
+share/owncloud/apps/notifications/tests/appinfo/RoutesTest.php
+share/owncloud/apps/notifications/tests/bootstrap.php
+share/owncloud/apps/notifications/tests/controller/EndpointControllerTest.php
+share/owncloud/apps/notifications/tests/lib/AppTest.php
+share/owncloud/apps/notifications/tests/lib/CapabilitiesTest.php
+share/owncloud/apps/notifications/tests/lib/HandlerTest.php
+share/owncloud/apps/notifications/tests/phpunit.xml
+share/owncloud/apps/notifications/tests/testcase.php
share/owncloud/apps/provisioning_api/appinfo/app.php
share/owncloud/apps/provisioning_api/appinfo/info.xml
share/owncloud/apps/provisioning_api/appinfo/routes.php
-share/owncloud/apps/provisioning_api/appinfo/version
share/owncloud/apps/provisioning_api/img/app.svg
share/owncloud/apps/provisioning_api/lib/apps.php
share/owncloud/apps/provisioning_api/lib/groups.php
@@ -7373,6 +7592,7 @@ share/owncloud/apps/provisioning_api/tests/appstest.php
share/owncloud/apps/provisioning_api/tests/groupstest.php
share/owncloud/apps/provisioning_api/tests/testcase.php
share/owncloud/apps/provisioning_api/tests/userstest.php
+share/owncloud/apps/templateeditor/CONTRIBUTING.md
share/owncloud/apps/templateeditor/app/templateeditor.php
share/owncloud/apps/templateeditor/appinfo/app.php
share/owncloud/apps/templateeditor/appinfo/info.xml
@@ -7462,6 +7682,8 @@ share/owncloud/apps/templateeditor/l10n/ia.php
share/owncloud/apps/templateeditor/l10n/id.js
share/owncloud/apps/templateeditor/l10n/id.json
share/owncloud/apps/templateeditor/l10n/id.php
+share/owncloud/apps/templateeditor/l10n/is.js
+share/owncloud/apps/templateeditor/l10n/is.json
share/owncloud/apps/templateeditor/l10n/is.php
share/owncloud/apps/templateeditor/l10n/it.js
share/owncloud/apps/templateeditor/l10n/it.json
@@ -7487,6 +7709,8 @@ share/owncloud/apps/templateeditor/l10n/nl.js
share/owncloud/apps/templateeditor/l10n/nl.json
share/owncloud/apps/templateeditor/l10n/nl.php
share/owncloud/apps/templateeditor/l10n/nn_NO.php
+share/owncloud/apps/templateeditor/l10n/oc.js
+share/owncloud/apps/templateeditor/l10n/oc.json
share/owncloud/apps/templateeditor/l10n/oc.php
share/owncloud/apps/templateeditor/l10n/pl.js
share/owncloud/apps/templateeditor/l10n/pl.json
@@ -7539,19 +7763,17 @@ share/owncloud/apps/templateeditor/l10n/zh_TW.php
share/owncloud/apps/templateeditor/lib/mailtemplate.php
share/owncloud/apps/templateeditor/settings-admin.php
share/owncloud/apps/templateeditor/templates/settings-admin.php
+share/owncloud/apps/updater/CONTRIBUTING.md
share/owncloud/apps/updater/COPYING-AGPL
share/owncloud/apps/updater/admin.php
-share/owncloud/apps/updater/ajax/backup.php
-share/owncloud/apps/updater/ajax/backup/delete.php
-share/owncloud/apps/updater/ajax/backup/download.php
-share/owncloud/apps/updater/ajax/backup/list.php
-share/owncloud/apps/updater/ajax/channel.php
-share/owncloud/apps/updater/ajax/download.php
-share/owncloud/apps/updater/ajax/update.php
share/owncloud/apps/updater/appinfo/app.php
+share/owncloud/apps/updater/appinfo/application.php
share/owncloud/apps/updater/appinfo/info.xml
share/owncloud/apps/updater/appinfo/routes.php
share/owncloud/apps/updater/appinfo/version
+share/owncloud/apps/updater/controller/admincontroller.php
+share/owncloud/apps/updater/controller/backupcontroller.php
+share/owncloud/apps/updater/controller/updatecontroller.php
share/owncloud/apps/updater/css/updater.css
share/owncloud/apps/updater/img/app.svg
share/owncloud/apps/updater/js/3rdparty/angular.js
@@ -7623,6 +7845,8 @@ share/owncloud/apps/updater/l10n/hi.php
share/owncloud/apps/updater/l10n/hr.js
share/owncloud/apps/updater/l10n/hr.json
share/owncloud/apps/updater/l10n/hr.php
+share/owncloud/apps/updater/l10n/hu_HU.js
+share/owncloud/apps/updater/l10n/hu_HU.json
share/owncloud/apps/updater/l10n/hu_HU.php
share/owncloud/apps/updater/l10n/hy.php
share/owncloud/apps/updater/l10n/ia.php
@@ -7656,6 +7880,8 @@ share/owncloud/apps/updater/l10n/nl.js
share/owncloud/apps/updater/l10n/nl.json
share/owncloud/apps/updater/l10n/nl.php
share/owncloud/apps/updater/l10n/nn_NO.php
+share/owncloud/apps/updater/l10n/oc.js
+share/owncloud/apps/updater/l10n/oc.json
share/owncloud/apps/updater/l10n/oc.php
share/owncloud/apps/updater/l10n/pa.php
share/owncloud/apps/updater/l10n/pl.js
@@ -7700,13 +7926,15 @@ share/owncloud/apps/updater/l10n/uk.json
share/owncloud/apps/updater/l10n/uk.php
share/owncloud/apps/updater/l10n/ur_PK.php
share/owncloud/apps/updater/l10n/vi.php
+share/owncloud/apps/updater/l10n/zh_CN.js
+share/owncloud/apps/updater/l10n/zh_CN.json
share/owncloud/apps/updater/l10n/zh_CN.php
share/owncloud/apps/updater/l10n/zh_HK.php
share/owncloud/apps/updater/l10n/zh_TW.php
-share/owncloud/apps/updater/lib/app.php
share/owncloud/apps/updater/lib/backup.php
share/owncloud/apps/updater/lib/channel.php
share/owncloud/apps/updater/lib/collection.php
+share/owncloud/apps/updater/lib/config.php
share/owncloud/apps/updater/lib/downloader.php
share/owncloud/apps/updater/lib/files.json
share/owncloud/apps/updater/lib/fsexception.php
@@ -7718,8 +7946,9 @@ share/owncloud/apps/updater/lib/location/thirdparty.php
share/owncloud/apps/updater/lib/permissionexception.php
share/owncloud/apps/updater/lib/updater.php
share/owncloud/apps/updater/templates/admin.php
-share/owncloud/apps/updater/tests/apptest.php
share/owncloud/apps/updater/tests/bootstrap.php
+share/owncloud/apps/updater/tests/channeltest.php
+share/owncloud/apps/updater/tests/controller/backupcontrollertest.php
share/owncloud/apps/updater/tests/phpunit.xml
share/owncloud/apps/user_external/appinfo/app.php
share/owncloud/apps/user_external/appinfo/database.xml
@@ -7730,6 +7959,7 @@ share/owncloud/apps/user_external/lib/base.php
share/owncloud/apps/user_external/lib/ftp.php
share/owncloud/apps/user_external/lib/imap.php
share/owncloud/apps/user_external/lib/smb.php
+share/owncloud/apps/user_external/lib/webdavauth.php
share/owncloud/apps/user_external/tests/config.php
share/owncloud/apps/user_external/tests/ftp.php
share/owncloud/apps/user_external/tests/imap.php
@@ -7747,7 +7977,7 @@ share/owncloud/apps/user_ldap/appinfo/info.xml
share/owncloud/apps/user_ldap/appinfo/install.php
share/owncloud/apps/user_ldap/appinfo/register_command.php
share/owncloud/apps/user_ldap/appinfo/routes.php
-share/owncloud/apps/user_ldap/appinfo/version
+share/owncloud/apps/user_ldap/appinfo/update.php
share/owncloud/apps/user_ldap/command/checkuser.php
share/owncloud/apps/user_ldap/command/createemptyconfig.php
share/owncloud/apps/user_ldap/command/deleteconfig.php
@@ -7830,8 +8060,6 @@ share/owncloud/apps/user_ldap/l10n/bs.js
share/owncloud/apps/user_ldap/l10n/bs.json
share/owncloud/apps/user_ldap/l10n/ca.js
share/owncloud/apps/user_ldap/l10n/ca.json
-share/owncloud/apps/user_ldap/l10n/ca@valencia.js
-share/owncloud/apps/user_ldap/l10n/ca@valencia.json
share/owncloud/apps/user_ldap/l10n/cs_CZ.js
share/owncloud/apps/user_ldap/l10n/cs_CZ.json
share/owncloud/apps/user_ldap/l10n/cy_GB.js
@@ -7842,8 +8070,6 @@ share/owncloud/apps/user_ldap/l10n/de.js
share/owncloud/apps/user_ldap/l10n/de.json
share/owncloud/apps/user_ldap/l10n/de_AT.js
share/owncloud/apps/user_ldap/l10n/de_AT.json
-share/owncloud/apps/user_ldap/l10n/de_CH.js
-share/owncloud/apps/user_ldap/l10n/de_CH.json
share/owncloud/apps/user_ldap/l10n/de_DE.js
share/owncloud/apps/user_ldap/l10n/de_DE.json
share/owncloud/apps/user_ldap/l10n/el.js
@@ -7852,52 +8078,28 @@ share/owncloud/apps/user_ldap/l10n/en@pirate.js
share/owncloud/apps/user_ldap/l10n/en@pirate.json
share/owncloud/apps/user_ldap/l10n/en_GB.js
share/owncloud/apps/user_ldap/l10n/en_GB.json
-share/owncloud/apps/user_ldap/l10n/en_NZ.js
-share/owncloud/apps/user_ldap/l10n/en_NZ.json
share/owncloud/apps/user_ldap/l10n/eo.js
share/owncloud/apps/user_ldap/l10n/eo.json
share/owncloud/apps/user_ldap/l10n/es.js
share/owncloud/apps/user_ldap/l10n/es.json
share/owncloud/apps/user_ldap/l10n/es_AR.js
share/owncloud/apps/user_ldap/l10n/es_AR.json
-share/owncloud/apps/user_ldap/l10n/es_BO.js
-share/owncloud/apps/user_ldap/l10n/es_BO.json
share/owncloud/apps/user_ldap/l10n/es_CL.js
share/owncloud/apps/user_ldap/l10n/es_CL.json
-share/owncloud/apps/user_ldap/l10n/es_CO.js
-share/owncloud/apps/user_ldap/l10n/es_CO.json
-share/owncloud/apps/user_ldap/l10n/es_CR.js
-share/owncloud/apps/user_ldap/l10n/es_CR.json
-share/owncloud/apps/user_ldap/l10n/es_EC.js
-share/owncloud/apps/user_ldap/l10n/es_EC.json
share/owncloud/apps/user_ldap/l10n/es_MX.js
share/owncloud/apps/user_ldap/l10n/es_MX.json
-share/owncloud/apps/user_ldap/l10n/es_PE.js
-share/owncloud/apps/user_ldap/l10n/es_PE.json
-share/owncloud/apps/user_ldap/l10n/es_PY.js
-share/owncloud/apps/user_ldap/l10n/es_PY.json
-share/owncloud/apps/user_ldap/l10n/es_US.js
-share/owncloud/apps/user_ldap/l10n/es_US.json
-share/owncloud/apps/user_ldap/l10n/es_UY.js
-share/owncloud/apps/user_ldap/l10n/es_UY.json
share/owncloud/apps/user_ldap/l10n/et_EE.js
share/owncloud/apps/user_ldap/l10n/et_EE.json
share/owncloud/apps/user_ldap/l10n/eu.js
share/owncloud/apps/user_ldap/l10n/eu.json
-share/owncloud/apps/user_ldap/l10n/eu_ES.js
-share/owncloud/apps/user_ldap/l10n/eu_ES.json
share/owncloud/apps/user_ldap/l10n/fa.js
share/owncloud/apps/user_ldap/l10n/fa.json
-share/owncloud/apps/user_ldap/l10n/fi.js
-share/owncloud/apps/user_ldap/l10n/fi.json
share/owncloud/apps/user_ldap/l10n/fi_FI.js
share/owncloud/apps/user_ldap/l10n/fi_FI.json
share/owncloud/apps/user_ldap/l10n/fil.js
share/owncloud/apps/user_ldap/l10n/fil.json
share/owncloud/apps/user_ldap/l10n/fr.js
share/owncloud/apps/user_ldap/l10n/fr.json
-share/owncloud/apps/user_ldap/l10n/fr_CA.js
-share/owncloud/apps/user_ldap/l10n/fr_CA.json
share/owncloud/apps/user_ldap/l10n/fy_NL.js
share/owncloud/apps/user_ldap/l10n/fy_NL.json
share/owncloud/apps/user_ldap/l10n/gl.js
@@ -7908,8 +8110,6 @@ share/owncloud/apps/user_ldap/l10n/he.js
share/owncloud/apps/user_ldap/l10n/he.json
share/owncloud/apps/user_ldap/l10n/hi.js
share/owncloud/apps/user_ldap/l10n/hi.json
-share/owncloud/apps/user_ldap/l10n/hi_IN.js
-share/owncloud/apps/user_ldap/l10n/hi_IN.json
share/owncloud/apps/user_ldap/l10n/hr.js
share/owncloud/apps/user_ldap/l10n/hr.json
share/owncloud/apps/user_ldap/l10n/hu_HU.js
@@ -7996,8 +8196,6 @@ share/owncloud/apps/user_ldap/l10n/ru.js
share/owncloud/apps/user_ldap/l10n/ru.json
share/owncloud/apps/user_ldap/l10n/si_LK.js
share/owncloud/apps/user_ldap/l10n/si_LK.json
-share/owncloud/apps/user_ldap/l10n/sk.js
-share/owncloud/apps/user_ldap/l10n/sk.json
share/owncloud/apps/user_ldap/l10n/sk_SK.js
share/owncloud/apps/user_ldap/l10n/sk_SK.json
share/owncloud/apps/user_ldap/l10n/sl.js
@@ -8034,8 +8232,6 @@ share/owncloud/apps/user_ldap/l10n/ug.js
share/owncloud/apps/user_ldap/l10n/ug.json
share/owncloud/apps/user_ldap/l10n/uk.js
share/owncloud/apps/user_ldap/l10n/uk.json
-share/owncloud/apps/user_ldap/l10n/ur.js
-share/owncloud/apps/user_ldap/l10n/ur.json
share/owncloud/apps/user_ldap/l10n/ur_PK.js
share/owncloud/apps/user_ldap/l10n/ur_PK.json
share/owncloud/apps/user_ldap/l10n/uz.js
@@ -8081,10 +8277,25 @@ share/owncloud/apps/user_ldap/templates/part.wizard-server.php
share/owncloud/apps/user_ldap/templates/part.wizard-userfilter.php
share/owncloud/apps/user_ldap/templates/part.wizardcontrols.php
share/owncloud/apps/user_ldap/templates/settings.php
+share/owncloud/apps/user_ldap/tests/.htaccess
share/owncloud/apps/user_ldap/tests/access.php
+share/owncloud/apps/user_ldap/tests/configuration.php
share/owncloud/apps/user_ldap/tests/connection.php
share/owncloud/apps/user_ldap/tests/group_ldap.php
+share/owncloud/apps/user_ldap/tests/integration/abstractintegrationtest.php
+share/owncloud/apps/user_ldap/tests/integration/data/avatar-invalid.gif
+share/owncloud/apps/user_ldap/tests/integration/data/avatar-valid.jpg
share/owncloud/apps/user_ldap/tests/integration/exceptionOnLostConnection.php
+share/owncloud/apps/user_ldap/tests/integration/fakemanager.php
+share/owncloud/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php
+share/owncloud/apps/user_ldap/tests/integration/lib/integrationtestpaging.php
+share/owncloud/apps/user_ldap/tests/integration/lib/integrationtestuserhome.php
+share/owncloud/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php
+share/owncloud/apps/user_ldap/tests/integration/readme.md
+share/owncloud/apps/user_ldap/tests/integration/run-test.sh
+share/owncloud/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php
+share/owncloud/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php
+share/owncloud/apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php
share/owncloud/apps/user_ldap/tests/jobs/cleanup.php
share/owncloud/apps/user_ldap/tests/mapping/abstractmappingtest.php
share/owncloud/apps/user_ldap/tests/mapping/groupmapping.php
@@ -8098,171 +8309,7 @@ share/owncloud/apps/user_ldap/user_proxy.php
share/owncloud/apps/user_ldap/vendor/ui-multiselect/MIT-LICENSE
share/owncloud/apps/user_ldap/vendor/ui-multiselect/jquery.multiselect.css
share/owncloud/apps/user_ldap/vendor/ui-multiselect/src/jquery.multiselect.js
-share/owncloud/apps/user_webdavauth/appinfo/app.php
-share/owncloud/apps/user_webdavauth/appinfo/info.xml
-share/owncloud/apps/user_webdavauth/appinfo/version
-share/owncloud/apps/user_webdavauth/img/app.svg
-share/owncloud/apps/user_webdavauth/l10n/ar.js
-share/owncloud/apps/user_webdavauth/l10n/ar.json
-share/owncloud/apps/user_webdavauth/l10n/ast.js
-share/owncloud/apps/user_webdavauth/l10n/ast.json
-share/owncloud/apps/user_webdavauth/l10n/az.js
-share/owncloud/apps/user_webdavauth/l10n/az.json
-share/owncloud/apps/user_webdavauth/l10n/bg_BG.js
-share/owncloud/apps/user_webdavauth/l10n/bg_BG.json
-share/owncloud/apps/user_webdavauth/l10n/bn_BD.js
-share/owncloud/apps/user_webdavauth/l10n/bn_BD.json
-share/owncloud/apps/user_webdavauth/l10n/bn_IN.js
-share/owncloud/apps/user_webdavauth/l10n/bn_IN.json
-share/owncloud/apps/user_webdavauth/l10n/bs.js
-share/owncloud/apps/user_webdavauth/l10n/bs.json
-share/owncloud/apps/user_webdavauth/l10n/ca.js
-share/owncloud/apps/user_webdavauth/l10n/ca.json
-share/owncloud/apps/user_webdavauth/l10n/cs_CZ.js
-share/owncloud/apps/user_webdavauth/l10n/cs_CZ.json
-share/owncloud/apps/user_webdavauth/l10n/cy_GB.js
-share/owncloud/apps/user_webdavauth/l10n/cy_GB.json
-share/owncloud/apps/user_webdavauth/l10n/da.js
-share/owncloud/apps/user_webdavauth/l10n/da.json
-share/owncloud/apps/user_webdavauth/l10n/de.js
-share/owncloud/apps/user_webdavauth/l10n/de.json
-share/owncloud/apps/user_webdavauth/l10n/de_AT.js
-share/owncloud/apps/user_webdavauth/l10n/de_AT.json
-share/owncloud/apps/user_webdavauth/l10n/de_CH.js
-share/owncloud/apps/user_webdavauth/l10n/de_CH.json
-share/owncloud/apps/user_webdavauth/l10n/de_DE.js
-share/owncloud/apps/user_webdavauth/l10n/de_DE.json
-share/owncloud/apps/user_webdavauth/l10n/el.js
-share/owncloud/apps/user_webdavauth/l10n/el.json
-share/owncloud/apps/user_webdavauth/l10n/en_GB.js
-share/owncloud/apps/user_webdavauth/l10n/en_GB.json
-share/owncloud/apps/user_webdavauth/l10n/eo.js
-share/owncloud/apps/user_webdavauth/l10n/eo.json
-share/owncloud/apps/user_webdavauth/l10n/es.js
-share/owncloud/apps/user_webdavauth/l10n/es.json
-share/owncloud/apps/user_webdavauth/l10n/es_AR.js
-share/owncloud/apps/user_webdavauth/l10n/es_AR.json
-share/owncloud/apps/user_webdavauth/l10n/es_MX.js
-share/owncloud/apps/user_webdavauth/l10n/es_MX.json
-share/owncloud/apps/user_webdavauth/l10n/et_EE.js
-share/owncloud/apps/user_webdavauth/l10n/et_EE.json
-share/owncloud/apps/user_webdavauth/l10n/eu.js
-share/owncloud/apps/user_webdavauth/l10n/eu.json
-share/owncloud/apps/user_webdavauth/l10n/eu_ES.js
-share/owncloud/apps/user_webdavauth/l10n/eu_ES.json
-share/owncloud/apps/user_webdavauth/l10n/fa.js
-share/owncloud/apps/user_webdavauth/l10n/fa.json
-share/owncloud/apps/user_webdavauth/l10n/fi.js
-share/owncloud/apps/user_webdavauth/l10n/fi.json
-share/owncloud/apps/user_webdavauth/l10n/fi_FI.js
-share/owncloud/apps/user_webdavauth/l10n/fi_FI.json
-share/owncloud/apps/user_webdavauth/l10n/fr.js
-share/owncloud/apps/user_webdavauth/l10n/fr.json
-share/owncloud/apps/user_webdavauth/l10n/gl.js
-share/owncloud/apps/user_webdavauth/l10n/gl.json
-share/owncloud/apps/user_webdavauth/l10n/he.js
-share/owncloud/apps/user_webdavauth/l10n/he.json
-share/owncloud/apps/user_webdavauth/l10n/hi.js
-share/owncloud/apps/user_webdavauth/l10n/hi.json
-share/owncloud/apps/user_webdavauth/l10n/hr.js
-share/owncloud/apps/user_webdavauth/l10n/hr.json
-share/owncloud/apps/user_webdavauth/l10n/hu_HU.js
-share/owncloud/apps/user_webdavauth/l10n/hu_HU.json
-share/owncloud/apps/user_webdavauth/l10n/hy.js
-share/owncloud/apps/user_webdavauth/l10n/hy.json
-share/owncloud/apps/user_webdavauth/l10n/ia.js
-share/owncloud/apps/user_webdavauth/l10n/ia.json
-share/owncloud/apps/user_webdavauth/l10n/id.js
-share/owncloud/apps/user_webdavauth/l10n/id.json
-share/owncloud/apps/user_webdavauth/l10n/is.js
-share/owncloud/apps/user_webdavauth/l10n/is.json
-share/owncloud/apps/user_webdavauth/l10n/it.js
-share/owncloud/apps/user_webdavauth/l10n/it.json
-share/owncloud/apps/user_webdavauth/l10n/ja.js
-share/owncloud/apps/user_webdavauth/l10n/ja.json
-share/owncloud/apps/user_webdavauth/l10n/ka_GE.js
-share/owncloud/apps/user_webdavauth/l10n/ka_GE.json
-share/owncloud/apps/user_webdavauth/l10n/km.js
-share/owncloud/apps/user_webdavauth/l10n/km.json
-share/owncloud/apps/user_webdavauth/l10n/kn.js
-share/owncloud/apps/user_webdavauth/l10n/kn.json
-share/owncloud/apps/user_webdavauth/l10n/ko.js
-share/owncloud/apps/user_webdavauth/l10n/ko.json
-share/owncloud/apps/user_webdavauth/l10n/ku_IQ.js
-share/owncloud/apps/user_webdavauth/l10n/ku_IQ.json
-share/owncloud/apps/user_webdavauth/l10n/lb.js
-share/owncloud/apps/user_webdavauth/l10n/lb.json
-share/owncloud/apps/user_webdavauth/l10n/lt_LT.js
-share/owncloud/apps/user_webdavauth/l10n/lt_LT.json
-share/owncloud/apps/user_webdavauth/l10n/lv.js
-share/owncloud/apps/user_webdavauth/l10n/lv.json
-share/owncloud/apps/user_webdavauth/l10n/mk.js
-share/owncloud/apps/user_webdavauth/l10n/mk.json
-share/owncloud/apps/user_webdavauth/l10n/mn.js
-share/owncloud/apps/user_webdavauth/l10n/mn.json
-share/owncloud/apps/user_webdavauth/l10n/ms_MY.js
-share/owncloud/apps/user_webdavauth/l10n/ms_MY.json
-share/owncloud/apps/user_webdavauth/l10n/nb_NO.js
-share/owncloud/apps/user_webdavauth/l10n/nb_NO.json
-share/owncloud/apps/user_webdavauth/l10n/nl.js
-share/owncloud/apps/user_webdavauth/l10n/nl.json
-share/owncloud/apps/user_webdavauth/l10n/nn_NO.js
-share/owncloud/apps/user_webdavauth/l10n/nn_NO.json
-share/owncloud/apps/user_webdavauth/l10n/oc.js
-share/owncloud/apps/user_webdavauth/l10n/oc.json
-share/owncloud/apps/user_webdavauth/l10n/pl.js
-share/owncloud/apps/user_webdavauth/l10n/pl.json
-share/owncloud/apps/user_webdavauth/l10n/pt_BR.js
-share/owncloud/apps/user_webdavauth/l10n/pt_BR.json
-share/owncloud/apps/user_webdavauth/l10n/pt_PT.js
-share/owncloud/apps/user_webdavauth/l10n/pt_PT.json
-share/owncloud/apps/user_webdavauth/l10n/ro.js
-share/owncloud/apps/user_webdavauth/l10n/ro.json
-share/owncloud/apps/user_webdavauth/l10n/ru.js
-share/owncloud/apps/user_webdavauth/l10n/ru.json
-share/owncloud/apps/user_webdavauth/l10n/si_LK.js
-share/owncloud/apps/user_webdavauth/l10n/si_LK.json
-share/owncloud/apps/user_webdavauth/l10n/sk.js
-share/owncloud/apps/user_webdavauth/l10n/sk.json
-share/owncloud/apps/user_webdavauth/l10n/sk_SK.js
-share/owncloud/apps/user_webdavauth/l10n/sk_SK.json
-share/owncloud/apps/user_webdavauth/l10n/sl.js
-share/owncloud/apps/user_webdavauth/l10n/sl.json
-share/owncloud/apps/user_webdavauth/l10n/sq.js
-share/owncloud/apps/user_webdavauth/l10n/sq.json
-share/owncloud/apps/user_webdavauth/l10n/sr.js
-share/owncloud/apps/user_webdavauth/l10n/sr.json
-share/owncloud/apps/user_webdavauth/l10n/sr@latin.js
-share/owncloud/apps/user_webdavauth/l10n/sr@latin.json
-share/owncloud/apps/user_webdavauth/l10n/sv.js
-share/owncloud/apps/user_webdavauth/l10n/sv.json
-share/owncloud/apps/user_webdavauth/l10n/ta_LK.js
-share/owncloud/apps/user_webdavauth/l10n/ta_LK.json
-share/owncloud/apps/user_webdavauth/l10n/te.js
-share/owncloud/apps/user_webdavauth/l10n/te.json
-share/owncloud/apps/user_webdavauth/l10n/th_TH.js
-share/owncloud/apps/user_webdavauth/l10n/th_TH.json
-share/owncloud/apps/user_webdavauth/l10n/tr.js
-share/owncloud/apps/user_webdavauth/l10n/tr.json
-share/owncloud/apps/user_webdavauth/l10n/ug.js
-share/owncloud/apps/user_webdavauth/l10n/ug.json
-share/owncloud/apps/user_webdavauth/l10n/uk.js
-share/owncloud/apps/user_webdavauth/l10n/uk.json
-share/owncloud/apps/user_webdavauth/l10n/ur_PK.js
-share/owncloud/apps/user_webdavauth/l10n/ur_PK.json
-share/owncloud/apps/user_webdavauth/l10n/vi.js
-share/owncloud/apps/user_webdavauth/l10n/vi.json
-share/owncloud/apps/user_webdavauth/l10n/zh_CN.js
-share/owncloud/apps/user_webdavauth/l10n/zh_CN.json
-share/owncloud/apps/user_webdavauth/l10n/zh_HK.js
-share/owncloud/apps/user_webdavauth/l10n/zh_HK.json
-share/owncloud/apps/user_webdavauth/l10n/zh_TW.js
-share/owncloud/apps/user_webdavauth/l10n/zh_TW.json
-share/owncloud/apps/user_webdavauth/settings.php
-share/owncloud/apps/user_webdavauth/templates/settings.php
-share/owncloud/apps/user_webdavauth/user_webdavauth.php
share/owncloud/config/.htaccess
-share/owncloud/config/ca-bundle.crt
share/owncloud/config/config.sample.php
share/owncloud/console.php
share/owncloud/core/ajax/appconfig.php
@@ -8281,15 +8328,31 @@ share/owncloud/core/command/background/cron.php
share/owncloud/core/command/background/webcron.php
share/owncloud/core/command/base.php
share/owncloud/core/command/check.php
+share/owncloud/core/command/config/app/deleteconfig.php
+share/owncloud/core/command/config/app/getconfig.php
+share/owncloud/core/command/config/app/setconfig.php
+share/owncloud/core/command/config/import.php
+share/owncloud/core/command/config/listconfigs.php
+share/owncloud/core/command/config/system/deleteconfig.php
+share/owncloud/core/command/config/system/getconfig.php
+share/owncloud/core/command/config/system/setconfig.php
share/owncloud/core/command/db/converttype.php
share/owncloud/core/command/db/generatechangescript.php
+share/owncloud/core/command/encryption/changekeystorageroot.php
+share/owncloud/core/command/encryption/decryptall.php
share/owncloud/core/command/encryption/disable.php
share/owncloud/core/command/encryption/enable.php
+share/owncloud/core/command/encryption/encryptall.php
share/owncloud/core/command/encryption/listmodules.php
share/owncloud/core/command/encryption/setdefaultmodule.php
+share/owncloud/core/command/encryption/showkeystorageroot.php
share/owncloud/core/command/encryption/status.php
share/owncloud/core/command/l10n/createjs.php
+share/owncloud/core/command/log/manage.php
+share/owncloud/core/command/log/owncloud.php
share/owncloud/core/command/maintenance/install.php
+share/owncloud/core/command/maintenance/mimetype/updatedb.php
+share/owncloud/core/command/maintenance/mimetype/updatejs.php
share/owncloud/core/command/maintenance/mode.php
share/owncloud/core/command/maintenance/repair.php
share/owncloud/core/command/maintenance/singleuser.php
@@ -8316,17 +8379,15 @@ share/owncloud/core/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
share/owncloud/core/css/images/ui-icons_1d2d44_256x240.png
share/owncloud/core/css/images/ui-icons_ffd27a_256x240.png
share/owncloud/core/css/images/ui-icons_ffffff_256x240.png
-share/owncloud/core/css/jquery-tipsy.css
share/owncloud/core/css/jquery-ui-fixes.css
share/owncloud/core/css/jquery.ocdialog.css
share/owncloud/core/css/mobile.css
share/owncloud/core/css/multiselect.css
share/owncloud/core/css/share.css
share/owncloud/core/css/styles.css
-share/owncloud/core/doc/admin/_images/100000000000023100000082EE8AC471.png
-share/owncloud/core/doc/admin/_images/100000000000023F000000F8D2CD2E60.png
-share/owncloud/core/doc/admin/_images/100000000000030C00000070A51C0EF4.png
-share/owncloud/core/doc/admin/_images/100000000000033300000106C232E69B.png
+share/owncloud/core/css/tooltip.css
+share/owncloud/core/doc/admin/_images/add_storage.png
+share/owncloud/core/doc/admin/_images/amazons3.png
share/owncloud/core/doc/admin/_images/android_custom_1.png
share/owncloud/core/doc/admin/_images/android_custom_10.png
share/owncloud/core/doc/admin/_images/android_custom_11.png
@@ -8355,7 +8416,9 @@ share/owncloud/core/doc/admin/_images/antivirus-daemon-socket.png
share/owncloud/core/doc/admin/_images/antivirus-executable.png
share/owncloud/core/doc/admin/_images/antivirus-logging.png
share/owncloud/core/doc/admin/_images/app-sharepoint-enable.png
-share/owncloud/core/doc/admin/_images/build-a-cloud-of-servers-320.png
+share/owncloud/core/doc/admin/_images/applicable.png
+share/owncloud/core/doc/admin/_images/auth_mechanism.png
+share/owncloud/core/doc/admin/_images/auth_rsa.png
share/owncloud/core/doc/admin/_images/cert-1.png
share/owncloud/core/doc/admin/_images/cert-11.png
share/owncloud/core/doc/admin/_images/cert-12.png
@@ -8394,11 +8457,22 @@ share/owncloud/core/doc/admin/_images/cert-46.png
share/owncloud/core/doc/admin/_images/cert-47.png
share/owncloud/core/doc/admin/_images/cert-5.png
share/owncloud/core/doc/admin/_images/cert-50.png
-share/owncloud/core/doc/admin/_images/cert-52.png
+share/owncloud/core/doc/admin/_images/cert-53.png
+share/owncloud/core/doc/admin/_images/cert-54.png
+share/owncloud/core/doc/admin/_images/cert-55.png
+share/owncloud/core/doc/admin/_images/cert-56.png
+share/owncloud/core/doc/admin/_images/cert-57.png
+share/owncloud/core/doc/admin/_images/cert-58.png
+share/owncloud/core/doc/admin/_images/cert-59.png
share/owncloud/core/doc/admin/_images/cert-6.png
+share/owncloud/core/doc/admin/_images/cert-60.png
+share/owncloud/core/doc/admin/_images/cert-61.png
+share/owncloud/core/doc/admin/_images/cert-62.png
share/owncloud/core/doc/admin/_images/cert-7.png
share/owncloud/core/doc/admin/_images/cert-8.png
share/owncloud/core/doc/admin/_images/cert-9.png
+share/owncloud/core/doc/admin/_images/community-vm-console.png
+share/owncloud/core/doc/admin/_images/community-vm-splash.png
share/owncloud/core/doc/admin/_images/create_public_share-1.png
share/owncloud/core/doc/admin/_images/create_public_share-10.png
share/owncloud/core/doc/admin/_images/create_public_share-2.png
@@ -8411,10 +8485,15 @@ share/owncloud/core/doc/admin/_images/create_public_share-8.png
share/owncloud/core/doc/admin/_images/create_public_share-9.png
share/owncloud/core/doc/admin/_images/documents_app_enable.png
share/owncloud/core/doc/admin/_images/documents_apply_test.png
+share/owncloud/core/doc/admin/_images/dropbox-allowshare.png
+share/owncloud/core/doc/admin/_images/dropbox-app.png
+share/owncloud/core/doc/admin/_images/dropbox-configapp.png
+share/owncloud/core/doc/admin/_images/dropbox-oc.png
+share/owncloud/core/doc/admin/_images/dropbox.png
+share/owncloud/core/doc/admin/_images/enable_app.png
share/owncloud/core/doc/admin/_images/encryption1.png
share/owncloud/core/doc/admin/_images/encryption10.png
share/owncloud/core/doc/admin/_images/encryption12.png
-share/owncloud/core/doc/admin/_images/encryption13.png
share/owncloud/core/doc/admin/_images/encryption14.png
share/owncloud/core/doc/admin/_images/encryption3.png
share/owncloud/core/doc/admin/_images/encryption7.png
@@ -8425,29 +8504,7 @@ share/owncloud/core/doc/admin/_images/external-sites-2.png
share/owncloud/core/doc/admin/_images/external-sites-3.png
share/owncloud/core/doc/admin/_images/external-sites-4.png
share/owncloud/core/doc/admin/_images/external-sites-5.png
-share/owncloud/core/doc/admin/_images/external-storage-amazons3.png
-share/owncloud/core/doc/admin/_images/external-storage-app-add.png
-share/owncloud/core/doc/admin/_images/external-storage-app-enable.png
-share/owncloud/core/doc/admin/_images/external-storage-app-local.png
-share/owncloud/core/doc/admin/_images/external-storage-app-usermounts.png
-share/owncloud/core/doc/admin/_images/external-storage-dropbox-allowshare.png
-share/owncloud/core/doc/admin/_images/external-storage-dropbox-app.png
-share/owncloud/core/doc/admin/_images/external-storage-dropbox-configapp.png
-share/owncloud/core/doc/admin/_images/external-storage-dropbox-oc.png
-share/owncloud/core/doc/admin/_images/external-storage-dropbox.png
-share/owncloud/core/doc/admin/_images/external-storage-ftp.png
-share/owncloud/core/doc/admin/_images/external-storage-google-drive-0auth.png
-share/owncloud/core/doc/admin/_images/external-storage-google-drive-9.png
-share/owncloud/core/doc/admin/_images/external-storage-google-drive-sdk.png
-share/owncloud/core/doc/admin/_images/external-storage-google-drive.png
-share/owncloud/core/doc/admin/_images/external-storage-google-drive1.png
-share/owncloud/core/doc/admin/_images/external-storage-google-drive2.png
-share/owncloud/core/doc/admin/_images/external-storage-google-drive5.png
-share/owncloud/core/doc/admin/_images/external-storage-google-drive7.png
-share/owncloud/core/doc/admin/_images/external-storage-google-drive8.png
-share/owncloud/core/doc/admin/_images/external-storage-smb.png
-share/owncloud/core/doc/admin/_images/external-storage-webdav.png
-share/owncloud/core/doc/admin/_images/file-lock-status.png
+share/owncloud/core/doc/admin/_images/federated-sharing.png
share/owncloud/core/doc/admin/_images/files-drop-1.png
share/owncloud/core/doc/admin/_images/files-drop-2.png
share/owncloud/core/doc/admin/_images/files-drop-3.png
@@ -8456,7 +8513,19 @@ share/owncloud/core/doc/admin/_images/files-drop-5.png
share/owncloud/core/doc/admin/_images/files-drop-6.png
share/owncloud/core/doc/admin/_images/files-drop-7.png
share/owncloud/core/doc/admin/_images/files_locking_app.png
-share/owncloud/core/doc/admin/_images/install-wizard-advanced.png
+share/owncloud/core/doc/admin/_images/ftp.png
+share/owncloud/core/doc/admin/_images/google-drive.png
+share/owncloud/core/doc/admin/_images/google-drive1.png
+share/owncloud/core/doc/admin/_images/google-drive10.png
+share/owncloud/core/doc/admin/_images/google-drive11.png
+share/owncloud/core/doc/admin/_images/google-drive2.png
+share/owncloud/core/doc/admin/_images/google-drive3.png
+share/owncloud/core/doc/admin/_images/google-drive4.png
+share/owncloud/core/doc/admin/_images/google-drive5.png
+share/owncloud/core/doc/admin/_images/google-drive6.png
+share/owncloud/core/doc/admin/_images/google-drive8.png
+share/owncloud/core/doc/admin/_images/install-wizard-2.png
+share/owncloud/core/doc/admin/_images/install-wizard-3.png
share/owncloud/core/doc/admin/_images/install-wizard.png
share/owncloud/core/doc/admin/_images/ios-p12-2.png
share/owncloud/core/doc/admin/_images/ios-p12-3.png
@@ -8464,6 +8533,21 @@ share/owncloud/core/doc/admin/_images/ios-p12-4.png
share/owncloud/core/doc/admin/_images/ios-p12-5.png
share/owncloud/core/doc/admin/_images/ios-p12-6.png
share/owncloud/core/doc/admin/_images/ios-p12.png
+share/owncloud/core/doc/admin/_images/ios-publish-10.png
+share/owncloud/core/doc/admin/_images/ios-publish-11.png
+share/owncloud/core/doc/admin/_images/ios-publish-12.png
+share/owncloud/core/doc/admin/_images/ios-publish-13.png
+share/owncloud/core/doc/admin/_images/ios-publish-14.png
+share/owncloud/core/doc/admin/_images/ios-publish-15.png
+share/owncloud/core/doc/admin/_images/ios-publish-2.png
+share/owncloud/core/doc/admin/_images/ios-publish-3.png
+share/owncloud/core/doc/admin/_images/ios-publish-4.png
+share/owncloud/core/doc/admin/_images/ios-publish-5.png
+share/owncloud/core/doc/admin/_images/ios-publish-6.png
+share/owncloud/core/doc/admin/_images/ios-publish-7.png
+share/owncloud/core/doc/admin/_images/ios-publish-8.png
+share/owncloud/core/doc/admin/_images/ios-publish-9.png
+share/owncloud/core/doc/admin/_images/ios-publish.png
share/owncloud/core/doc/admin/_images/itunes-udid-3.png
share/owncloud/core/doc/admin/_images/itunes-udid-4.png
share/owncloud/core/doc/admin/_images/itunes-udid.png
@@ -8484,6 +8568,7 @@ share/owncloud/core/doc/admin/_images/ldaphome-3.png
share/owncloud/core/doc/admin/_images/ldaphome-4.png
share/owncloud/core/doc/admin/_images/ldaphome-5.png
share/owncloud/core/doc/admin/_images/ldaphome-6.png
+share/owncloud/core/doc/admin/_images/local.png
share/owncloud/core/doc/admin/_images/lucene-search-enable.png
share/owncloud/core/doc/admin/_images/lucene-search-user.png
share/owncloud/core/doc/admin/_images/mac-1.png
@@ -8493,13 +8578,12 @@ share/owncloud/core/doc/admin/_images/mac-4.png
share/owncloud/core/doc/admin/_images/mac-5.png
share/owncloud/core/doc/admin/_images/mac-6.png
share/owncloud/core/doc/admin/_images/mac-7.png
-share/owncloud/core/doc/admin/_images/oc-video-1.png
-share/owncloud/core/doc/admin/_images/oc-video-2.png
+share/owncloud/core/doc/admin/_images/mount_options.png
share/owncloud/core/doc/admin/_images/oc_admin_app_page.png
share/owncloud/core/doc/admin/_images/oracle-1.png
share/owncloud/core/doc/admin/_images/ownbrander-1.png
-share/owncloud/core/doc/admin/_images/ownbrander-10.png
share/owncloud/core/doc/admin/_images/ownbrander-11.png
+share/owncloud/core/doc/admin/_images/ownbrander-110.png
share/owncloud/core/doc/admin/_images/ownbrander-12.png
share/owncloud/core/doc/admin/_images/ownbrander-13.png
share/owncloud/core/doc/admin/_images/ownbrander-131.png
@@ -8519,16 +8603,18 @@ share/owncloud/core/doc/admin/_images/ownbrander-25.png
share/owncloud/core/doc/admin/_images/ownbrander-26.png
share/owncloud/core/doc/admin/_images/ownbrander-27.png
share/owncloud/core/doc/admin/_images/ownbrander-28.png
+share/owncloud/core/doc/admin/_images/ownbrander-29.png
share/owncloud/core/doc/admin/_images/ownbrander-3.png
+share/owncloud/core/doc/admin/_images/ownbrander-30.png
+share/owncloud/core/doc/admin/_images/ownbrander-31.png
+share/owncloud/core/doc/admin/_images/ownbrander-32.png
share/owncloud/core/doc/admin/_images/ownbrander-4.png
share/owncloud/core/doc/admin/_images/ownbrander-5.png
share/owncloud/core/doc/admin/_images/ownbrander-6.png
share/owncloud/core/doc/admin/_images/ownbrander-7.png
share/owncloud/core/doc/admin/_images/ownbrander-8.png
-share/owncloud/core/doc/admin/_images/ownbrander-9.png
share/owncloud/core/doc/admin/_images/phpinfo.png
share/owncloud/core/doc/admin/_images/preview_images.png
-share/owncloud/core/doc/admin/_images/remote_shares.png
share/owncloud/core/doc/admin/_images/scaling-1.png
share/owncloud/core/doc/admin/_images/scaling-2.png
share/owncloud/core/doc/admin/_images/scaling-3.png
@@ -8536,30 +8622,19 @@ share/owncloud/core/doc/admin/_images/scaling-4.png
share/owncloud/core/doc/admin/_images/scaling-5.png
share/owncloud/core/doc/admin/_images/security-setup-warning-1.png
share/owncloud/core/doc/admin/_images/sharepoint-drive-config.png
-share/owncloud/core/doc/admin/_images/sharing-admin.png
-share/owncloud/core/doc/admin/_images/sharing-user-local.png
-share/owncloud/core/doc/admin/_images/sharing-user.png
+share/owncloud/core/doc/admin/_images/sharing-files-1.png
share/owncloud/core/doc/admin/_images/shib-gui1.png
share/owncloud/core/doc/admin/_images/shib-gui4.png
share/owncloud/core/doc/admin/_images/shib-gui5.png
share/owncloud/core/doc/admin/_images/shibboleth-personal.png
share/owncloud/core/doc/admin/_images/skeleton-files.png
share/owncloud/core/doc/admin/_images/skeleton-files1.png
-share/owncloud/core/doc/admin/_images/smb-create-share.png
-share/owncloud/core/doc/admin/_images/smb-files-view.png
-share/owncloud/core/doc/admin/_images/smb-user-share.png
+share/owncloud/core/doc/admin/_images/smb.png
share/owncloud/core/doc/admin/_images/smtp-config-php-sendmail.png
share/owncloud/core/doc/admin/_images/smtp-config-smtp.png
share/owncloud/core/doc/admin/_images/smtp-config-wizard.png
-share/owncloud/core/doc/admin/_images/theming-1.png
-share/owncloud/core/doc/admin/_images/theming-10.png
-share/owncloud/core/doc/admin/_images/theming-2.png
-share/owncloud/core/doc/admin/_images/theming-3.png
-share/owncloud/core/doc/admin/_images/theming-4.jpg
-share/owncloud/core/doc/admin/_images/theming-5.png
-share/owncloud/core/doc/admin/_images/theming-6.png
-share/owncloud/core/doc/admin/_images/theming-7.png
-share/owncloud/core/doc/admin/_images/theming-8.png
+share/owncloud/core/doc/admin/_images/transactional-locking-1.png
+share/owncloud/core/doc/admin/_images/transactional-locking-2.png
share/owncloud/core/doc/admin/_images/ucs-app-center-install.png
share/owncloud/core/doc/admin/_images/ucs-app-center-module.png
share/owncloud/core/doc/admin/_images/ucsint.png
@@ -8574,11 +8649,16 @@ share/owncloud/core/doc/admin/_images/updater-3.png
share/owncloud/core/doc/admin/_images/updater-7.png
share/owncloud/core/doc/admin/_images/updater-8.png
share/owncloud/core/doc/admin/_images/updater-9.png
+share/owncloud/core/doc/admin/_images/user_mounts.png
share/owncloud/core/doc/admin/_images/users-config-1.png
share/owncloud/core/doc/admin/_images/users-config-2.png
share/owncloud/core/doc/admin/_images/users-config.png
share/owncloud/core/doc/admin/_images/users-create.png
share/owncloud/core/doc/admin/_images/users-groups.png
+share/owncloud/core/doc/admin/_images/webbrander-1.png
+share/owncloud/core/doc/admin/_images/webdav.png
+share/owncloud/core/doc/admin/_images/wnd-1.png
+share/owncloud/core/doc/admin/_images/wnd-2.png
share/owncloud/core/doc/admin/_sources/configuration_database/db_conversion.txt
share/owncloud/core/doc/admin/_sources/configuration_database/index.txt
share/owncloud/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt
@@ -8587,19 +8667,33 @@ share/owncloud/core/doc/admin/_sources/configuration_files/big_file_upload_confi
share/owncloud/core/doc/admin/_sources/configuration_files/collaborative_documents_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/default_files_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/encryption_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/amazons3.txt
+share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/auth_mechanisms.txt
+share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/dropbox.txt
+share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/ftp.txt
+share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/google.txt
+share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/local.txt
+share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/openstack.txt
+share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/owncloud.txt
+share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/sftp.txt
+share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/smb.txt
+share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/webdav.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.txt
share/owncloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/files_locking_enabling.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/files_locking_experimental.txt
+share/owncloud/core/doc/admin/_sources/configuration_files/files_locking_transactional.txt
share/owncloud/core/doc/admin/_sources/configuration_files/index.txt
share/owncloud/core/doc/admin/_sources/configuration_files/previews_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/serving_static_files_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration_mimetypes/index.txt
+share/owncloud/core/doc/admin/_sources/configuration_mimetypes/mimetype_aliases.txt
+share/owncloud/core/doc/admin/_sources/configuration_mimetypes/mimetype_mapping.txt
share/owncloud/core/doc/admin/_sources/configuration_server/activity_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/automatic_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/background_jobs_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/caching_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.txt
share/owncloud/core/doc/admin/_sources/configuration_server/email_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/external_sites.txt
@@ -8610,7 +8704,11 @@ share/owncloud/core/doc/admin/_sources/configuration_server/knowledgebase_config
share/owncloud/core/doc/admin/_sources/configuration_server/language_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/logging_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/occ_command.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/performance_tuning.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/performance_tuning/database_best_practice.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/performance_tuning/index.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/performance_tuning/oc_server_tuning.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/performance_tuning/ssl_encryption_app.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/performance_tuning/webserver_tips.txt
share/owncloud/core/doc/admin/_sources/configuration_server/reverse_proxy_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/search_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/security_setup_warnings.txt
@@ -8649,7 +8747,8 @@ share/owncloud/core/doc/admin/_sources/enterprise_ios_app/publishing_ios_app_6.t
share/owncloud/core/doc/admin/_sources/enterprise_ios_app/publishing_ios_app_7.txt
share/owncloud/core/doc/admin/_sources/enterprise_ios_app/publishing_ios_app_8.txt
share/owncloud/core/doc/admin/_sources/enterprise_ios_app/publishing_ios_app_9.txt
-share/owncloud/core/doc/admin/_sources/enterprise_user_management/file_firewall_configuration.txt
+share/owncloud/core/doc/admin/_sources/enterprise_server_branding/enterprise_server_branding.txt
+share/owncloud/core/doc/admin/_sources/enterprise_server_branding/index.txt
share/owncloud/core/doc/admin/_sources/enterprise_user_management/index.txt
share/owncloud/core/doc/admin/_sources/enterprise_user_management/user_auth_shibboleth.txt
share/owncloud/core/doc/admin/_sources/index.txt
@@ -8662,8 +8761,10 @@ share/owncloud/core/doc/admin/_sources/installation/installation_wizard.txt
share/owncloud/core/doc/admin/_sources/installation/linux_installation.txt
share/owncloud/core/doc/admin/_sources/installation/macos_installation.txt
share/owncloud/core/doc/admin/_sources/installation/nginx_configuration.txt
+share/owncloud/core/doc/admin/_sources/installation/php_54_installation.txt
share/owncloud/core/doc/admin/_sources/installation/selinux_configuration.txt
share/owncloud/core/doc/admin/_sources/installation/source_installation.txt
+share/owncloud/core/doc/admin/_sources/installation/system_requirements.txt
share/owncloud/core/doc/admin/_sources/installation/ucs_installation.txt
share/owncloud/core/doc/admin/_sources/installation/yaws_configuration.txt
share/owncloud/core/doc/admin/_sources/issues/index.txt
@@ -8679,7 +8780,6 @@ share/owncloud/core/doc/admin/_sources/operations/index.txt
share/owncloud/core/doc/admin/_sources/operations/scaling_multiple_machines.txt
share/owncloud/core/doc/admin/_sources/operations/theming.txt
share/owncloud/core/doc/admin/_sources/release_notes.txt
-share/owncloud/core/doc/admin/_sources/videos/index.txt
share/owncloud/core/doc/admin/_sources/whats_new_admin.txt
share/owncloud/core/doc/admin/_static/ajax-loader.gif
share/owncloud/core/doc/admin/_static/basic.css
@@ -8723,19 +8823,33 @@ share/owncloud/core/doc/admin/configuration_files/big_file_upload_configuration.
share/owncloud/core/doc/admin/configuration_files/collaborative_documents_configuration.html
share/owncloud/core/doc/admin/configuration_files/default_files_configuration.html
share/owncloud/core/doc/admin/configuration_files/encryption_configuration.html
+share/owncloud/core/doc/admin/configuration_files/external_storage/amazons3.html
+share/owncloud/core/doc/admin/configuration_files/external_storage/auth_mechanisms.html
+share/owncloud/core/doc/admin/configuration_files/external_storage/dropbox.html
+share/owncloud/core/doc/admin/configuration_files/external_storage/ftp.html
+share/owncloud/core/doc/admin/configuration_files/external_storage/google.html
+share/owncloud/core/doc/admin/configuration_files/external_storage/local.html
+share/owncloud/core/doc/admin/configuration_files/external_storage/openstack.html
+share/owncloud/core/doc/admin/configuration_files/external_storage/owncloud.html
+share/owncloud/core/doc/admin/configuration_files/external_storage/sftp.html
+share/owncloud/core/doc/admin/configuration_files/external_storage/smb.html
+share/owncloud/core/doc/admin/configuration_files/external_storage/webdav.html
share/owncloud/core/doc/admin/configuration_files/external_storage_configuration.html
share/owncloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html
share/owncloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html
share/owncloud/core/doc/admin/configuration_files/file_sharing_configuration.html
share/owncloud/core/doc/admin/configuration_files/files_locking_enabling.html
-share/owncloud/core/doc/admin/configuration_files/files_locking_experimental.html
+share/owncloud/core/doc/admin/configuration_files/files_locking_transactional.html
share/owncloud/core/doc/admin/configuration_files/index.html
share/owncloud/core/doc/admin/configuration_files/previews_configuration.html
-share/owncloud/core/doc/admin/configuration_files/serving_static_files_configuration.html
+share/owncloud/core/doc/admin/configuration_mimetypes/index.html
+share/owncloud/core/doc/admin/configuration_mimetypes/mimetype_aliases.html
+share/owncloud/core/doc/admin/configuration_mimetypes/mimetype_mapping.html
share/owncloud/core/doc/admin/configuration_server/activity_configuration.html
share/owncloud/core/doc/admin/configuration_server/antivirus_configuration.html
share/owncloud/core/doc/admin/configuration_server/automatic_configuration.html
share/owncloud/core/doc/admin/configuration_server/background_jobs_configuration.html
+share/owncloud/core/doc/admin/configuration_server/caching_configuration.html
share/owncloud/core/doc/admin/configuration_server/config_sample_php_parameters.html
share/owncloud/core/doc/admin/configuration_server/email_configuration.html
share/owncloud/core/doc/admin/configuration_server/external_sites.html
@@ -8746,7 +8860,11 @@ share/owncloud/core/doc/admin/configuration_server/knowledgebase_configuration.h
share/owncloud/core/doc/admin/configuration_server/language_configuration.html
share/owncloud/core/doc/admin/configuration_server/logging_configuration.html
share/owncloud/core/doc/admin/configuration_server/occ_command.html
-share/owncloud/core/doc/admin/configuration_server/performance_tuning.html
+share/owncloud/core/doc/admin/configuration_server/performance_tuning/database_best_practice.html
+share/owncloud/core/doc/admin/configuration_server/performance_tuning/index.html
+share/owncloud/core/doc/admin/configuration_server/performance_tuning/oc_server_tuning.html
+share/owncloud/core/doc/admin/configuration_server/performance_tuning/ssl_encryption_app.html
+share/owncloud/core/doc/admin/configuration_server/performance_tuning/webserver_tips.html
share/owncloud/core/doc/admin/configuration_server/reverse_proxy_configuration.html
share/owncloud/core/doc/admin/configuration_server/search_configuration.html
share/owncloud/core/doc/admin/configuration_server/security_setup_warnings.html
@@ -8785,7 +8903,8 @@ share/owncloud/core/doc/admin/enterprise_ios_app/publishing_ios_app_6.html
share/owncloud/core/doc/admin/enterprise_ios_app/publishing_ios_app_7.html
share/owncloud/core/doc/admin/enterprise_ios_app/publishing_ios_app_8.html
share/owncloud/core/doc/admin/enterprise_ios_app/publishing_ios_app_9.html
-share/owncloud/core/doc/admin/enterprise_user_management/file_firewall_configuration.html
+share/owncloud/core/doc/admin/enterprise_server_branding/enterprise_server_branding.html
+share/owncloud/core/doc/admin/enterprise_server_branding/index.html
share/owncloud/core/doc/admin/enterprise_user_management/index.html
share/owncloud/core/doc/admin/enterprise_user_management/user_auth_shibboleth.html
share/owncloud/core/doc/admin/genindex.html
@@ -8799,8 +8918,10 @@ share/owncloud/core/doc/admin/installation/installation_wizard.html
share/owncloud/core/doc/admin/installation/linux_installation.html
share/owncloud/core/doc/admin/installation/macos_installation.html
share/owncloud/core/doc/admin/installation/nginx_configuration.html
+share/owncloud/core/doc/admin/installation/php_54_installation.html
share/owncloud/core/doc/admin/installation/selinux_configuration.html
share/owncloud/core/doc/admin/installation/source_installation.html
+share/owncloud/core/doc/admin/installation/system_requirements.html
share/owncloud/core/doc/admin/installation/ucs_installation.html
share/owncloud/core/doc/admin/installation/yaws_configuration.html
share/owncloud/core/doc/admin/issues/index.html
@@ -8819,7 +8940,6 @@ share/owncloud/core/doc/admin/operations/theming.html
share/owncloud/core/doc/admin/release_notes.html
share/owncloud/core/doc/admin/search.html
share/owncloud/core/doc/admin/searchindex.js
-share/owncloud/core/doc/admin/videos/index.html
share/owncloud/core/doc/admin/whats_new_admin.html
share/owncloud/core/doc/user/_images/bookmark_addurl.png
share/owncloud/core/doc/user/_images/bookmark_setting.png
@@ -9008,15 +9128,27 @@ share/owncloud/core/doc/user/userpreferences.html
share/owncloud/core/doc/user/webinterface.html
share/owncloud/core/doc/user/whats_new.html
share/owncloud/core/fonts/LICENSE.txt
-share/owncloud/core/fonts/OpenSans-Bold.woff
+share/owncloud/core/fonts/OpenSans-Light.woff
share/owncloud/core/fonts/OpenSans-Regular.ttf
-share/owncloud/core/fonts/OpenSans-Regular.woff
+share/owncloud/core/fonts/OpenSans-Semibold.woff
share/owncloud/core/img/actions/add.png
share/owncloud/core/img/actions/add.svg
share/owncloud/core/img/actions/caret-dark.png
share/owncloud/core/img/actions/caret-dark.svg
share/owncloud/core/img/actions/caret.png
share/owncloud/core/img/actions/caret.svg
+share/owncloud/core/img/actions/checkbox-checked-white.png
+share/owncloud/core/img/actions/checkbox-checked-white.svg
+share/owncloud/core/img/actions/checkbox-checked.png
+share/owncloud/core/img/actions/checkbox-checked.svg
+share/owncloud/core/img/actions/checkbox-mixed-white.png
+share/owncloud/core/img/actions/checkbox-mixed-white.svg
+share/owncloud/core/img/actions/checkbox-mixed.png
+share/owncloud/core/img/actions/checkbox-mixed.svg
+share/owncloud/core/img/actions/checkbox-white.png
+share/owncloud/core/img/actions/checkbox-white.svg
+share/owncloud/core/img/actions/checkbox.png
+share/owncloud/core/img/actions/checkbox.svg
share/owncloud/core/img/actions/checkmark-white.png
share/owncloud/core/img/actions/checkmark-white.svg
share/owncloud/core/img/actions/checkmark.png
@@ -9029,8 +9161,12 @@ share/owncloud/core/img/actions/delete-hover.png
share/owncloud/core/img/actions/delete-hover.svg
share/owncloud/core/img/actions/delete.png
share/owncloud/core/img/actions/delete.svg
+share/owncloud/core/img/actions/details.png
+share/owncloud/core/img/actions/details.svg
share/owncloud/core/img/actions/download.png
share/owncloud/core/img/actions/download.svg
+share/owncloud/core/img/actions/edit.png
+share/owncloud/core/img/actions/edit.svg
share/owncloud/core/img/actions/external.png
share/owncloud/core/img/actions/external.svg
share/owncloud/core/img/actions/history.png
@@ -9122,24 +9258,12 @@ share/owncloud/core/img/favicon-touch.png
share/owncloud/core/img/favicon-touch.svg
share/owncloud/core/img/favicon.png
share/owncloud/core/img/favicon.svg
-share/owncloud/core/img/filetypes/application-epub+zip.png
-share/owncloud/core/img/filetypes/application-epub+zip.svg
-share/owncloud/core/img/filetypes/application-javascript.png
-share/owncloud/core/img/filetypes/application-javascript.svg
share/owncloud/core/img/filetypes/application-pdf.png
share/owncloud/core/img/filetypes/application-pdf.svg
-share/owncloud/core/img/filetypes/application-rss+xml.png
-share/owncloud/core/img/filetypes/application-rss+xml.svg
-share/owncloud/core/img/filetypes/application-x-cbr.png
-share/owncloud/core/img/filetypes/application-x-cbr.svg
-share/owncloud/core/img/filetypes/application-x-shockwave-flash.png
-share/owncloud/core/img/filetypes/application-x-shockwave-flash.svg
share/owncloud/core/img/filetypes/application.png
share/owncloud/core/img/filetypes/application.svg
share/owncloud/core/img/filetypes/audio.png
share/owncloud/core/img/filetypes/audio.svg
-share/owncloud/core/img/filetypes/database.png
-share/owncloud/core/img/filetypes/database.svg
share/owncloud/core/img/filetypes/file.png
share/owncloud/core/img/filetypes/file.svg
share/owncloud/core/img/filetypes/folder-drag-accept.png
@@ -9150,12 +9274,10 @@ share/owncloud/core/img/filetypes/folder-public.png
share/owncloud/core/img/filetypes/folder-public.svg
share/owncloud/core/img/filetypes/folder-shared.png
share/owncloud/core/img/filetypes/folder-shared.svg
+share/owncloud/core/img/filetypes/folder-starred.png
+share/owncloud/core/img/filetypes/folder-starred.svg
share/owncloud/core/img/filetypes/folder.png
share/owncloud/core/img/filetypes/folder.svg
-share/owncloud/core/img/filetypes/font.png
-share/owncloud/core/img/filetypes/font.svg
-share/owncloud/core/img/filetypes/image-vector.png
-share/owncloud/core/img/filetypes/image-vector.svg
share/owncloud/core/img/filetypes/image.png
share/owncloud/core/img/filetypes/image.svg
share/owncloud/core/img/filetypes/package-x-generic.png
@@ -9164,22 +9286,12 @@ share/owncloud/core/img/filetypes/text-calendar.png
share/owncloud/core/img/filetypes/text-calendar.svg
share/owncloud/core/img/filetypes/text-code.png
share/owncloud/core/img/filetypes/text-code.svg
-share/owncloud/core/img/filetypes/text-html.png
-share/owncloud/core/img/filetypes/text-html.svg
share/owncloud/core/img/filetypes/text-vcard.png
share/owncloud/core/img/filetypes/text-vcard.svg
-share/owncloud/core/img/filetypes/text-x-c.png
-share/owncloud/core/img/filetypes/text-x-c.svg
-share/owncloud/core/img/filetypes/text-x-h.png
-share/owncloud/core/img/filetypes/text-x-h.svg
-share/owncloud/core/img/filetypes/text-x-python.png
-share/owncloud/core/img/filetypes/text-x-python.svg
share/owncloud/core/img/filetypes/text.png
share/owncloud/core/img/filetypes/text.svg
share/owncloud/core/img/filetypes/video.png
share/owncloud/core/img/filetypes/video.svg
-share/owncloud/core/img/filetypes/web.png
-share/owncloud/core/img/filetypes/web.svg
share/owncloud/core/img/filetypes/x-office-document.png
share/owncloud/core/img/filetypes/x-office-document.svg
share/owncloud/core/img/filetypes/x-office-presentation.png
@@ -9191,6 +9303,7 @@ share/owncloud/core/img/image-optimization.sh
share/owncloud/core/img/loading-dark.gif
share/owncloud/core/img/loading-small.gif
share/owncloud/core/img/loading.gif
+share/owncloud/core/img/logo-icon-175px.png
share/owncloud/core/img/logo-icon.png
share/owncloud/core/img/logo-icon.svg
share/owncloud/core/img/logo-mail.gif
@@ -9200,12 +9313,8 @@ share/owncloud/core/img/places/calendar-dark.png
share/owncloud/core/img/places/calendar-dark.svg
share/owncloud/core/img/places/contacts-dark.png
share/owncloud/core/img/places/contacts-dark.svg
-share/owncloud/core/img/places/file.png
-share/owncloud/core/img/places/file.svg
share/owncloud/core/img/places/files.png
share/owncloud/core/img/places/files.svg
-share/owncloud/core/img/places/folder.png
-share/owncloud/core/img/places/folder.svg
share/owncloud/core/img/places/home.png
share/owncloud/core/img/places/home.svg
share/owncloud/core/img/places/link.png
@@ -9235,14 +9344,17 @@ share/owncloud/core/js/core.json
share/owncloud/core/js/eventsource.js
share/owncloud/core/js/installation.js
share/owncloud/core/js/jquery-showpassword.js
-share/owncloud/core/js/jquery-tipsy.js
share/owncloud/core/js/jquery.avatar.js
share/owncloud/core/js/jquery.ocdialog.js
share/owncloud/core/js/js.js
share/owncloud/core/js/l10n.js
+share/owncloud/core/js/login.js
share/owncloud/core/js/lostpassword.js
share/owncloud/core/js/maintenance-check.js
+share/owncloud/core/js/mimetype.js
+share/owncloud/core/js/mimetypelist.js
share/owncloud/core/js/multiselect.js
+share/owncloud/core/js/oc-backbone.js
share/owncloud/core/js/oc-dialogs.js
share/owncloud/core/js/oc-requesttoken.js
share/owncloud/core/js/octemplate.js
@@ -9251,14 +9363,26 @@ share/owncloud/core/js/placeholders.js
share/owncloud/core/js/setup.js
share/owncloud/core/js/setupchecks.js
share/owncloud/core/js/share.js
+share/owncloud/core/js/shareconfigmodel.js
+share/owncloud/core/js/sharedialogexpirationview.js
+share/owncloud/core/js/sharedialoglinkshareview.js
+share/owncloud/core/js/sharedialogresharerinfoview.js
+share/owncloud/core/js/sharedialogshareelistview.js
+share/owncloud/core/js/sharedialogview.js
+share/owncloud/core/js/shareitemmodel.js
share/owncloud/core/js/singleselect.js
share/owncloud/core/js/tags.js
-share/owncloud/core/js/tests/lib/sinon-1.7.3.js
+share/owncloud/core/js/tests/lib/sinon-1.15.4.js
share/owncloud/core/js/tests/specHelper.js
+share/owncloud/core/js/tests/specs/appsSpec.js
share/owncloud/core/js/tests/specs/coreSpec.js
+share/owncloud/core/js/tests/specs/jquery.avatarSpec.js
share/owncloud/core/js/tests/specs/l10nSpec.js
+share/owncloud/core/js/tests/specs/mimeTypeSpec.js
share/owncloud/core/js/tests/specs/setupchecksSpec.js
share/owncloud/core/js/tests/specs/shareSpec.js
+share/owncloud/core/js/tests/specs/sharedialogviewSpec.js
+share/owncloud/core/js/tests/specs/shareitemmodelSpec.js
share/owncloud/core/js/update-notification.js
share/owncloud/core/js/update.js
share/owncloud/core/js/visitortimezone.js
@@ -9290,8 +9414,6 @@ share/owncloud/core/l10n/bs.js
share/owncloud/core/l10n/bs.json
share/owncloud/core/l10n/ca.js
share/owncloud/core/l10n/ca.json
-share/owncloud/core/l10n/ca@valencia.js
-share/owncloud/core/l10n/ca@valencia.json
share/owncloud/core/l10n/cs_CZ.js
share/owncloud/core/l10n/cs_CZ.json
share/owncloud/core/l10n/cy_GB.js
@@ -9302,8 +9424,6 @@ share/owncloud/core/l10n/de.js
share/owncloud/core/l10n/de.json
share/owncloud/core/l10n/de_AT.js
share/owncloud/core/l10n/de_AT.json
-share/owncloud/core/l10n/de_CH.js
-share/owncloud/core/l10n/de_CH.json
share/owncloud/core/l10n/de_DE.js
share/owncloud/core/l10n/de_DE.json
share/owncloud/core/l10n/el.js
@@ -9312,52 +9432,28 @@ share/owncloud/core/l10n/en@pirate.js
share/owncloud/core/l10n/en@pirate.json
share/owncloud/core/l10n/en_GB.js
share/owncloud/core/l10n/en_GB.json
-share/owncloud/core/l10n/en_NZ.js
-share/owncloud/core/l10n/en_NZ.json
share/owncloud/core/l10n/eo.js
share/owncloud/core/l10n/eo.json
share/owncloud/core/l10n/es.js
share/owncloud/core/l10n/es.json
share/owncloud/core/l10n/es_AR.js
share/owncloud/core/l10n/es_AR.json
-share/owncloud/core/l10n/es_BO.js
-share/owncloud/core/l10n/es_BO.json
share/owncloud/core/l10n/es_CL.js
share/owncloud/core/l10n/es_CL.json
-share/owncloud/core/l10n/es_CO.js
-share/owncloud/core/l10n/es_CO.json
-share/owncloud/core/l10n/es_CR.js
-share/owncloud/core/l10n/es_CR.json
-share/owncloud/core/l10n/es_EC.js
-share/owncloud/core/l10n/es_EC.json
share/owncloud/core/l10n/es_MX.js
share/owncloud/core/l10n/es_MX.json
-share/owncloud/core/l10n/es_PE.js
-share/owncloud/core/l10n/es_PE.json
-share/owncloud/core/l10n/es_PY.js
-share/owncloud/core/l10n/es_PY.json
-share/owncloud/core/l10n/es_US.js
-share/owncloud/core/l10n/es_US.json
-share/owncloud/core/l10n/es_UY.js
-share/owncloud/core/l10n/es_UY.json
share/owncloud/core/l10n/et_EE.js
share/owncloud/core/l10n/et_EE.json
share/owncloud/core/l10n/eu.js
share/owncloud/core/l10n/eu.json
-share/owncloud/core/l10n/eu_ES.js
-share/owncloud/core/l10n/eu_ES.json
share/owncloud/core/l10n/fa.js
share/owncloud/core/l10n/fa.json
-share/owncloud/core/l10n/fi.js
-share/owncloud/core/l10n/fi.json
share/owncloud/core/l10n/fi_FI.js
share/owncloud/core/l10n/fi_FI.json
share/owncloud/core/l10n/fil.js
share/owncloud/core/l10n/fil.json
share/owncloud/core/l10n/fr.js
share/owncloud/core/l10n/fr.json
-share/owncloud/core/l10n/fr_CA.js
-share/owncloud/core/l10n/fr_CA.json
share/owncloud/core/l10n/fy_NL.js
share/owncloud/core/l10n/fy_NL.json
share/owncloud/core/l10n/gl.js
@@ -9368,8 +9464,6 @@ share/owncloud/core/l10n/he.js
share/owncloud/core/l10n/he.json
share/owncloud/core/l10n/hi.js
share/owncloud/core/l10n/hi.json
-share/owncloud/core/l10n/hi_IN.js
-share/owncloud/core/l10n/hi_IN.json
share/owncloud/core/l10n/hr.js
share/owncloud/core/l10n/hr.json
share/owncloud/core/l10n/hu_HU.js
@@ -9380,7 +9474,6 @@ share/owncloud/core/l10n/ia.js
share/owncloud/core/l10n/ia.json
share/owncloud/core/l10n/id.js
share/owncloud/core/l10n/id.json
-share/owncloud/core/l10n/ignorelist
share/owncloud/core/l10n/io.js
share/owncloud/core/l10n/io.json
share/owncloud/core/l10n/is.js
@@ -9457,8 +9550,6 @@ share/owncloud/core/l10n/ru.js
share/owncloud/core/l10n/ru.json
share/owncloud/core/l10n/si_LK.js
share/owncloud/core/l10n/si_LK.json
-share/owncloud/core/l10n/sk.js
-share/owncloud/core/l10n/sk.json
share/owncloud/core/l10n/sk_SK.js
share/owncloud/core/l10n/sk_SK.json
share/owncloud/core/l10n/sl.js
@@ -9495,8 +9586,6 @@ share/owncloud/core/l10n/ug.js
share/owncloud/core/l10n/ug.json
share/owncloud/core/l10n/uk.js
share/owncloud/core/l10n/uk.json
-share/owncloud/core/l10n/ur.js
-share/owncloud/core/l10n/ur.json
share/owncloud/core/l10n/ur_PK.js
share/owncloud/core/l10n/ur_PK.json
share/owncloud/core/l10n/uz.js
@@ -9529,7 +9618,6 @@ share/owncloud/core/skeleton/Documents/Example.odt
share/owncloud/core/skeleton/Photos/Paris.jpg
share/owncloud/core/skeleton/Photos/San Francisco.jpg
share/owncloud/core/skeleton/Photos/Squirrel.jpg
-share/owncloud/core/skeleton/ownCloudUserManual.pdf
share/owncloud/core/strings.php
share/owncloud/core/tags/controller.php
share/owncloud/core/templates/403.php
@@ -9556,8 +9644,12 @@ share/owncloud/core/templates/untrustedDomain.php
share/owncloud/core/templates/update.admin.php
share/owncloud/core/templates/update.user.php
share/owncloud/core/user/usercontroller.php
+share/owncloud/core/vendor/backbone/.bower.json
+share/owncloud/core/vendor/backbone/LICENSE
+share/owncloud/core/vendor/backbone/backbone.js
share/owncloud/core/vendor/blueimp-md5/.bower.json
share/owncloud/core/vendor/blueimp-md5/js/md5.js
+share/owncloud/core/vendor/bootstrap/js/tooltip.js
share/owncloud/core/vendor/handlebars/.bower.json
share/owncloud/core/vendor/handlebars/handlebars.js
share/owncloud/core/vendor/jcrop/.bower.json
@@ -9610,6 +9702,7 @@ share/owncloud/index.html
share/owncloud/index.php
share/owncloud/indie.json
share/owncloud/l10n/l10n.pl
+share/owncloud/l10n/rm-old.sh
share/owncloud/lib/autoloader.php
share/owncloud/lib/base.php
share/owncloud/lib/l10n/ach.js
@@ -9640,8 +9733,6 @@ share/owncloud/lib/l10n/bs.js
share/owncloud/lib/l10n/bs.json
share/owncloud/lib/l10n/ca.js
share/owncloud/lib/l10n/ca.json
-share/owncloud/lib/l10n/ca@valencia.js
-share/owncloud/lib/l10n/ca@valencia.json
share/owncloud/lib/l10n/cs_CZ.js
share/owncloud/lib/l10n/cs_CZ.json
share/owncloud/lib/l10n/cy_GB.js
@@ -9652,8 +9743,6 @@ share/owncloud/lib/l10n/de.js
share/owncloud/lib/l10n/de.json
share/owncloud/lib/l10n/de_AT.js
share/owncloud/lib/l10n/de_AT.json
-share/owncloud/lib/l10n/de_CH.js
-share/owncloud/lib/l10n/de_CH.json
share/owncloud/lib/l10n/de_DE.js
share/owncloud/lib/l10n/de_DE.json
share/owncloud/lib/l10n/el.js
@@ -9662,52 +9751,28 @@ share/owncloud/lib/l10n/en@pirate.js
share/owncloud/lib/l10n/en@pirate.json
share/owncloud/lib/l10n/en_GB.js
share/owncloud/lib/l10n/en_GB.json
-share/owncloud/lib/l10n/en_NZ.js
-share/owncloud/lib/l10n/en_NZ.json
share/owncloud/lib/l10n/eo.js
share/owncloud/lib/l10n/eo.json
share/owncloud/lib/l10n/es.js
share/owncloud/lib/l10n/es.json
share/owncloud/lib/l10n/es_AR.js
share/owncloud/lib/l10n/es_AR.json
-share/owncloud/lib/l10n/es_BO.js
-share/owncloud/lib/l10n/es_BO.json
share/owncloud/lib/l10n/es_CL.js
share/owncloud/lib/l10n/es_CL.json
-share/owncloud/lib/l10n/es_CO.js
-share/owncloud/lib/l10n/es_CO.json
-share/owncloud/lib/l10n/es_CR.js
-share/owncloud/lib/l10n/es_CR.json
-share/owncloud/lib/l10n/es_EC.js
-share/owncloud/lib/l10n/es_EC.json
share/owncloud/lib/l10n/es_MX.js
share/owncloud/lib/l10n/es_MX.json
-share/owncloud/lib/l10n/es_PE.js
-share/owncloud/lib/l10n/es_PE.json
-share/owncloud/lib/l10n/es_PY.js
-share/owncloud/lib/l10n/es_PY.json
-share/owncloud/lib/l10n/es_US.js
-share/owncloud/lib/l10n/es_US.json
-share/owncloud/lib/l10n/es_UY.js
-share/owncloud/lib/l10n/es_UY.json
share/owncloud/lib/l10n/et_EE.js
share/owncloud/lib/l10n/et_EE.json
share/owncloud/lib/l10n/eu.js
share/owncloud/lib/l10n/eu.json
-share/owncloud/lib/l10n/eu_ES.js
-share/owncloud/lib/l10n/eu_ES.json
share/owncloud/lib/l10n/fa.js
share/owncloud/lib/l10n/fa.json
-share/owncloud/lib/l10n/fi.js
-share/owncloud/lib/l10n/fi.json
share/owncloud/lib/l10n/fi_FI.js
share/owncloud/lib/l10n/fi_FI.json
share/owncloud/lib/l10n/fil.js
share/owncloud/lib/l10n/fil.json
share/owncloud/lib/l10n/fr.js
share/owncloud/lib/l10n/fr.json
-share/owncloud/lib/l10n/fr_CA.js
-share/owncloud/lib/l10n/fr_CA.json
share/owncloud/lib/l10n/fy_NL.js
share/owncloud/lib/l10n/fy_NL.json
share/owncloud/lib/l10n/gl.js
@@ -9718,8 +9783,6 @@ share/owncloud/lib/l10n/he.js
share/owncloud/lib/l10n/he.json
share/owncloud/lib/l10n/hi.js
share/owncloud/lib/l10n/hi.json
-share/owncloud/lib/l10n/hi_IN.js
-share/owncloud/lib/l10n/hi_IN.json
share/owncloud/lib/l10n/hr.js
share/owncloud/lib/l10n/hr.json
share/owncloud/lib/l10n/hu_HU.js
@@ -9806,8 +9869,6 @@ share/owncloud/lib/l10n/ru.js
share/owncloud/lib/l10n/ru.json
share/owncloud/lib/l10n/si_LK.js
share/owncloud/lib/l10n/si_LK.json
-share/owncloud/lib/l10n/sk.js
-share/owncloud/lib/l10n/sk.json
share/owncloud/lib/l10n/sk_SK.js
share/owncloud/lib/l10n/sk_SK.json
share/owncloud/lib/l10n/sl.js
@@ -9844,8 +9905,6 @@ share/owncloud/lib/l10n/ug.js
share/owncloud/lib/l10n/ug.json
share/owncloud/lib/l10n/uk.js
share/owncloud/lib/l10n/uk.json
-share/owncloud/lib/l10n/ur.js
-share/owncloud/lib/l10n/ur.json
share/owncloud/lib/l10n/ur_PK.js
share/owncloud/lib/l10n/ur_PK.json
share/owncloud/lib/l10n/uz.js
@@ -9860,13 +9919,21 @@ share/owncloud/lib/l10n/zh_HK.js
share/owncloud/lib/l10n/zh_HK.json
share/owncloud/lib/l10n/zh_TW.js
share/owncloud/lib/l10n/zh_TW.json
+share/owncloud/lib/private/activity/event.php
share/owncloud/lib/private/activitymanager.php
share/owncloud/lib/private/allconfig.php
share/owncloud/lib/private/api.php
share/owncloud/lib/private/app.php
share/owncloud/lib/private/app/appmanager.php
-share/owncloud/lib/private/app/codechecker.php
-share/owncloud/lib/private/app/codecheckvisitor.php
+share/owncloud/lib/private/app/codechecker/abstractcheck.php
+share/owncloud/lib/private/app/codechecker/codechecker.php
+share/owncloud/lib/private/app/codechecker/deprecationcheck.php
+share/owncloud/lib/private/app/codechecker/emptycheck.php
+share/owncloud/lib/private/app/codechecker/icheck.php
+share/owncloud/lib/private/app/codechecker/infochecker.php
+share/owncloud/lib/private/app/codechecker/nodevisitor.php
+share/owncloud/lib/private/app/codechecker/privatecheck.php
+share/owncloud/lib/private/app/codechecker/strongcomparisoncheck.php
share/owncloud/lib/private/app/dependencyanalyzer.php
share/owncloud/lib/private/app/infoparser.php
share/owncloud/lib/private/app/platform.php
@@ -9895,7 +9962,6 @@ share/owncloud/lib/private/archive.php
share/owncloud/lib/private/archive/tar.php
share/owncloud/lib/private/archive/zip.php
share/owncloud/lib/private/arrayparser.php
-share/owncloud/lib/private/assetic/separatorfilter.php
share/owncloud/lib/private/avatar.php
share/owncloud/lib/private/avatarmanager.php
share/owncloud/lib/private/backgroundjob/job.php
@@ -9905,6 +9971,7 @@ share/owncloud/lib/private/backgroundjob/legacy/regularjob.php
share/owncloud/lib/private/backgroundjob/queuedjob.php
share/owncloud/lib/private/backgroundjob/timedjob.php
share/owncloud/lib/private/cache/file.php
+share/owncloud/lib/private/capabilitiesmanager.php
share/owncloud/lib/private/command/asyncbus.php
share/owncloud/lib/private/command/callablejob.php
share/owncloud/lib/private/command/closurejob.php
@@ -9926,15 +9993,19 @@ share/owncloud/lib/private/connector/sabre/exception/unsupportedmediatype.php
share/owncloud/lib/private/connector/sabre/exceptionloggerplugin.php
share/owncloud/lib/private/connector/sabre/file.php
share/owncloud/lib/private/connector/sabre/filesplugin.php
+share/owncloud/lib/private/connector/sabre/listenerplugin.php
+share/owncloud/lib/private/connector/sabre/lockplugin.php
share/owncloud/lib/private/connector/sabre/maintenanceplugin.php
share/owncloud/lib/private/connector/sabre/node.php
share/owncloud/lib/private/connector/sabre/objecttree.php
share/owncloud/lib/private/connector/sabre/principal.php
share/owncloud/lib/private/connector/sabre/quotaplugin.php
share/owncloud/lib/private/connector/sabre/server.php
+share/owncloud/lib/private/connector/sabre/serverfactory.php
share/owncloud/lib/private/connector/sabre/taglist.php
share/owncloud/lib/private/connector/sabre/tagsplugin.php
share/owncloud/lib/private/console/application.php
+share/owncloud/lib/private/console/timestampformatter.php
share/owncloud/lib/private/contacts/localaddressbook.php
share/owncloud/lib/private/contactsmanager.php
share/owncloud/lib/private/databaseexception.php
@@ -9955,13 +10026,19 @@ share/owncloud/lib/private/db/mdb2schemareader.php
share/owncloud/lib/private/db/mdb2schemawriter.php
share/owncloud/lib/private/db/migrationexception.php
share/owncloud/lib/private/db/migrator.php
-share/owncloud/lib/private/db/mssqlmigrator.php
share/owncloud/lib/private/db/mysqlmigrator.php
share/owncloud/lib/private/db/nocheckmigrator.php
share/owncloud/lib/private/db/ocsqliteplatform.php
share/owncloud/lib/private/db/oracleconnection.php
share/owncloud/lib/private/db/oraclemigrator.php
share/owncloud/lib/private/db/pgsqltools.php
+share/owncloud/lib/private/db/querybuilder/compositeexpression.php
+share/owncloud/lib/private/db/querybuilder/expressionbuilder.php
+share/owncloud/lib/private/db/querybuilder/literal.php
+share/owncloud/lib/private/db/querybuilder/parameter.php
+share/owncloud/lib/private/db/querybuilder/querybuilder.php
+share/owncloud/lib/private/db/querybuilder/queryfunction.php
+share/owncloud/lib/private/db/querybuilder/quotehelper.php
share/owncloud/lib/private/db/sqlitemigrator.php
share/owncloud/lib/private/db/sqlitesessioninit.php
share/owncloud/lib/private/db/statementwrapper.php
@@ -9972,6 +10049,7 @@ share/owncloud/lib/private/diagnostics/nulleventlogger.php
share/owncloud/lib/private/diagnostics/nullquerylogger.php
share/owncloud/lib/private/diagnostics/query.php
share/owncloud/lib/private/diagnostics/querylogger.php
+share/owncloud/lib/private/encryption/decryptall.php
share/owncloud/lib/private/encryption/exceptions/decryptionfailedexception.php
share/owncloud/lib/private/encryption/exceptions/emptyencryptiondataexception.php
share/owncloud/lib/private/encryption/exceptions/encryptionfailedexception.php
@@ -10002,12 +10080,12 @@ share/owncloud/lib/private/files/cache/wrapper/cachewrapper.php
share/owncloud/lib/private/files/config/mountprovidercollection.php
share/owncloud/lib/private/files/fileinfo.php
share/owncloud/lib/private/files/filesystem.php
-share/owncloud/lib/private/files/mapper.php
share/owncloud/lib/private/files/mount/manager.php
share/owncloud/lib/private/files/mount/mountpoint.php
share/owncloud/lib/private/files/mount/moveablemount.php
share/owncloud/lib/private/files/node/file.php
share/owncloud/lib/private/files/node/folder.php
+share/owncloud/lib/private/files/node/hookconnector.php
share/owncloud/lib/private/files/node/node.php
share/owncloud/lib/private/files/node/nonexistingfile.php
share/owncloud/lib/private/files/node/nonexistingfolder.php
@@ -10019,13 +10097,15 @@ share/owncloud/lib/private/files/objectstore/swift.php
share/owncloud/lib/private/files/storage/common.php
share/owncloud/lib/private/files/storage/commontest.php
share/owncloud/lib/private/files/storage/dav.php
+share/owncloud/lib/private/files/storage/flysystem.php
share/owncloud/lib/private/files/storage/home.php
share/owncloud/lib/private/files/storage/local.php
share/owncloud/lib/private/files/storage/localtempfiletrait.php
-share/owncloud/lib/private/files/storage/mappedlocal.php
+share/owncloud/lib/private/files/storage/polyfill/copydirectory.php
share/owncloud/lib/private/files/storage/storage.php
share/owncloud/lib/private/files/storage/storagefactory.php
share/owncloud/lib/private/files/storage/temporary.php
+share/owncloud/lib/private/files/storage/wrapper/availability.php
share/owncloud/lib/private/files/storage/wrapper/encryption.php
share/owncloud/lib/private/files/storage/wrapper/jail.php
share/owncloud/lib/private/files/storage/wrapper/permissionsmask.php
@@ -10038,6 +10118,7 @@ share/owncloud/lib/private/files/stream/oc.php
share/owncloud/lib/private/files/stream/quota.php
share/owncloud/lib/private/files/stream/staticstream.php
share/owncloud/lib/private/files/type/detection.php
+share/owncloud/lib/private/files/type/loader.php
share/owncloud/lib/private/files/type/templatemanager.php
share/owncloud/lib/private/files/utils/scanner.php
share/owncloud/lib/private/files/view.php
@@ -10071,13 +10152,9 @@ share/owncloud/lib/private/l10n.php
share/owncloud/lib/private/l10n/factory.php
share/owncloud/lib/private/l10n/string.php
share/owncloud/lib/private/largefilehelper.php
-share/owncloud/lib/private/legacy/appconfig.php
share/owncloud/lib/private/legacy/config.php
-share/owncloud/lib/private/legacy/log.php
-share/owncloud/lib/private/legacy/search.php
-share/owncloud/lib/private/legacy/search/provider.php
-share/owncloud/lib/private/legacy/search/provider/file.php
-share/owncloud/lib/private/legacy/search/result.php
+share/owncloud/lib/private/lock/abstractlockingprovider.php
+share/owncloud/lib/private/lock/dblockingprovider.php
share/owncloud/lib/private/lock/memcachelockingprovider.php
share/owncloud/lib/private/lock/nooplockingprovider.php
share/owncloud/lib/private/log.php
@@ -10099,15 +10176,24 @@ share/owncloud/lib/private/memcache/memcached.php
share/owncloud/lib/private/memcache/nullcache.php
share/owncloud/lib/private/memcache/redis.php
share/owncloud/lib/private/memcache/xcache.php
-share/owncloud/lib/private/mimetypes.list.php
share/owncloud/lib/private/naturalsort.php
share/owncloud/lib/private/naturalsort_defaultcollator.php
share/owncloud/lib/private/navigationmanager.php
share/owncloud/lib/private/needsupdateexception.php
+share/owncloud/lib/private/notification/action.php
+share/owncloud/lib/private/notification/iaction.php
+share/owncloud/lib/private/notification/iapp.php
+share/owncloud/lib/private/notification/imanager.php
+share/owncloud/lib/private/notification/inotification.php
+share/owncloud/lib/private/notification/inotifier.php
+share/owncloud/lib/private/notification/manager.php
+share/owncloud/lib/private/notification/notification.php
share/owncloud/lib/private/notsquareexception.php
share/owncloud/lib/private/ocs.php
share/owncloud/lib/private/ocs/cloud.php
share/owncloud/lib/private/ocs/config.php
+share/owncloud/lib/private/ocs/corecapabilities.php
+share/owncloud/lib/private/ocs/exception.php
share/owncloud/lib/private/ocs/person.php
share/owncloud/lib/private/ocs/privatedata.php
share/owncloud/lib/private/ocs/result.php
@@ -10162,12 +10248,13 @@ share/owncloud/lib/private/security/trusteddomainhelper.php
share/owncloud/lib/private/server.php
share/owncloud/lib/private/servernotavailableexception.php
share/owncloud/lib/private/serviceunavailableexception.php
+share/owncloud/lib/private/session/cryptosessiondata.php
+share/owncloud/lib/private/session/cryptowrapper.php
share/owncloud/lib/private/session/internal.php
share/owncloud/lib/private/session/memory.php
share/owncloud/lib/private/session/session.php
share/owncloud/lib/private/setup.php
share/owncloud/lib/private/setup/abstractdatabase.php
-share/owncloud/lib/private/setup/mssql.php
share/owncloud/lib/private/setup/mysql.php
share/owncloud/lib/private/setup/oci.php
share/owncloud/lib/private/setup/postgresql.php
@@ -10178,6 +10265,7 @@ share/owncloud/lib/private/share/hooks.php
share/owncloud/lib/private/share/mailnotifications.php
share/owncloud/lib/private/share/searchresultsorter.php
share/owncloud/lib/private/share/share.php
+share/owncloud/lib/private/streamer.php
share/owncloud/lib/private/subadmin.php
share/owncloud/lib/private/systemconfig.php
share/owncloud/lib/private/tagging/tag.php
@@ -10199,7 +10287,6 @@ share/owncloud/lib/private/urlgenerator.php
share/owncloud/lib/private/user.php
share/owncloud/lib/private/user/backend.php
share/owncloud/lib/private/user/database.php
-share/owncloud/lib/private/user/dummy.php
share/owncloud/lib/private/user/interface.php
share/owncloud/lib/private/user/loginexception.php
share/owncloud/lib/private/user/manager.php
@@ -10208,6 +10295,7 @@ share/owncloud/lib/private/user/session.php
share/owncloud/lib/private/user/user.php
share/owncloud/lib/private/util.php
share/owncloud/lib/public/activity/iconsumer.php
+share/owncloud/lib/public/activity/ievent.php
share/owncloud/lib/public/activity/iextension.php
share/owncloud/lib/public/activity/imanager.php
share/owncloud/lib/public/api.php
@@ -10243,9 +10331,11 @@ share/owncloud/lib/public/appframework/queryexception.php
share/owncloud/lib/public/appframework/utility/icontrollermethodreflector.php
share/owncloud/lib/public/appframework/utility/itimefactory.php
share/owncloud/lib/public/authentication/iapachebackend.php
+share/owncloud/lib/public/autoloadnotallowedexception.php
share/owncloud/lib/public/backgroundjob.php
share/owncloud/lib/public/backgroundjob/ijob.php
share/owncloud/lib/public/backgroundjob/ijoblist.php
+share/owncloud/lib/public/capabilities/icapability.php
share/owncloud/lib/public/command/ibus.php
share/owncloud/lib/public/command/icommand.php
share/owncloud/lib/public/config.php
@@ -10253,6 +10343,12 @@ share/owncloud/lib/public/constants.php
share/owncloud/lib/public/contacts.php
share/owncloud/lib/public/contacts/imanager.php
share/owncloud/lib/public/db.php
+share/owncloud/lib/public/db/querybuilder/icompositeexpression.php
+share/owncloud/lib/public/db/querybuilder/iexpressionbuilder.php
+share/owncloud/lib/public/db/querybuilder/iliteral.php
+share/owncloud/lib/public/db/querybuilder/iparameter.php
+share/owncloud/lib/public/db/querybuilder/iquerybuilder.php
+share/owncloud/lib/public/db/querybuilder/iqueryfunction.php
share/owncloud/lib/public/defaults.php
share/owncloud/lib/public/diagnostics/ievent.php
share/owncloud/lib/public/diagnostics/ieventlogger.php
@@ -10273,11 +10369,14 @@ share/owncloud/lib/public/files/fileinfo.php
share/owncloud/lib/public/files/filenametoolongexception.php
share/owncloud/lib/public/files/folder.php
share/owncloud/lib/public/files/ihomestorage.php
+share/owncloud/lib/public/files/imimetypedetector.php
+share/owncloud/lib/public/files/imimetypeloader.php
share/owncloud/lib/public/files/invalidcharacterinpathexception.php
share/owncloud/lib/public/files/invalidcontentexception.php
share/owncloud/lib/public/files/invalidpathexception.php
share/owncloud/lib/public/files/irootfolder.php
share/owncloud/lib/public/files/locknotacquiredexception.php
+share/owncloud/lib/public/files/mount/imountmanager.php
share/owncloud/lib/public/files/mount/imountpoint.php
share/owncloud/lib/public/files/node.php
share/owncloud/lib/public/files/notenoughspaceexception.php
@@ -10331,6 +10430,7 @@ share/owncloud/lib/public/iuserbackend.php
share/owncloud/lib/public/iusermanager.php
share/owncloud/lib/public/iusersession.php
share/owncloud/lib/public/json.php
+share/owncloud/lib/public/l10n/ifactory.php
share/owncloud/lib/public/lock/ilockingprovider.php
share/owncloud/lib/public/lock/lockedexception.php
share/owncloud/lib/public/mail/imailer.php
@@ -10339,6 +10439,8 @@ share/owncloud/lib/public/preview/iprovider.php
share/owncloud/lib/public/response.php
share/owncloud/lib/public/route/iroute.php
share/owncloud/lib/public/route/irouter.php
+share/owncloud/lib/public/sabrepluginevent.php
+share/owncloud/lib/public/sabrepluginexception.php
share/owncloud/lib/public/search/pagedprovider.php
share/owncloud/lib/public/search/provider.php
share/owncloud/lib/public/search/result.php
@@ -10362,20 +10464,27 @@ share/owncloud/lib/repair/dropoldtables.php
share/owncloud/lib/repair/filletags.php
share/owncloud/lib/repair/innodb.php
share/owncloud/lib/repair/preview.php
+share/owncloud/lib/repair/removegetetagentries.php
share/owncloud/lib/repair/repairconfig.php
+share/owncloud/lib/repair/repairinvalidshares.php
share/owncloud/lib/repair/repairlegacystorages.php
share/owncloud/lib/repair/repairmimetypes.php
share/owncloud/lib/repair/searchlucenetables.php
share/owncloud/lib/repair/sqliteautoincrement.php
share/owncloud/lib/repair/updatecertificatestore.php
+share/owncloud/lib/repair/updateoutdatedocsids.php
share/owncloud/occ
share/owncloud/ocs-provider/index.php
share/owncloud/ocs-provider/provider.php
share/owncloud/ocs/providers.php
share/owncloud/ocs/routes.php
share/owncloud/ocs/v1.php
+share/owncloud/ocs/v2.php
share/owncloud/public.php
share/owncloud/remote.php
+share/owncloud/resources/config/ca-bundle.crt
+share/owncloud/resources/config/mimetypealiases.dist.json
+share/owncloud/resources/config/mimetypemapping.dist.json
share/owncloud/robots.txt
share/owncloud/settings/admin.php
share/owncloud/settings/ajax/changedisplayname.php
@@ -10453,8 +10562,6 @@ share/owncloud/settings/l10n/de.js
share/owncloud/settings/l10n/de.json
share/owncloud/settings/l10n/de_AT.js
share/owncloud/settings/l10n/de_AT.json
-share/owncloud/settings/l10n/de_CH.js
-share/owncloud/settings/l10n/de_CH.json
share/owncloud/settings/l10n/de_DE.js
share/owncloud/settings/l10n/de_DE.json
share/owncloud/settings/l10n/el.js
@@ -10477,12 +10584,8 @@ share/owncloud/settings/l10n/et_EE.js
share/owncloud/settings/l10n/et_EE.json
share/owncloud/settings/l10n/eu.js
share/owncloud/settings/l10n/eu.json
-share/owncloud/settings/l10n/eu_ES.js
-share/owncloud/settings/l10n/eu_ES.json
share/owncloud/settings/l10n/fa.js
share/owncloud/settings/l10n/fa.json
-share/owncloud/settings/l10n/fi.js
-share/owncloud/settings/l10n/fi.json
share/owncloud/settings/l10n/fi_FI.js
share/owncloud/settings/l10n/fi_FI.json
share/owncloud/settings/l10n/fr.js
@@ -10539,6 +10642,8 @@ share/owncloud/settings/l10n/my_MM.js
share/owncloud/settings/l10n/my_MM.json
share/owncloud/settings/l10n/nb_NO.js
share/owncloud/settings/l10n/nb_NO.json
+share/owncloud/settings/l10n/nds.js
+share/owncloud/settings/l10n/nds.json
share/owncloud/settings/l10n/nl.js
share/owncloud/settings/l10n/nl.json
share/owncloud/settings/l10n/nn_NO.js
@@ -10559,8 +10664,6 @@ share/owncloud/settings/l10n/ru.js
share/owncloud/settings/l10n/ru.json
share/owncloud/settings/l10n/si_LK.js
share/owncloud/settings/l10n/si_LK.json
-share/owncloud/settings/l10n/sk.js
-share/owncloud/settings/l10n/sk.json
share/owncloud/settings/l10n/sk_SK.js
share/owncloud/settings/l10n/sk_SK.json
share/owncloud/settings/l10n/sl.js
@@ -10587,8 +10690,6 @@ share/owncloud/settings/l10n/ug.js
share/owncloud/settings/l10n/ug.json
share/owncloud/settings/l10n/uk.js
share/owncloud/settings/l10n/uk.json
-share/owncloud/settings/l10n/ur.js
-share/owncloud/settings/l10n/ur.json
share/owncloud/settings/l10n/ur_PK.js
share/owncloud/settings/l10n/ur_PK.json
share/owncloud/settings/l10n/vi.js
diff --git a/www/php-owncloud/distinfo b/www/php-owncloud/distinfo
index 0785e862c79..30cd8a8d3cf 100644
--- a/www/php-owncloud/distinfo
+++ b/www/php-owncloud/distinfo
@@ -1,11 +1,14 @@
-$NetBSD: distinfo,v 1.34 2015/08/05 15:16:10 ryoon Exp $
+$NetBSD: distinfo,v 1.35 2015/11/02 15:42:47 ryoon Exp $
SHA1 (168707-calendar.zip) = 521fb58ad898529f9a10d94c165bc978010defd3
RMD160 (168707-calendar.zip) = fdb7c3cddc0cd9e0338328d5cf246bd774f28803
+SHA512 (168707-calendar.zip) = b5f3a78faf748fec96ba497d50065ec1ff7345d7bd48d2c91758544b14a4b5994b184cba44eb9a0667a1515e3a0a2f2b27a0708a24a8eebc49350044506b5303
Size (168707-calendar.zip) = 905909 bytes
SHA1 (168708-contacts.zip) = abbb3ae9f966a80ec3dc7590c0906ad10b7e340e
RMD160 (168708-contacts.zip) = 4d351166cfca85957d72fcbdcc454b21b0965ce7
+SHA512 (168708-contacts.zip) = 24e6a104a2cca7d56a0bb33c1458cd5ce5a9f95a202188bfba622433a364c3b4e7f8da92133db2ee71233eb6d4064db8612daf50e2ef3d65440f6ed9ff4022ba
Size (168708-contacts.zip) = 1442129 bytes
-SHA1 (owncloud-8.1.0.tar.bz2) = 2dd197f06a618e40793521663d5eba19235efdd5
-RMD160 (owncloud-8.1.0.tar.bz2) = fdd15ae489e573ef1f5725cacda7bc60b06fad45
-Size (owncloud-8.1.0.tar.bz2) = 26247599 bytes
+SHA1 (owncloud-8.2.0.tar.bz2) = 46ae2ecda5125d6143962337e528fbe854d21844
+RMD160 (owncloud-8.2.0.tar.bz2) = a712365e7a4d9800b90e7f19bb361a6b8add24de
+SHA512 (owncloud-8.2.0.tar.bz2) = 82777951bf4ded1997ea5bb19a145a2feabd9cf454637be9522c14b5d7bc35784d847cd281c2596590ffebe8cc5c02173b35376b612ebc8c113a5e80685b5084
+Size (owncloud-8.2.0.tar.bz2) = 26072679 bytes