pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-owncloud



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Aug 11 02:54:18 UTC 2017

Modified Files:
        pkgsrc/www/php-owncloud: Makefile PLIST distinfo

Log Message:
Update to 10.0.2

Changelog:
Version 10.0.2 May 30 2017

    [major] Fix issue with database.xml migration being triggered twice on market app install - core/#27982
    [major] Apps formerly marked as shipped can now be uninstalled - core/#27985
    [major] Market now properly updates app version when using multiple apps paths - core/#28002

Version 10.0.1 May 23 2017

    [major] Clear cached app info before installing app - core/#27953
    [major] Fix to allow admin login when using home object store mode - core/#27963
    [major] Skeleton files correct copied for shibboleth - core/#27935
    [major] Automatically enable market app when upgrading from OC < 10 - core/#27930
    [major] Fix issue where market would run app migrations twice in some scenarios - market/#76
    [major] Fetch search terms from user backend (ex: LDAP) for more extended user search ability - core/#27906
    [major] Added support for upload-only link shares - core/#27548
    [major] When enabling default encryption module the admin must now explicitly choose encryption type (master key vs user key) - core/#27512
    [major] Fix missing "publicuri" field when upgrading from 9.1.5 - core/#27754
    [major] Add options to the user:sync command to handle missing accounts - core/#27798
    [major] Maintenance mode now properly blocks syncing on new DAV endpoint - core/#27821
    [major] Copy button for multiple link share now copies the correct link - core/#27863
    [major] Fix upload issues with IE11 - core/#27875
    [major] Allow apps to register multiple settings panels - core/#27885
    [major] Account table doesn't sync from user backends that have no listing support - core/#27862
    [major] Add events for password validation - core/#27883
    [major] Add JS event after external storage mount config is loaded, for UI extensions - core/#27740
    [major] Fix theming of setup page by autoloading default_enable theme apps - core/#27819
    [major] Allow apps to register custom settings page sections in info.xml - core/#27634
    [major] Add admin sharing option to restrict autocomplete to membership groups but still allow typing full name if known - core/#27869
    [minor] Market app update now doesn't overwrite local git checkouts - core/#27973
    [minor] Delete "appstoreenabled" config value when enabling market - core/#27956
    [minor] Do not verify email address when entered by an admin on their personal page - core/#27921
    [minor] Fix default share permission issue in public API core/#27927
    [minor] Properly rethrow exception when error occurred when enabling an app - core/#27970
    [minor] Remove own shares from "Shared with you" section - core/#27972
    [minor] Fix updating to daily from 10.0.0 with web updater - updater/#422
    [minor] Fix updating to 10.0.1 with web updater - core/#27965
    [minor] Removed unused and non-working auto-login after setup - core/#27971
    [minor] Fix SMB storage to return false if stat failed - core/#27859
    [minor] Update swiftmailer - core/#27897
    [minor] Escape filter in search - core/#27900
    [minor] Fix file name output in error pages - core/#27808
    [minor] Support for alternative login buttons through config.php - core/#27607
    [minor] Example theme app renamed to "theme-example" by convention - core/#27632
    [minor] Fix missing translation of built-in section names - core/#27645
    [minor] Add ability to disable password reset form in config - core/#27676
    [minor] Add support for themed radio buttons - core/#27681
    [minor] Fix customjs extension handling for external storage apps - core/#27683
    [minor] Fix upgrade error with mod_fcgid and PHP 7 - core/#27553
    [minor] Remove sharing subtab when link sharing is disallowed - core/#27708
    [minor] Add privacy warning in link shares panel - core/#27844
    [minor] Fix files app name in navigation menu - core/#27843
    [minor] Fix mimetype table code to ignore folder extensions - core/#27668
    [minor] Automatically focus the password field in password reset page - core/#27889
    [minor] Trashbin restore warnings due to missing entries now logged as debug - core/#27826
    [minor] Remove obsolete repair step RemoveOldShares - core/#27737
    [minor] "local link" was renamed to "private link" - core/#27594
    [minor] Fix column sorting in public file list page - core/#27308
    [minor] Don't display error when not connected to market - market/#51
    [minor] Fix issue with some apps info formats - market/#49
    [minor] Add ability to uninstall apps in market app UI - market/#67
    [minor] Improve visual feedback when installing market apps - market/#64
    [minor] Don't display license key in config report - configreport/#27

Version 10.0.0 Apr 27 2017
General

    Allows users to add the app to the Android homescreen - core/#25438
    Compatible with PHP 7.1 - core/#25436
    MySQL 4-byte UTF8 support: (utf8mb4 for e.g. Emoticons) - core/#17978
    Admin, personal pages and app management are now merged together into a single "Settings" entry - core/#26449
    Admin page displays the output of the server's status.php - core/#27238
    Also allow using email address for password recovery - core/#27168
    Support Redis Cluster - core/#26407
    ownCloud log entry reorder - core/#27562
    ownCloud log file rules to split into separate files - core/#27443
    occ scanner optimized memory usage for large scans by using autocommits - core/#27527

Filesystem

    Ability to exclude folders from being processed, like snapshot folders - core/#19235
    Checksum is computed on the fly and verified - core/#26655

Files App

    Share Link can be copied to the clipboard - core/#25418
    Display version sizes in versions panel - core/#26511
    Transfer ownership now works for individual folders - core/#27343
    Favorite star indicator now visible in the file lists related to sharing (ex: "Shared with you") - core/#19753

User management

    Ability to disable users in the users page (enable column first under cog icon) - core/#27333
    When changing personal email, an email confirmation is now sent - core/#7326
    When password is changed through any means, the user will now receive an email - core/#27498
    Change user preferences through OCC - core/#24770

External storage

    "Local" storage type can now be disabled by sysadmin in config.php - core/#26653
    External storage backends must use the core external storage API to work without files_external - core/#18160
    FTP external storage moved to a separate app files_external_ftp

Dav App

    CalDAV calendar public sharing - core/#2ultiple link shares - core/#27337
    When a recipient moves a file or folder out of a received share, the owner now receives a backup in their trashbin - core/#27042
    User avatars now visible in sharing autocomplete dropdown - core/#25976

Minor chang7473
    provisioning API now also returns the user's home path - core/#26850
    web updater shows link to changelog in admin page - core/#26796

For developers

    Users from all user backends are now stored in a central account table, improves perform   Added first login event - core/#26206
    Added postLogout hook - core/#27048
    New column in oc_jobs table to store last duration - core/#27144
    Ability to specify offset and limit when doing a REPORT query on a files endpoint - core/#26507
    Avatar API via WebDAV - core/#26872
    Improve return value support for two factor auth providers API - core/#26593
    Apps can now register Sabre plugins in info.xml - core/#26195
    REPORT method for files endpoint now allows searching for favorites - core/#26099
    Group backends can now return group display names (partial support, only used by sharing autocomplete) - core/#26750


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/php-owncloud/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/php-owncloud/PLIST \
    pkgsrc/www/php-owncloud/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-owncloud/Makefile
diff -u pkgsrc/www/php-owncloud/Makefile:1.63 pkgsrc/www/php-owncloud/Makefile:1.64
--- pkgsrc/www/php-owncloud/Makefile:1.63       Wed Apr  5 12:33:49 2017
+++ pkgsrc/www/php-owncloud/Makefile    Fri Aug 11 02:54:18 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2017/04/05 12:33:49 fhajny Exp $
+# $NetBSD: Makefile,v 1.64 2017/08/11 02:54:18 ryoon Exp $
 #
 
-DISTNAME=      owncloud-9.1.4
+DISTNAME=      owncloud-10.0.2
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://download.owncloud.org/community/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/www/php-owncloud/PLIST
diff -u pkgsrc/www/php-owncloud/PLIST:1.40 pkgsrc/www/php-owncloud/PLIST:1.41
--- pkgsrc/www/php-owncloud/PLIST:1.40  Sun Mar 26 00:47:45 2017
+++ pkgsrc/www/php-owncloud/PLIST       Fri Aug 11 02:54:18 2017
@@ -1,2937 +1,13 @@
-@comment $NetBSD: PLIST,v 1.40 2017/03/26 00:47:45 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.41 2017/08/11 02:54:18 ryoon Exp $
 share/owncloud/.htaccess
 share/owncloud/.user.ini
-share/owncloud/3rdparty/LICENSE INFO
-share/owncloud/3rdparty/README.md
-share/owncloud/3rdparty/autoload.php
-share/owncloud/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml
-share/owncloud/3rdparty/bantu/ini-get-wrapper/LICENSE
-share/owncloud/3rdparty/bantu/ini-get-wrapper/README.md
-share/owncloud/3rdparty/bantu/ini-get-wrapper/composer.json
-share/owncloud/3rdparty/bantu/ini-get-wrapper/phpunit.xml.dist
-share/owncloud/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.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
-share/owncloud/3rdparty/composer/autoload_psr4.php
-share/owncloud/3rdparty/composer/autoload_real.php
-share/owncloud/3rdparty/composer/autoload_static.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/README.md
-share/owncloud/3rdparty/doctrine/annotations/composer.json
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
-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/README.md
-share/owncloud/3rdparty/doctrine/cache/UPGRADE.md
-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
-share/owncloud/3rdparty/doctrine/collections/LICENSE
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
-share/owncloud/3rdparty/doctrine/collections/phpunit.xml.dist
-share/owncloud/3rdparty/doctrine/common/LICENSE
-share/owncloud/3rdparty/doctrine/common/README.md
-share/owncloud/3rdparty/doctrine/common/UPGRADE_TO_2_1
-share/owncloud/3rdparty/doctrine/common/UPGRADE_TO_2_2
-share/owncloud/3rdparty/doctrine/common/build.properties
-share/owncloud/3rdparty/doctrine/common/build.xml
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/ClassLoader.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/CommonException.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Comparable.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventArgs.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventManager.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventSubscriber.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Lexer.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Debug.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Version.php
-share/owncloud/3rdparty/doctrine/common/phpunit.xml.dist
-share/owncloud/3rdparty/doctrine/dbal/LICENSE
-share/owncloud/3rdparty/doctrine/dbal/README.md
-share/owncloud/3rdparty/doctrine/dbal/SECURITY.md
-share/owncloud/3rdparty/doctrine/dbal/UPGRADE.md
-share/owncloud/3rdparty/doctrine/dbal/composer.json
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Events.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Statement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Version.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
-share/owncloud/3rdparty/doctrine/inflector/LICENSE
-share/owncloud/3rdparty/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
-share/owncloud/3rdparty/doctrine/lexer/README.md
-share/owncloud/3rdparty/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Collection.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Event.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Exception/BadMethodCallException.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Exception/GuzzleException.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Exception/InvalidArgumentException.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Exception/RuntimeException.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/FromConfigInterface.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/HasDispatcherInterface.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/ToArrayInterface.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Version.php
-share/owncloud/3rdparty/guzzle/common/Guzzle/Common/composer.json
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/CachingEntityBody.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Client.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/ClientInterface.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlHandle.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMulti.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMultiProxy.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlVersion.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Curl/RequestMediator.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/EntityBody.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/EntityBodyInterface.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/BadResponseException.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/CouldNotRewindStreamException.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/CurlException.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/HttpException.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/MultiTransferException.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/RequestException.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/ServerErrorResponseException.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/TooManyRedirectsException.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/AbstractMessage.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/CacheControl.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderCollection.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderFactory.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderInterface.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/Link.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/MessageInterface.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/PostFile.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/PostFileInterface.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Request.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/RequestFactory.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/RequestInterface.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Response.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Mimetypes.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/CommaAggregator.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/PhpAggregator.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/QueryString.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/RedirectPlugin.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Resources/cacert.pem
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Resources/cacert.pem.md5
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/StaticClient.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Url.php
-share/owncloud/3rdparty/guzzle/http/Guzzle/Http/composer.json
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Cookie/CookieParser.php
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Cookie/CookieParserInterface.php
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Message/AbstractMessageParser.php
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Message/MessageParser.php
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Message/PeclHttpMessageParser.php
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/ParserRegistry.php
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Url/UrlParser.php
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php
-share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/composer.json
-share/owncloud/3rdparty/guzzle/stream/Guzzle/Stream/PhpStreamRequestFactory.php
-share/owncloud/3rdparty/guzzle/stream/Guzzle/Stream/Stream.php
-share/owncloud/3rdparty/guzzle/stream/Guzzle/Stream/StreamInterface.php
-share/owncloud/3rdparty/guzzle/stream/Guzzle/Stream/StreamRequestFactoryInterface.php
-share/owncloud/3rdparty/guzzle/stream/Guzzle/Stream/composer.json
-share/owncloud/3rdparty/guzzlehttp/guzzle/LICENSE
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/BatchResults.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Client.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/ClientInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Collection.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJar.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Cookie/SetCookie.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractEvent.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/BeforeEvent.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/CompleteEvent.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/Emitter.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/EmitterInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/EndEvent.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/ErrorEvent.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/EventInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/ProgressEvent.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/RequestEvents.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/BadResponseException.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/ClientException.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/ConnectException.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/ParseException.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/RequestException.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/ServerException.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/StateException.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/TransferException.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/XmlParseException.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/HasDataTrait.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/AbstractMessage.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/FutureResponse.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactory.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageParser.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/Request.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/RequestInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/Response.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/ResponseInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Mimetypes.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Pool.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Post/MultipartBody.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Post/PostBody.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Post/PostBodyInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Post/PostFile.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Post/PostFileInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Query.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/QueryParser.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/RingBridge.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Cookie.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/History.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/HttpError.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Mock.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Prepare.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Redirect.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/ToArrayInterface.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Transaction.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Url.php
-share/owncloud/3rdparty/guzzlehttp/guzzle/src/Utils.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/LICENSE
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlHandler.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/Middleware.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/MockHandler.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/StreamHandler.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Core.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledException.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Exception/ConnectException.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Exception/RingException.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureArray.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureInterface.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureValue.php
-share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php
-share/owncloud/3rdparty/guzzlehttp/streams/LICENSE
-share/owncloud/3rdparty/guzzlehttp/streams/src/AppendStream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/AsyncReadStream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/BufferStream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/CachingStream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/DroppingStream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/Exception/CannotAttachException.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/Exception/SeekException.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/FnStream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/GuzzleStreamWrapper.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/InflateStream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/LazyOpenStream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/LimitStream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/MetadataStreamInterface.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/NoSeekStream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/NullStream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/PumpStream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/Stream.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/StreamDecoratorTrait.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/StreamInterface.php
-share/owncloud/3rdparty/guzzlehttp/streams/src/Utils.php
-share/owncloud/3rdparty/icewind/streams/src/CallbackWrapper.php
-share/owncloud/3rdparty/icewind/streams/src/Directory.php
-share/owncloud/3rdparty/icewind/streams/src/DirectoryFilter.php
-share/owncloud/3rdparty/icewind/streams/src/DirectoryWrapper.php
-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/Path.php
-share/owncloud/3rdparty/icewind/streams/src/PathWrapper.php
-share/owncloud/3rdparty/icewind/streams/src/RetryWrapper.php
-share/owncloud/3rdparty/icewind/streams/src/SeekableWrapper.php
-share/owncloud/3rdparty/icewind/streams/src/Url.php
-share/owncloud/3rdparty/icewind/streams/src/UrlCallBack.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
-share/owncloud/3rdparty/jeremeamia/SuperClosure/LICENSE.md
-share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php
-share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/ClosureAnalyzer.php
-share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Token.php
-share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/TokenAnalyzer.php
-share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ClosureLocatorVisitor.php
-share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/MagicConstantVisitor.php
-share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ThisDetectorVisitor.php
-share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureAnalysisException.php
-share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureUnserializationException.php
-share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Exception/SuperClosureException.php
-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/jeremeamia/SuperClosure/src/hash_equals.php
-share/owncloud/3rdparty/kriswallsmith/assetic/LICENSE
-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
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/AssetManager.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/AssetWriter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Exception/Exception.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php
-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
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/IteratorResourceInterface.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php
-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/CleanCssFilter.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
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/DartFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JSqueezeFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php
-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
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php
-share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php
-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/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/ConfigAwareTrait.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/UnreadableFileException.php
-share/owncloud/3rdparty/league/flysystem/src/Util.php
-share/owncloud/3rdparty/league/flysystem/src/Util/ContentListingFormatter.php
-share/owncloud/3rdparty/league/flysystem/src/Util/MimeType.php
-share/owncloud/3rdparty/league/flysystem/src/Util/StreamHasher.php
-share/owncloud/3rdparty/lukasreschke/id3parser/README.md
-share/owncloud/3rdparty/lukasreschke/id3parser/composer.json
-share/owncloud/3rdparty/lukasreschke/id3parser/src/ID3Parser.php
-share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v1.php
-share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v2.php
-share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3.php
-share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_exception.php
-share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_handler.php
-share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_lib.php
-share/owncloud/3rdparty/mcnetic/zipstreamer/COPYING
-share/owncloud/3rdparty/mcnetic/zipstreamer/MANUAL.md
-share/owncloud/3rdparty/mcnetic/zipstreamer/README.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/natxet/CssMin/README
-share/owncloud/3rdparty/natxet/CssMin/composer.json
-share/owncloud/3rdparty/natxet/CssMin/src/CssMin.php
-share/owncloud/3rdparty/nikic/php-parser/LICENSE
-share/owncloud/3rdparty/nikic/php-parser/grammar/README.md
-share/owncloud/3rdparty/nikic/php-parser/grammar/kmyacc.php.parser
-share/owncloud/3rdparty/nikic/php-parser/grammar/zend_language_parser.phpy
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Autoloader.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Class_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Declaration.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Function_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Interface_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Method.php
-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
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Comment/Doc.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Error.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Arg.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Const_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
-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
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php
-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/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/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
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php
-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/FunctionLike.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Param.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php
-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/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
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeAbstract.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeDumper.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverser.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Parser.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/ParserAbstract.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Serializer.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Serializer/XML.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer.php
-share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer/XML.php
-share/owncloud/3rdparty/nikic/php-parser/lib/bootstrap.php
-share/owncloud/3rdparty/paragonie/random_compat/LICENSE
-share/owncloud/3rdparty/paragonie/random_compat/composer.json
-share/owncloud/3rdparty/paragonie/random_compat/lib/byte_safe_strings.php
-share/owncloud/3rdparty/paragonie/random_compat/lib/cast_to_int.php
-share/owncloud/3rdparty/paragonie/random_compat/lib/error_polyfill.php
-share/owncloud/3rdparty/paragonie/random_compat/lib/random.php
-share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_com_dotnet.php
-share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_dev_urandom.php
-share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium.php
-share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
-share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_mcrypt.php
-share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_openssl.php
-share/owncloud/3rdparty/paragonie/random_compat/lib/random_int.php
-share/owncloud/3rdparty/patches.txt
-share/owncloud/3rdparty/patchwork/jsqueeze/LICENSE.ASL20
-share/owncloud/3rdparty/patchwork/jsqueeze/LICENSE.GPLv2
-share/owncloud/3rdparty/patchwork/jsqueeze/README.md
-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/LICENSE-APACHE
-share/owncloud/3rdparty/patchwork/utf8/LICENSE-GPL
-share/owncloud/3rdparty/patchwork/utf8/README.md
-share/owncloud/3rdparty/patchwork/utf8/composer.json
-share/owncloud/3rdparty/patchwork/utf8/phpunit.xml.dist
-share/owncloud/3rdparty/patchwork/utf8/src/Normalizer.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Iconv.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Intl.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Mbstring.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Normalizer.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Xml.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.big5.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp037.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1006.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1026.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp424.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp437.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp500.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp737.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp775.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp850.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp852.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp855.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp856.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp857.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp860.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp861.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp862.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp863.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp864.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp865.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp866.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp869.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp874.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp875.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp932.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp936.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp949.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp950.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.gsm0338.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-1.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-10.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-11.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-13.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-15.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-16.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-2.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-3.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-4.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-5.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-6.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-7.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-8.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-9.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-r.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-u.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.mazovia.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.nextstep.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.stdenc.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.symbol.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.turkish.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii-quotes.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1250.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1251.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1252.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1253.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1254.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1255.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1256.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1257.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1258.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-ce.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-cyrillic.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-greek.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-icelandic.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-roman.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.zdingbat.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.gsm0338.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.mazovia.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.stdenc.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.symbol.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.zdingbat.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/translit.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalComposition.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalDecomposition.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/combiningClass.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/compatibilityDecomposition.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/lowerCase.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/upperCase.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/TurkishUtf8.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/BestFit.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/iconv.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/mbstring.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/utf8_encode.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/WindowsStreamWrapper.php
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/caseFolding_full.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1250.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1251.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1252.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1253.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1254.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1255.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1256.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1257.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1258.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit874.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit932.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit936.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit949.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit950.ser
-share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/translit_extra.ser
-share/owncloud/3rdparty/pear/archive_tar/Archive/Tar.php
-share/owncloud/3rdparty/pear/archive_tar/README.md
-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/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
-share/owncloud/3rdparty/pear/pear_exception/package.xml
-share/owncloud/3rdparty/phpseclib/phpseclib/AUTHORS
-share/owncloud/3rdparty/phpseclib/phpseclib/LICENSE
-share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/AES.php
-share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Base.php
-share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
-share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/DES.php
-share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
-share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
-share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
-share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
-share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Random.php
-share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php
-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
-share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP.php
-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/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
-share/owncloud/3rdparty/punic/punic/LICENSE.txt
-share/owncloud/3rdparty/punic/punic/UNICODE-LICENSE.txt
-share/owncloud/3rdparty/punic/punic/code/Calendar.php
-share/owncloud/3rdparty/punic/punic/code/Comparer.php
-share/owncloud/3rdparty/punic/punic/code/Currency.php
-share/owncloud/3rdparty/punic/punic/code/Data.php
-share/owncloud/3rdparty/punic/punic/code/Exception.php
-share/owncloud/3rdparty/punic/punic/code/Exception/BadArgumentType.php
-share/owncloud/3rdparty/punic/punic/code/Exception/BadDataFileContents.php
-share/owncloud/3rdparty/punic/punic/code/Exception/DataFileNotFound.php
-share/owncloud/3rdparty/punic/punic/code/Exception/DataFileNotReadable.php
-share/owncloud/3rdparty/punic/punic/code/Exception/DataFolderNotFound.php
-share/owncloud/3rdparty/punic/punic/code/Exception/InvalidDataFile.php
-share/owncloud/3rdparty/punic/punic/code/Exception/InvalidLocale.php
-share/owncloud/3rdparty/punic/punic/code/Exception/NotImplemented.php
-share/owncloud/3rdparty/punic/punic/code/Exception/ValueNotInList.php
-share/owncloud/3rdparty/punic/punic/code/Language.php
-share/owncloud/3rdparty/punic/punic/code/Misc.php
-share/owncloud/3rdparty/punic/punic/code/Number.php
-share/owncloud/3rdparty/punic/punic/code/Phone.php
-share/owncloud/3rdparty/punic/punic/code/Plural.php
-share/owncloud/3rdparty/punic/punic/code/Territory.php
-share/owncloud/3rdparty/punic/punic/code/Unit.php
-share/owncloud/3rdparty/punic/punic/code/data/ar/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/ar/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/ar/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/ar/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/ar/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/ar/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/ar/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ar/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ar/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/ar/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/ar/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ar/units.json
-share/owncloud/3rdparty/punic/punic/code/data/ca/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/ca/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/ca/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/ca/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/ca/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/ca/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/ca/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ca/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ca/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/ca/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/ca/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ca/units.json
-share/owncloud/3rdparty/punic/punic/code/data/cs/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/cs/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/cs/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/cs/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/cs/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/cs/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/cs/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/cs/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/cs/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/cs/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/cs/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/cs/units.json
-share/owncloud/3rdparty/punic/punic/code/data/currencyData.json
-share/owncloud/3rdparty/punic/punic/code/data/da/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/da/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/da/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/da/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/da/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/da/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/da/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/da/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/da/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/da/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/da/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/da/units.json
-share/owncloud/3rdparty/punic/punic/code/data/de/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/de/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/de/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/de/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/de/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/de/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/de/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/de/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/de/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/de/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/de/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/de/units.json
-share/owncloud/3rdparty/punic/punic/code/data/el/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/el/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/el/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/el/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/el/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/el/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/el/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/el/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/el/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/el/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/el/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/el/units.json
-share/owncloud/3rdparty/punic/punic/code/data/en-AU/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/en-AU/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/en-AU/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/en-AU/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/en-AU/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/en-AU/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/en-AU/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-AU/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-AU/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/en-AU/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/en-AU/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-AU/units.json
-share/owncloud/3rdparty/punic/punic/code/data/en-CA/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/en-CA/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/en-CA/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/en-CA/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/en-CA/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/en-CA/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/en-CA/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-CA/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-CA/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/en-CA/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/en-CA/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-CA/units.json
-share/owncloud/3rdparty/punic/punic/code/data/en-GB/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/en-GB/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/en-GB/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/en-GB/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/en-GB/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/en-GB/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/en-GB/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-GB/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-GB/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/en-GB/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/en-GB/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-GB/units.json
-share/owncloud/3rdparty/punic/punic/code/data/en-HK/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/en-HK/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/en-HK/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/en-HK/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/en-HK/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/en-HK/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/en-HK/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-HK/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-HK/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/en-HK/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/en-HK/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-HK/units.json
-share/owncloud/3rdparty/punic/punic/code/data/en-IN/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/en-IN/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/en-IN/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/en-IN/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/en-IN/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/en-IN/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/en-IN/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-IN/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-IN/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/en-IN/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/en-IN/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en-IN/units.json
-share/owncloud/3rdparty/punic/punic/code/data/en/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/en/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/en/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/en/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/en/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/en/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/en/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/en/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/en/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/en/units.json
-share/owncloud/3rdparty/punic/punic/code/data/es/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/es/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/es/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/es/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/es/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/es/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/es/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/es/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/es/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/es/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/es/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/es/units.json
-share/owncloud/3rdparty/punic/punic/code/data/fi/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/fi/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/fi/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/fi/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/fi/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/fi/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/fi/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/fi/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/fi/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/fi/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/fi/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/fi/units.json
-share/owncloud/3rdparty/punic/punic/code/data/fr/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/fr/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/fr/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/fr/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/fr/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/fr/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/fr/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/fr/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/fr/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/fr/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/fr/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/fr/units.json
-share/owncloud/3rdparty/punic/punic/code/data/he/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/he/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/he/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/he/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/he/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/he/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/he/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/he/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/he/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/he/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/he/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/he/units.json
-share/owncloud/3rdparty/punic/punic/code/data/hi/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/hi/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/hi/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/hi/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/hi/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/hi/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/hi/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/hi/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/hi/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/hi/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/hi/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/hi/units.json
-share/owncloud/3rdparty/punic/punic/code/data/hr/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/hr/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/hr/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/hr/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/hr/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/hr/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/hr/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/hr/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/hr/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/hr/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/hr/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/hr/units.json
-share/owncloud/3rdparty/punic/punic/code/data/hu/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/hu/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/hu/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/hu/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/hu/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/hu/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/hu/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/hu/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/hu/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/hu/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/hu/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/hu/units.json
-share/owncloud/3rdparty/punic/punic/code/data/it/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/it/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/it/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/it/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/it/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/it/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/it/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/it/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/it/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/it/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/it/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/it/units.json
-share/owncloud/3rdparty/punic/punic/code/data/ja/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/ja/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/ja/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/ja/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/ja/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/ja/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/ja/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ja/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ja/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/ja/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/ja/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ja/units.json
-share/owncloud/3rdparty/punic/punic/code/data/ko/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/ko/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/ko/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/ko/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/ko/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/ko/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/ko/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ko/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ko/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/ko/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/ko/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ko/units.json
-share/owncloud/3rdparty/punic/punic/code/data/likelySubtags.json
-share/owncloud/3rdparty/punic/punic/code/data/measurementData.json
-share/owncloud/3rdparty/punic/punic/code/data/metaZones.json
-share/owncloud/3rdparty/punic/punic/code/data/nb/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/nb/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/nb/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/nb/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/nb/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/nb/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/nb/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/nb/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/nb/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/nb/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/nb/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/nb/units.json
-share/owncloud/3rdparty/punic/punic/code/data/nl/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/nl/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/nl/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/nl/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/nl/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/nl/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/nl/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/nl/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/nl/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/nl/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/nl/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/nl/units.json
-share/owncloud/3rdparty/punic/punic/code/data/parentLocales.json
-share/owncloud/3rdparty/punic/punic/code/data/pl/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/pl/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/pl/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/pl/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/pl/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/pl/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/pl/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/pl/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/pl/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/pl/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/pl/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/pl/units.json
-share/owncloud/3rdparty/punic/punic/code/data/plurals.json
-share/owncloud/3rdparty/punic/punic/code/data/pt-PT/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/pt-PT/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/pt-PT/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/pt-PT/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/pt-PT/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/pt-PT/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/pt-PT/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/pt-PT/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/pt-PT/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/pt-PT/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/pt-PT/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/pt-PT/units.json
-share/owncloud/3rdparty/punic/punic/code/data/pt/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/pt/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/pt/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/pt/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/pt/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/pt/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/pt/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/pt/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/pt/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/pt/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/pt/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/pt/units.json
-share/owncloud/3rdparty/punic/punic/code/data/ro/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/ro/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/ro/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/ro/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/ro/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/ro/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/ro/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ro/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ro/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/ro/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/ro/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ro/units.json
-share/owncloud/3rdparty/punic/punic/code/data/root/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/root/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/root/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/root/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/root/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/root/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/root/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/root/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/root/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/root/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/root/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/root/units.json
-share/owncloud/3rdparty/punic/punic/code/data/ru/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/ru/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/ru/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/ru/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/ru/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/ru/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/ru/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ru/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ru/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/ru/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/ru/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/ru/units.json
-share/owncloud/3rdparty/punic/punic/code/data/sk/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/sk/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/sk/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/sk/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/sk/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/sk/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/sk/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/sk/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/sk/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/sk/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/sk/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/sk/units.json
-share/owncloud/3rdparty/punic/punic/code/data/sl/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/sl/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/sl/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/sl/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/sl/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/sl/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/sl/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/sl/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/sl/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/sl/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/sl/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/sl/units.json
-share/owncloud/3rdparty/punic/punic/code/data/sr/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/sr/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/sr/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/sr/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/sr/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/sr/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/sr/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/sr/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/sr/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/sr/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/sr/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/sr/units.json
-share/owncloud/3rdparty/punic/punic/code/data/sv/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/sv/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/sv/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/sv/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/sv/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/sv/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/sv/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/sv/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/sv/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/sv/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/sv/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/sv/units.json
-share/owncloud/3rdparty/punic/punic/code/data/telephoneCodeData.json
-share/owncloud/3rdparty/punic/punic/code/data/territoryContainment.json
-share/owncloud/3rdparty/punic/punic/code/data/territoryInfo.json
-share/owncloud/3rdparty/punic/punic/code/data/th/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/th/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/th/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/th/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/th/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/th/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/th/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/th/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/th/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/th/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/th/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/th/units.json
-share/owncloud/3rdparty/punic/punic/code/data/tr/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/tr/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/tr/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/tr/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/tr/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/tr/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/tr/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/tr/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/tr/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/tr/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/tr/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/tr/units.json
-share/owncloud/3rdparty/punic/punic/code/data/uk/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/uk/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/uk/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/uk/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/uk/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/uk/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/uk/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/uk/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/uk/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/uk/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/uk/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/uk/units.json
-share/owncloud/3rdparty/punic/punic/code/data/vi/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/vi/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/vi/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/vi/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/vi/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/vi/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/vi/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/vi/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/vi/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/vi/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/vi/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/vi/units.json
-share/owncloud/3rdparty/punic/punic/code/data/weekData.json
-share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/units.json
-share/owncloud/3rdparty/punic/punic/code/data/zh/calendar.json
-share/owncloud/3rdparty/punic/punic/code/data/zh/currencies.json
-share/owncloud/3rdparty/punic/punic/code/data/zh/dateFields.json
-share/owncloud/3rdparty/punic/punic/code/data/zh/languages.json
-share/owncloud/3rdparty/punic/punic/code/data/zh/layout.json
-share/owncloud/3rdparty/punic/punic/code/data/zh/listPatterns.json
-share/owncloud/3rdparty/punic/punic/code/data/zh/localeDisplayNames.json
-share/owncloud/3rdparty/punic/punic/code/data/zh/measurementSystemNames.json
-share/owncloud/3rdparty/punic/punic/code/data/zh/numbers.json
-share/owncloud/3rdparty/punic/punic/code/data/zh/territories.json
-share/owncloud/3rdparty/punic/punic/code/data/zh/timeZoneNames.json
-share/owncloud/3rdparty/punic/punic/code/data/zh/units.json
-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/README.md
-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.9.0.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/changelog/Upgrading to 1.7.0.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
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Config.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Groups.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Policies.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Webhooks.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Clients.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Agents.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Alarms.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Changelogs.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Checks.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Entities.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Metrics.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Notifications.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Service.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Views.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Zones.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Images.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Keypair.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Server.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Service.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Roles.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Service.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Tenants.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Tokens.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Users.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Iterators.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/LoadBalancer/README.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/LoadBalancer/USERGUIDE.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Access.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Account.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Container.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Object.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Container.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Migrating.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Object.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Claim.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Message.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Queue.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/accessip.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/caching-credentials.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/dbaas.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/flavors.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/networks.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/servers.md
-share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/volumes.md
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/AbstractResource.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Group.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/GroupConfiguration.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/LaunchConfiguration.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/ScalingPolicy.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Webhook.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Service.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AgentException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AlarmException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CheckException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CloudMonitoringException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/EntityException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/MetricException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationHistoryException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationPlanException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ServiceException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/TestException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ZoneException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AbstractResource.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Agent.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentConnection.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHost.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHostInfo.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentTarget.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentToken.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Alarm.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Changelog.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Check.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/CheckType.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Entity.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Metric.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Notification.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationHistory.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationPlan.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationType.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/ReadOnlyResource.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/View.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Zone.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Service.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/AbstractLogger.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/LogLevel.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/LoggerInterface.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ImageState.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/Network.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ServerState.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Exception/KeyPairException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Flavor.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Image.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/KeyPair.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Network.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Server.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/ServerMetadata.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/VolumeAttachment.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Service.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Collection/DnsIterator.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/AsyncResponse.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Domain.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Object.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/PtrRecord.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Record.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Subdomain.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Service.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Database.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Instance.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/User.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Service.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Access.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Algorithm.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/AllowedDomain.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/BillableLoadBalancer.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionLogging.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionThrottle.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ContentCaching.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ErrorPage.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/HealthMonitor.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/LoadBalancer.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Metadata.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Node.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/NodeEvent.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Protocol.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Readonly.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SSLTermination.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SessionPersistence.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Stats.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SubResource.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Usage.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/VirtualIp.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Service.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Service.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Stack.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/DeleteMessageException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/MessageException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueMetadataException.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Claim.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Message.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Queue.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Service.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Version.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Snapshot.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Volume.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/VolumeType.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Service.php
-share/owncloud/3rdparty/rackspace/php-opencloud/lib/php-opencloud.php
-share/owncloud/3rdparty/rackspace/php-opencloud/phpunit.xml.dist
-share/owncloud/3rdparty/react/promise/LICENSE
-share/owncloud/3rdparty/react/promise/src/CancellablePromiseInterface.php
-share/owncloud/3rdparty/react/promise/src/Deferred.php
-share/owncloud/3rdparty/react/promise/src/ExtendedPromiseInterface.php
-share/owncloud/3rdparty/react/promise/src/FulfilledPromise.php
-share/owncloud/3rdparty/react/promise/src/LazyPromise.php
-share/owncloud/3rdparty/react/promise/src/Promise.php
-share/owncloud/3rdparty/react/promise/src/PromiseInterface.php
-share/owncloud/3rdparty/react/promise/src/PromisorInterface.php
-share/owncloud/3rdparty/react/promise/src/RejectedPromise.php
-share/owncloud/3rdparty/react/promise/src/UnhandledRejectionException.php
-share/owncloud/3rdparty/react/promise/src/functions.php
-share/owncloud/3rdparty/react/promise/src/functions_include.php
-share/owncloud/3rdparty/sabre/dav/CHANGELOG.md
-share/owncloud/3rdparty/sabre/dav/CONTRIBUTING.md
-share/owncloud/3rdparty/sabre/dav/LICENSE
-share/owncloud/3rdparty/sabre/dav/README.md
-share/owncloud/3rdparty/sabre/dav/composer.json
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/PDO.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Calendar.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/CalendarHome.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/CalendarObject.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/CalendarQueryValidator.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/CalendarRoot.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/ICSExportPlugin.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/ICalendar.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/ICalendarObject.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/IShareableCalendar.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/ISharedCalendar.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Collection.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/ICollection.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/INode.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Node.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Principal/Collection.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyRead.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyRead.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Principal/User.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IInbox.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IOutbox.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Inbox.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Outbox.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/ShareableCalendar.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/SharedCalendar.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/SharingPlugin.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/Invite.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php
-share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/Share.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/AddressBook.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/AddressBookHome.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/AddressBookRoot.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Backend/BackendInterface.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Backend/PDO.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Backend/SyncSupport.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Card.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/IAddressBook.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/ICard.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/IDirectory.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/VCFExportPlugin.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
-share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/Apache.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/File.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/PDO.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/GuessContentType.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/HtmlOutput.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/PropFindAll.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/favicon.ico
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.css
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.png
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Client.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Collection.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/BadRequest.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/Conflict.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/ConflictingLock.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/Forbidden.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/InsufficientStorage.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/LengthRequired.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/Locked.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/NotAuthenticated.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/NotFound.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/NotImplemented.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/PaymentRequired.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/PreconditionFailed.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/ReportNotSupported.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/TooManyMatches.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/FS/Directory.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/FS/File.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/FS/Node.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/FSExt/Directory.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/FSExt/File.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/File.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/ICollection.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/IExtendedCollection.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/IFile.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/IMoveTarget.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/IMultiGet.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/INode.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/IProperties.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/IQuota.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/File.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/PDO.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Locks/LockInfo.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Locks/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/MkCol.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Mount/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Node.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/PartialUpdate/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/PropFind.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/PropPatch.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Server.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/ServerPlugin.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/SimpleCollection.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/SimpleFile.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/StringUtil.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Sync/ISyncCollection.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Sync/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Tree.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/UUIDUtil.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Version.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Prop.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Response.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Complex.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Href.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/Lock.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/MkCol.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/PropFind.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
-share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Service.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Exception/AceConflict.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NoAbstract.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/FS/Collection.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/FS/File.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/FS/HomeCollection.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/IACL.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/IPrincipal.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/IPrincipalCollection.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Plugin.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Principal.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalCollection.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/Acl.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
-share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
-share/owncloud/3rdparty/sabre/event/CHANGELOG.md
-share/owncloud/3rdparty/sabre/event/LICENSE
-share/owncloud/3rdparty/sabre/event/README.md
-share/owncloud/3rdparty/sabre/event/composer.json
-share/owncloud/3rdparty/sabre/event/lib/EventEmitter.php
-share/owncloud/3rdparty/sabre/event/lib/EventEmitterInterface.php
-share/owncloud/3rdparty/sabre/event/lib/EventEmitterTrait.php
-share/owncloud/3rdparty/sabre/event/lib/Promise.php
-share/owncloud/3rdparty/sabre/event/lib/PromiseAlreadyResolvedException.php
-share/owncloud/3rdparty/sabre/event/lib/Version.php
-share/owncloud/3rdparty/sabre/event/phpunit.xml.dist
-share/owncloud/3rdparty/sabre/http/CHANGELOG.md
-share/owncloud/3rdparty/sabre/http/LICENSE
-share/owncloud/3rdparty/sabre/http/README.md
-share/owncloud/3rdparty/sabre/http/composer.json
-share/owncloud/3rdparty/sabre/http/lib/Auth/AWS.php
-share/owncloud/3rdparty/sabre/http/lib/Auth/AbstractAuth.php
-share/owncloud/3rdparty/sabre/http/lib/Auth/Basic.php
-share/owncloud/3rdparty/sabre/http/lib/Auth/Bearer.php
-share/owncloud/3rdparty/sabre/http/lib/Auth/Digest.php
-share/owncloud/3rdparty/sabre/http/lib/Client.php
-share/owncloud/3rdparty/sabre/http/lib/ClientException.php
-share/owncloud/3rdparty/sabre/http/lib/ClientHttpException.php
-share/owncloud/3rdparty/sabre/http/lib/HttpException.php
-share/owncloud/3rdparty/sabre/http/lib/Message.php
-share/owncloud/3rdparty/sabre/http/lib/MessageDecoratorTrait.php
-share/owncloud/3rdparty/sabre/http/lib/MessageInterface.php
-share/owncloud/3rdparty/sabre/http/lib/Request.php
-share/owncloud/3rdparty/sabre/http/lib/RequestDecorator.php
-share/owncloud/3rdparty/sabre/http/lib/RequestInterface.php
-share/owncloud/3rdparty/sabre/http/lib/Response.php
-share/owncloud/3rdparty/sabre/http/lib/ResponseDecorator.php
-share/owncloud/3rdparty/sabre/http/lib/ResponseInterface.php
-share/owncloud/3rdparty/sabre/http/lib/Sapi.php
-share/owncloud/3rdparty/sabre/http/lib/URLUtil.php
-share/owncloud/3rdparty/sabre/http/lib/Util.php
-share/owncloud/3rdparty/sabre/http/lib/Version.php
-share/owncloud/3rdparty/sabre/http/lib/functions.php
-share/owncloud/3rdparty/sabre/uri/CHANGELOG.md
-share/owncloud/3rdparty/sabre/uri/LICENSE
-share/owncloud/3rdparty/sabre/uri/README.md
-share/owncloud/3rdparty/sabre/uri/composer.json
-share/owncloud/3rdparty/sabre/uri/lib/InvalidUriException.php
-share/owncloud/3rdparty/sabre/uri/lib/Version.php
-share/owncloud/3rdparty/sabre/uri/lib/functions.php
-share/owncloud/3rdparty/sabre/vobject/ChangeLog.md
-share/owncloud/3rdparty/sabre/vobject/LICENSE
-share/owncloud/3rdparty/sabre/vobject/README.md
-share/owncloud/3rdparty/sabre/vobject/composer.json
-share/owncloud/3rdparty/sabre/vobject/lib/Cli.php
-share/owncloud/3rdparty/sabre/vobject/lib/Component.php
-share/owncloud/3rdparty/sabre/vobject/lib/Component/Available.php
-share/owncloud/3rdparty/sabre/vobject/lib/Component/VAlarm.php
-share/owncloud/3rdparty/sabre/vobject/lib/Component/VAvailability.php
-share/owncloud/3rdparty/sabre/vobject/lib/Component/VCalendar.php
-share/owncloud/3rdparty/sabre/vobject/lib/Component/VCard.php
-share/owncloud/3rdparty/sabre/vobject/lib/Component/VEvent.php
-share/owncloud/3rdparty/sabre/vobject/lib/Component/VFreeBusy.php
-share/owncloud/3rdparty/sabre/vobject/lib/Component/VJournal.php
-share/owncloud/3rdparty/sabre/vobject/lib/Component/VTimeZone.php
-share/owncloud/3rdparty/sabre/vobject/lib/Component/VTodo.php
-share/owncloud/3rdparty/sabre/vobject/lib/DateTimeParser.php
-share/owncloud/3rdparty/sabre/vobject/lib/Document.php
-share/owncloud/3rdparty/sabre/vobject/lib/ElementList.php
-share/owncloud/3rdparty/sabre/vobject/lib/EofException.php
-share/owncloud/3rdparty/sabre/vobject/lib/FreeBusyGenerator.php
-share/owncloud/3rdparty/sabre/vobject/lib/ITip/Broker.php
-share/owncloud/3rdparty/sabre/vobject/lib/ITip/ITipException.php
-share/owncloud/3rdparty/sabre/vobject/lib/ITip/Message.php
-share/owncloud/3rdparty/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
-share/owncloud/3rdparty/sabre/vobject/lib/Node.php
-share/owncloud/3rdparty/sabre/vobject/lib/Parameter.php
-share/owncloud/3rdparty/sabre/vobject/lib/ParseException.php
-share/owncloud/3rdparty/sabre/vobject/lib/Parser/Json.php
-share/owncloud/3rdparty/sabre/vobject/lib/Parser/MimeDir.php
-share/owncloud/3rdparty/sabre/vobject/lib/Parser/Parser.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/Binary.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/Boolean.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/FlatText.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/FloatValue.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/ICalendar/CalAddress.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Date.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/ICalendar/DateTime.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Duration.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Period.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Recur.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/IntegerValue.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/Text.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/Time.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/Unknown.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/Uri.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/UtcOffset.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/VCard/Date.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/VCard/DateTime.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/VCard/LanguageTag.php
-share/owncloud/3rdparty/sabre/vobject/lib/Property/VCard/TimeStamp.php
-share/owncloud/3rdparty/sabre/vobject/lib/Reader.php
-share/owncloud/3rdparty/sabre/vobject/lib/Recur/EventIterator.php
-share/owncloud/3rdparty/sabre/vobject/lib/Recur/NoInstancesException.php
-share/owncloud/3rdparty/sabre/vobject/lib/Recur/RDateIterator.php
-share/owncloud/3rdparty/sabre/vobject/lib/Recur/RRuleIterator.php
-share/owncloud/3rdparty/sabre/vobject/lib/RecurrenceIterator.php
-share/owncloud/3rdparty/sabre/vobject/lib/Splitter/ICalendar.php
-share/owncloud/3rdparty/sabre/vobject/lib/Splitter/SplitterInterface.php
-share/owncloud/3rdparty/sabre/vobject/lib/Splitter/VCard.php
-share/owncloud/3rdparty/sabre/vobject/lib/StringUtil.php
-share/owncloud/3rdparty/sabre/vobject/lib/TimeZoneUtil.php
-share/owncloud/3rdparty/sabre/vobject/lib/UUIDUtil.php
-share/owncloud/3rdparty/sabre/vobject/lib/VCardConverter.php
-share/owncloud/3rdparty/sabre/vobject/lib/Version.php
-share/owncloud/3rdparty/sabre/vobject/lib/timezonedata/exchangezones.php
-share/owncloud/3rdparty/sabre/vobject/lib/timezonedata/lotuszones.php
-share/owncloud/3rdparty/sabre/vobject/lib/timezonedata/php-bc.php
-share/owncloud/3rdparty/sabre/vobject/lib/timezonedata/php-workaround.php
-share/owncloud/3rdparty/sabre/vobject/lib/timezonedata/windowszones.php
-share/owncloud/3rdparty/sabre/xml/CHANGELOG.md
-share/owncloud/3rdparty/sabre/xml/LICENSE
-share/owncloud/3rdparty/sabre/xml/README.md
-share/owncloud/3rdparty/sabre/xml/composer.json
-share/owncloud/3rdparty/sabre/xml/lib/ContextStackTrait.php
-share/owncloud/3rdparty/sabre/xml/lib/Deserializer/functions.php
-share/owncloud/3rdparty/sabre/xml/lib/Element.php
-share/owncloud/3rdparty/sabre/xml/lib/Element/Base.php
-share/owncloud/3rdparty/sabre/xml/lib/Element/Cdata.php
-share/owncloud/3rdparty/sabre/xml/lib/Element/Elements.php
-share/owncloud/3rdparty/sabre/xml/lib/Element/KeyValue.php
-share/owncloud/3rdparty/sabre/xml/lib/Element/Uri.php
-share/owncloud/3rdparty/sabre/xml/lib/Element/XmlFragment.php
-share/owncloud/3rdparty/sabre/xml/lib/LibXMLException.php
-share/owncloud/3rdparty/sabre/xml/lib/ParseException.php
-share/owncloud/3rdparty/sabre/xml/lib/Reader.php
-share/owncloud/3rdparty/sabre/xml/lib/Serializer/functions.php
-share/owncloud/3rdparty/sabre/xml/lib/Service.php
-share/owncloud/3rdparty/sabre/xml/lib/Version.php
-share/owncloud/3rdparty/sabre/xml/lib/Writer.php
-share/owncloud/3rdparty/sabre/xml/lib/XmlDeserializable.php
-share/owncloud/3rdparty/sabre/xml/lib/XmlSerializable.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Image.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Message.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderFactory.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Message.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimeEntity.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ParameterizedHeader.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SignedMessage.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailInvoker.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/mime_types.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/preferences.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/swift_init.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/swift_required_pear.php
-share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
-share/owncloud/3rdparty/symfony/console/Application.php
-share/owncloud/3rdparty/symfony/console/Command/Command.php
-share/owncloud/3rdparty/symfony/console/Command/HelpCommand.php
-share/owncloud/3rdparty/symfony/console/Command/ListCommand.php
-share/owncloud/3rdparty/symfony/console/ConsoleEvents.php
-share/owncloud/3rdparty/symfony/console/Descriptor/ApplicationDescription.php
-share/owncloud/3rdparty/symfony/console/Descriptor/Descriptor.php
-share/owncloud/3rdparty/symfony/console/Descriptor/DescriptorInterface.php
-share/owncloud/3rdparty/symfony/console/Descriptor/JsonDescriptor.php
-share/owncloud/3rdparty/symfony/console/Descriptor/MarkdownDescriptor.php
-share/owncloud/3rdparty/symfony/console/Descriptor/TextDescriptor.php
-share/owncloud/3rdparty/symfony/console/Descriptor/XmlDescriptor.php
-share/owncloud/3rdparty/symfony/console/Event/ConsoleCommandEvent.php
-share/owncloud/3rdparty/symfony/console/Event/ConsoleEvent.php
-share/owncloud/3rdparty/symfony/console/Event/ConsoleExceptionEvent.php
-share/owncloud/3rdparty/symfony/console/Event/ConsoleTerminateEvent.php
-share/owncloud/3rdparty/symfony/console/Exception/CommandNotFoundException.php
-share/owncloud/3rdparty/symfony/console/Exception/ExceptionInterface.php
-share/owncloud/3rdparty/symfony/console/Exception/InvalidArgumentException.php
-share/owncloud/3rdparty/symfony/console/Exception/InvalidOptionException.php
-share/owncloud/3rdparty/symfony/console/Exception/LogicException.php
-share/owncloud/3rdparty/symfony/console/Exception/RuntimeException.php
-share/owncloud/3rdparty/symfony/console/Formatter/OutputFormatter.php
-share/owncloud/3rdparty/symfony/console/Formatter/OutputFormatterInterface.php
-share/owncloud/3rdparty/symfony/console/Formatter/OutputFormatterStyle.php
-share/owncloud/3rdparty/symfony/console/Formatter/OutputFormatterStyleInterface.php
-share/owncloud/3rdparty/symfony/console/Formatter/OutputFormatterStyleStack.php
-share/owncloud/3rdparty/symfony/console/Helper/DebugFormatterHelper.php
-share/owncloud/3rdparty/symfony/console/Helper/DescriptorHelper.php
-share/owncloud/3rdparty/symfony/console/Helper/DialogHelper.php
-share/owncloud/3rdparty/symfony/console/Helper/FormatterHelper.php
-share/owncloud/3rdparty/symfony/console/Helper/Helper.php
-share/owncloud/3rdparty/symfony/console/Helper/HelperInterface.php
-share/owncloud/3rdparty/symfony/console/Helper/HelperSet.php
-share/owncloud/3rdparty/symfony/console/Helper/InputAwareHelper.php
-share/owncloud/3rdparty/symfony/console/Helper/ProcessHelper.php
-share/owncloud/3rdparty/symfony/console/Helper/ProgressBar.php
-share/owncloud/3rdparty/symfony/console/Helper/ProgressHelper.php
-share/owncloud/3rdparty/symfony/console/Helper/ProgressIndicator.php
-share/owncloud/3rdparty/symfony/console/Helper/QuestionHelper.php
-share/owncloud/3rdparty/symfony/console/Helper/SymfonyQuestionHelper.php
-share/owncloud/3rdparty/symfony/console/Helper/Table.php
-share/owncloud/3rdparty/symfony/console/Helper/TableCell.php
-share/owncloud/3rdparty/symfony/console/Helper/TableHelper.php
-share/owncloud/3rdparty/symfony/console/Helper/TableSeparator.php
-share/owncloud/3rdparty/symfony/console/Helper/TableStyle.php
-share/owncloud/3rdparty/symfony/console/Input/ArgvInput.php
-share/owncloud/3rdparty/symfony/console/Input/ArrayInput.php
-share/owncloud/3rdparty/symfony/console/Input/Input.php
-share/owncloud/3rdparty/symfony/console/Input/InputArgument.php
-share/owncloud/3rdparty/symfony/console/Input/InputAwareInterface.php
-share/owncloud/3rdparty/symfony/console/Input/InputDefinition.php
-share/owncloud/3rdparty/symfony/console/Input/InputInterface.php
-share/owncloud/3rdparty/symfony/console/Input/InputOption.php
-share/owncloud/3rdparty/symfony/console/Input/StringInput.php
-share/owncloud/3rdparty/symfony/console/Logger/ConsoleLogger.php
-share/owncloud/3rdparty/symfony/console/Output/BufferedOutput.php
-share/owncloud/3rdparty/symfony/console/Output/ConsoleOutput.php
-share/owncloud/3rdparty/symfony/console/Output/ConsoleOutputInterface.php
-share/owncloud/3rdparty/symfony/console/Output/NullOutput.php
-share/owncloud/3rdparty/symfony/console/Output/Output.php
-share/owncloud/3rdparty/symfony/console/Output/OutputInterface.php
-share/owncloud/3rdparty/symfony/console/Output/StreamOutput.php
-share/owncloud/3rdparty/symfony/console/Question/ChoiceQuestion.php
-share/owncloud/3rdparty/symfony/console/Question/ConfirmationQuestion.php
-share/owncloud/3rdparty/symfony/console/Question/Question.php
-share/owncloud/3rdparty/symfony/console/Shell.php
-share/owncloud/3rdparty/symfony/console/Style/OutputStyle.php
-share/owncloud/3rdparty/symfony/console/Style/StyleInterface.php
-share/owncloud/3rdparty/symfony/console/Style/SymfonyStyle.php
-share/owncloud/3rdparty/symfony/console/Tester/ApplicationTester.php
-share/owncloud/3rdparty/symfony/console/Tester/CommandTester.php
-share/owncloud/3rdparty/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
-share/owncloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
-share/owncloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
-share/owncloud/3rdparty/symfony/event-dispatcher/Debug/WrappedListener.php
-share/owncloud/3rdparty/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
-share/owncloud/3rdparty/symfony/event-dispatcher/Event.php
-share/owncloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php
-share/owncloud/3rdparty/symfony/event-dispatcher/EventDispatcherInterface.php
-share/owncloud/3rdparty/symfony/event-dispatcher/EventSubscriberInterface.php
-share/owncloud/3rdparty/symfony/event-dispatcher/GenericEvent.php
-share/owncloud/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php
-share/owncloud/3rdparty/symfony/event-dispatcher/LICENSE
-share/owncloud/3rdparty/symfony/polyfill-mbstring/Mbstring.php
-share/owncloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.ser
-share/owncloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/upperCase.ser
-share/owncloud/3rdparty/symfony/polyfill-mbstring/bootstrap.php
-share/owncloud/3rdparty/symfony/polyfill-php55/LICENSE
-share/owncloud/3rdparty/symfony/polyfill-php55/Php55.php
-share/owncloud/3rdparty/symfony/polyfill-php55/Php55ArrayColumn.php
-share/owncloud/3rdparty/symfony/polyfill-php55/README.md
-share/owncloud/3rdparty/symfony/polyfill-php55/bootstrap.php
-share/owncloud/3rdparty/symfony/polyfill-php55/composer.json
-share/owncloud/3rdparty/symfony/polyfill-php56/LICENSE
-share/owncloud/3rdparty/symfony/polyfill-php56/Php56.php
-share/owncloud/3rdparty/symfony/polyfill-php56/README.md
-share/owncloud/3rdparty/symfony/polyfill-php56/bootstrap.php
-share/owncloud/3rdparty/symfony/polyfill-php56/composer.json
-share/owncloud/3rdparty/symfony/polyfill-php70/LICENSE
-share/owncloud/3rdparty/symfony/polyfill-php70/Php70.php
-share/owncloud/3rdparty/symfony/polyfill-php70/README.md
-share/owncloud/3rdparty/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php
-share/owncloud/3rdparty/symfony/polyfill-php70/Resources/stubs/AssertionError.php
-share/owncloud/3rdparty/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php
-share/owncloud/3rdparty/symfony/polyfill-php70/Resources/stubs/Error.php
-share/owncloud/3rdparty/symfony/polyfill-php70/Resources/stubs/ParseError.php
-share/owncloud/3rdparty/symfony/polyfill-php70/Resources/stubs/TypeError.php
-share/owncloud/3rdparty/symfony/polyfill-php70/bootstrap.php
-share/owncloud/3rdparty/symfony/polyfill-php70/composer.json
-share/owncloud/3rdparty/symfony/polyfill-util/Binary.php
-share/owncloud/3rdparty/symfony/polyfill-util/BinaryNoFuncOverload.php
-share/owncloud/3rdparty/symfony/polyfill-util/BinaryOnFuncOverload.php
-share/owncloud/3rdparty/symfony/polyfill-util/LICENSE
-share/owncloud/3rdparty/symfony/polyfill-util/README.md
-share/owncloud/3rdparty/symfony/polyfill-util/TestListener.php
-share/owncloud/3rdparty/symfony/polyfill-util/composer.json
-share/owncloud/3rdparty/symfony/process/Exception/ExceptionInterface.php
-share/owncloud/3rdparty/symfony/process/Exception/InvalidArgumentException.php
-share/owncloud/3rdparty/symfony/process/Exception/LogicException.php
-share/owncloud/3rdparty/symfony/process/Exception/ProcessFailedException.php
-share/owncloud/3rdparty/symfony/process/Exception/ProcessTimedOutException.php
-share/owncloud/3rdparty/symfony/process/Exception/RuntimeException.php
-share/owncloud/3rdparty/symfony/process/ExecutableFinder.php
-share/owncloud/3rdparty/symfony/process/LICENSE
-share/owncloud/3rdparty/symfony/process/PhpExecutableFinder.php
-share/owncloud/3rdparty/symfony/process/PhpProcess.php
-share/owncloud/3rdparty/symfony/process/Pipes/AbstractPipes.php
-share/owncloud/3rdparty/symfony/process/Pipes/PipesInterface.php
-share/owncloud/3rdparty/symfony/process/Pipes/UnixPipes.php
-share/owncloud/3rdparty/symfony/process/Pipes/WindowsPipes.php
-share/owncloud/3rdparty/symfony/process/Process.php
-share/owncloud/3rdparty/symfony/process/ProcessBuilder.php
-share/owncloud/3rdparty/symfony/process/ProcessUtils.php
-share/owncloud/3rdparty/symfony/routing/Annotation/Route.php
-share/owncloud/3rdparty/symfony/routing/CHANGELOG.md
-share/owncloud/3rdparty/symfony/routing/CompiledRoute.php
-share/owncloud/3rdparty/symfony/routing/Exception/ExceptionInterface.php
-share/owncloud/3rdparty/symfony/routing/Exception/InvalidParameterException.php
-share/owncloud/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php
-share/owncloud/3rdparty/symfony/routing/Exception/MissingMandatoryParametersException.php
-share/owncloud/3rdparty/symfony/routing/Exception/ResourceNotFoundException.php
-share/owncloud/3rdparty/symfony/routing/Exception/RouteNotFoundException.php
-share/owncloud/3rdparty/symfony/routing/Generator/ConfigurableRequirementsInterface.php
-share/owncloud/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumper.php
-share/owncloud/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php
-share/owncloud/3rdparty/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php
-share/owncloud/3rdparty/symfony/routing/Generator/UrlGenerator.php
-share/owncloud/3rdparty/symfony/routing/Generator/UrlGeneratorInterface.php
-share/owncloud/3rdparty/symfony/routing/LICENSE
-share/owncloud/3rdparty/symfony/routing/Loader/AnnotationClassLoader.php
-share/owncloud/3rdparty/symfony/routing/Loader/AnnotationDirectoryLoader.php
-share/owncloud/3rdparty/symfony/routing/Loader/AnnotationFileLoader.php
-share/owncloud/3rdparty/symfony/routing/Loader/ClosureLoader.php
-share/owncloud/3rdparty/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php
-share/owncloud/3rdparty/symfony/routing/Loader/DirectoryLoader.php
-share/owncloud/3rdparty/symfony/routing/Loader/ObjectRouteLoader.php
-share/owncloud/3rdparty/symfony/routing/Loader/PhpFileLoader.php
-share/owncloud/3rdparty/symfony/routing/Loader/XmlFileLoader.php
-share/owncloud/3rdparty/symfony/routing/Loader/YamlFileLoader.php
-share/owncloud/3rdparty/symfony/routing/Loader/schema/routing/routing-1.0.xsd
-share/owncloud/3rdparty/symfony/routing/Matcher/ApacheUrlMatcher.php
-share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/ApacheMatcherDumper.php
-share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/DumperCollection.php
-share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php
-share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/DumperRoute.php
-share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php
-share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
-share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
-share/owncloud/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php
-share/owncloud/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
-share/owncloud/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php
-share/owncloud/3rdparty/symfony/routing/Matcher/TraceableUrlMatcher.php
-share/owncloud/3rdparty/symfony/routing/Matcher/UrlMatcher.php
-share/owncloud/3rdparty/symfony/routing/Matcher/UrlMatcherInterface.php
-share/owncloud/3rdparty/symfony/routing/README.md
-share/owncloud/3rdparty/symfony/routing/RequestContext.php
-share/owncloud/3rdparty/symfony/routing/RequestContextAwareInterface.php
-share/owncloud/3rdparty/symfony/routing/Route.php
-share/owncloud/3rdparty/symfony/routing/RouteCollection.php
-share/owncloud/3rdparty/symfony/routing/RouteCollectionBuilder.php
-share/owncloud/3rdparty/symfony/routing/RouteCompiler.php
-share/owncloud/3rdparty/symfony/routing/RouteCompilerInterface.php
-share/owncloud/3rdparty/symfony/routing/Router.php
-share/owncloud/3rdparty/symfony/routing/RouterInterface.php
 share/owncloud/AUTHORS
-share/owncloud/COPYING-AGPL
-share/owncloud/apps/activity/appinfo/app.php
-share/owncloud/apps/activity/appinfo/database.xml
-share/owncloud/apps/activity/appinfo/info.xml
-share/owncloud/apps/activity/appinfo/routes.php
-share/owncloud/apps/activity/appinfo/signature.json
-share/owncloud/apps/activity/appinfo/update.php
-share/owncloud/apps/activity/css/settings.css
-share/owncloud/apps/activity/css/style.css
-share/owncloud/apps/activity/docs/endpoint-v2.md
-share/owncloud/apps/activity/img/activity-dark.png
-share/owncloud/apps/activity/img/activity-dark.svg
-share/owncloud/apps/activity/img/activity.png
-share/owncloud/apps/activity/img/activity.svg
-share/owncloud/apps/activity/img/add-color.png
-share/owncloud/apps/activity/img/add-color.svg
-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/formatter.js
-share/owncloud/apps/activity/js/script.js
-share/owncloud/apps/activity/js/settings.js
-share/owncloud/apps/activity/l10n/.tx/config
-share/owncloud/apps/activity/l10n/ar.js
-share/owncloud/apps/activity/l10n/ar.json
-share/owncloud/apps/activity/l10n/ast.js
-share/owncloud/apps/activity/l10n/ast.json
-share/owncloud/apps/activity/l10n/az.js
-share/owncloud/apps/activity/l10n/az.json
-share/owncloud/apps/activity/l10n/bg_BG.js
-share/owncloud/apps/activity/l10n/bg_BG.json
-share/owncloud/apps/activity/l10n/bn_BD.js
-share/owncloud/apps/activity/l10n/bn_BD.json
-share/owncloud/apps/activity/l10n/bn_IN.js
-share/owncloud/apps/activity/l10n/bn_IN.json
-share/owncloud/apps/activity/l10n/ca.js
-share/owncloud/apps/activity/l10n/ca.json
-share/owncloud/apps/activity/l10n/cs_CZ.js
-share/owncloud/apps/activity/l10n/cs_CZ.json
-share/owncloud/apps/activity/l10n/da.js
-share/owncloud/apps/activity/l10n/da.json
-share/owncloud/apps/activity/l10n/de.js
-share/owncloud/apps/activity/l10n/de.json
-share/owncloud/apps/activity/l10n/de_DE.js
-share/owncloud/apps/activity/l10n/de_DE.json
-share/owncloud/apps/activity/l10n/el.js
-share/owncloud/apps/activity/l10n/el.json
-share/owncloud/apps/activity/l10n/en_GB.js
-share/owncloud/apps/activity/l10n/en_GB.json
-share/owncloud/apps/activity/l10n/es.js
-share/owncloud/apps/activity/l10n/es.json
-share/owncloud/apps/activity/l10n/es_AR.js
-share/owncloud/apps/activity/l10n/es_AR.json
-share/owncloud/apps/activity/l10n/es_CL.js
-share/owncloud/apps/activity/l10n/es_CL.json
-share/owncloud/apps/activity/l10n/es_CR.js
-share/owncloud/apps/activity/l10n/es_CR.json
-share/owncloud/apps/activity/l10n/es_MX.js
-share/owncloud/apps/activity/l10n/es_MX.json
-share/owncloud/apps/activity/l10n/et_EE.js
-share/owncloud/apps/activity/l10n/et_EE.json
-share/owncloud/apps/activity/l10n/eu.js
-share/owncloud/apps/activity/l10n/eu.json
-share/owncloud/apps/activity/l10n/fa.js
-share/owncloud/apps/activity/l10n/fa.json
-share/owncloud/apps/activity/l10n/fi_FI.js
-share/owncloud/apps/activity/l10n/fi_FI.json
-share/owncloud/apps/activity/l10n/fr.js
-share/owncloud/apps/activity/l10n/fr.json
-share/owncloud/apps/activity/l10n/gl.js
-share/owncloud/apps/activity/l10n/gl.json
-share/owncloud/apps/activity/l10n/he.js
-share/owncloud/apps/activity/l10n/he.json
-share/owncloud/apps/activity/l10n/hr.js
-share/owncloud/apps/activity/l10n/hr.json
-share/owncloud/apps/activity/l10n/hu_HU.js
-share/owncloud/apps/activity/l10n/hu_HU.json
-share/owncloud/apps/activity/l10n/ia.js
-share/owncloud/apps/activity/l10n/ia.json
-share/owncloud/apps/activity/l10n/id.js
-share/owncloud/apps/activity/l10n/id.json
-share/owncloud/apps/activity/l10n/is.js
-share/owncloud/apps/activity/l10n/is.json
-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
-share/owncloud/apps/activity/l10n/ko.json
-share/owncloud/apps/activity/l10n/lb.js
-share/owncloud/apps/activity/l10n/lb.json
-share/owncloud/apps/activity/l10n/lt_LT.js
-share/owncloud/apps/activity/l10n/lt_LT.json
-share/owncloud/apps/activity/l10n/lv.js
-share/owncloud/apps/activity/l10n/lv.json
-share/owncloud/apps/activity/l10n/mk.js
-share/owncloud/apps/activity/l10n/mk.json
-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/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
-share/owncloud/apps/activity/l10n/pt_BR.json
-share/owncloud/apps/activity/l10n/pt_PT.js
-share/owncloud/apps/activity/l10n/pt_PT.json
-share/owncloud/apps/activity/l10n/ro.js
-share/owncloud/apps/activity/l10n/ro.json
-share/owncloud/apps/activity/l10n/ru.js
-share/owncloud/apps/activity/l10n/ru.json
-share/owncloud/apps/activity/l10n/sk_SK.js
-share/owncloud/apps/activity/l10n/sk_SK.json
-share/owncloud/apps/activity/l10n/sl.js
-share/owncloud/apps/activity/l10n/sl.json
-share/owncloud/apps/activity/l10n/sq.js
-share/owncloud/apps/activity/l10n/sq.json
-share/owncloud/apps/activity/l10n/sr.js
-share/owncloud/apps/activity/l10n/sr.json
-share/owncloud/apps/activity/l10n/sr%latin.js@localhost
-share/owncloud/apps/activity/l10n/sr%latin.json@localhost
-share/owncloud/apps/activity/l10n/sv.js
-share/owncloud/apps/activity/l10n/sv.json
-share/owncloud/apps/activity/l10n/ta_IN.js
-share/owncloud/apps/activity/l10n/ta_IN.json
-share/owncloud/apps/activity/l10n/th_TH.js
-share/owncloud/apps/activity/l10n/th_TH.json
-share/owncloud/apps/activity/l10n/tr.js
-share/owncloud/apps/activity/l10n/tr.json
-share/owncloud/apps/activity/l10n/uk.js
-share/owncloud/apps/activity/l10n/uk.json
-share/owncloud/apps/activity/l10n/zh_CN.js
-share/owncloud/apps/activity/l10n/zh_CN.json
-share/owncloud/apps/activity/l10n/zh_TW.js
-share/owncloud/apps/activity/l10n/zh_TW.json
-share/owncloud/apps/activity/lib/Api.php
-share/owncloud/apps/activity/lib/AppInfo/Application.php
-share/owncloud/apps/activity/lib/BackgroundJob/EmailNotification.php
-share/owncloud/apps/activity/lib/BackgroundJob/ExpireActivities.php
-share/owncloud/apps/activity/lib/Consumer.php
-share/owncloud/apps/activity/lib/Controller/Activities.php
-share/owncloud/apps/activity/lib/Controller/EndPoint.php
-share/owncloud/apps/activity/lib/Controller/Feed.php
-share/owncloud/apps/activity/lib/Controller/OCSEndPoint.php
-share/owncloud/apps/activity/lib/Controller/Settings.php
-share/owncloud/apps/activity/lib/Data.php
-share/owncloud/apps/activity/lib/DataHelper.php
-share/owncloud/apps/activity/lib/Exception/InvalidFilterException.php
-share/owncloud/apps/activity/lib/Extension/Files.php
-share/owncloud/apps/activity/lib/Extension/Files_Sharing.php
-share/owncloud/apps/activity/lib/FilesHooks.php
-share/owncloud/apps/activity/lib/FilesHooksStatic.php
-share/owncloud/apps/activity/lib/Formatter/BaseFormatter.php
-share/owncloud/apps/activity/lib/Formatter/CloudIDFormatter.php
-share/owncloud/apps/activity/lib/Formatter/FileFormatter.php
-share/owncloud/apps/activity/lib/Formatter/IFormatter.php
-share/owncloud/apps/activity/lib/Formatter/UserFormatter.php
-share/owncloud/apps/activity/lib/GroupHelper.php
-share/owncloud/apps/activity/lib/Hooks.php
-share/owncloud/apps/activity/lib/MailQueueHandler.php
-share/owncloud/apps/activity/lib/Navigation.php
-share/owncloud/apps/activity/lib/Parameter/Collection.php
-share/owncloud/apps/activity/lib/Parameter/Factory.php
-share/owncloud/apps/activity/lib/Parameter/IParameter.php
-share/owncloud/apps/activity/lib/Parameter/Parameter.php
-share/owncloud/apps/activity/lib/PlainTextParser.php
-share/owncloud/apps/activity/lib/UserSettings.php
-share/owncloud/apps/activity/lib/ViewInfoCache.php
-share/owncloud/apps/activity/personal.php
-share/owncloud/apps/activity/templates/email.notification.php
-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/COPYING
 share/owncloud/apps/comments/appinfo/app.php
 share/owncloud/apps/comments/appinfo/info.xml
 share/owncloud/apps/comments/appinfo/signature.json
 share/owncloud/apps/comments/css/comments.css
+share/owncloud/apps/comments/js/activitytabviewplugin.js
 share/owncloud/apps/comments/js/app.js
 share/owncloud/apps/comments/js/commentcollection.js
 share/owncloud/apps/comments/js/commentmodel.js
@@ -3100,38 +176,209 @@ share/owncloud/apps/comments/l10n/zh_TW.
 share/owncloud/apps/comments/l10n/zh_TW.json
 share/owncloud/apps/comments/lib/Activity/Extension.php
 share/owncloud/apps/comments/lib/Activity/Listener.php
+share/owncloud/apps/comments/lib/Dav/CommentNode.php
+share/owncloud/apps/comments/lib/Dav/CommentsPlugin.php
+share/owncloud/apps/comments/lib/Dav/EntityCollection.php
+share/owncloud/apps/comments/lib/Dav/EntityTypeCollection.php
+share/owncloud/apps/comments/lib/Dav/RootCollection.php
 share/owncloud/apps/configreport/LICENSE
-share/owncloud/apps/configreport/appinfo/app.php
 share/owncloud/apps/configreport/appinfo/info.xml
 share/owncloud/apps/configreport/appinfo/routes.php
 share/owncloud/apps/configreport/appinfo/signature.json
 share/owncloud/apps/configreport/js/admin.js
+share/owncloud/apps/configreport/lib/AdminPanel.php
 share/owncloud/apps/configreport/lib/AppInfo/Application.php
 share/owncloud/apps/configreport/lib/Command/ConfigReport.php
+share/owncloud/apps/configreport/lib/ConfigReportEvent.php
 share/owncloud/apps/configreport/lib/Controller/ReportController.php
 share/owncloud/apps/configreport/lib/Http/ReportResponse.php
 share/owncloud/apps/configreport/lib/ReportDataCollector.php
-share/owncloud/apps/configreport/settings/admin.php
 share/owncloud/apps/configreport/templates/settings/admin.php
+share/owncloud/apps/dav/appinfo/Migrations/Version20170116150538.php
+share/owncloud/apps/dav/appinfo/Migrations/Version20170116170538.php
+share/owncloud/apps/dav/appinfo/Migrations/Version20170202213905.php
+share/owncloud/apps/dav/appinfo/Migrations/Version20170202220512.php
+share/owncloud/apps/dav/appinfo/Migrations/Version20170427182800.php
 share/owncloud/apps/dav/appinfo/app.php
-share/owncloud/apps/dav/appinfo/database.xml
 share/owncloud/apps/dav/appinfo/info.xml
-share/owncloud/apps/dav/appinfo/register_command.php
 share/owncloud/apps/dav/appinfo/signature.json
 share/owncloud/apps/dav/appinfo/v1/caldav.php
 share/owncloud/apps/dav/appinfo/v1/carddav.php
 share/owncloud/apps/dav/appinfo/v1/publicwebdav.php
 share/owncloud/apps/dav/appinfo/v1/webdav.php
 share/owncloud/apps/dav/appinfo/v2/remote.php
-share/owncloud/apps/dav/bin/chunkperf.php
+share/owncloud/apps/dav/l10n/af_ZA.js
+share/owncloud/apps/dav/l10n/af_ZA.json
+share/owncloud/apps/dav/l10n/ar.js
+share/owncloud/apps/dav/l10n/ar.json
+share/owncloud/apps/dav/l10n/ast.js
+share/owncloud/apps/dav/l10n/ast.json
+share/owncloud/apps/dav/l10n/az.js
+share/owncloud/apps/dav/l10n/az.json
+share/owncloud/apps/dav/l10n/bg_BG.js
+share/owncloud/apps/dav/l10n/bg_BG.json
+share/owncloud/apps/dav/l10n/bn_BD.js
+share/owncloud/apps/dav/l10n/bn_BD.json
+share/owncloud/apps/dav/l10n/bs.js
+share/owncloud/apps/dav/l10n/bs.json
+share/owncloud/apps/dav/l10n/ca.js
+share/owncloud/apps/dav/l10n/ca.json
+share/owncloud/apps/dav/l10n/cs_CZ.js
+share/owncloud/apps/dav/l10n/cs_CZ.json
+share/owncloud/apps/dav/l10n/cy_GB.js
+share/owncloud/apps/dav/l10n/cy_GB.json
+share/owncloud/apps/dav/l10n/da.js
+share/owncloud/apps/dav/l10n/da.json
+share/owncloud/apps/dav/l10n/de.js
+share/owncloud/apps/dav/l10n/de.json
+share/owncloud/apps/dav/l10n/de_AT.js
+share/owncloud/apps/dav/l10n/de_AT.json
+share/owncloud/apps/dav/l10n/de_DE.js
+share/owncloud/apps/dav/l10n/de_DE.json
+share/owncloud/apps/dav/l10n/el.js
+share/owncloud/apps/dav/l10n/el.json
+share/owncloud/apps/dav/l10n/en_GB.js
+share/owncloud/apps/dav/l10n/en_GB.json
+share/owncloud/apps/dav/l10n/eo.js
+share/owncloud/apps/dav/l10n/eo.json
+share/owncloud/apps/dav/l10n/es.js
+share/owncloud/apps/dav/l10n/es.json
+share/owncloud/apps/dav/l10n/es_AR.js
+share/owncloud/apps/dav/l10n/es_AR.json
+share/owncloud/apps/dav/l10n/es_CL.js
+share/owncloud/apps/dav/l10n/es_CL.json
+share/owncloud/apps/dav/l10n/es_MX.js
+share/owncloud/apps/dav/l10n/es_MX.json
+share/owncloud/apps/dav/l10n/et_EE.js
+share/owncloud/apps/dav/l10n/et_EE.json
+share/owncloud/apps/dav/l10n/eu.js
+share/owncloud/apps/dav/l10n/eu.json
+share/owncloud/apps/dav/l10n/fa.js
+share/owncloud/apps/dav/l10n/fa.json
+share/owncloud/apps/dav/l10n/fi_FI.js
+share/owncloud/apps/dav/l10n/fi_FI.json
+share/owncloud/apps/dav/l10n/fr.js
+share/owncloud/apps/dav/l10n/fr.json
+share/owncloud/apps/dav/l10n/gl.js
+share/owncloud/apps/dav/l10n/gl.json
+share/owncloud/apps/dav/l10n/gu.js
+share/owncloud/apps/dav/l10n/gu.json
+share/owncloud/apps/dav/l10n/he.js
+share/owncloud/apps/dav/l10n/he.json
+share/owncloud/apps/dav/l10n/hi.js
+share/owncloud/apps/dav/l10n/hi.json
+share/owncloud/apps/dav/l10n/hr.js
+share/owncloud/apps/dav/l10n/hr.json
+share/owncloud/apps/dav/l10n/hu_HU.js
+share/owncloud/apps/dav/l10n/hu_HU.json
+share/owncloud/apps/dav/l10n/hy.js
+share/owncloud/apps/dav/l10n/hy.json
+share/owncloud/apps/dav/l10n/ia.js
+share/owncloud/apps/dav/l10n/ia.json
+share/owncloud/apps/dav/l10n/id.js
+share/owncloud/apps/dav/l10n/id.json
+share/owncloud/apps/dav/l10n/is.js
+share/owncloud/apps/dav/l10n/is.json
+share/owncloud/apps/dav/l10n/it.js
+share/owncloud/apps/dav/l10n/it.json
+share/owncloud/apps/dav/l10n/ja.js
+share/owncloud/apps/dav/l10n/ja.json
+share/owncloud/apps/dav/l10n/ka_GE.js
+share/owncloud/apps/dav/l10n/ka_GE.json
+share/owncloud/apps/dav/l10n/km.js
+share/owncloud/apps/dav/l10n/km.json
+share/owncloud/apps/dav/l10n/kn.js
+share/owncloud/apps/dav/l10n/kn.json
+share/owncloud/apps/dav/l10n/ko.js
+share/owncloud/apps/dav/l10n/ko.json
+share/owncloud/apps/dav/l10n/lb.js
+share/owncloud/apps/dav/l10n/lb.json
+share/owncloud/apps/dav/l10n/lt_LT.js
+share/owncloud/apps/dav/l10n/lt_LT.json
+share/owncloud/apps/dav/l10n/lv.js
+share/owncloud/apps/dav/l10n/lv.json
+share/owncloud/apps/dav/l10n/mk.js
+share/owncloud/apps/dav/l10n/mk.json
+share/owncloud/apps/dav/l10n/mn.js
+share/owncloud/apps/dav/l10n/mn.json
+share/owncloud/apps/dav/l10n/ms_MY.js
+share/owncloud/apps/dav/l10n/ms_MY.json
+share/owncloud/apps/dav/l10n/nb_NO.js
+share/owncloud/apps/dav/l10n/nb_NO.json
+share/owncloud/apps/dav/l10n/nds.js
+share/owncloud/apps/dav/l10n/nds.json
+share/owncloud/apps/dav/l10n/nl.js
+share/owncloud/apps/dav/l10n/nl.json
+share/owncloud/apps/dav/l10n/nn_NO.js
+share/owncloud/apps/dav/l10n/nn_NO.json
+share/owncloud/apps/dav/l10n/oc.js
+share/owncloud/apps/dav/l10n/oc.json
+share/owncloud/apps/dav/l10n/pa.js
+share/owncloud/apps/dav/l10n/pa.json
+share/owncloud/apps/dav/l10n/pl.js
+share/owncloud/apps/dav/l10n/pl.json
+share/owncloud/apps/dav/l10n/pt_BR.js
+share/owncloud/apps/dav/l10n/pt_BR.json
+share/owncloud/apps/dav/l10n/pt_PT.js
+share/owncloud/apps/dav/l10n/pt_PT.json
+share/owncloud/apps/dav/l10n/ro.js
+share/owncloud/apps/dav/l10n/ro.json
+share/owncloud/apps/dav/l10n/ru.js
+share/owncloud/apps/dav/l10n/ru.json
+share/owncloud/apps/dav/l10n/si_LK.js
+share/owncloud/apps/dav/l10n/si_LK.json
+share/owncloud/apps/dav/l10n/sk_SK.js
+share/owncloud/apps/dav/l10n/sk_SK.json
+share/owncloud/apps/dav/l10n/sl.js
+share/owncloud/apps/dav/l10n/sl.json
+share/owncloud/apps/dav/l10n/sq.js
+share/owncloud/apps/dav/l10n/sq.json
+share/owncloud/apps/dav/l10n/sr.js
+share/owncloud/apps/dav/l10n/sr.json
+share/owncloud/apps/dav/l10n/sr%latin.js@localhost
+share/owncloud/apps/dav/l10n/sr%latin.json@localhost
+share/owncloud/apps/dav/l10n/sv.js
+share/owncloud/apps/dav/l10n/sv.json
+share/owncloud/apps/dav/l10n/ta_LK.js
+share/owncloud/apps/dav/l10n/ta_LK.json
+share/owncloud/apps/dav/l10n/te.js
+share/owncloud/apps/dav/l10n/te.json
+share/owncloud/apps/dav/l10n/th_TH.js
+share/owncloud/apps/dav/l10n/th_TH.json
+share/owncloud/apps/dav/l10n/tr.js
+share/owncloud/apps/dav/l10n/tr.json
+share/owncloud/apps/dav/l10n/ug.js
+share/owncloud/apps/dav/l10n/ug.json
+share/owncloud/apps/dav/l10n/uk.js
+share/owncloud/apps/dav/l10n/uk.json
+share/owncloud/apps/dav/l10n/ur_PK.js
+share/owncloud/apps/dav/l10n/ur_PK.json
+share/owncloud/apps/dav/l10n/vi.js
+share/owncloud/apps/dav/l10n/vi.json
+share/owncloud/apps/dav/l10n/zh_CN.js
+share/owncloud/apps/dav/l10n/zh_CN.json
+share/owncloud/apps/dav/l10n/zh_HK.js
+share/owncloud/apps/dav/l10n/zh_HK.json
+share/owncloud/apps/dav/l10n/zh_TW.js
+share/owncloud/apps/dav/l10n/zh_TW.json
 share/owncloud/apps/dav/lib/AppInfo/Application.php
+share/owncloud/apps/dav/lib/AppInfo/PluginManager.php
+share/owncloud/apps/dav/lib/Avatars/AvatarHome.php
+share/owncloud/apps/dav/lib/Avatars/AvatarNode.php
+share/owncloud/apps/dav/lib/Avatars/RootCollection.php
 share/owncloud/apps/dav/lib/CalDAV/BirthdayService.php
 share/owncloud/apps/dav/lib/CalDAV/CalDavBackend.php
 share/owncloud/apps/dav/lib/CalDAV/Calendar.php
 share/owncloud/apps/dav/lib/CalDAV/CalendarHome.php
 share/owncloud/apps/dav/lib/CalDAV/CalendarObject.php
 share/owncloud/apps/dav/lib/CalDAV/CalendarRoot.php
+share/owncloud/apps/dav/lib/CalDAV/Plugin.php
+share/owncloud/apps/dav/lib/CalDAV/PublicCalendarRoot.php
+share/owncloud/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php
+share/owncloud/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php
 share/owncloud/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
+share/owncloud/apps/dav/lib/CalDAV/Schedule/Plugin.php
+share/owncloud/apps/dav/lib/Capabilities.php
 share/owncloud/apps/dav/lib/CardDAV/AddressBook.php
 share/owncloud/apps/dav/lib/CardDAV/AddressBookImpl.php
 share/owncloud/apps/dav/lib/CardDAV/AddressBookRoot.php
@@ -3148,15 +395,11 @@ share/owncloud/apps/dav/lib/Command/Crea
 share/owncloud/apps/dav/lib/Command/CreateCalendar.php
 share/owncloud/apps/dav/lib/Command/SyncBirthdayCalendar.php
 share/owncloud/apps/dav/lib/Command/SyncSystemAddressBook.php
-share/owncloud/apps/dav/lib/Comments/CommentNode.php
-share/owncloud/apps/dav/lib/Comments/CommentsPlugin.php
-share/owncloud/apps/dav/lib/Comments/EntityCollection.php
-share/owncloud/apps/dav/lib/Comments/EntityTypeCollection.php
-share/owncloud/apps/dav/lib/Comments/RootCollection.php
 share/owncloud/apps/dav/lib/Connector/LegacyDAVACL.php
 share/owncloud/apps/dav/lib/Connector/PublicAuth.php
 share/owncloud/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php
 share/owncloud/apps/dav/lib/Connector/Sabre/Auth.php
+share/owncloud/apps/dav/lib/Connector/Sabre/AutorenamePlugin.php
 share/owncloud/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
 share/owncloud/apps/dav/lib/Connector/Sabre/ChecksumList.php
 share/owncloud/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
@@ -3189,6 +432,7 @@ share/owncloud/apps/dav/lib/Connector/Sa
 share/owncloud/apps/dav/lib/Connector/Sabre/TagList.php
 share/owncloud/apps/dav/lib/Connector/Sabre/TagsPlugin.php
 share/owncloud/apps/dav/lib/DAV/GroupPrincipalBackend.php
+share/owncloud/apps/dav/lib/DAV/PublicAuth.php
 share/owncloud/apps/dav/lib/DAV/Sharing/Backend.php
 share/owncloud/apps/dav/lib/DAV/Sharing/IShareable.php
 share/owncloud/apps/dav/lib/DAV/Sharing/Plugin.php
@@ -3200,10 +444,9 @@ share/owncloud/apps/dav/lib/Files/Custom
 share/owncloud/apps/dav/lib/Files/FilesHome.php
 share/owncloud/apps/dav/lib/Files/RootCollection.php
 share/owncloud/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
+share/owncloud/apps/dav/lib/Files/Xml/FilterRequest.php
 share/owncloud/apps/dav/lib/HookManager.php
-share/owncloud/apps/dav/lib/Migration/Classification.php
 share/owncloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
-share/owncloud/apps/dav/lib/Migration/GenerateBirthdays.php
 share/owncloud/apps/dav/lib/RootCollection.php
 share/owncloud/apps/dav/lib/Server.php
 share/owncloud/apps/dav/lib/SystemTag/SystemTagMappingNode.php
@@ -3221,7 +464,6 @@ share/owncloud/apps/dav/lib/Upload/Uploa
 share/owncloud/apps/dav/templates/exception.php
 share/owncloud/apps/encryption/appinfo/app.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/signature.json
 share/owncloud/apps/encryption/css/settings-admin.css
@@ -3246,6 +488,8 @@ share/owncloud/apps/encryption/l10n/ca.j
 share/owncloud/apps/encryption/l10n/ca.json
 share/owncloud/apps/encryption/l10n/cs_CZ.js
 share/owncloud/apps/encryption/l10n/cs_CZ.json
+share/owncloud/apps/encryption/l10n/cy_GB.js
+share/owncloud/apps/encryption/l10n/cy_GB.json
 share/owncloud/apps/encryption/l10n/da.js
 share/owncloud/apps/encryption/l10n/da.json
 share/owncloud/apps/encryption/l10n/de.js
@@ -3284,6 +528,8 @@ share/owncloud/apps/encryption/l10n/hr.j
 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/hy.js
+share/owncloud/apps/encryption/l10n/hy.json
 share/owncloud/apps/encryption/l10n/ia.js
 share/owncloud/apps/encryption/l10n/ia.json
 share/owncloud/apps/encryption/l10n/id.js
@@ -3294,12 +540,16 @@ share/owncloud/apps/encryption/l10n/it.j
 share/owncloud/apps/encryption/l10n/it.json
 share/owncloud/apps/encryption/l10n/ja.js
 share/owncloud/apps/encryption/l10n/ja.json
+share/owncloud/apps/encryption/l10n/ka_GE.js
+share/owncloud/apps/encryption/l10n/ka_GE.json
 share/owncloud/apps/encryption/l10n/km.js
 share/owncloud/apps/encryption/l10n/km.json
 share/owncloud/apps/encryption/l10n/kn.js
 share/owncloud/apps/encryption/l10n/kn.json
 share/owncloud/apps/encryption/l10n/ko.js
 share/owncloud/apps/encryption/l10n/ko.json
+share/owncloud/apps/encryption/l10n/ku_IQ.js
+share/owncloud/apps/encryption/l10n/ku_IQ.json
 share/owncloud/apps/encryption/l10n/lb.js
 share/owncloud/apps/encryption/l10n/lb.json
 share/owncloud/apps/encryption/l10n/lt_LT.js
@@ -3312,6 +562,8 @@ share/owncloud/apps/encryption/l10n/nb_N
 share/owncloud/apps/encryption/l10n/nb_NO.json
 share/owncloud/apps/encryption/l10n/nl.js
 share/owncloud/apps/encryption/l10n/nl.json
+share/owncloud/apps/encryption/l10n/nn_NO.js
+share/owncloud/apps/encryption/l10n/nn_NO.json
 share/owncloud/apps/encryption/l10n/oc.js
 share/owncloud/apps/encryption/l10n/oc.json
 share/owncloud/apps/encryption/l10n/pl.js
@@ -3324,6 +576,8 @@ share/owncloud/apps/encryption/l10n/ro.j
 share/owncloud/apps/encryption/l10n/ro.json
 share/owncloud/apps/encryption/l10n/ru.js
 share/owncloud/apps/encryption/l10n/ru.json
+share/owncloud/apps/encryption/l10n/si_LK.js
+share/owncloud/apps/encryption/l10n/si_LK.json
 share/owncloud/apps/encryption/l10n/sk_SK.js
 share/owncloud/apps/encryption/l10n/sk_SK.json
 share/owncloud/apps/encryption/l10n/sl.js
@@ -3336,10 +590,14 @@ share/owncloud/apps/encryption/l10n/sr@l
 share/owncloud/apps/encryption/l10n/sr%latin.json@localhost
 share/owncloud/apps/encryption/l10n/sv.js
 share/owncloud/apps/encryption/l10n/sv.json
+share/owncloud/apps/encryption/l10n/ta_LK.js
+share/owncloud/apps/encryption/l10n/ta_LK.json
 share/owncloud/apps/encryption/l10n/th_TH.js
 share/owncloud/apps/encryption/l10n/th_TH.json
 share/owncloud/apps/encryption/l10n/tr.js
 share/owncloud/apps/encryption/l10n/tr.json
+share/owncloud/apps/encryption/l10n/ug.js
+share/owncloud/apps/encryption/l10n/ug.json
 share/owncloud/apps/encryption/l10n/uk.js
 share/owncloud/apps/encryption/l10n/uk.json
 share/owncloud/apps/encryption/l10n/ur_PK.js
@@ -3353,8 +611,8 @@ share/owncloud/apps/encryption/l10n/zh_H
 share/owncloud/apps/encryption/l10n/zh_TW.js
 share/owncloud/apps/encryption/l10n/zh_TW.json
 share/owncloud/apps/encryption/lib/AppInfo/Application.php
-share/owncloud/apps/encryption/lib/Command/EnableMasterKey.php
 share/owncloud/apps/encryption/lib/Command/MigrateKeys.php
+share/owncloud/apps/encryption/lib/Command/SelectEncryptionType.php
 share/owncloud/apps/encryption/lib/Controller/RecoveryController.php
 share/owncloud/apps/encryption/lib/Controller/SettingsController.php
 share/owncloud/apps/encryption/lib/Controller/StatusController.php
@@ -3371,12 +629,12 @@ share/owncloud/apps/encryption/lib/Hooks
 share/owncloud/apps/encryption/lib/Hooks/UserHooks.php
 share/owncloud/apps/encryption/lib/KeyManager.php
 share/owncloud/apps/encryption/lib/Migration.php
+share/owncloud/apps/encryption/lib/Panels/Admin.php
+share/owncloud/apps/encryption/lib/Panels/Personal.php
 share/owncloud/apps/encryption/lib/Recovery.php
 share/owncloud/apps/encryption/lib/Session.php
 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
@@ -3386,7 +644,6 @@ share/owncloud/apps/external/appinfo/app
 share/owncloud/apps/external/appinfo/info.xml
 share/owncloud/apps/external/appinfo/routes.php
 share/owncloud/apps/external/appinfo/signature.json
-share/owncloud/apps/external/appinfo/version
 share/owncloud/apps/external/css/style.css
 share/owncloud/apps/external/img/external.png
 share/owncloud/apps/external/img/external.svg
@@ -3591,6 +848,8 @@ share/owncloud/apps/federatedfilesharing
 share/owncloud/apps/federatedfilesharing/l10n/eo.json
 share/owncloud/apps/federatedfilesharing/l10n/es.js
 share/owncloud/apps/federatedfilesharing/l10n/es.json
+share/owncloud/apps/federatedfilesharing/l10n/es_MX.js
+share/owncloud/apps/federatedfilesharing/l10n/es_MX.json
 share/owncloud/apps/federatedfilesharing/l10n/et_EE.js
 share/owncloud/apps/federatedfilesharing/l10n/et_EE.json
 share/owncloud/apps/federatedfilesharing/l10n/eu.js
@@ -3631,6 +890,8 @@ share/owncloud/apps/federatedfilesharing
 share/owncloud/apps/federatedfilesharing/l10n/nb_NO.json
 share/owncloud/apps/federatedfilesharing/l10n/nl.js
 share/owncloud/apps/federatedfilesharing/l10n/nl.json
+share/owncloud/apps/federatedfilesharing/l10n/nn_NO.js
+share/owncloud/apps/federatedfilesharing/l10n/nn_NO.json
 share/owncloud/apps/federatedfilesharing/l10n/oc.js
 share/owncloud/apps/federatedfilesharing/l10n/oc.json
 share/owncloud/apps/federatedfilesharing/l10n/pl.js
@@ -3661,44 +922,61 @@ share/owncloud/apps/federatedfilesharing
 share/owncloud/apps/federatedfilesharing/l10n/tr.json
 share/owncloud/apps/federatedfilesharing/l10n/uk.js
 share/owncloud/apps/federatedfilesharing/l10n/uk.json
+share/owncloud/apps/federatedfilesharing/l10n/vi.js
+share/owncloud/apps/federatedfilesharing/l10n/vi.json
 share/owncloud/apps/federatedfilesharing/l10n/zh_CN.js
 share/owncloud/apps/federatedfilesharing/l10n/zh_CN.json
 share/owncloud/apps/federatedfilesharing/l10n/zh_TW.js
 share/owncloud/apps/federatedfilesharing/l10n/zh_TW.json
 share/owncloud/apps/federatedfilesharing/lib/AddressHandler.php
+share/owncloud/apps/federatedfilesharing/lib/AdminPanel.php
 share/owncloud/apps/federatedfilesharing/lib/AppInfo/Application.php
 share/owncloud/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php
 share/owncloud/apps/federatedfilesharing/lib/DiscoveryManager.php
 share/owncloud/apps/federatedfilesharing/lib/FederatedShareProvider.php
 share/owncloud/apps/federatedfilesharing/lib/Notifications.php
 share/owncloud/apps/federatedfilesharing/lib/Notifier.php
+share/owncloud/apps/federatedfilesharing/lib/PersonalPanel.php
 share/owncloud/apps/federatedfilesharing/lib/RequestHandler.php
 share/owncloud/apps/federatedfilesharing/lib/TokenHandler.php
-share/owncloud/apps/federatedfilesharing/settings-admin.php
-share/owncloud/apps/federatedfilesharing/settings-personal.php
 share/owncloud/apps/federatedfilesharing/templates/settings-admin.php
 share/owncloud/apps/federatedfilesharing/templates/settings-personal.php
 share/owncloud/apps/federation/appinfo/app.php
 share/owncloud/apps/federation/appinfo/database.xml
 share/owncloud/apps/federation/appinfo/info.xml
-share/owncloud/apps/federation/appinfo/register_command.php
 share/owncloud/apps/federation/appinfo/routes.php
 share/owncloud/apps/federation/appinfo/signature.json
 share/owncloud/apps/federation/css/settings-admin.css
 share/owncloud/apps/federation/img/app.svg
 share/owncloud/apps/federation/js/settings-admin.js
+share/owncloud/apps/federation/l10n/af_ZA.js
+share/owncloud/apps/federation/l10n/af_ZA.json
 share/owncloud/apps/federation/l10n/ar.js
 share/owncloud/apps/federation/l10n/ar.json
+share/owncloud/apps/federation/l10n/ast.js
+share/owncloud/apps/federation/l10n/ast.json
+share/owncloud/apps/federation/l10n/az.js
+share/owncloud/apps/federation/l10n/az.json
 share/owncloud/apps/federation/l10n/bg_BG.js
 share/owncloud/apps/federation/l10n/bg_BG.json
+share/owncloud/apps/federation/l10n/bn_BD.js
+share/owncloud/apps/federation/l10n/bn_BD.json
+share/owncloud/apps/federation/l10n/bn_IN.js
+share/owncloud/apps/federation/l10n/bn_IN.json
+share/owncloud/apps/federation/l10n/bs.js
+share/owncloud/apps/federation/l10n/bs.json
 share/owncloud/apps/federation/l10n/ca.js
 share/owncloud/apps/federation/l10n/ca.json
 share/owncloud/apps/federation/l10n/cs_CZ.js
 share/owncloud/apps/federation/l10n/cs_CZ.json
+share/owncloud/apps/federation/l10n/cy_GB.js
+share/owncloud/apps/federation/l10n/cy_GB.json
 share/owncloud/apps/federation/l10n/da.js
 share/owncloud/apps/federation/l10n/da.json
 share/owncloud/apps/federation/l10n/de.js
 share/owncloud/apps/federation/l10n/de.json
+share/owncloud/apps/federation/l10n/de_AT.js
+share/owncloud/apps/federation/l10n/de_AT.json
 share/owncloud/apps/federation/l10n/de_DE.js
 share/owncloud/apps/federation/l10n/de_DE.json
 share/owncloud/apps/federation/l10n/el.js
@@ -3709,16 +987,34 @@ share/owncloud/apps/federation/l10n/eo.j
 share/owncloud/apps/federation/l10n/eo.json
 share/owncloud/apps/federation/l10n/es.js
 share/owncloud/apps/federation/l10n/es.json
+share/owncloud/apps/federation/l10n/es_AR.js
+share/owncloud/apps/federation/l10n/es_AR.json
+share/owncloud/apps/federation/l10n/es_MX.js
+share/owncloud/apps/federation/l10n/es_MX.json
 share/owncloud/apps/federation/l10n/et_EE.js
 share/owncloud/apps/federation/l10n/et_EE.json
+share/owncloud/apps/federation/l10n/eu.js
+share/owncloud/apps/federation/l10n/eu.json
+share/owncloud/apps/federation/l10n/fa.js
+share/owncloud/apps/federation/l10n/fa.json
 share/owncloud/apps/federation/l10n/fi_FI.js
 share/owncloud/apps/federation/l10n/fi_FI.json
 share/owncloud/apps/federation/l10n/fr.js
 share/owncloud/apps/federation/l10n/fr.json
+share/owncloud/apps/federation/l10n/gl.js
+share/owncloud/apps/federation/l10n/gl.json
 share/owncloud/apps/federation/l10n/he.js
 share/owncloud/apps/federation/l10n/he.json
+share/owncloud/apps/federation/l10n/hi.js
+share/owncloud/apps/federation/l10n/hi.json
+share/owncloud/apps/federation/l10n/hr.js
+share/owncloud/apps/federation/l10n/hr.json
 share/owncloud/apps/federation/l10n/hu_HU.js
 share/owncloud/apps/federation/l10n/hu_HU.json
+share/owncloud/apps/federation/l10n/hy.js
+share/owncloud/apps/federation/l10n/hy.json
+share/owncloud/apps/federation/l10n/ia.js
+share/owncloud/apps/federation/l10n/ia.json
 share/owncloud/apps/federation/l10n/id.js
 share/owncloud/apps/federation/l10n/id.json
 share/owncloud/apps/federation/l10n/is.js
@@ -3727,14 +1023,34 @@ share/owncloud/apps/federation/l10n/it.j
 share/owncloud/apps/federation/l10n/it.json
 share/owncloud/apps/federation/l10n/ja.js
 share/owncloud/apps/federation/l10n/ja.json
+share/owncloud/apps/federation/l10n/ka_GE.js
+share/owncloud/apps/federation/l10n/ka_GE.json
+share/owncloud/apps/federation/l10n/km.js
+share/owncloud/apps/federation/l10n/km.json
+share/owncloud/apps/federation/l10n/kn.js
+share/owncloud/apps/federation/l10n/kn.json
 share/owncloud/apps/federation/l10n/ko.js
 share/owncloud/apps/federation/l10n/ko.json
+share/owncloud/apps/federation/l10n/ku_IQ.js
+share/owncloud/apps/federation/l10n/ku_IQ.json
 share/owncloud/apps/federation/l10n/lb.js
 share/owncloud/apps/federation/l10n/lb.json
+share/owncloud/apps/federation/l10n/lt_LT.js
+share/owncloud/apps/federation/l10n/lt_LT.json
+share/owncloud/apps/federation/l10n/lv.js
+share/owncloud/apps/federation/l10n/lv.json
+share/owncloud/apps/federation/l10n/mk.js
+share/owncloud/apps/federation/l10n/mk.json
+share/owncloud/apps/federation/l10n/ms_MY.js
+share/owncloud/apps/federation/l10n/ms_MY.json
+share/owncloud/apps/federation/l10n/my_MM.js
+share/owncloud/apps/federation/l10n/my_MM.json
 share/owncloud/apps/federation/l10n/nb_NO.js
 share/owncloud/apps/federation/l10n/nb_NO.json
 share/owncloud/apps/federation/l10n/nl.js
 share/owncloud/apps/federation/l10n/nl.json
+share/owncloud/apps/federation/l10n/nn_NO.js
+share/owncloud/apps/federation/l10n/nn_NO.json
 share/owncloud/apps/federation/l10n/oc.js
 share/owncloud/apps/federation/l10n/oc.json
 share/owncloud/apps/federation/l10n/pl.js
@@ -3747,45 +1063,63 @@ share/owncloud/apps/federation/l10n/ro.j
 share/owncloud/apps/federation/l10n/ro.json
 share/owncloud/apps/federation/l10n/ru.js
 share/owncloud/apps/federation/l10n/ru.json
+share/owncloud/apps/federation/l10n/si_LK.js
+share/owncloud/apps/federation/l10n/si_LK.json
+share/owncloud/apps/federation/l10n/sk_SK.js
+share/owncloud/apps/federation/l10n/sk_SK.json
 share/owncloud/apps/federation/l10n/sl.js
 share/owncloud/apps/federation/l10n/sl.json
 share/owncloud/apps/federation/l10n/sq.js
 share/owncloud/apps/federation/l10n/sq.json
 share/owncloud/apps/federation/l10n/sr.js
 share/owncloud/apps/federation/l10n/sr.json
+share/owncloud/apps/federation/l10n/sr%latin.js@localhost
+share/owncloud/apps/federation/l10n/sr%latin.json@localhost
 share/owncloud/apps/federation/l10n/sv.js
 share/owncloud/apps/federation/l10n/sv.json
+share/owncloud/apps/federation/l10n/ta_LK.js
+share/owncloud/apps/federation/l10n/ta_LK.json
+share/owncloud/apps/federation/l10n/te.js
+share/owncloud/apps/federation/l10n/te.json
 share/owncloud/apps/federation/l10n/th_TH.js
 share/owncloud/apps/federation/l10n/th_TH.json
 share/owncloud/apps/federation/l10n/tr.js
 share/owncloud/apps/federation/l10n/tr.json
+share/owncloud/apps/federation/l10n/ug.js
+share/owncloud/apps/federation/l10n/ug.json
 share/owncloud/apps/federation/l10n/uk.js
 share/owncloud/apps/federation/l10n/uk.json
+share/owncloud/apps/federation/l10n/ur_PK.js
+share/owncloud/apps/federation/l10n/ur_PK.json
+share/owncloud/apps/federation/l10n/vi.js
+share/owncloud/apps/federation/l10n/vi.json
 share/owncloud/apps/federation/l10n/zh_CN.js
 share/owncloud/apps/federation/l10n/zh_CN.json
-share/owncloud/apps/federation/lib/API/OCSAuthAPI.php
+share/owncloud/apps/federation/l10n/zh_HK.js
+share/owncloud/apps/federation/l10n/zh_HK.json
+share/owncloud/apps/federation/l10n/zh_TW.js
+share/owncloud/apps/federation/l10n/zh_TW.json
 share/owncloud/apps/federation/lib/AppInfo/Application.php
 share/owncloud/apps/federation/lib/BackgroundJob/GetSharedSecret.php
 share/owncloud/apps/federation/lib/BackgroundJob/RequestSharedSecret.php
 share/owncloud/apps/federation/lib/Command/SyncFederationAddressBooks.php
+share/owncloud/apps/federation/lib/Controller/OCSAuthAPIController.php
 share/owncloud/apps/federation/lib/Controller/SettingsController.php
 share/owncloud/apps/federation/lib/DAV/FedAuth.php
 share/owncloud/apps/federation/lib/DbHandler.php
 share/owncloud/apps/federation/lib/Hooks.php
 share/owncloud/apps/federation/lib/Middleware/AddServerMiddleware.php
+share/owncloud/apps/federation/lib/Panels/Admin.php
 share/owncloud/apps/federation/lib/SyncFederationAddressBooks.php
 share/owncloud/apps/federation/lib/SyncJob.php
 share/owncloud/apps/federation/lib/TrustedServers.php
-share/owncloud/apps/federation/settings/settings-admin.php
 share/owncloud/apps/federation/templates/settings-admin.php
-share/owncloud/apps/files/admin.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/upload.php
+share/owncloud/apps/files/ajax/setupload.php
 share/owncloud/apps/files/appinfo/app.php
 share/owncloud/apps/files/appinfo/info.xml
-share/owncloud/apps/files/appinfo/register_command.php
 share/owncloud/apps/files/appinfo/routes.php
 share/owncloud/apps/files/appinfo/signature.json
 share/owncloud/apps/files/appinfo/update.php
@@ -3794,17 +1128,12 @@ share/owncloud/apps/files/css/files.css
 share/owncloud/apps/files/css/mobile.css
 share/owncloud/apps/files/css/upload.css
 share/owncloud/apps/files/download.php
-share/owncloud/apps/files/img/delete.png
+share/owncloud/apps/files/img/app.svg
 share/owncloud/apps/files/img/delete.svg
-share/owncloud/apps/files/img/external.png
 share/owncloud/apps/files/img/external.svg
-share/owncloud/apps/files/img/folder.png
 share/owncloud/apps/files/img/folder.svg
-share/owncloud/apps/files/img/public.png
 share/owncloud/apps/files/img/public.svg
-share/owncloud/apps/files/img/share.png
 share/owncloud/apps/files/img/share.svg
-share/owncloud/apps/files/img/star.png
 share/owncloud/apps/files/img/star.svg
 share/owncloud/apps/files/js/admin.js
 share/owncloud/apps/files/js/app.js
@@ -3829,6 +1158,7 @@ share/owncloud/apps/files/js/navigation.
 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/templates/detailsview.handlebars.js
 share/owncloud/apps/files/js/upload.js
 share/owncloud/apps/files/l10n/ach.js
 share/owncloud/apps/files/l10n/ach.json
@@ -4049,6 +1379,7 @@ share/owncloud/apps/files/lib/Command/Tr
 share/owncloud/apps/files/lib/Controller/ApiController.php
 share/owncloud/apps/files/lib/Controller/ViewController.php
 share/owncloud/apps/files/lib/Helper.php
+share/owncloud/apps/files/lib/Panels/Admin.php
 share/owncloud/apps/files/lib/Service/TagService.php
 share/owncloud/apps/files/list.php
 share/owncloud/apps/files/simplelist.php
@@ -4058,9 +1389,7 @@ share/owncloud/apps/files/templates/file
 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_antivirus/Makefile
-share/owncloud/apps/files_antivirus/admin.php
 share/owncloud/apps/files_antivirus/appinfo/app.php
 share/owncloud/apps/files_antivirus/appinfo/application.php
 share/owncloud/apps/files_antivirus/appinfo/database.xml
@@ -4235,6 +1564,7 @@ share/owncloud/apps/files_antivirus/l10n
 share/owncloud/apps/files_antivirus/l10n/zh_TW.js
 share/owncloud/apps/files_antivirus/l10n/zh_TW.json
 share/owncloud/apps/files_antivirus/lib/activity.php
+share/owncloud/apps/files_antivirus/lib/adminpanel.php
 share/owncloud/apps/files_antivirus/lib/appconfig.php
 share/owncloud/apps/files_antivirus/lib/avirwrapper.php
 share/owncloud/apps/files_antivirus/lib/backgroundscanner.php
@@ -5093,12 +2423,9 @@ share/owncloud/apps/files_external/ajax/
 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/database.xml
 share/owncloud/apps/files_external/appinfo/info.xml
-share/owncloud/apps/files_external/appinfo/register_command.php
 share/owncloud/apps/files_external/appinfo/routes.php
 share/owncloud/apps/files_external/appinfo/signature.json
-share/owncloud/apps/files_external/appinfo/update.php
 share/owncloud/apps/files_external/css/external.css
 share/owncloud/apps/files_external/css/settings.css
 share/owncloud/apps/files_external/img/app.svg
@@ -5170,6 +2497,8 @@ share/owncloud/apps/files_external/l10n/
 share/owncloud/apps/files_external/l10n/fr.json
 share/owncloud/apps/files_external/l10n/gl.js
 share/owncloud/apps/files_external/l10n/gl.json
+share/owncloud/apps/files_external/l10n/gu.js
+share/owncloud/apps/files_external/l10n/gu.json
 share/owncloud/apps/files_external/l10n/he.js
 share/owncloud/apps/files_external/l10n/he.json
 share/owncloud/apps/files_external/l10n/hi.js
@@ -5285,7 +2614,6 @@ share/owncloud/apps/files_external/lib/C
 share/owncloud/apps/files_external/lib/Command/ListCommand.php
 share/owncloud/apps/files_external/lib/Command/Option.php
 share/owncloud/apps/files_external/lib/Command/Verify.php
-share/owncloud/apps/files_external/lib/Config/ConfigAdapter.php
 share/owncloud/apps/files_external/lib/Controller/AjaxController.php
 share/owncloud/apps/files_external/lib/Controller/GlobalStoragesController.php
 share/owncloud/apps/files_external/lib/Controller/StoragesController.php
@@ -5293,24 +2621,16 @@ share/owncloud/apps/files_external/lib/C
 share/owncloud/apps/files_external/lib/Controller/UserStoragesController.php
 share/owncloud/apps/files_external/lib/Lib/Api.php
 share/owncloud/apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php
-share/owncloud/apps/files_external/lib/Lib/Auth/AuthMechanism.php
-share/owncloud/apps/files_external/lib/Lib/Auth/Builtin.php
-share/owncloud/apps/files_external/lib/Lib/Auth/IUserProvided.php
-share/owncloud/apps/files_external/lib/Lib/Auth/NullMechanism.php
 share/owncloud/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
 share/owncloud/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php
 share/owncloud/apps/files_external/lib/Lib/Auth/OpenStack/OpenStack.php
 share/owncloud/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php
-share/owncloud/apps/files_external/lib/Lib/Auth/Password/Password.php
-share/owncloud/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php
 share/owncloud/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php
 share/owncloud/apps/files_external/lib/Lib/Backend/AmazonS3.php
 share/owncloud/apps/files_external/lib/Lib/Backend/Backend.php
 share/owncloud/apps/files_external/lib/Lib/Backend/DAV.php
 share/owncloud/apps/files_external/lib/Lib/Backend/Dropbox.php
-share/owncloud/apps/files_external/lib/Lib/Backend/FTP.php
 share/owncloud/apps/files_external/lib/Lib/Backend/Google.php
-share/owncloud/apps/files_external/lib/Lib/Backend/LegacyBackend.php
 share/owncloud/apps/files_external/lib/Lib/Backend/Local.php
 share/owncloud/apps/files_external/lib/Lib/Backend/OwnCloud.php
 share/owncloud/apps/files_external/lib/Lib/Backend/SFTP.php
@@ -5318,18 +2638,7 @@ share/owncloud/apps/files_external/lib/L
 share/owncloud/apps/files_external/lib/Lib/Backend/SMB.php
 share/owncloud/apps/files_external/lib/Lib/Backend/SMB_OC.php
 share/owncloud/apps/files_external/lib/Lib/Backend/Swift.php
-share/owncloud/apps/files_external/lib/Lib/Config/IAuthMechanismProvider.php
-share/owncloud/apps/files_external/lib/Lib/Config/IBackendProvider.php
-share/owncloud/apps/files_external/lib/Lib/DefinitionParameter.php
-share/owncloud/apps/files_external/lib/Lib/DependencyTrait.php
-share/owncloud/apps/files_external/lib/Lib/FrontendDefinitionTrait.php
-share/owncloud/apps/files_external/lib/Lib/IdentifierTrait.php
-share/owncloud/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php
 share/owncloud/apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.php
-share/owncloud/apps/files_external/lib/Lib/MissingDependency.php
-share/owncloud/apps/files_external/lib/Lib/PersonalMount.php
-share/owncloud/apps/files_external/lib/Lib/PriorityTrait.php
-share/owncloud/apps/files_external/lib/Lib/SessionStorageWrapper.php
 share/owncloud/apps/files_external/lib/Lib/Storage/AmazonS3.php
 share/owncloud/apps/files_external/lib/Lib/Storage/Dropbox.php
 share/owncloud/apps/files_external/lib/Lib/Storage/FTP.php
@@ -5339,415 +2648,18 @@ share/owncloud/apps/files_external/lib/L
 share/owncloud/apps/files_external/lib/Lib/Storage/SMB.php
 share/owncloud/apps/files_external/lib/Lib/Storage/StreamWrapper.php
 share/owncloud/apps/files_external/lib/Lib/Storage/Swift.php
-share/owncloud/apps/files_external/lib/Lib/StorageConfig.php
-share/owncloud/apps/files_external/lib/Lib/StorageModifierTrait.php
-share/owncloud/apps/files_external/lib/Lib/VisibilityTrait.php
-share/owncloud/apps/files_external/lib/Migration/DummyUserSession.php
-share/owncloud/apps/files_external/lib/Migration/StorageMigrator.php
-share/owncloud/apps/files_external/lib/NotFoundException.php
-share/owncloud/apps/files_external/lib/Service/BackendService.php
-share/owncloud/apps/files_external/lib/Service/DBConfigService.php
-share/owncloud/apps/files_external/lib/Service/GlobalLegacyStoragesService.php
-share/owncloud/apps/files_external/lib/Service/GlobalStoragesService.php
-share/owncloud/apps/files_external/lib/Service/ImportLegacyStoragesService.php
-share/owncloud/apps/files_external/lib/Service/LegacyStoragesService.php
-share/owncloud/apps/files_external/lib/Service/StoragesService.php
-share/owncloud/apps/files_external/lib/Service/UserGlobalStoragesService.php
-share/owncloud/apps/files_external/lib/Service/UserLegacyStoragesService.php
-share/owncloud/apps/files_external/lib/Service/UserStoragesService.php
-share/owncloud/apps/files_external/lib/Service/UserTrait.php
+share/owncloud/apps/files_external/lib/Panels/Admin.php
+share/owncloud/apps/files_external/lib/Panels/Personal.php
 share/owncloud/apps/files_external/lib/config.php
 share/owncloud/apps/files_external/list.php
-share/owncloud/apps/files_external/personal.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_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/signature.json
-share/owncloud/apps/files_pdfviewer/controller/displaycontroller.php
-share/owncloud/apps/files_pdfviewer/css/style.css
-share/owncloud/apps/files_pdfviewer/css/viewer.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
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/LICENSE
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/build/pdf.js
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/build/pdf.worker.js
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-EUC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-EUC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-RKSJ-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-RKSJ-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-RKSJ-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-RKSJ-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-0.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-1.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-2.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-3.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-4.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-5.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5pc-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5pc-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS-EUC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS-EUC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS1-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS1-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS2-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS2-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETHK-B5-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETHK-B5-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETen-B5-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETen-B5-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETenms-B5-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETenms-B5-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/EUC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/EUC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-EUC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-EUC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK-EUC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK-EUC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK2K-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK2K-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBKp-EUC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBKp-EUC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-EUC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-EUC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBpc-EUC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBpc-EUC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdla-B5-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdla-B5-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdlb-B5-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdlb-B5-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKgccs-B5-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKgccs-B5-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm314-B5-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm314-B5-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm471-B5-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm471-B5-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKscs-B5-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKscs-B5-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Hankaku.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Hiragana.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-EUC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-EUC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-Johab-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-Johab-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Katakana.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/LICENSE
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/NWP-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/NWP-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/RKSJ-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/RKSJ-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Roman.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/V.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/WP-Symbol.bcmap
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/compatibility.js
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/debugger.js
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-check.svg
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-comment.svg
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-help.svg
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-insert.svg
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-key.svg
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-newparagraph.svg
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-noicon.svg
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-note.svg
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-paragraph.svg
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next-rtl.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next-rtl%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous-rtl.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous-rtl%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/grab.cur
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/grabbing.cur
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-icon.gif
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-small.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-small%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-documentProperties.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-documentProperties%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-firstPage.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-firstPage%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-handTool.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-handTool%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-lastPage.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-lastPage%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCcw%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCw.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCw%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/shadow.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/texture.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-bookmark.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-bookmark%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-download.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-download%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-menuArrows.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-menuArrows%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-openFile.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-openFile%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown-rtl.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown-rtl%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp-rtl.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp-rtl%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-presentationMode.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-presentationMode%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-print.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-print%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-search.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-search%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle-rtl%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewAttachments.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewAttachments%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline-rtl.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline-rtl%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewThumbnail.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewThumbnail%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomIn.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomIn%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomOut.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomOut%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed-rtl.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed-rtl%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-expanded.png
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-expanded%2x.png@localhost
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/l10n.js
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ach/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/af/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ak/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/an/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ar/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/as/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ast/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/az/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/be/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bg/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bn-BD/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bn-IN/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/br/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bs/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ca/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/cs/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/csb/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/cy/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/da/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/de/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/el/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-GB/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-US/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-ZA/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/eo/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-AR/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-CL/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-ES/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-MX/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/et/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/eu/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fa/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ff/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fi/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fr/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fy-NL/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ga-IE/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/gd/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/gl/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/gu-IN/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/he/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hi-IN/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hr/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hu/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hy-AM/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/id/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/is/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/it/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ja/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ka/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/kk/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/km/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/kn/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ko/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ku/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lg/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lij/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/locale.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lt/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lv/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mai/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mk/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ml/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mn/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mr/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ms/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/my/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nb-NO/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nl/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nn-NO/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nso/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/oc/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/or/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pa-IN/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pl/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pt-BR/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pt-PT/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/rm/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ro/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ru/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/rw/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sah/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/si/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sk/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sl/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/son/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sq/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sr/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sv-SE/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sw/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ta-LK/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ta/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/te/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/th/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/tl/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/tn/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/tr/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/uk/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ur/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/vi/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/wo/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/xh/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/zh-CN/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/zh-TW/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/zu/viewer.properties
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/viewer.css
-share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/viewer.js
 share/owncloud/apps/files_sharing/ajax/external.php
 share/owncloud/apps/files_sharing/ajax/publicpreview.php
 share/owncloud/apps/files_sharing/ajax/shareinfo.php
 share/owncloud/apps/files_sharing/appinfo/app.php
 share/owncloud/apps/files_sharing/appinfo/database.xml
 share/owncloud/apps/files_sharing/appinfo/info.xml
-share/owncloud/apps/files_sharing/appinfo/register_command.php
 share/owncloud/apps/files_sharing/appinfo/routes.php
 share/owncloud/apps/files_sharing/appinfo/signature.json
 share/owncloud/apps/files_sharing/appinfo/update.php
@@ -5757,7 +2669,9 @@ share/owncloud/apps/files_sharing/css/mo
 share/owncloud/apps/files_sharing/css/public.css
 share/owncloud/apps/files_sharing/css/sharedfilelist.css
 share/owncloud/apps/files_sharing/css/sharetabview.css
+share/owncloud/apps/files_sharing/css/upload.css
 share/owncloud/apps/files_sharing/img/app.svg
+share/owncloud/apps/files_sharing/js/PublicUploadView.js
 share/owncloud/apps/files_sharing/js/app.js
 share/owncloud/apps/files_sharing/js/authenticate.js
 share/owncloud/apps/files_sharing/js/external.js
@@ -5936,12 +2850,12 @@ share/owncloud/apps/files_sharing/l10n/z
 share/owncloud/apps/files_sharing/lib/API/OCSShareWrapper.php
 share/owncloud/apps/files_sharing/lib/API/Remote.php
 share/owncloud/apps/files_sharing/lib/API/Share20OCS.php
-share/owncloud/apps/files_sharing/lib/API/Sharees.php
 share/owncloud/apps/files_sharing/lib/Activity.php
 share/owncloud/apps/files_sharing/lib/AppInfo/Application.php
 share/owncloud/apps/files_sharing/lib/Cache.php
 share/owncloud/apps/files_sharing/lib/Capabilities.php
 share/owncloud/apps/files_sharing/lib/Command/CleanupRemoteStorages.php
+share/owncloud/apps/files_sharing/lib/Controller/ShareesController.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
@@ -5958,402 +2872,23 @@ share/owncloud/apps/files_sharing/lib/Ex
 share/owncloud/apps/files_sharing/lib/Helper.php
 share/owncloud/apps/files_sharing/lib/Hooks.php
 share/owncloud/apps/files_sharing/lib/ISharedStorage.php
-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/Scanner.php
+share/owncloud/apps/files_sharing/lib/ShareBackend/File.php
+share/owncloud/apps/files_sharing/lib/ShareBackend/Folder.php
 share/owncloud/apps/files_sharing/lib/SharedMount.php
 share/owncloud/apps/files_sharing/lib/SharedPropagator.php
+share/owncloud/apps/files_sharing/lib/SharedStorage.php
 share/owncloud/apps/files_sharing/lib/Updater.php
-share/owncloud/apps/files_sharing/lib/share/file.php
-share/owncloud/apps/files_sharing/lib/share/folder.php
-share/owncloud/apps/files_sharing/lib/sharedstorage.php
 share/owncloud/apps/files_sharing/list.php
 share/owncloud/apps/files_sharing/public.php
 share/owncloud/apps/files_sharing/templates/authenticate.php
 share/owncloud/apps/files_sharing/templates/list.php
 share/owncloud/apps/files_sharing/templates/part.404.php
 share/owncloud/apps/files_sharing/templates/public.php
-share/owncloud/apps/files_texteditor/appinfo/app.php
-share/owncloud/apps/files_texteditor/appinfo/application.php
-share/owncloud/apps/files_texteditor/appinfo/info.xml
-share/owncloud/apps/files_texteditor/appinfo/routes.php
-share/owncloud/apps/files_texteditor/appinfo/signature.json
-share/owncloud/apps/files_texteditor/controller/filehandlingcontroller.php
-share/owncloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.eot
-share/owncloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg
-share/owncloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf
-share/owncloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.woff
-share/owncloud/apps/files_texteditor/css/DroidSansMono/Google Android License.txt
-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
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/ext-modelist.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/keybinding-emacs.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/keybinding-vim.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-abap.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-actionscript.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ada.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-asciidoc.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-assembly_x86.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-autohotkey.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-batchfile.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-c9search.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-c_cpp.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-clojure.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-cobol.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-coffee.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-coldfusion.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-csharp.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-css.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-curly.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-d.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-dart.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-diff.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-django.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-dot.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ejs.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-erlang.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-forth.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ftl.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-glsl.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-golang.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-groovy.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-haml.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-haskell.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-haxe.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-html.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-html_ruby.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ini.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-jade.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-java.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-javascript.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-json.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-jsoniq.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-jsp.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-jsx.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-julia.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-latex.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-less.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-liquid.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-lisp.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-livescript.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-logiql.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-lsl.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-lua.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-luapage.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-lucene.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-makefile.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-markdown.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-matlab.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-mushcode.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-mushcode_high_rules.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-mysql.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-objectivec.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ocaml.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-pascal.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-perl.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-pgsql.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-php.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-plain_text.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-powershell.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-prolog.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-properties.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-python.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-r.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-rdoc.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-rhtml.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ruby.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-rust.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-sass.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-scad.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-scala.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-scheme.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-scss.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-sh.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-snippets.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-sql.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-stylus.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-svg.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-tcl.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-tex.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-textile.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-tmsnippet.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-toml.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-twig.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-typescript.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-vbscript.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-velocity.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-verilog.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-xml.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-xquery.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-yaml.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/abap.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/actionscript.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ada.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/asciidoc.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/assembly_x86.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/autohotkey.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/batchfile.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/c9search.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/c_cpp.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/clojure.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/cobol.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/coffee.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/coldfusion.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/csharp.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/css.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/curly.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/d.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/dart.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/diff.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/django.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/dot.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ejs.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/erlang.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/forth.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ftl.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/glsl.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/golang.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/groovy.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/haml.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/haskell.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/haxe.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/html.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/html_ruby.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ini.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/jade.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/java.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/javascript.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/json.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/jsoniq.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/jsp.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/jsx.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/julia.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/latex.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/less.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/liquid.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/lisp.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/livescript.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/logiql.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/lsl.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/lua.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/luapage.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/lucene.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/makefile.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/markdown.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/matlab.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/mushcode.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/mushcode_high_rules.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/mysql.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/objectivec.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ocaml.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/pascal.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/perl.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/pgsql.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/php.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/plain_text.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/powershell.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/prolog.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/properties.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/python.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/r.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/rdoc.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/rhtml.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ruby.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/rust.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/sass.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/scad.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/scala.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/scheme.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/scss.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/sh.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/snippets.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/sql.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/stylus.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/svg.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/tcl.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/tex.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/text.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/textile.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/toml.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/twig.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/typescript.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/vbscript.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/velocity.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/verilog.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/xml.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/xquery.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/yaml.js
-share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/theme-clouds.js
-share/owncloud/apps/files_texteditor/l10n/.tx/config
-share/owncloud/apps/files_texteditor/l10n/ar.php
-share/owncloud/apps/files_texteditor/l10n/az.js
-share/owncloud/apps/files_texteditor/l10n/az.json
-share/owncloud/apps/files_texteditor/l10n/az.php
-share/owncloud/apps/files_texteditor/l10n/bg_BG.js
-share/owncloud/apps/files_texteditor/l10n/bg_BG.json
-share/owncloud/apps/files_texteditor/l10n/bg_BG.php
-share/owncloud/apps/files_texteditor/l10n/bn_BD.php
-share/owncloud/apps/files_texteditor/l10n/bs.php
-share/owncloud/apps/files_texteditor/l10n/ca.js
-share/owncloud/apps/files_texteditor/l10n/ca.json
-share/owncloud/apps/files_texteditor/l10n/ca.php
-share/owncloud/apps/files_texteditor/l10n/cs_CZ.js
-share/owncloud/apps/files_texteditor/l10n/cs_CZ.json
-share/owncloud/apps/files_texteditor/l10n/cs_CZ.php
-share/owncloud/apps/files_texteditor/l10n/cy_GB.php
-share/owncloud/apps/files_texteditor/l10n/da.js
-share/owncloud/apps/files_texteditor/l10n/da.json
-share/owncloud/apps/files_texteditor/l10n/da.php
-share/owncloud/apps/files_texteditor/l10n/de.js
-share/owncloud/apps/files_texteditor/l10n/de.json
-share/owncloud/apps/files_texteditor/l10n/de.php
-share/owncloud/apps/files_texteditor/l10n/de_CH.php
-share/owncloud/apps/files_texteditor/l10n/de_DE.js
-share/owncloud/apps/files_texteditor/l10n/de_DE.json
-share/owncloud/apps/files_texteditor/l10n/de_DE.php
-share/owncloud/apps/files_texteditor/l10n/el.js
-share/owncloud/apps/files_texteditor/l10n/el.json
-share/owncloud/apps/files_texteditor/l10n/el.php
-share/owncloud/apps/files_texteditor/l10n/en_GB.js
-share/owncloud/apps/files_texteditor/l10n/en_GB.json
-share/owncloud/apps/files_texteditor/l10n/en_GB.php
-share/owncloud/apps/files_texteditor/l10n/eo.php
-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
-share/owncloud/apps/files_texteditor/l10n/fi_FI.php
-share/owncloud/apps/files_texteditor/l10n/fr.js
-share/owncloud/apps/files_texteditor/l10n/fr.json
-share/owncloud/apps/files_texteditor/l10n/fr.php
-share/owncloud/apps/files_texteditor/l10n/gl.js
-share/owncloud/apps/files_texteditor/l10n/gl.json
-share/owncloud/apps/files_texteditor/l10n/gl.php
-share/owncloud/apps/files_texteditor/l10n/he.js
-share/owncloud/apps/files_texteditor/l10n/he.json
-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.js
-share/owncloud/apps/files_texteditor/l10n/hy.json
-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
-share/owncloud/apps/files_texteditor/l10n/it.php
-share/owncloud/apps/files_texteditor/l10n/ja.js
-share/owncloud/apps/files_texteditor/l10n/ja.json
-share/owncloud/apps/files_texteditor/l10n/ja.php
-share/owncloud/apps/files_texteditor/l10n/ka_GE.php
-share/owncloud/apps/files_texteditor/l10n/km.php
-share/owncloud/apps/files_texteditor/l10n/ko.js
-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
-share/owncloud/apps/files_texteditor/l10n/ms_MY.php
-share/owncloud/apps/files_texteditor/l10n/nb_NO.js
-share/owncloud/apps/files_texteditor/l10n/nb_NO.json
-share/owncloud/apps/files_texteditor/l10n/nb_NO.php
-share/owncloud/apps/files_texteditor/l10n/nl.js
-share/owncloud/apps/files_texteditor/l10n/nl.json
-share/owncloud/apps/files_texteditor/l10n/nl.php
-share/owncloud/apps/files_texteditor/l10n/nn_NO.php
-share/owncloud/apps/files_texteditor/l10n/oc.js
-share/owncloud/apps/files_texteditor/l10n/oc.json
-share/owncloud/apps/files_texteditor/l10n/oc.php
-share/owncloud/apps/files_texteditor/l10n/pa.php
-share/owncloud/apps/files_texteditor/l10n/pl.js
-share/owncloud/apps/files_texteditor/l10n/pl.json
-share/owncloud/apps/files_texteditor/l10n/pl.php
-share/owncloud/apps/files_texteditor/l10n/pt_BR.js
-share/owncloud/apps/files_texteditor/l10n/pt_BR.json
-share/owncloud/apps/files_texteditor/l10n/pt_BR.php
-share/owncloud/apps/files_texteditor/l10n/pt_PT.js
-share/owncloud/apps/files_texteditor/l10n/pt_PT.json
-share/owncloud/apps/files_texteditor/l10n/pt_PT.php
-share/owncloud/apps/files_texteditor/l10n/ro.js
-share/owncloud/apps/files_texteditor/l10n/ro.json
-share/owncloud/apps/files_texteditor/l10n/ro.php
-share/owncloud/apps/files_texteditor/l10n/ru.js
-share/owncloud/apps/files_texteditor/l10n/ru.json
-share/owncloud/apps/files_texteditor/l10n/ru.php
-share/owncloud/apps/files_texteditor/l10n/si_LK.php
-share/owncloud/apps/files_texteditor/l10n/sk.php
-share/owncloud/apps/files_texteditor/l10n/sk_SK.js
-share/owncloud/apps/files_texteditor/l10n/sk_SK.json
-share/owncloud/apps/files_texteditor/l10n/sk_SK.php
-share/owncloud/apps/files_texteditor/l10n/sl.js
-share/owncloud/apps/files_texteditor/l10n/sl.json
-share/owncloud/apps/files_texteditor/l10n/sl.php
-share/owncloud/apps/files_texteditor/l10n/sq.js
-share/owncloud/apps/files_texteditor/l10n/sq.json
-share/owncloud/apps/files_texteditor/l10n/sq.php
-share/owncloud/apps/files_texteditor/l10n/sr.js
-share/owncloud/apps/files_texteditor/l10n/sr.json
-share/owncloud/apps/files_texteditor/l10n/sr.php
-share/owncloud/apps/files_texteditor/l10n/sr%latin.js@localhost
-share/owncloud/apps/files_texteditor/l10n/sr%latin.json@localhost
-share/owncloud/apps/files_texteditor/l10n/sr%latin.php@localhost
-share/owncloud/apps/files_texteditor/l10n/sv.js
-share/owncloud/apps/files_texteditor/l10n/sv.json
-share/owncloud/apps/files_texteditor/l10n/sv.php
-share/owncloud/apps/files_texteditor/l10n/ta_LK.php
-share/owncloud/apps/files_texteditor/l10n/te.php
-share/owncloud/apps/files_texteditor/l10n/th_TH.js
-share/owncloud/apps/files_texteditor/l10n/th_TH.json
-share/owncloud/apps/files_texteditor/l10n/th_TH.php
-share/owncloud/apps/files_texteditor/l10n/tr.js
-share/owncloud/apps/files_texteditor/l10n/tr.json
-share/owncloud/apps/files_texteditor/l10n/tr.php
-share/owncloud/apps/files_texteditor/l10n/ug.php
-share/owncloud/apps/files_texteditor/l10n/uk.js
-share/owncloud/apps/files_texteditor/l10n/uk.json
-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.js
-share/owncloud/apps/files_texteditor/l10n/zh_TW.json
-share/owncloud/apps/files_texteditor/l10n/zh_TW.php
+share/owncloud/apps/files_sharing/templates/upload.php
 share/owncloud/apps/files_trashbin/ajax/delete.php
 share/owncloud/apps/files_trashbin/ajax/isEmpty.php
 share/owncloud/apps/files_trashbin/ajax/list.php
@@ -6362,7 +2897,6 @@ share/owncloud/apps/files_trashbin/ajax/
 share/owncloud/apps/files_trashbin/appinfo/app.php
 share/owncloud/apps/files_trashbin/appinfo/database.xml
 share/owncloud/apps/files_trashbin/appinfo/info.xml
-share/owncloud/apps/files_trashbin/appinfo/register_command.php
 share/owncloud/apps/files_trashbin/appinfo/routes.php
 share/owncloud/apps/files_trashbin/appinfo/signature.json
 share/owncloud/apps/files_trashbin/appinfo/update.php
@@ -6430,6 +2964,8 @@ share/owncloud/apps/files_trashbin/l10n/
 share/owncloud/apps/files_trashbin/l10n/fr.json
 share/owncloud/apps/files_trashbin/l10n/gl.js
 share/owncloud/apps/files_trashbin/l10n/gl.json
+share/owncloud/apps/files_trashbin/l10n/gu.js
+share/owncloud/apps/files_trashbin/l10n/gu.json
 share/owncloud/apps/files_trashbin/l10n/he.js
 share/owncloud/apps/files_trashbin/l10n/he.json
 share/owncloud/apps/files_trashbin/l10n/hi.js
@@ -6547,7 +3083,6 @@ share/owncloud/apps/files_versions/ajax/
 share/owncloud/apps/files_versions/ajax/rollbackVersion.php
 share/owncloud/apps/files_versions/appinfo/app.php
 share/owncloud/apps/files_versions/appinfo/info.xml
-share/owncloud/apps/files_versions/appinfo/register_command.php
 share/owncloud/apps/files_versions/appinfo/routes.php
 share/owncloud/apps/files_versions/appinfo/signature.json
 share/owncloud/apps/files_versions/css/versions.css
@@ -6755,13 +3290,10 @@ share/owncloud/apps/firstrunwizard/l10n/
 share/owncloud/apps/firstrunwizard/l10n/ar.php
 share/owncloud/apps/firstrunwizard/l10n/ast.js
 share/owncloud/apps/firstrunwizard/l10n/ast.json
-share/owncloud/apps/firstrunwizard/l10n/ast.php
 share/owncloud/apps/firstrunwizard/l10n/az.js
 share/owncloud/apps/firstrunwizard/l10n/az.json
-share/owncloud/apps/firstrunwizard/l10n/az.php
 share/owncloud/apps/firstrunwizard/l10n/bg_BG.js
 share/owncloud/apps/firstrunwizard/l10n/bg_BG.json
-share/owncloud/apps/firstrunwizard/l10n/bg_BG.php
 share/owncloud/apps/firstrunwizard/l10n/bn_BD.js
 share/owncloud/apps/firstrunwizard/l10n/bn_BD.json
 share/owncloud/apps/firstrunwizard/l10n/bn_BD.php
@@ -6771,484 +3303,144 @@ share/owncloud/apps/firstrunwizard/l10n/
 share/owncloud/apps/firstrunwizard/l10n/bs.php
 share/owncloud/apps/firstrunwizard/l10n/ca.js
 share/owncloud/apps/firstrunwizard/l10n/ca.json
-share/owncloud/apps/firstrunwizard/l10n/ca.php
 share/owncloud/apps/firstrunwizard/l10n/cs_CZ.js
 share/owncloud/apps/firstrunwizard/l10n/cs_CZ.json
-share/owncloud/apps/firstrunwizard/l10n/cs_CZ.php
 share/owncloud/apps/firstrunwizard/l10n/cy_GB.php
 share/owncloud/apps/firstrunwizard/l10n/da.js
 share/owncloud/apps/firstrunwizard/l10n/da.json
-share/owncloud/apps/firstrunwizard/l10n/da.php
 share/owncloud/apps/firstrunwizard/l10n/de.js
 share/owncloud/apps/firstrunwizard/l10n/de.json
-share/owncloud/apps/firstrunwizard/l10n/de.php
 share/owncloud/apps/firstrunwizard/l10n/de_CH.php
 share/owncloud/apps/firstrunwizard/l10n/de_DE.js
 share/owncloud/apps/firstrunwizard/l10n/de_DE.json
-share/owncloud/apps/firstrunwizard/l10n/de_DE.php
 share/owncloud/apps/firstrunwizard/l10n/el.js
 share/owncloud/apps/firstrunwizard/l10n/el.json
-share/owncloud/apps/firstrunwizard/l10n/el.php
 share/owncloud/apps/firstrunwizard/l10n/en_GB.js
 share/owncloud/apps/firstrunwizard/l10n/en_GB.json
-share/owncloud/apps/firstrunwizard/l10n/en_GB.php
 share/owncloud/apps/firstrunwizard/l10n/eo.js
 share/owncloud/apps/firstrunwizard/l10n/eo.json
-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
 share/owncloud/apps/firstrunwizard/l10n/et_EE.json
-share/owncloud/apps/firstrunwizard/l10n/et_EE.php
 share/owncloud/apps/firstrunwizard/l10n/eu.js
 share/owncloud/apps/firstrunwizard/l10n/eu.json
-share/owncloud/apps/firstrunwizard/l10n/eu.php
 share/owncloud/apps/firstrunwizard/l10n/fa.js
 share/owncloud/apps/firstrunwizard/l10n/fa.json
-share/owncloud/apps/firstrunwizard/l10n/fa.php
 share/owncloud/apps/firstrunwizard/l10n/fi_FI.js
 share/owncloud/apps/firstrunwizard/l10n/fi_FI.json
-share/owncloud/apps/firstrunwizard/l10n/fi_FI.php
 share/owncloud/apps/firstrunwizard/l10n/fr.js
 share/owncloud/apps/firstrunwizard/l10n/fr.json
-share/owncloud/apps/firstrunwizard/l10n/fr.php
 share/owncloud/apps/firstrunwizard/l10n/gl.js
 share/owncloud/apps/firstrunwizard/l10n/gl.json
-share/owncloud/apps/firstrunwizard/l10n/gl.php
 share/owncloud/apps/firstrunwizard/l10n/he.js
 share/owncloud/apps/firstrunwizard/l10n/he.json
-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
 share/owncloud/apps/firstrunwizard/l10n/ia.php
 share/owncloud/apps/firstrunwizard/l10n/id.js
 share/owncloud/apps/firstrunwizard/l10n/id.json
-share/owncloud/apps/firstrunwizard/l10n/id.php
 share/owncloud/apps/firstrunwizard/l10n/is.js
 share/owncloud/apps/firstrunwizard/l10n/is.json
-share/owncloud/apps/firstrunwizard/l10n/is.php
 share/owncloud/apps/firstrunwizard/l10n/it.js
 share/owncloud/apps/firstrunwizard/l10n/it.json
-share/owncloud/apps/firstrunwizard/l10n/it.php
 share/owncloud/apps/firstrunwizard/l10n/ja.js
 share/owncloud/apps/firstrunwizard/l10n/ja.json
-share/owncloud/apps/firstrunwizard/l10n/ja.php
 share/owncloud/apps/firstrunwizard/l10n/ka_GE.php
 share/owncloud/apps/firstrunwizard/l10n/km.php
 share/owncloud/apps/firstrunwizard/l10n/ko.js
 share/owncloud/apps/firstrunwizard/l10n/ko.json
-share/owncloud/apps/firstrunwizard/l10n/ko.php
 share/owncloud/apps/firstrunwizard/l10n/ku_IQ.php
 share/owncloud/apps/firstrunwizard/l10n/lb.php
 share/owncloud/apps/firstrunwizard/l10n/lt_LT.js
 share/owncloud/apps/firstrunwizard/l10n/lt_LT.json
-share/owncloud/apps/firstrunwizard/l10n/lt_LT.php
 share/owncloud/apps/firstrunwizard/l10n/lv.php
 share/owncloud/apps/firstrunwizard/l10n/mk.php
 share/owncloud/apps/firstrunwizard/l10n/ms_MY.php
 share/owncloud/apps/firstrunwizard/l10n/nb_NO.js
 share/owncloud/apps/firstrunwizard/l10n/nb_NO.json
-share/owncloud/apps/firstrunwizard/l10n/nb_NO.php
 share/owncloud/apps/firstrunwizard/l10n/nl.js
 share/owncloud/apps/firstrunwizard/l10n/nl.json
-share/owncloud/apps/firstrunwizard/l10n/nl.php
 share/owncloud/apps/firstrunwizard/l10n/nn_NO.php
 share/owncloud/apps/firstrunwizard/l10n/oc.js
 share/owncloud/apps/firstrunwizard/l10n/oc.json
-share/owncloud/apps/firstrunwizard/l10n/oc.php
 share/owncloud/apps/firstrunwizard/l10n/pl.js
 share/owncloud/apps/firstrunwizard/l10n/pl.json
-share/owncloud/apps/firstrunwizard/l10n/pl.php
 share/owncloud/apps/firstrunwizard/l10n/pt_BR.js
 share/owncloud/apps/firstrunwizard/l10n/pt_BR.json
-share/owncloud/apps/firstrunwizard/l10n/pt_BR.php
 share/owncloud/apps/firstrunwizard/l10n/pt_PT.js
 share/owncloud/apps/firstrunwizard/l10n/pt_PT.json
-share/owncloud/apps/firstrunwizard/l10n/pt_PT.php
 share/owncloud/apps/firstrunwizard/l10n/ro.js
 share/owncloud/apps/firstrunwizard/l10n/ro.json
-share/owncloud/apps/firstrunwizard/l10n/ro.php
 share/owncloud/apps/firstrunwizard/l10n/ru.js
 share/owncloud/apps/firstrunwizard/l10n/ru.json
-share/owncloud/apps/firstrunwizard/l10n/ru.php
 share/owncloud/apps/firstrunwizard/l10n/si_LK.php
 share/owncloud/apps/firstrunwizard/l10n/sk_SK.js
 share/owncloud/apps/firstrunwizard/l10n/sk_SK.json
-share/owncloud/apps/firstrunwizard/l10n/sk_SK.php
 share/owncloud/apps/firstrunwizard/l10n/sl.js
 share/owncloud/apps/firstrunwizard/l10n/sl.json
-share/owncloud/apps/firstrunwizard/l10n/sl.php
 share/owncloud/apps/firstrunwizard/l10n/sq.js
 share/owncloud/apps/firstrunwizard/l10n/sq.json
-share/owncloud/apps/firstrunwizard/l10n/sq.php
 share/owncloud/apps/firstrunwizard/l10n/sr.js
 share/owncloud/apps/firstrunwizard/l10n/sr.json
-share/owncloud/apps/firstrunwizard/l10n/sr.php
 share/owncloud/apps/firstrunwizard/l10n/sr%latin.js@localhost
 share/owncloud/apps/firstrunwizard/l10n/sr%latin.json@localhost
-share/owncloud/apps/firstrunwizard/l10n/sr%latin.php@localhost
 share/owncloud/apps/firstrunwizard/l10n/sv.js
 share/owncloud/apps/firstrunwizard/l10n/sv.json
-share/owncloud/apps/firstrunwizard/l10n/sv.php
 share/owncloud/apps/firstrunwizard/l10n/ta_LK.php
 share/owncloud/apps/firstrunwizard/l10n/te.php
 share/owncloud/apps/firstrunwizard/l10n/th_TH.js
 share/owncloud/apps/firstrunwizard/l10n/th_TH.json
-share/owncloud/apps/firstrunwizard/l10n/th_TH.php
 share/owncloud/apps/firstrunwizard/l10n/tr.js
 share/owncloud/apps/firstrunwizard/l10n/tr.json
-share/owncloud/apps/firstrunwizard/l10n/tr.php
 share/owncloud/apps/firstrunwizard/l10n/ug.php
 share/owncloud/apps/firstrunwizard/l10n/uk.js
 share/owncloud/apps/firstrunwizard/l10n/uk.json
-share/owncloud/apps/firstrunwizard/l10n/uk.php
 share/owncloud/apps/firstrunwizard/l10n/vi.php
 share/owncloud/apps/firstrunwizard/l10n/zh_CN.js
 share/owncloud/apps/firstrunwizard/l10n/zh_CN.json
-share/owncloud/apps/firstrunwizard/l10n/zh_CN.php
 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/config.php
 share/owncloud/apps/firstrunwizard/lib/util.php
 share/owncloud/apps/firstrunwizard/templates/wizard.php
 share/owncloud/apps/firstrunwizard/wizard.php
-share/owncloud/apps/gallery/AUTHORS.md
-share/owncloud/apps/gallery/CHANGELOG.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/signature.json
-share/owncloud/apps/gallery/build/after_failure.sh
-share/owncloud/apps/gallery/build/documentation/docpublisher.sh
-share/owncloud/apps/gallery/build/documentation/index.html
-share/owncloud/apps/gallery/build/screenshots/Gallery.jpg
-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/config/configvalidator.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/css/upload.css
-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/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/.jshintrc
-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/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/upload-helper.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/README.md
-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/README.md
-share/owncloud/apps/gallery/js/vendor/eventsource-polyfill/dist/eventsource.js
-share/owncloud/apps/gallery/js/vendor/jquery-touch-events/README.md
-share/owncloud/apps/gallery/js/vendor/jquery-touch-events/src/1.0.1/jquery.mobile-events.js
-share/owncloud/apps/gallery/js/vendor/jquery-touch-events/src/1.0.1/jquery.mobile-events.min.js
-share/owncloud/apps/gallery/js/vendor/jquery.ui.touch-punch-custom.js
-share/owncloud/apps/gallery/js/vendor/jqueryui-touch-punch/README.md
-share/owncloud/apps/gallery/js/vendor/jqueryui-touch-punch/jquery.ui.touch-punch.js
-share/owncloud/apps/gallery/js/vendor/modified-eventsource-polyfill/eventsource-polyfill.js
-share/owncloud/apps/gallery/js/vendor/owncloud/newfilemenu.js
-share/owncloud/apps/gallery/js/vendor/owncloud/share.js
-share/owncloud/apps/gallery/l10n/.tx/config
-share/owncloud/apps/gallery/l10n/af_ZA.php
-share/owncloud/apps/gallery/l10n/ar.js
-share/owncloud/apps/gallery/l10n/ar.json
-share/owncloud/apps/gallery/l10n/ar.php
-share/owncloud/apps/gallery/l10n/ast.js
-share/owncloud/apps/gallery/l10n/ast.json
-share/owncloud/apps/gallery/l10n/ast.php
-share/owncloud/apps/gallery/l10n/az.js
-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/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.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/cy_GB.php
-share/owncloud/apps/gallery/l10n/da.js
-share/owncloud/apps/gallery/l10n/da.json
-share/owncloud/apps/gallery/l10n/de.js
-share/owncloud/apps/gallery/l10n/de.json
-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/el.js
-share/owncloud/apps/gallery/l10n/el.json
-share/owncloud/apps/gallery/l10n/en_GB.js
-share/owncloud/apps/gallery/l10n/en_GB.json
-share/owncloud/apps/gallery/l10n/eo.js
-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_AR.php
-share/owncloud/apps/gallery/l10n/es_CL.php
-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/eu.js
-share/owncloud/apps/gallery/l10n/eu.json
-share/owncloud/apps/gallery/l10n/eu.php
-share/owncloud/apps/gallery/l10n/fa.js
-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/fr.js
-share/owncloud/apps/gallery/l10n/fr.json
-share/owncloud/apps/gallery/l10n/gl.js
-share/owncloud/apps/gallery/l10n/gl.json
-share/owncloud/apps/gallery/l10n/he.js
-share/owncloud/apps/gallery/l10n/he.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/ia.php
-share/owncloud/apps/gallery/l10n/id.js
-share/owncloud/apps/gallery/l10n/id.json
-share/owncloud/apps/gallery/l10n/is.js
-share/owncloud/apps/gallery/l10n/is.json
-share/owncloud/apps/gallery/l10n/it.js
-share/owncloud/apps/gallery/l10n/it.json
-share/owncloud/apps/gallery/l10n/ja.js
-share/owncloud/apps/gallery/l10n/ja.json
-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/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/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/nl.js
-share/owncloud/apps/gallery/l10n/nl.json
-share/owncloud/apps/gallery/l10n/nn_NO.php
-share/owncloud/apps/gallery/l10n/oc.js
-share/owncloud/apps/gallery/l10n/oc.json
-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/pt_BR.js
-share/owncloud/apps/gallery/l10n/pt_BR.json
-share/owncloud/apps/gallery/l10n/pt_PT.js
-share/owncloud/apps/gallery/l10n/pt_PT.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/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/sl.js
-share/owncloud/apps/gallery/l10n/sl.json
-share/owncloud/apps/gallery/l10n/sq.js
-share/owncloud/apps/gallery/l10n/sq.json
-share/owncloud/apps/gallery/l10n/sr.php
-share/owncloud/apps/gallery/l10n/sr%latin.php@localhost
-share/owncloud/apps/gallery/l10n/sv.js
-share/owncloud/apps/gallery/l10n/sv.json
-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/tr.js
-share/owncloud/apps/gallery/l10n/tr.json
-share/owncloud/apps/gallery/l10n/ug.php
-share/owncloud/apps/gallery/l10n/uk.js
-share/owncloud/apps/gallery/l10n/uk.json
-share/owncloud/apps/gallery/l10n/uk.php
-share/owncloud/apps/gallery/l10n/ur_PK.js
-share/owncloud/apps/gallery/l10n/ur_PK.json
-share/owncloud/apps/gallery/l10n/ur_PK.php
-share/owncloud/apps/gallery/l10n/vi.js
-share/owncloud/apps/gallery/l10n/vi.json
-share/owncloud/apps/gallery/l10n/vi.php
-share/owncloud/apps/gallery/l10n/zh_CN.js
-share/owncloud/apps/gallery/l10n/zh_CN.json
-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/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.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/LICENSE
-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/autoload_static.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/README.md
-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/market/LICENSE
+share/owncloud/apps/market/appinfo/app.php
+share/owncloud/apps/market/appinfo/info.xml
+share/owncloud/apps/market/appinfo/routes.php
+share/owncloud/apps/market/appinfo/signature.json
+share/owncloud/apps/market/css/market.min.css
+share/owncloud/apps/market/img/market.svg
+share/owncloud/apps/market/js/market.bundle.js
+share/owncloud/apps/market/lib/Application.php
+share/owncloud/apps/market/lib/Command/InstallApp.php
+share/owncloud/apps/market/lib/Command/ListApps.php
+share/owncloud/apps/market/lib/Command/UpgradeApp.php
+share/owncloud/apps/market/lib/Controller/LocalAppsController.php
+share/owncloud/apps/market/lib/Controller/MarketController.php
+share/owncloud/apps/market/lib/Controller/PageController.php
+share/owncloud/apps/market/lib/Listener.php
+share/owncloud/apps/market/lib/MarketService.php
+share/owncloud/apps/market/templates/index.php
+share/owncloud/apps/market/vendor/autoload.php
+share/owncloud/apps/market/vendor/composer/ClassLoader.php
+share/owncloud/apps/market/vendor/composer/LICENSE
+share/owncloud/apps/market/vendor/composer/autoload_classmap.php
+share/owncloud/apps/market/vendor/composer/autoload_namespaces.php
+share/owncloud/apps/market/vendor/composer/autoload_psr4.php
+share/owncloud/apps/market/vendor/composer/autoload_real.php
+share/owncloud/apps/market/vendor/composer/autoload_static.php
+share/owncloud/apps/market/vendor/composer/installed.json
 share/owncloud/apps/notifications/COPYING
 share/owncloud/apps/notifications/appinfo/app.php
 share/owncloud/apps/notifications/appinfo/database.xml
@@ -7282,7 +3474,6 @@ share/owncloud/apps/systemtags/appinfo/a
 share/owncloud/apps/systemtags/appinfo/info.xml
 share/owncloud/apps/systemtags/appinfo/signature.json
 share/owncloud/apps/systemtags/css/systemtagsfilelist.css
-share/owncloud/apps/systemtags/img/tag.png
 share/owncloud/apps/systemtags/img/tag.svg
 share/owncloud/apps/systemtags/js/app.js
 share/owncloud/apps/systemtags/js/filesplugin.js
@@ -7439,7 +3630,6 @@ share/owncloud/apps/systemtags/lib/Activ
 share/owncloud/apps/systemtags/list.php
 share/owncloud/apps/systemtags/templates/list.php
 share/owncloud/apps/templateeditor/app/templateeditor.php
-share/owncloud/apps/templateeditor/appinfo/app.php
 share/owncloud/apps/templateeditor/appinfo/info.xml
 share/owncloud/apps/templateeditor/appinfo/routes.php
 share/owncloud/apps/templateeditor/appinfo/signature.json
@@ -7451,16 +3641,12 @@ share/owncloud/apps/templateeditor/js/se
 share/owncloud/apps/templateeditor/l10n/.tx/config
 share/owncloud/apps/templateeditor/l10n/ar.js
 share/owncloud/apps/templateeditor/l10n/ar.json
-share/owncloud/apps/templateeditor/l10n/ar.php
 share/owncloud/apps/templateeditor/l10n/ast.js
 share/owncloud/apps/templateeditor/l10n/ast.json
-share/owncloud/apps/templateeditor/l10n/ast.php
 share/owncloud/apps/templateeditor/l10n/az.js
 share/owncloud/apps/templateeditor/l10n/az.json
-share/owncloud/apps/templateeditor/l10n/az.php
 share/owncloud/apps/templateeditor/l10n/bg_BG.js
 share/owncloud/apps/templateeditor/l10n/bg_BG.json
-share/owncloud/apps/templateeditor/l10n/bg_BG.php
 share/owncloud/apps/templateeditor/l10n/bn_BD.js
 share/owncloud/apps/templateeditor/l10n/bn_BD.json
 share/owncloud/apps/templateeditor/l10n/bn_BD.php
@@ -7470,152 +3656,131 @@ share/owncloud/apps/templateeditor/l10n/
 share/owncloud/apps/templateeditor/l10n/bs.php
 share/owncloud/apps/templateeditor/l10n/ca.js
 share/owncloud/apps/templateeditor/l10n/ca.json
-share/owncloud/apps/templateeditor/l10n/ca.php
 share/owncloud/apps/templateeditor/l10n/cs_CZ.js
 share/owncloud/apps/templateeditor/l10n/cs_CZ.json
-share/owncloud/apps/templateeditor/l10n/cs_CZ.php
 share/owncloud/apps/templateeditor/l10n/cy_GB.php
 share/owncloud/apps/templateeditor/l10n/da.js
 share/owncloud/apps/templateeditor/l10n/da.json
-share/owncloud/apps/templateeditor/l10n/da.php
 share/owncloud/apps/templateeditor/l10n/de.js
 share/owncloud/apps/templateeditor/l10n/de.json
-share/owncloud/apps/templateeditor/l10n/de.php
 share/owncloud/apps/templateeditor/l10n/de_AT.php
 share/owncloud/apps/templateeditor/l10n/de_CH.php
 share/owncloud/apps/templateeditor/l10n/de_DE.js
 share/owncloud/apps/templateeditor/l10n/de_DE.json
-share/owncloud/apps/templateeditor/l10n/de_DE.php
 share/owncloud/apps/templateeditor/l10n/el.js
 share/owncloud/apps/templateeditor/l10n/el.json
-share/owncloud/apps/templateeditor/l10n/el.php
 share/owncloud/apps/templateeditor/l10n/en_GB.js
 share/owncloud/apps/templateeditor/l10n/en_GB.json
-share/owncloud/apps/templateeditor/l10n/en_GB.php
 share/owncloud/apps/templateeditor/l10n/eo.php
 share/owncloud/apps/templateeditor/l10n/es.js
 share/owncloud/apps/templateeditor/l10n/es.json
-share/owncloud/apps/templateeditor/l10n/es.php
 share/owncloud/apps/templateeditor/l10n/es_AR.php
-share/owncloud/apps/templateeditor/l10n/es_MX.php
+share/owncloud/apps/templateeditor/l10n/es_MX.js
+share/owncloud/apps/templateeditor/l10n/es_MX.json
 share/owncloud/apps/templateeditor/l10n/et_EE.js
 share/owncloud/apps/templateeditor/l10n/et_EE.json
-share/owncloud/apps/templateeditor/l10n/et_EE.php
 share/owncloud/apps/templateeditor/l10n/eu.js
 share/owncloud/apps/templateeditor/l10n/eu.json
 share/owncloud/apps/templateeditor/l10n/eu.php
 share/owncloud/apps/templateeditor/l10n/eu_ES.php
 share/owncloud/apps/templateeditor/l10n/fa.js
 share/owncloud/apps/templateeditor/l10n/fa.json
-share/owncloud/apps/templateeditor/l10n/fa.php
 share/owncloud/apps/templateeditor/l10n/fi_FI.js
 share/owncloud/apps/templateeditor/l10n/fi_FI.json
-share/owncloud/apps/templateeditor/l10n/fi_FI.php
 share/owncloud/apps/templateeditor/l10n/fr.js
 share/owncloud/apps/templateeditor/l10n/fr.json
-share/owncloud/apps/templateeditor/l10n/fr.php
 share/owncloud/apps/templateeditor/l10n/gl.js
 share/owncloud/apps/templateeditor/l10n/gl.json
-share/owncloud/apps/templateeditor/l10n/gl.php
 share/owncloud/apps/templateeditor/l10n/he.js
 share/owncloud/apps/templateeditor/l10n/he.json
-share/owncloud/apps/templateeditor/l10n/he.php
 share/owncloud/apps/templateeditor/l10n/hi.php
 share/owncloud/apps/templateeditor/l10n/hr.php
 share/owncloud/apps/templateeditor/l10n/hu_HU.js
 share/owncloud/apps/templateeditor/l10n/hu_HU.json
-share/owncloud/apps/templateeditor/l10n/hu_HU.php
 share/owncloud/apps/templateeditor/l10n/hy.php
 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
-share/owncloud/apps/templateeditor/l10n/it.php
 share/owncloud/apps/templateeditor/l10n/ja.js
 share/owncloud/apps/templateeditor/l10n/ja.json
-share/owncloud/apps/templateeditor/l10n/ja.php
 share/owncloud/apps/templateeditor/l10n/ka_GE.php
 share/owncloud/apps/templateeditor/l10n/km.php
 share/owncloud/apps/templateeditor/l10n/ko.js
 share/owncloud/apps/templateeditor/l10n/ko.json
-share/owncloud/apps/templateeditor/l10n/ko.php
 share/owncloud/apps/templateeditor/l10n/ku_IQ.php
-share/owncloud/apps/templateeditor/l10n/lb.php
+share/owncloud/apps/templateeditor/l10n/lb.js
+share/owncloud/apps/templateeditor/l10n/lb.json
 share/owncloud/apps/templateeditor/l10n/lt_LT.php
 share/owncloud/apps/templateeditor/l10n/lv.php
 share/owncloud/apps/templateeditor/l10n/mk.php
 share/owncloud/apps/templateeditor/l10n/ms_MY.php
 share/owncloud/apps/templateeditor/l10n/nb_NO.js
 share/owncloud/apps/templateeditor/l10n/nb_NO.json
-share/owncloud/apps/templateeditor/l10n/nb_NO.php
 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
-share/owncloud/apps/templateeditor/l10n/pl.php
 share/owncloud/apps/templateeditor/l10n/pt_BR.js
 share/owncloud/apps/templateeditor/l10n/pt_BR.json
-share/owncloud/apps/templateeditor/l10n/pt_BR.php
 share/owncloud/apps/templateeditor/l10n/pt_PT.js
 share/owncloud/apps/templateeditor/l10n/pt_PT.json
-share/owncloud/apps/templateeditor/l10n/pt_PT.php
-share/owncloud/apps/templateeditor/l10n/ro.php
+share/owncloud/apps/templateeditor/l10n/ro.js
+share/owncloud/apps/templateeditor/l10n/ro.json
 share/owncloud/apps/templateeditor/l10n/ru.js
 share/owncloud/apps/templateeditor/l10n/ru.json
-share/owncloud/apps/templateeditor/l10n/ru.php
 share/owncloud/apps/templateeditor/l10n/si_LK.php
 share/owncloud/apps/templateeditor/l10n/sk.php
 share/owncloud/apps/templateeditor/l10n/sk_SK.js
 share/owncloud/apps/templateeditor/l10n/sk_SK.json
-share/owncloud/apps/templateeditor/l10n/sk_SK.php
 share/owncloud/apps/templateeditor/l10n/sl.js
 share/owncloud/apps/templateeditor/l10n/sl.json
-share/owncloud/apps/templateeditor/l10n/sl.php
 share/owncloud/apps/templateeditor/l10n/sq.js
 share/owncloud/apps/templateeditor/l10n/sq.json
-share/owncloud/apps/templateeditor/l10n/sq.php
 share/owncloud/apps/templateeditor/l10n/sr.js
 share/owncloud/apps/templateeditor/l10n/sr.json
-share/owncloud/apps/templateeditor/l10n/sr.php
 share/owncloud/apps/templateeditor/l10n/sr%latin.php@localhost
 share/owncloud/apps/templateeditor/l10n/sv.js
 share/owncloud/apps/templateeditor/l10n/sv.json
-share/owncloud/apps/templateeditor/l10n/sv.php
 share/owncloud/apps/templateeditor/l10n/ta_LK.php
 share/owncloud/apps/templateeditor/l10n/te.php
 share/owncloud/apps/templateeditor/l10n/th_TH.js
 share/owncloud/apps/templateeditor/l10n/th_TH.json
-share/owncloud/apps/templateeditor/l10n/th_TH.php
 share/owncloud/apps/templateeditor/l10n/tr.js
 share/owncloud/apps/templateeditor/l10n/tr.json
-share/owncloud/apps/templateeditor/l10n/tr.php
 share/owncloud/apps/templateeditor/l10n/ug.php
 share/owncloud/apps/templateeditor/l10n/uk.js
 share/owncloud/apps/templateeditor/l10n/uk.json
-share/owncloud/apps/templateeditor/l10n/uk.php
 share/owncloud/apps/templateeditor/l10n/ur_PK.php
 share/owncloud/apps/templateeditor/l10n/vi.php
 share/owncloud/apps/templateeditor/l10n/zh_CN.js
 share/owncloud/apps/templateeditor/l10n/zh_CN.json
-share/owncloud/apps/templateeditor/l10n/zh_CN.php
 share/owncloud/apps/templateeditor/l10n/zh_HK.php
 share/owncloud/apps/templateeditor/l10n/zh_TW.js
 share/owncloud/apps/templateeditor/l10n/zh_TW.json
-share/owncloud/apps/templateeditor/l10n/zh_TW.php
+share/owncloud/apps/templateeditor/lib/adminpanel.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/updatenotification/admin.php
+share/owncloud/apps/theme-example/appinfo/info.xml
+share/owncloud/apps/theme-example/appinfo/signature.json
+share/owncloud/apps/theme-example/core/css/styles.css
+share/owncloud/apps/theme-example/core/img/favicon-touch.png
+share/owncloud/apps/theme-example/core/img/favicon-touch.svg
+share/owncloud/apps/theme-example/core/img/favicon.ico
+share/owncloud/apps/theme-example/core/img/favicon.png
+share/owncloud/apps/theme-example/core/img/favicon.svg
+share/owncloud/apps/theme-example/core/img/logo-icon.png
+share/owncloud/apps/theme-example/core/img/logo-icon.svg
+share/owncloud/apps/theme-example/core/img/logo-mail.gif
+share/owncloud/apps/theme-example/core/img/logo.png
+share/owncloud/apps/theme-example/core/img/logo.svg
+share/owncloud/apps/theme-example/defaults.php
 share/owncloud/apps/updatenotification/appinfo/app.php
 share/owncloud/apps/updatenotification/appinfo/info.xml
 share/owncloud/apps/updatenotification/appinfo/routes.php
@@ -7654,6 +3819,8 @@ share/owncloud/apps/updatenotification/l
 share/owncloud/apps/updatenotification/l10n/es.json
 share/owncloud/apps/updatenotification/l10n/es_AR.js
 share/owncloud/apps/updatenotification/l10n/es_AR.json
+share/owncloud/apps/updatenotification/l10n/es_MX.js
+share/owncloud/apps/updatenotification/l10n/es_MX.json
 share/owncloud/apps/updatenotification/l10n/et_EE.js
 share/owncloud/apps/updatenotification/l10n/et_EE.json
 share/owncloud/apps/updatenotification/l10n/eu.js
@@ -7680,6 +3847,8 @@ share/owncloud/apps/updatenotification/l
 share/owncloud/apps/updatenotification/l10n/it.json
 share/owncloud/apps/updatenotification/l10n/ja.js
 share/owncloud/apps/updatenotification/l10n/ja.json
+share/owncloud/apps/updatenotification/l10n/km.js
+share/owncloud/apps/updatenotification/l10n/km.json
 share/owncloud/apps/updatenotification/l10n/ko.js
 share/owncloud/apps/updatenotification/l10n/ko.json
 share/owncloud/apps/updatenotification/l10n/lb.js
@@ -7692,6 +3861,8 @@ share/owncloud/apps/updatenotification/l
 share/owncloud/apps/updatenotification/l10n/nb_NO.json
 share/owncloud/apps/updatenotification/l10n/nl.js
 share/owncloud/apps/updatenotification/l10n/nl.json
+share/owncloud/apps/updatenotification/l10n/nn_NO.js
+share/owncloud/apps/updatenotification/l10n/nn_NO.json
 share/owncloud/apps/updatenotification/l10n/oc.js
 share/owncloud/apps/updatenotification/l10n/oc.json
 share/owncloud/apps/updatenotification/l10n/pl.js
@@ -7741,316 +3912,6 @@ share/owncloud/apps/user_external/lib/ft
 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_ldap/ajax/clearMappings.php
-share/owncloud/apps/user_ldap/ajax/deleteConfiguration.php
-share/owncloud/apps/user_ldap/ajax/getConfiguration.php
-share/owncloud/apps/user_ldap/ajax/getNewServerConfigPrefix.php
-share/owncloud/apps/user_ldap/ajax/setConfiguration.php
-share/owncloud/apps/user_ldap/ajax/testConfiguration.php
-share/owncloud/apps/user_ldap/ajax/wizard.php
-share/owncloud/apps/user_ldap/appinfo/app.php
-share/owncloud/apps/user_ldap/appinfo/database.xml
-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/signature.json
-share/owncloud/apps/user_ldap/css/settings.css
-share/owncloud/apps/user_ldap/img/app.svg
-share/owncloud/apps/user_ldap/img/copy.png
-share/owncloud/apps/user_ldap/img/copy.svg
-share/owncloud/apps/user_ldap/js/wizard/configModel.js
-share/owncloud/apps/user_ldap/js/wizard/controller.js
-share/owncloud/apps/user_ldap/js/wizard/view.js
-share/owncloud/apps/user_ldap/js/wizard/wizard.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorAvailableAttributes.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorBaseDN.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorClearGroupMappings.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorClearUserMappings.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorEmailAttribute.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorFeatureAbstract.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorFilterGroup.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorFilterLogin.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorFilterUser.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorGeneric.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorGroupCount.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorGroupObjectClasses.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorGroupsForGroups.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorGroupsForUsers.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorPort.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorQueue.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorSimpleRequestAbstract.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorTestAbstract.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorTestBaseDN.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorTestConfiguration.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorTestLoginName.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorUserCount.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorUserDisplayNameAttribute.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorUserGroupAssociation.js
-share/owncloud/apps/user_ldap/js/wizard/wizardDetectorUserObjectClasses.js
-share/owncloud/apps/user_ldap/js/wizard/wizardFilterOnType.js
-share/owncloud/apps/user_ldap/js/wizard/wizardFilterOnTypeFactory.js
-share/owncloud/apps/user_ldap/js/wizard/wizardObject.js
-share/owncloud/apps/user_ldap/js/wizard/wizardTabAbstractFilter.js
-share/owncloud/apps/user_ldap/js/wizard/wizardTabAdvanced.js
-share/owncloud/apps/user_ldap/js/wizard/wizardTabElementary.js
-share/owncloud/apps/user_ldap/js/wizard/wizardTabExpert.js
-share/owncloud/apps/user_ldap/js/wizard/wizardTabGeneric.js
-share/owncloud/apps/user_ldap/js/wizard/wizardTabGroupFilter.js
-share/owncloud/apps/user_ldap/js/wizard/wizardTabLoginFilter.js
-share/owncloud/apps/user_ldap/js/wizard/wizardTabUserFilter.js
-share/owncloud/apps/user_ldap/l10n/ach.js
-share/owncloud/apps/user_ldap/l10n/ach.json
-share/owncloud/apps/user_ldap/l10n/ady.js
-share/owncloud/apps/user_ldap/l10n/ady.json
-share/owncloud/apps/user_ldap/l10n/af_ZA.js
-share/owncloud/apps/user_ldap/l10n/af_ZA.json
-share/owncloud/apps/user_ldap/l10n/ak.js
-share/owncloud/apps/user_ldap/l10n/ak.json
-share/owncloud/apps/user_ldap/l10n/am_ET.js
-share/owncloud/apps/user_ldap/l10n/am_ET.json
-share/owncloud/apps/user_ldap/l10n/ar.js
-share/owncloud/apps/user_ldap/l10n/ar.json
-share/owncloud/apps/user_ldap/l10n/ast.js
-share/owncloud/apps/user_ldap/l10n/ast.json
-share/owncloud/apps/user_ldap/l10n/az.js
-share/owncloud/apps/user_ldap/l10n/az.json
-share/owncloud/apps/user_ldap/l10n/be.js
-share/owncloud/apps/user_ldap/l10n/be.json
-share/owncloud/apps/user_ldap/l10n/bg_BG.js
-share/owncloud/apps/user_ldap/l10n/bg_BG.json
-share/owncloud/apps/user_ldap/l10n/bn_BD.js
-share/owncloud/apps/user_ldap/l10n/bn_BD.json
-share/owncloud/apps/user_ldap/l10n/bn_IN.js
-share/owncloud/apps/user_ldap/l10n/bn_IN.json
-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/cs_CZ.js
-share/owncloud/apps/user_ldap/l10n/cs_CZ.json
-share/owncloud/apps/user_ldap/l10n/cy_GB.js
-share/owncloud/apps/user_ldap/l10n/cy_GB.json
-share/owncloud/apps/user_ldap/l10n/da.js
-share/owncloud/apps/user_ldap/l10n/da.json
-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_DE.js
-share/owncloud/apps/user_ldap/l10n/de_DE.json
-share/owncloud/apps/user_ldap/l10n/el.js
-share/owncloud/apps/user_ldap/l10n/el.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/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_CL.js
-share/owncloud/apps/user_ldap/l10n/es_CL.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/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/fa.js
-share/owncloud/apps/user_ldap/l10n/fa.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/fy_NL.js
-share/owncloud/apps/user_ldap/l10n/fy_NL.json
-share/owncloud/apps/user_ldap/l10n/gl.js
-share/owncloud/apps/user_ldap/l10n/gl.json
-share/owncloud/apps/user_ldap/l10n/gu.js
-share/owncloud/apps/user_ldap/l10n/gu.json
-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/hr.js
-share/owncloud/apps/user_ldap/l10n/hr.json
-share/owncloud/apps/user_ldap/l10n/hu_HU.js
-share/owncloud/apps/user_ldap/l10n/hu_HU.json
-share/owncloud/apps/user_ldap/l10n/hy.js
-share/owncloud/apps/user_ldap/l10n/hy.json
-share/owncloud/apps/user_ldap/l10n/ia.js
-share/owncloud/apps/user_ldap/l10n/ia.json
-share/owncloud/apps/user_ldap/l10n/id.js
-share/owncloud/apps/user_ldap/l10n/id.json
-share/owncloud/apps/user_ldap/l10n/io.js
-share/owncloud/apps/user_ldap/l10n/io.json
-share/owncloud/apps/user_ldap/l10n/is.js
-share/owncloud/apps/user_ldap/l10n/is.json
-share/owncloud/apps/user_ldap/l10n/it.js
-share/owncloud/apps/user_ldap/l10n/it.json
-share/owncloud/apps/user_ldap/l10n/ja.js
-share/owncloud/apps/user_ldap/l10n/ja.json
-share/owncloud/apps/user_ldap/l10n/jv.js
-share/owncloud/apps/user_ldap/l10n/jv.json
-share/owncloud/apps/user_ldap/l10n/ka_GE.js
-share/owncloud/apps/user_ldap/l10n/ka_GE.json
-share/owncloud/apps/user_ldap/l10n/km.js
-share/owncloud/apps/user_ldap/l10n/km.json
-share/owncloud/apps/user_ldap/l10n/kn.js
-share/owncloud/apps/user_ldap/l10n/kn.json
-share/owncloud/apps/user_ldap/l10n/ko.js
-share/owncloud/apps/user_ldap/l10n/ko.json
-share/owncloud/apps/user_ldap/l10n/ku_IQ.js
-share/owncloud/apps/user_ldap/l10n/ku_IQ.json
-share/owncloud/apps/user_ldap/l10n/lb.js
-share/owncloud/apps/user_ldap/l10n/lb.json
-share/owncloud/apps/user_ldap/l10n/lo.js
-share/owncloud/apps/user_ldap/l10n/lo.json
-share/owncloud/apps/user_ldap/l10n/lt_LT.js
-share/owncloud/apps/user_ldap/l10n/lt_LT.json
-share/owncloud/apps/user_ldap/l10n/lv.js
-share/owncloud/apps/user_ldap/l10n/lv.json
-share/owncloud/apps/user_ldap/l10n/mg.js
-share/owncloud/apps/user_ldap/l10n/mg.json
-share/owncloud/apps/user_ldap/l10n/mk.js
-share/owncloud/apps/user_ldap/l10n/mk.json
-share/owncloud/apps/user_ldap/l10n/ml.js
-share/owncloud/apps/user_ldap/l10n/ml.json
-share/owncloud/apps/user_ldap/l10n/ml_IN.js
-share/owncloud/apps/user_ldap/l10n/ml_IN.json
-share/owncloud/apps/user_ldap/l10n/mn.js
-share/owncloud/apps/user_ldap/l10n/mn.json
-share/owncloud/apps/user_ldap/l10n/mr.js
-share/owncloud/apps/user_ldap/l10n/mr.json
-share/owncloud/apps/user_ldap/l10n/ms_MY.js
-share/owncloud/apps/user_ldap/l10n/ms_MY.json
-share/owncloud/apps/user_ldap/l10n/mt_MT.js
-share/owncloud/apps/user_ldap/l10n/mt_MT.json
-share/owncloud/apps/user_ldap/l10n/my_MM.js
-share/owncloud/apps/user_ldap/l10n/my_MM.json
-share/owncloud/apps/user_ldap/l10n/nb_NO.js
-share/owncloud/apps/user_ldap/l10n/nb_NO.json
-share/owncloud/apps/user_ldap/l10n/nds.js
-share/owncloud/apps/user_ldap/l10n/nds.json
-share/owncloud/apps/user_ldap/l10n/nl.js
-share/owncloud/apps/user_ldap/l10n/nl.json
-share/owncloud/apps/user_ldap/l10n/nn_NO.js
-share/owncloud/apps/user_ldap/l10n/nn_NO.json
-share/owncloud/apps/user_ldap/l10n/nqo.js
-share/owncloud/apps/user_ldap/l10n/nqo.json
-share/owncloud/apps/user_ldap/l10n/oc.js
-share/owncloud/apps/user_ldap/l10n/oc.json
-share/owncloud/apps/user_ldap/l10n/pa.js
-share/owncloud/apps/user_ldap/l10n/pa.json
-share/owncloud/apps/user_ldap/l10n/pl.js
-share/owncloud/apps/user_ldap/l10n/pl.json
-share/owncloud/apps/user_ldap/l10n/pt_BR.js
-share/owncloud/apps/user_ldap/l10n/pt_BR.json
-share/owncloud/apps/user_ldap/l10n/pt_PT.js
-share/owncloud/apps/user_ldap/l10n/pt_PT.json
-share/owncloud/apps/user_ldap/l10n/ro.js
-share/owncloud/apps/user_ldap/l10n/ro.json
-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_SK.js
-share/owncloud/apps/user_ldap/l10n/sk_SK.json
-share/owncloud/apps/user_ldap/l10n/sl.js
-share/owncloud/apps/user_ldap/l10n/sl.json
-share/owncloud/apps/user_ldap/l10n/sq.js
-share/owncloud/apps/user_ldap/l10n/sq.json
-share/owncloud/apps/user_ldap/l10n/sr.js
-share/owncloud/apps/user_ldap/l10n/sr.json
-share/owncloud/apps/user_ldap/l10n/sr%latin.js@localhost
-share/owncloud/apps/user_ldap/l10n/sr%latin.json@localhost
-share/owncloud/apps/user_ldap/l10n/su.js
-share/owncloud/apps/user_ldap/l10n/su.json
-share/owncloud/apps/user_ldap/l10n/sv.js
-share/owncloud/apps/user_ldap/l10n/sv.json
-share/owncloud/apps/user_ldap/l10n/sw_KE.js
-share/owncloud/apps/user_ldap/l10n/sw_KE.json
-share/owncloud/apps/user_ldap/l10n/ta_IN.js
-share/owncloud/apps/user_ldap/l10n/ta_IN.json
-share/owncloud/apps/user_ldap/l10n/ta_LK.js
-share/owncloud/apps/user_ldap/l10n/ta_LK.json
-share/owncloud/apps/user_ldap/l10n/te.js
-share/owncloud/apps/user_ldap/l10n/te.json
-share/owncloud/apps/user_ldap/l10n/tg_TJ.js
-share/owncloud/apps/user_ldap/l10n/tg_TJ.json
-share/owncloud/apps/user_ldap/l10n/th_TH.js
-share/owncloud/apps/user_ldap/l10n/th_TH.json
-share/owncloud/apps/user_ldap/l10n/tl_PH.js
-share/owncloud/apps/user_ldap/l10n/tl_PH.json
-share/owncloud/apps/user_ldap/l10n/tr.js
-share/owncloud/apps/user_ldap/l10n/tr.json
-share/owncloud/apps/user_ldap/l10n/tzm.js
-share/owncloud/apps/user_ldap/l10n/tzm.json
-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_PK.js
-share/owncloud/apps/user_ldap/l10n/ur_PK.json
-share/owncloud/apps/user_ldap/l10n/vi.js
-share/owncloud/apps/user_ldap/l10n/vi.json
-share/owncloud/apps/user_ldap/l10n/zh_CN.js
-share/owncloud/apps/user_ldap/l10n/zh_CN.json
-share/owncloud/apps/user_ldap/l10n/zh_HK.js
-share/owncloud/apps/user_ldap/l10n/zh_HK.json
-share/owncloud/apps/user_ldap/l10n/zh_TW.js
-share/owncloud/apps/user_ldap/l10n/zh_TW.json
-share/owncloud/apps/user_ldap/lib/Access.php
-share/owncloud/apps/user_ldap/lib/BackendUtility.php
-share/owncloud/apps/user_ldap/lib/Command/CheckUser.php
-share/owncloud/apps/user_ldap/lib/Command/CreateEmptyConfig.php
-share/owncloud/apps/user_ldap/lib/Command/DeleteConfig.php
-share/owncloud/apps/user_ldap/lib/Command/Search.php
-share/owncloud/apps/user_ldap/lib/Command/SetConfig.php
-share/owncloud/apps/user_ldap/lib/Command/ShowConfig.php
-share/owncloud/apps/user_ldap/lib/Command/ShowRemnants.php
-share/owncloud/apps/user_ldap/lib/Command/TestConfig.php
-share/owncloud/apps/user_ldap/lib/Command/UpdateGroup.php
-share/owncloud/apps/user_ldap/lib/Configuration.php
-share/owncloud/apps/user_ldap/lib/Connection.php
-share/owncloud/apps/user_ldap/lib/FilesystemHelper.php
-share/owncloud/apps/user_ldap/lib/Group_LDAP.php
-share/owncloud/apps/user_ldap/lib/Group_Proxy.php
-share/owncloud/apps/user_ldap/lib/Helper.php
-share/owncloud/apps/user_ldap/lib/ILDAPWrapper.php
-share/owncloud/apps/user_ldap/lib/Jobs/CleanUp.php
-share/owncloud/apps/user_ldap/lib/Jobs/UpdateGroups.php
-share/owncloud/apps/user_ldap/lib/LDAP.php
-share/owncloud/apps/user_ldap/lib/LDAPUtility.php
-share/owncloud/apps/user_ldap/lib/LogWrapper.php
-share/owncloud/apps/user_ldap/lib/Mapping/AbstractMapping.php
-share/owncloud/apps/user_ldap/lib/Mapping/GroupMapping.php
-share/owncloud/apps/user_ldap/lib/Mapping/UserMapping.php
-share/owncloud/apps/user_ldap/lib/Proxy.php
-share/owncloud/apps/user_ldap/lib/User/DeletedUsersIndex.php
-share/owncloud/apps/user_ldap/lib/User/IUserTools.php
-share/owncloud/apps/user_ldap/lib/User/Manager.php
-share/owncloud/apps/user_ldap/lib/User/OfflineUser.php
-share/owncloud/apps/user_ldap/lib/User/User.php
-share/owncloud/apps/user_ldap/lib/User_LDAP.php
-share/owncloud/apps/user_ldap/lib/User_Proxy.php
-share/owncloud/apps/user_ldap/lib/Wizard.php
-share/owncloud/apps/user_ldap/lib/WizardResult.php
-share/owncloud/apps/user_ldap/settings.php
-share/owncloud/apps/user_ldap/templates/part.settingcontrols.php
-share/owncloud/apps/user_ldap/templates/part.wizard-groupfilter.php
-share/owncloud/apps/user_ldap/templates/part.wizard-loginfilter.php
-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/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/config/.htaccess
 share/owncloud/config/config.sample.php
 share/owncloud/console.php
 share/owncloud/core/Application.php
@@ -8073,8 +3934,13 @@ share/owncloud/core/Command/Config/ListC
 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/ConvertMysqlToMB4.php
 share/owncloud/core/Command/Db/ConvertType.php
 share/owncloud/core/Command/Db/GenerateChangeScript.php
+share/owncloud/core/Command/Db/Migrations/ExecuteCommand.php
+share/owncloud/core/Command/Db/Migrations/GenerateCommand.php
+share/owncloud/core/Command/Db/Migrations/MigrateCommand.php
+share/owncloud/core/Command/Db/Migrations/StatusCommand.php
 share/owncloud/core/Command/Encryption/ChangeKeyStorageRoot.php
 share/owncloud/core/Command/Encryption/DecryptAll.php
 share/owncloud/core/Command/Encryption/Disable.php
@@ -8088,6 +3954,7 @@ share/owncloud/core/Command/Integrity/Ch
 share/owncloud/core/Command/Integrity/CheckCore.php
 share/owncloud/core/Command/Integrity/SignApp.php
 share/owncloud/core/Command/Integrity/SignCore.php
+share/owncloud/core/Command/InterruptedException.php
 share/owncloud/core/Command/L10n/CreateJs.php
 share/owncloud/core/Command/Log/Manage.php
 share/owncloud/core/Command/Log/OwnCloud.php
@@ -8113,7 +3980,10 @@ share/owncloud/core/Command/User/Enable.
 share/owncloud/core/Command/User/LastSeen.php
 share/owncloud/core/Command/User/Report.php
 share/owncloud/core/Command/User/ResetPassword.php
+share/owncloud/core/Command/User/Setting.php
+share/owncloud/core/Command/User/SyncBackend.php
 share/owncloud/core/Controller/AvatarController.php
+share/owncloud/core/Controller/CloudController.php
 share/owncloud/core/Controller/LoginController.php
 share/owncloud/core/Controller/LostController.php
 share/owncloud/core/Controller/OccController.php
@@ -8122,7 +3992,16 @@ share/owncloud/core/Controller/TokenCont
 share/owncloud/core/Controller/TwoFactorChallengeController.php
 share/owncloud/core/Controller/UserController.php
 share/owncloud/core/Middleware/TwoFactorMiddleware.php
-share/owncloud/core/Tags/Controller.php
+share/owncloud/core/Migrations/Version20170101215145.php
+share/owncloud/core/Migrations/Version20170111103310.php
+share/owncloud/core/Migrations/Version20170213215145.php
+share/owncloud/core/Migrations/Version20170214112458.php
+share/owncloud/core/Migrations/Version20170221114437.php
+share/owncloud/core/Migrations/Version20170221121536.php
+share/owncloud/core/Migrations/Version20170315173825.php
+share/owncloud/core/Migrations/Version20170320173955.php
+share/owncloud/core/Migrations/Version20170418154659.php
+share/owncloud/core/Migrations/Version20170516100103.php
 share/owncloud/core/ajax/appconfig.php
 share/owncloud/core/ajax/preview.php
 share/owncloud/core/ajax/share.php
@@ -8155,242 +4034,811 @@ share/owncloud/core/css/styles.css
 share/owncloud/core/css/systemtags.css
 share/owncloud/core/css/tooltip.css
 share/owncloud/core/css/update.css
+share/owncloud/core/doc/admin/_images/add_storage.png
+share/owncloud/core/doc/admin/_images/admin_filehandling-1.png
+share/owncloud/core/doc/admin/_images/admin_filehandling-2.png
+share/owncloud/core/doc/admin/_images/amazons3.png
+share/owncloud/core/doc/admin/_images/anti-virus-configuration-rules.png
+share/owncloud/core/doc/admin/_images/antivirus-app.png
+share/owncloud/core/doc/admin/_images/antivirus-config.png
+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/applicable.png
+share/owncloud/core/doc/admin/_images/auth_backends-2.png
+share/owncloud/core/doc/admin/_images/auth_backends.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/code-integrity-admin.png
+share/owncloud/core/doc/admin/_images/code-integrity-notification.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-10.png
+share/owncloud/core/doc/admin/_images/create_public_share-6.png
+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/deprecs-1.png
+share/owncloud/core/doc/admin/_images/deprecs-2.png
+share/owncloud/core/doc/admin/_images/deprecs-3.png
+share/owncloud/core/doc/admin/_images/dropbox-1.png
+share/owncloud/core/doc/admin/_images/dropbox-2.png
+share/owncloud/core/doc/admin/_images/dropbox-3.png
+share/owncloud/core/doc/admin/_images/dropbox-4.png
+share/owncloud/core/doc/admin/_images/dropbox-5.png
+share/owncloud/core/doc/admin/_images/dropbox-6.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/encryption14.png
+share/owncloud/core/doc/admin/_images/encryption15.png
+share/owncloud/core/doc/admin/_images/encryption3.png
+share/owncloud/core/doc/admin/_images/encryption7.png
+share/owncloud/core/doc/admin/_images/encryption8.png
+share/owncloud/core/doc/admin/_images/encryption9.png
+share/owncloud/core/doc/admin/_images/external-sites-1.png
+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-google-drive-and-dropbox-configuration.png
+share/owncloud/core/doc/admin/_images/federation-0.png
+share/owncloud/core/doc/admin/_images/federation-1.png
+share/owncloud/core/doc/admin/_images/federation-2.png
+share/owncloud/core/doc/admin/_images/federation-3.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
+share/owncloud/core/doc/admin/_images/files-drop-4.png
+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/firewall-1.png
+share/owncloud/core/doc/admin/_images/firewall-2.png
+share/owncloud/core/doc/admin/_images/firewall-3.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-drive12.png
+share/owncloud/core/doc/admin/_images/google-drive13.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/google-drive9.png
+share/owncloud/core/doc/admin/_images/import-ssl-cert-1.png
+share/owncloud/core/doc/admin/_images/import-ssl-cert-2.png
+share/owncloud/core/doc/admin/_images/install-wizard-a.png
+share/owncloud/core/doc/admin/_images/install-wizard-a1.png
+share/owncloud/core/doc/admin/_images/install-wizard-a2.png
+share/owncloud/core/doc/admin/_images/install-wizard-a4.png
+share/owncloud/core/doc/admin/_images/ldap-advanced-1-connection.png
+share/owncloud/core/doc/admin/_images/ldap-advanced-2-directory.png
+share/owncloud/core/doc/admin/_images/ldap-advanced-3-attributes.png
+share/owncloud/core/doc/admin/_images/ldap-expert.png
+share/owncloud/core/doc/admin/_images/ldap-fetched-avatar.png
+share/owncloud/core/doc/admin/_images/ldap-home-connector-1.png
+share/owncloud/core/doc/admin/_images/ldap-home-connector-2.png
+share/owncloud/core/doc/admin/_images/ldap-home-connector-3.png
+share/owncloud/core/doc/admin/_images/ldap-wizard-1-server.png
+share/owncloud/core/doc/admin/_images/ldap-wizard-2-user.png
+share/owncloud/core/doc/admin/_images/ldap-wizard-3-login.png
+share/owncloud/core/doc/admin/_images/ldap-wizard-4-group.png
+share/owncloud/core/doc/admin/_images/local.png
+share/owncloud/core/doc/admin/_images/logging-1.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/openstack.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-11.png
+share/owncloud/core/doc/admin/_images/owncloud-market-custom-groups-install.png
+share/owncloud/core/doc/admin/_images/owncloud-market-custom-groups.png
+share/owncloud/core/doc/admin/_images/phpinfo.png
+share/owncloud/core/doc/admin/_images/preview_images.png
+share/owncloud/core/doc/admin/_images/rackspace.png
+share/owncloud/core/doc/admin/_images/security-setup-warning-1.png
+share/owncloud/core/doc/admin/_images/sharepoint-1.png
+share/owncloud/core/doc/admin/_images/sharepoint-2.png
+share/owncloud/core/doc/admin/_images/sharepoint-3.png
+share/owncloud/core/doc/admin/_images/sharepoint-4.png
+share/owncloud/core/doc/admin/_images/sharing-files-1.png
+share/owncloud/core/doc/admin/_images/sharing-files-2.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/shib-gui6.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.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/trashbin-1.png
+share/owncloud/core/doc/admin/_images/upgrade-1.png
+share/owncloud/core/doc/admin/_images/upgrade-2.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/_images/wnd-3.png
+share/owncloud/core/doc/admin/_images/workflow-1.png
+share/owncloud/core/doc/admin/_images/workflow-2.png
+share/owncloud/core/doc/admin/_images/workflow-3.png
+share/owncloud/core/doc/admin/_images/workflow-4.png
+share/owncloud/core/doc/admin/_images/workflow-5.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
+share/owncloud/core/doc/admin/_sources/configuration_files/big_file_upload_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/file_versioning.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/trashbin_options.txt
+share/owncloud/core/doc/admin/_sources/configuration_ldap/ldap_proxy_cache_server_setup.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/custom_client_repos.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/email_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/excluded_blacklisted_files.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/external_sites.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/harden_server.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/import_ssl_cert.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/index.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/index_php_less_urls.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/js_css_asset_management_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/knowledgebase_configuration.txt
+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/oc_server_tuning.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/occ_command.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/reverse_proxy_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/security_setup_warnings.txt
+share/owncloud/core/doc/admin/_sources/configuration_server/thirdparty_php_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration_user/index.txt
+share/owncloud/core/doc/admin/_sources/configuration_user/reset_admin_password.txt
+share/owncloud/core/doc/admin/_sources/configuration_user/reset_user_password.txt
+share/owncloud/core/doc/admin/_sources/configuration_user/user_auth_ftp_smb_imap.txt
+share/owncloud/core/doc/admin/_sources/configuration_user/user_auth_ldap.txt
+share/owncloud/core/doc/admin/_sources/configuration_user/user_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration_user/user_provisioning_api.txt
+share/owncloud/core/doc/admin/_sources/contents.txt
+share/owncloud/core/doc/admin/_sources/enterprise/clients/creating_branded_apps.txt
+share/owncloud/core/doc/admin/_sources/enterprise/clients/custom_client_repos.txt
+share/owncloud/core/doc/admin/_sources/enterprise/clients/index.txt
+share/owncloud/core/doc/admin/_sources/enterprise/external_storage/enterprise_only_auth.txt
+share/owncloud/core/doc/admin/_sources/enterprise/external_storage/index.txt
+share/owncloud/core/doc/admin/_sources/enterprise/external_storage/ldap_home_connector_configuration.txt
+share/owncloud/core/doc/admin/_sources/enterprise/external_storage/s3_swift_as_primary_object_store_configuration.txt
+share/owncloud/core/doc/admin/_sources/enterprise/external_storage/sharepoint-integration_configuration.txt
+share/owncloud/core/doc/admin/_sources/enterprise/external_storage/windows-network-drive_configuration.txt
+share/owncloud/core/doc/admin/_sources/enterprise/file_management/files_drop.txt
+share/owncloud/core/doc/admin/_sources/enterprise/file_management/files_tagging.txt
+share/owncloud/core/doc/admin/_sources/enterprise/file_management/index.txt
+share/owncloud/core/doc/admin/_sources/enterprise/firewall/file_firewall.txt
+share/owncloud/core/doc/admin/_sources/enterprise/firewall/index.txt
+share/owncloud/core/doc/admin/_sources/enterprise/index.txt
+share/owncloud/core/doc/admin/_sources/enterprise/installation/index.txt
+share/owncloud/core/doc/admin/_sources/enterprise/installation/install.txt
+share/owncloud/core/doc/admin/_sources/enterprise/installation/oracle_db_configuration.txt
+share/owncloud/core/doc/admin/_sources/enterprise/logging/enterprise_logging_apps.txt
+share/owncloud/core/doc/admin/_sources/enterprise/logging/index.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
+share/owncloud/core/doc/admin/_sources/installation/appliance_installation.txt
+share/owncloud/core/doc/admin/_sources/installation/apps_management_installation.txt
+share/owncloud/core/doc/admin/_sources/installation/apps_supported.txt
+share/owncloud/core/doc/admin/_sources/installation/changing_the_web_route.txt
+share/owncloud/core/doc/admin/_sources/installation/command_line_installation.txt
+share/owncloud/core/doc/admin/_sources/installation/deployment_recommendations.txt
+share/owncloud/core/doc/admin/_sources/installation/index.txt
+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/nginx_examples.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/issues/code_signing.txt
+share/owncloud/core/doc/admin/_sources/issues/general_troubleshooting.txt
+share/owncloud/core/doc/admin/_sources/issues/index.txt
+share/owncloud/core/doc/admin/_sources/maintenance/backup.txt
+share/owncloud/core/doc/admin/_sources/maintenance/enable_maintenance.txt
+share/owncloud/core/doc/admin/_sources/maintenance/index.txt
+share/owncloud/core/doc/admin/_sources/maintenance/manual_upgrade.txt
+share/owncloud/core/doc/admin/_sources/maintenance/manually-moving-data-folders.txt
+share/owncloud/core/doc/admin/_sources/maintenance/migrating.txt
+share/owncloud/core/doc/admin/_sources/maintenance/package_upgrade.txt
+share/owncloud/core/doc/admin/_sources/maintenance/restore.txt
+share/owncloud/core/doc/admin/_sources/maintenance/update.txt
+share/owncloud/core/doc/admin/_sources/maintenance/upgrade.txt
+share/owncloud/core/doc/admin/_sources/release_notes.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
+share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.css
+share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.css.map
+share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.min.css
+share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.css
+share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.css.map
+share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.min.css
+share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.eot
+share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.svg
+share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.ttf
+share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff
+share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/js/bootstrap.js
+share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/js/bootstrap.min.js
+share/owncloud/core/doc/admin/_static/bootstrap-sphinx.css
+share/owncloud/core/doc/admin/_static/bootstrap-sphinx.js
+share/owncloud/core/doc/admin/_static/comment-bright.png
+share/owncloud/core/doc/admin/_static/comment-close.png
+share/owncloud/core/doc/admin/_static/comment.png
+share/owncloud/core/doc/admin/_static/doctools.js
+share/owncloud/core/doc/admin/_static/down-pressed.png
+share/owncloud/core/doc/admin/_static/down.png
+share/owncloud/core/doc/admin/_static/file.png
+share/owncloud/core/doc/admin/_static/fonts/OpenSans-Bold.ttf
+share/owncloud/core/doc/admin/_static/fonts/OpenSans-Bold.woff
+share/owncloud/core/doc/admin/_static/fonts/OpenSans-Italic.ttf
+share/owncloud/core/doc/admin/_static/fonts/OpenSans-Italic.woff
+share/owncloud/core/doc/admin/_static/fonts/OpenSans-Light.ttf
+share/owncloud/core/doc/admin/_static/fonts/OpenSans-Light.woff
+share/owncloud/core/doc/admin/_static/fonts/OpenSans-Regular.ttf
+share/owncloud/core/doc/admin/_static/fonts/OpenSans-Regular.woff
+share/owncloud/core/doc/admin/_static/fonts/fontawesome-webfont.eot
+share/owncloud/core/doc/admin/_static/fonts/fontawesome-webfont.svg
+share/owncloud/core/doc/admin/_static/fonts/fontawesome-webfont.ttf
+share/owncloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff
+share/owncloud/core/doc/admin/_static/img/logo_owncloud.svg
+share/owncloud/core/doc/admin/_static/img/note_pencil.svg
+share/owncloud/core/doc/admin/_static/img/social/diaspora.png
+share/owncloud/core/doc/admin/_static/img/social/diaspora.svg
+share/owncloud/core/doc/admin/_static/img/social/diasporaround.png
+share/owncloud/core/doc/admin/_static/img/social/facebook.png
+share/owncloud/core/doc/admin/_static/img/social/facebook.svg
+share/owncloud/core/doc/admin/_static/img/social/googleplus.png
+share/owncloud/core/doc/admin/_static/img/social/googleplus.svg
+share/owncloud/core/doc/admin/_static/img/social/mail.svg
+share/owncloud/core/doc/admin/_static/img/social/ownCloud7launch.png
+share/owncloud/core/doc/admin/_static/img/social/rss.png
+share/owncloud/core/doc/admin/_static/img/social/rss.svg
+share/owncloud/core/doc/admin/_static/img/social/twitter.png
+share/owncloud/core/doc/admin/_static/img/social/twitter.svg
+share/owncloud/core/doc/admin/_static/img/social/twitterround.png
+share/owncloud/core/doc/admin/_static/img/social/youtube.svg
+share/owncloud/core/doc/admin/_static/img/warning.svg
+share/owncloud/core/doc/admin/_static/jquery-1.11.1.js
+share/owncloud/core/doc/admin/_static/jquery.js
+share/owncloud/core/doc/admin/_static/js/jquery-1.11.0.min.js
+share/owncloud/core/doc/admin/_static/js/jquery-fix.js
+share/owncloud/core/doc/admin/_static/logo-blue.pdf
+share/owncloud/core/doc/admin/_static/logo-blue.png
+share/owncloud/core/doc/admin/_static/main.min.css
+share/owncloud/core/doc/admin/_static/minus.png
+share/owncloud/core/doc/admin/_static/plus.png
+share/owncloud/core/doc/admin/_static/pygments.css
+share/owncloud/core/doc/admin/_static/searchtools.js
+share/owncloud/core/doc/admin/_static/social/diaspora.svg
+share/owncloud/core/doc/admin/_static/social/diasporaround.png
+share/owncloud/core/doc/admin/_static/social/facebook.png
+share/owncloud/core/doc/admin/_static/social/googleplus.png
+share/owncloud/core/doc/admin/_static/social/mail.png
+share/owncloud/core/doc/admin/_static/social/mail.svg
+share/owncloud/core/doc/admin/_static/social/rss.png
+share/owncloud/core/doc/admin/_static/social/rss.svg
+share/owncloud/core/doc/admin/_static/social/twitter.svg
+share/owncloud/core/doc/admin/_static/social/twitterround.png
+share/owncloud/core/doc/admin/_static/social/youtube.svg
+share/owncloud/core/doc/admin/_static/styles.css
+share/owncloud/core/doc/admin/_static/underscore-1.3.1.js
+share/owncloud/core/doc/admin/_static/underscore.js
+share/owncloud/core/doc/admin/_static/up-pressed.png
+share/owncloud/core/doc/admin/_static/up.png
+share/owncloud/core/doc/admin/_static/websupport.js
+share/owncloud/core/doc/admin/configuration_database/db_conversion.html
+share/owncloud/core/doc/admin/configuration_database/index.html
+share/owncloud/core/doc/admin/configuration_database/linux_database_configuration.html
+share/owncloud/core/doc/admin/configuration_files/big_file_upload_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/file_versioning.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/trashbin_options.html
+share/owncloud/core/doc/admin/configuration_ldap/ldap_proxy_cache_server_setup.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/custom_client_repos.html
+share/owncloud/core/doc/admin/configuration_server/email_configuration.html
+share/owncloud/core/doc/admin/configuration_server/excluded_blacklisted_files.html
+share/owncloud/core/doc/admin/configuration_server/external_sites.html
+share/owncloud/core/doc/admin/configuration_server/harden_server.html
+share/owncloud/core/doc/admin/configuration_server/import_ssl_cert.html
+share/owncloud/core/doc/admin/configuration_server/index.html
+share/owncloud/core/doc/admin/configuration_server/index_php_less_urls.html
+share/owncloud/core/doc/admin/configuration_server/js_css_asset_management_configuration.html
+share/owncloud/core/doc/admin/configuration_server/knowledgebase_configuration.html
+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/oc_server_tuning.html
+share/owncloud/core/doc/admin/configuration_server/occ_command.html
+share/owncloud/core/doc/admin/configuration_server/reverse_proxy_configuration.html
+share/owncloud/core/doc/admin/configuration_server/security_setup_warnings.html
+share/owncloud/core/doc/admin/configuration_server/thirdparty_php_configuration.html
+share/owncloud/core/doc/admin/configuration_user/index.html
+share/owncloud/core/doc/admin/configuration_user/reset_admin_password.html
+share/owncloud/core/doc/admin/configuration_user/reset_user_password.html
+share/owncloud/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html
+share/owncloud/core/doc/admin/configuration_user/user_auth_ldap.html
+share/owncloud/core/doc/admin/configuration_user/user_configuration.html
+share/owncloud/core/doc/admin/configuration_user/user_provisioning_api.html
+share/owncloud/core/doc/admin/contents.html
+share/owncloud/core/doc/admin/enterprise/clients/creating_branded_apps.html
+share/owncloud/core/doc/admin/enterprise/clients/custom_client_repos.html
+share/owncloud/core/doc/admin/enterprise/clients/index.html
+share/owncloud/core/doc/admin/enterprise/external_storage/enterprise_only_auth.html
+share/owncloud/core/doc/admin/enterprise/external_storage/index.html
+share/owncloud/core/doc/admin/enterprise/external_storage/ldap_home_connector_configuration.html
+share/owncloud/core/doc/admin/enterprise/external_storage/s3_swift_as_primary_object_store_configuration.html
+share/owncloud/core/doc/admin/enterprise/external_storage/sharepoint-integration_configuration.html
+share/owncloud/core/doc/admin/enterprise/external_storage/windows-network-drive_configuration.html
+share/owncloud/core/doc/admin/enterprise/file_management/files_drop.html
+share/owncloud/core/doc/admin/enterprise/file_management/files_tagging.html
+share/owncloud/core/doc/admin/enterprise/file_management/index.html
+share/owncloud/core/doc/admin/enterprise/firewall/file_firewall.html
+share/owncloud/core/doc/admin/enterprise/firewall/index.html
+share/owncloud/core/doc/admin/enterprise/index.html
+share/owncloud/core/doc/admin/enterprise/installation/index.html
+share/owncloud/core/doc/admin/enterprise/installation/install.html
+share/owncloud/core/doc/admin/enterprise/installation/oracle_db_configuration.html
+share/owncloud/core/doc/admin/enterprise/logging/enterprise_logging_apps.html
+share/owncloud/core/doc/admin/enterprise/logging/index.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
 share/owncloud/core/doc/admin/index.html
+share/owncloud/core/doc/admin/installation/appliance_installation.html
+share/owncloud/core/doc/admin/installation/apps_management_installation.html
+share/owncloud/core/doc/admin/installation/apps_supported.html
+share/owncloud/core/doc/admin/installation/changing_the_web_route.html
+share/owncloud/core/doc/admin/installation/command_line_installation.html
+share/owncloud/core/doc/admin/installation/deployment_recommendations.html
+share/owncloud/core/doc/admin/installation/index.html
+share/owncloud/core/doc/admin/installation/installation_wizard.html
+share/owncloud/core/doc/admin/installation/linux_installation.html
+share/owncloud/core/doc/admin/installation/nginx_examples.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/issues/code_signing.html
+share/owncloud/core/doc/admin/issues/general_troubleshooting.html
+share/owncloud/core/doc/admin/issues/index.html
+share/owncloud/core/doc/admin/maintenance/backup.html
+share/owncloud/core/doc/admin/maintenance/enable_maintenance.html
+share/owncloud/core/doc/admin/maintenance/index.html
+share/owncloud/core/doc/admin/maintenance/manual_upgrade.html
+share/owncloud/core/doc/admin/maintenance/manually-moving-data-folders.html
+share/owncloud/core/doc/admin/maintenance/migrating.html
+share/owncloud/core/doc/admin/maintenance/package_upgrade.html
+share/owncloud/core/doc/admin/maintenance/restore.html
+share/owncloud/core/doc/admin/maintenance/update.html
+share/owncloud/core/doc/admin/maintenance/upgrade.html
+share/owncloud/core/doc/admin/objects.inv
+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/whats_new_admin.html
+share/owncloud/core/doc/user/_images/add-user-to-guests.png
+share/owncloud/core/doc/user/_images/contact_thunderbird-Symbol_Gear.jpg
+share/owncloud/core/doc/user/_images/contact_thunderbird-Symbol_Impeller.jpg
+share/owncloud/core/doc/user/_images/contact_thunderbird-URL_config.jpg
+share/owncloud/core/doc/user/_images/content-shared-with-guest-user.png
+share/owncloud/core/doc/user/_images/create_public_share-6.png
+share/owncloud/core/doc/user/_images/create_public_share-8.png
+share/owncloud/core/doc/user/_images/create_public_share-9.png
+share/owncloud/core/doc/user/_images/custom-group-manage-group-members.png
+share/owncloud/core/doc/user/_images/direct-share-1.png
+share/owncloud/core/doc/user/_images/encryption1.png
+share/owncloud/core/doc/user/_images/encryption2.png
+share/owncloud/core/doc/user/_images/encryption3.png
+share/owncloud/core/doc/user/_images/explorer_webdav.png
+share/owncloud/core/doc/user/_images/file_menu_comments_2.png
+share/owncloud/core/doc/user/_images/file_popup-menu.png
+share/owncloud/core/doc/user/_images/files-drop-2.png
+share/owncloud/core/doc/user/_images/files-drop-3.png
+share/owncloud/core/doc/user/_images/files-drop-4.png
+share/owncloud/core/doc/user/_images/files-drop-5.png
+share/owncloud/core/doc/user/_images/files-drop-6.png
+share/owncloud/core/doc/user/_images/files-drop-7.png
+share/owncloud/core/doc/user/_images/files_file-controls.png
+share/owncloud/core/doc/user/_images/files_mark-as-favorite.png
+share/owncloud/core/doc/user/_images/files_page-2.png
+share/owncloud/core/doc/user/_images/files_page-3.png
+share/owncloud/core/doc/user/_images/files_page-4.png
+share/owncloud/core/doc/user/_images/files_page-5.png
+share/owncloud/core/doc/user/_images/files_page-6.png
+share/owncloud/core/doc/user/_images/files_page-7.png
+share/owncloud/core/doc/user/_images/files_page-8.png
+share/owncloud/core/doc/user/_images/files_page.png
+share/owncloud/core/doc/user/_images/files_page1.png
+share/owncloud/core/doc/user/_images/files_share-options.png
+share/owncloud/core/doc/user/_images/files_versioning.png
+share/owncloud/core/doc/user/_images/gallery-1.png
+share/owncloud/core/doc/user/_images/gallery-2.png
+share/owncloud/core/doc/user/_images/hidden_files.png
+share/owncloud/core/doc/user/_images/kdes.png
+share/owncloud/core/doc/user/_images/kdes1.png
+share/owncloud/core/doc/user/_images/kdes2.png
+share/owncloud/core/doc/user/_images/kdes3.png
+share/owncloud/core/doc/user/_images/kdes4.png
+share/owncloud/core/doc/user/_images/kdes5.png
+share/owncloud/core/doc/user/_images/kdes6.png
+share/owncloud/core/doc/user/_images/kdes7.png
+share/owncloud/core/doc/user/_images/kdes9.png
+share/owncloud/core/doc/user/_images/oc_connect.png
+share/owncloud/core/doc/user/_images/oc_personal_settings_dropdown.png
+share/owncloud/core/doc/user/_images/osx_webdav1.png
+share/owncloud/core/doc/user/_images/osx_webdav2.png
+share/owncloud/core/doc/user/_images/owncloud-create-custom-group-annotated.png
+share/owncloud/core/doc/user/_images/owncloud-share-to-custom-group.png
+share/owncloud/core/doc/user/_images/personal_settings.png
+share/owncloud/core/doc/user/_images/private-link.png
+share/owncloud/core/doc/user/_images/quota1.png
+share/owncloud/core/doc/user/_images/rename-custom-group.png
+share/owncloud/core/doc/user/_images/settings_devices.png
+share/owncloud/core/doc/user/_images/settings_devices_add.png
+share/owncloud/core/doc/user/_images/settings_sessions.png
+share/owncloud/core/doc/user/_images/share-with-guest-users.png
+share/owncloud/core/doc/user/_images/video_player_2.png
+share/owncloud/core/doc/user/_images/webdav_dolphin.png
+share/owncloud/core/doc/user/_images/webdav_gnome3_nautilus.png
+share/owncloud/core/doc/user/_sources/contents.txt
+share/owncloud/core/doc/user/_sources/external_storage/external_storage.txt
+share/owncloud/core/doc/user/_sources/external_storage/index.txt
+share/owncloud/core/doc/user/_sources/external_storage/sharepoint_connecting.txt
+share/owncloud/core/doc/user/_sources/files/access_webdav.txt
+share/owncloud/core/doc/user/_sources/files/access_webgui.txt
+share/owncloud/core/doc/user/_sources/files/deleted_file_management.txt
+share/owncloud/core/doc/user/_sources/files/desktop_mobile_sync.txt
+share/owncloud/core/doc/user/_sources/files/encrypting_files.txt
+share/owncloud/core/doc/user/_sources/files/federated_cloud_sharing.txt
+share/owncloud/core/doc/user/_sources/files/file_drop.txt
+share/owncloud/core/doc/user/_sources/files/gallery_app.txt
+share/owncloud/core/doc/user/_sources/files/index.txt
+share/owncloud/core/doc/user/_sources/files/large_file_upload.txt
+share/owncloud/core/doc/user/_sources/files/quota.txt
+share/owncloud/core/doc/user/_sources/files/troubleshooting.txt
+share/owncloud/core/doc/user/_sources/files/version_control.txt
+share/owncloud/core/doc/user/_sources/index.txt
+share/owncloud/core/doc/user/_sources/pim/calendar.txt
+share/owncloud/core/doc/user/_sources/pim/contacts.txt
+share/owncloud/core/doc/user/_sources/pim/index.txt
+share/owncloud/core/doc/user/_sources/pim/sync_ios.txt
+share/owncloud/core/doc/user/_sources/pim/sync_kde.txt
+share/owncloud/core/doc/user/_sources/pim/sync_osx.txt
+share/owncloud/core/doc/user/_sources/pim/sync_thunderbird.txt
+share/owncloud/core/doc/user/_sources/pim/troubleshooting.txt
+share/owncloud/core/doc/user/_sources/session_management.txt
+share/owncloud/core/doc/user/_sources/userpreferences.txt
+share/owncloud/core/doc/user/_sources/webdav-api/index.txt
+share/owncloud/core/doc/user/_sources/webinterface.txt
+share/owncloud/core/doc/user/_sources/whats_new.txt
+share/owncloud/core/doc/user/_static/ajax-loader.gif
+share/owncloud/core/doc/user/_static/basic.css
+share/owncloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.css
+share/owncloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.css.map
+share/owncloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.min.css
+share/owncloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.css
+share/owncloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.css.map
+share/owncloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.min.css
+share/owncloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.eot
+share/owncloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.svg
+share/owncloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.ttf
+share/owncloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff
+share/owncloud/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.js
+share/owncloud/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.min.js
+share/owncloud/core/doc/user/_static/bootstrap-sphinx.css
+share/owncloud/core/doc/user/_static/bootstrap-sphinx.js
+share/owncloud/core/doc/user/_static/comment-bright.png
+share/owncloud/core/doc/user/_static/comment-close.png
+share/owncloud/core/doc/user/_static/comment.png
+share/owncloud/core/doc/user/_static/doctools.js
+share/owncloud/core/doc/user/_static/down-pressed.png
+share/owncloud/core/doc/user/_static/down.png
+share/owncloud/core/doc/user/_static/file.png
+share/owncloud/core/doc/user/_static/fonts/OpenSans-Bold.ttf
+share/owncloud/core/doc/user/_static/fonts/OpenSans-Bold.woff
+share/owncloud/core/doc/user/_static/fonts/OpenSans-Italic.ttf
+share/owncloud/core/doc/user/_static/fonts/OpenSans-Italic.woff
+share/owncloud/core/doc/user/_static/fonts/OpenSans-Light.ttf
+share/owncloud/core/doc/user/_static/fonts/OpenSans-Light.woff
+share/owncloud/core/doc/user/_static/fonts/OpenSans-Regular.ttf
+share/owncloud/core/doc/user/_static/fonts/OpenSans-Regular.woff
+share/owncloud/core/doc/user/_static/fonts/fontawesome-webfont.eot
+share/owncloud/core/doc/user/_static/fonts/fontawesome-webfont.svg
+share/owncloud/core/doc/user/_static/fonts/fontawesome-webfont.ttf
+share/owncloud/core/doc/user/_static/fonts/fontawesome-webfont.woff
+share/owncloud/core/doc/user/_static/img/logo_owncloud.svg
+share/owncloud/core/doc/user/_static/img/note_pencil.svg
+share/owncloud/core/doc/user/_static/img/social/diaspora.png
+share/owncloud/core/doc/user/_static/img/social/diaspora.svg
+share/owncloud/core/doc/user/_static/img/social/diasporaround.png
+share/owncloud/core/doc/user/_static/img/social/facebook.png
+share/owncloud/core/doc/user/_static/img/social/facebook.svg
+share/owncloud/core/doc/user/_static/img/social/googleplus.png
+share/owncloud/core/doc/user/_static/img/social/googleplus.svg
+share/owncloud/core/doc/user/_static/img/social/mail.svg
+share/owncloud/core/doc/user/_static/img/social/ownCloud7launch.png
+share/owncloud/core/doc/user/_static/img/social/rss.png
+share/owncloud/core/doc/user/_static/img/social/rss.svg
+share/owncloud/core/doc/user/_static/img/social/twitter.png
+share/owncloud/core/doc/user/_static/img/social/twitter.svg
+share/owncloud/core/doc/user/_static/img/social/twitterround.png
+share/owncloud/core/doc/user/_static/img/social/youtube.svg
+share/owncloud/core/doc/user/_static/img/warning.svg
+share/owncloud/core/doc/user/_static/jquery-1.11.1.js
+share/owncloud/core/doc/user/_static/jquery.js
+share/owncloud/core/doc/user/_static/js/jquery-1.11.0.min.js
+share/owncloud/core/doc/user/_static/js/jquery-fix.js
+share/owncloud/core/doc/user/_static/logo-blue.pdf
+share/owncloud/core/doc/user/_static/logo-blue.png
+share/owncloud/core/doc/user/_static/main.min.css
+share/owncloud/core/doc/user/_static/minus.png
+share/owncloud/core/doc/user/_static/plus.png
+share/owncloud/core/doc/user/_static/pygments.css
+share/owncloud/core/doc/user/_static/searchtools.js
+share/owncloud/core/doc/user/_static/social/diaspora.svg
+share/owncloud/core/doc/user/_static/social/diasporaround.png
+share/owncloud/core/doc/user/_static/social/facebook.png
+share/owncloud/core/doc/user/_static/social/googleplus.png
+share/owncloud/core/doc/user/_static/social/mail.png
+share/owncloud/core/doc/user/_static/social/mail.svg
+share/owncloud/core/doc/user/_static/social/rss.png
+share/owncloud/core/doc/user/_static/social/rss.svg
+share/owncloud/core/doc/user/_static/social/twitter.svg
+share/owncloud/core/doc/user/_static/social/twitterround.png
+share/owncloud/core/doc/user/_static/social/youtube.svg
+share/owncloud/core/doc/user/_static/styles.css
+share/owncloud/core/doc/user/_static/underscore-1.3.1.js
+share/owncloud/core/doc/user/_static/underscore.js
+share/owncloud/core/doc/user/_static/up-pressed.png
+share/owncloud/core/doc/user/_static/up.png
+share/owncloud/core/doc/user/_static/websupport.js
+share/owncloud/core/doc/user/contents.html
+share/owncloud/core/doc/user/external_storage/external_storage.html
+share/owncloud/core/doc/user/external_storage/index.html
+share/owncloud/core/doc/user/external_storage/sharepoint_connecting.html
+share/owncloud/core/doc/user/files/access_webdav.html
+share/owncloud/core/doc/user/files/access_webgui.html
+share/owncloud/core/doc/user/files/deleted_file_management.html
+share/owncloud/core/doc/user/files/desktop_mobile_sync.html
+share/owncloud/core/doc/user/files/encrypting_files.html
+share/owncloud/core/doc/user/files/federated_cloud_sharing.html
+share/owncloud/core/doc/user/files/file_drop.html
+share/owncloud/core/doc/user/files/gallery_app.html
+share/owncloud/core/doc/user/files/index.html
+share/owncloud/core/doc/user/files/large_file_upload.html
+share/owncloud/core/doc/user/files/quota.html
+share/owncloud/core/doc/user/files/troubleshooting.html
+share/owncloud/core/doc/user/files/version_control.html
+share/owncloud/core/doc/user/genindex.html
 share/owncloud/core/doc/user/index.html
+share/owncloud/core/doc/user/objects.inv
+share/owncloud/core/doc/user/pim/calendar.html
+share/owncloud/core/doc/user/pim/contacts.html
+share/owncloud/core/doc/user/pim/index.html
+share/owncloud/core/doc/user/pim/sync_ios.html
+share/owncloud/core/doc/user/pim/sync_kde.html
+share/owncloud/core/doc/user/pim/sync_osx.html
+share/owncloud/core/doc/user/pim/sync_thunderbird.html
+share/owncloud/core/doc/user/pim/troubleshooting.html
+share/owncloud/core/doc/user/search.html
+share/owncloud/core/doc/user/searchindex.js
+share/owncloud/core/doc/user/session_management.html
+share/owncloud/core/doc/user/userpreferences.html
+share/owncloud/core/doc/user/webdav-api/index.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-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-disabled.png
 share/owncloud/core/img/actions/checkbox-checked-disabled.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-disabled-white.png
 share/owncloud/core/img/actions/checkbox-disabled-white.svg
-share/owncloud/core/img/actions/checkbox-disabled.png
 share/owncloud/core/img/actions/checkbox-disabled.svg
 share/owncloud/core/img/actions/checkbox-mixed-disabled.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-color.png
 share/owncloud/core/img/actions/checkmark-color.svg
-share/owncloud/core/img/actions/checkmark-white.png
 share/owncloud/core/img/actions/checkmark-white.svg
-share/owncloud/core/img/actions/checkmark.png
 share/owncloud/core/img/actions/checkmark.svg
-share/owncloud/core/img/actions/close.png
+share/owncloud/core/img/actions/clippy-dark.svg
+share/owncloud/core/img/actions/clippy.svg
 share/owncloud/core/img/actions/close.svg
-share/owncloud/core/img/actions/comment.png
 share/owncloud/core/img/actions/comment.svg
-share/owncloud/core/img/actions/confirm.png
 share/owncloud/core/img/actions/confirm.svg
-share/owncloud/core/img/actions/delete-hover.png
 share/owncloud/core/img/actions/delete-hover.svg
-share/owncloud/core/img/actions/delete-white.png
 share/owncloud/core/img/actions/delete-white.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-white.png
 share/owncloud/core/img/actions/download-white.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/error-color.png
 share/owncloud/core/img/actions/error-color.svg
-share/owncloud/core/img/actions/error-white.png
 share/owncloud/core/img/actions/error-white.svg
-share/owncloud/core/img/actions/error.png
 share/owncloud/core/img/actions/error.svg
-share/owncloud/core/img/actions/external.png
 share/owncloud/core/img/actions/external.svg
-share/owncloud/core/img/actions/history.png
 share/owncloud/core/img/actions/history.svg
-share/owncloud/core/img/actions/info-white.png
 share/owncloud/core/img/actions/info-white.svg
-share/owncloud/core/img/actions/info.png
 share/owncloud/core/img/actions/info.svg
-share/owncloud/core/img/actions/logout.png
 share/owncloud/core/img/actions/logout.svg
-share/owncloud/core/img/actions/mail.png
+share/owncloud/core/img/actions/mail-grey.svg
 share/owncloud/core/img/actions/mail.svg
-share/owncloud/core/img/actions/menu.png
 share/owncloud/core/img/actions/menu.svg
-share/owncloud/core/img/actions/more.png
 share/owncloud/core/img/actions/more.svg
-share/owncloud/core/img/actions/password.png
 share/owncloud/core/img/actions/password.svg
-share/owncloud/core/img/actions/pause-big.png
 share/owncloud/core/img/actions/pause-big.svg
-share/owncloud/core/img/actions/pause.png
 share/owncloud/core/img/actions/pause.svg
-share/owncloud/core/img/actions/play-add.png
 share/owncloud/core/img/actions/play-add.svg
-share/owncloud/core/img/actions/play-big.png
 share/owncloud/core/img/actions/play-big.svg
-share/owncloud/core/img/actions/play-next.png
 share/owncloud/core/img/actions/play-next.svg
-share/owncloud/core/img/actions/play-previous.png
 share/owncloud/core/img/actions/play-previous.svg
-share/owncloud/core/img/actions/play.png
 share/owncloud/core/img/actions/play.svg
-share/owncloud/core/img/actions/public.png
+share/owncloud/core/img/actions/public-white.svg
 share/owncloud/core/img/actions/public.svg
-share/owncloud/core/img/actions/radio-checked-disabled.png
 share/owncloud/core/img/actions/radio-checked-disabled.svg
-share/owncloud/core/img/actions/radio-checked.png
 share/owncloud/core/img/actions/radio-checked.svg
-share/owncloud/core/img/actions/radio-disabled.png
 share/owncloud/core/img/actions/radio-disabled.svg
-share/owncloud/core/img/actions/radio-white.png
 share/owncloud/core/img/actions/radio-white.svg
-share/owncloud/core/img/actions/radio.png
 share/owncloud/core/img/actions/radio.svg
-share/owncloud/core/img/actions/rename.png
 share/owncloud/core/img/actions/rename.svg
-share/owncloud/core/img/actions/search-white.png
 share/owncloud/core/img/actions/search-white.svg
-share/owncloud/core/img/actions/search.png
 share/owncloud/core/img/actions/search.svg
-share/owncloud/core/img/actions/settings.png
+share/owncloud/core/img/actions/settings-dark.svg
 share/owncloud/core/img/actions/settings.svg
-share/owncloud/core/img/actions/share.png
 share/owncloud/core/img/actions/share.svg
-share/owncloud/core/img/actions/shared.png
 share/owncloud/core/img/actions/shared.svg
-share/owncloud/core/img/actions/sound-off.png
 share/owncloud/core/img/actions/sound-off.svg
-share/owncloud/core/img/actions/sound.png
 share/owncloud/core/img/actions/sound.svg
-share/owncloud/core/img/actions/star.png
 share/owncloud/core/img/actions/star.svg
-share/owncloud/core/img/actions/starred.png
 share/owncloud/core/img/actions/starred.svg
-share/owncloud/core/img/actions/toggle-filelist.png
 share/owncloud/core/img/actions/toggle-filelist.svg
-share/owncloud/core/img/actions/toggle-pictures.png
 share/owncloud/core/img/actions/toggle-pictures.svg
-share/owncloud/core/img/actions/toggle.png
 share/owncloud/core/img/actions/toggle.svg
-share/owncloud/core/img/actions/triangle-e.png
 share/owncloud/core/img/actions/triangle-e.svg
-share/owncloud/core/img/actions/triangle-n.png
 share/owncloud/core/img/actions/triangle-n.svg
-share/owncloud/core/img/actions/triangle-s.png
 share/owncloud/core/img/actions/triangle-s.svg
-share/owncloud/core/img/actions/upload-white.png
 share/owncloud/core/img/actions/upload-white.svg
-share/owncloud/core/img/actions/upload.png
 share/owncloud/core/img/actions/upload.svg
-share/owncloud/core/img/actions/user.png
 share/owncloud/core/img/actions/user.svg
-share/owncloud/core/img/actions/view-close.png
 share/owncloud/core/img/actions/view-close.svg
-share/owncloud/core/img/actions/view-download.png
 share/owncloud/core/img/actions/view-download.svg
-share/owncloud/core/img/actions/view-next.png
 share/owncloud/core/img/actions/view-next.svg
-share/owncloud/core/img/actions/view-pause.png
 share/owncloud/core/img/actions/view-pause.svg
-share/owncloud/core/img/actions/view-play.png
 share/owncloud/core/img/actions/view-play.svg
-share/owncloud/core/img/actions/view-previous.png
 share/owncloud/core/img/actions/view-previous.svg
 share/owncloud/core/img/appstore.svg
 share/owncloud/core/img/background.jpg
-share/owncloud/core/img/breadcrumb.png
 share/owncloud/core/img/breadcrumb.svg
 share/owncloud/core/img/default-app-icon.svg
-share/owncloud/core/img/desktopapp.png
 share/owncloud/core/img/desktopapp.svg
+share/owncloud/core/img/favicon-fb.png
 share/owncloud/core/img/favicon-mask.svg
 share/owncloud/core/img/favicon-touch.png
 share/owncloud/core/img/favicon-touch.svg
 share/owncloud/core/img/favicon.ico
 share/owncloud/core/img/favicon.png
 share/owncloud/core/img/favicon.svg
-share/owncloud/core/img/filetypes/application-pdf.png
 share/owncloud/core/img/filetypes/application-pdf.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/file.png
 share/owncloud/core/img/filetypes/file.svg
-share/owncloud/core/img/filetypes/folder-drag-accept.png
 share/owncloud/core/img/filetypes/folder-drag-accept.svg
-share/owncloud/core/img/filetypes/folder-external.png
 share/owncloud/core/img/filetypes/folder-external.svg
-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/image.png
 share/owncloud/core/img/filetypes/image.svg
-share/owncloud/core/img/filetypes/package-x-generic.png
 share/owncloud/core/img/filetypes/package-x-generic.svg
-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-vcard.png
 share/owncloud/core/img/filetypes/text-vcard.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/x-office-document.png
 share/owncloud/core/img/filetypes/x-office-document.svg
-share/owncloud/core/img/filetypes/x-office-presentation.png
 share/owncloud/core/img/filetypes/x-office-presentation.svg
-share/owncloud/core/img/filetypes/x-office-spreadsheet.png
 share/owncloud/core/img/filetypes/x-office-spreadsheet.svg
 share/owncloud/core/img/googleplay.png
-share/owncloud/core/img/image-optimization.sh
 share/owncloud/core/img/loading-dark.gif
 share/owncloud/core/img/loading-small-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
 share/owncloud/core/img/logo.png
 share/owncloud/core/img/logo.svg
-share/owncloud/core/img/places/calendar-dark.png
+share/owncloud/core/img/manifest.json
 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/files.png
 share/owncloud/core/img/places/files.svg
-share/owncloud/core/img/places/home.png
 share/owncloud/core/img/places/home.svg
-share/owncloud/core/img/places/link.png
 share/owncloud/core/img/places/link.svg
-share/owncloud/core/img/places/music.png
 share/owncloud/core/img/places/music.svg
-share/owncloud/core/img/places/picture.png
 share/owncloud/core/img/places/picture.svg
 share/owncloud/core/img/rating/s0.svg
 share/owncloud/core/img/rating/s1.svg
@@ -8403,9 +4851,14 @@ share/owncloud/core/img/rating/s6.svg
 share/owncloud/core/img/rating/s7.svg
 share/owncloud/core/img/rating/s8.svg
 share/owncloud/core/img/rating/s9.svg
+share/owncloud/core/img/social/social-diaspora.svg
+share/owncloud/core/img/social/social-facebook.svg
+share/owncloud/core/img/social/social-gnu.svg
+share/owncloud/core/img/social/social-googleplus.svg
+share/owncloud/core/img/social/social-twitter.svg
 share/owncloud/core/js/apps.js
 share/owncloud/core/js/backgroundjobs.js
-share/owncloud/core/js/compatibility.js
+share/owncloud/core/js/browser-update.js
 share/owncloud/core/js/config.js
 share/owncloud/core/js/config.php
 share/owncloud/core/js/core.json
@@ -8432,19 +4885,22 @@ share/owncloud/core/js/oc-dialogs.js
 share/owncloud/core/js/oc-requesttoken.js
 share/owncloud/core/js/octemplate.js
 share/owncloud/core/js/placeholder.js
-share/owncloud/core/js/placeholders.js
 share/owncloud/core/js/select2-toggleselect.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/sharedialoglinklistview.js
 share/owncloud/core/js/sharedialoglinkshareview.js
+share/owncloud/core/js/sharedialoglinksocialview.js
 share/owncloud/core/js/sharedialogmailview.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/sharemodel.js
+share/owncloud/core/js/sharescollection.js
 share/owncloud/core/js/singleselect.js
 share/owncloud/core/js/systemtags/systemtagmodel.js
 share/owncloud/core/js/systemtags/systemtags.js
@@ -8671,6 +5127,7 @@ share/owncloud/core/skeleton/Documents/E
 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/ownCloud Manual.pdf
 share/owncloud/core/strings.php
 share/owncloud/core/templates/403.php
 share/owncloud/core/templates/404.php
@@ -8691,6 +5148,7 @@ share/owncloud/core/templates/layout.nos
 share/owncloud/core/templates/layout.user.php
 share/owncloud/core/templates/login.php
 share/owncloud/core/templates/lostpassword/email.php
+share/owncloud/core/templates/lostpassword/notify.php
 share/owncloud/core/templates/lostpassword/resetpassword.php
 share/owncloud/core/templates/mail.php
 share/owncloud/core/templates/message.html
@@ -8702,81 +5160,4536 @@ share/owncloud/core/templates/untrustedD
 share/owncloud/core/templates/update.admin.php
 share/owncloud/core/templates/update.use-cli.php
 share/owncloud/core/templates/update.user.php
-share/owncloud/core/vendor/backbone/.bower.json
 share/owncloud/core/vendor/backbone/LICENSE
+share/owncloud/core/vendor/backbone/backbone-min.js
+share/owncloud/core/vendor/backbone/backbone-min.map
 share/owncloud/core/vendor/backbone/backbone.js
-share/owncloud/core/vendor/base64/.bower.json
 share/owncloud/core/vendor/base64/LICENSE
+share/owncloud/core/vendor/base64/README.md
 share/owncloud/core/vendor/base64/base64.js
-share/owncloud/core/vendor/blueimp-md5/.bower.json
+share/owncloud/core/vendor/base64/base64.min.js
+share/owncloud/core/vendor/blueimp-md5/Makefile
+share/owncloud/core/vendor/blueimp-md5/README.md
+share/owncloud/core/vendor/blueimp-md5/css/demo.css
+share/owncloud/core/vendor/blueimp-md5/index.html
+share/owncloud/core/vendor/blueimp-md5/js/demo.js
 share/owncloud/core/vendor/blueimp-md5/js/md5.js
+share/owncloud/core/vendor/blueimp-md5/js/md5.min.js
+share/owncloud/core/vendor/bootstrap/CHANGELOG.md
+share/owncloud/core/vendor/bootstrap/Gruntfile.js
+share/owncloud/core/vendor/bootstrap/LICENSE
+share/owncloud/core/vendor/bootstrap/README.md
+share/owncloud/core/vendor/bootstrap/dist/css/bootstrap-theme.css
+share/owncloud/core/vendor/bootstrap/dist/css/bootstrap-theme.css.map
+share/owncloud/core/vendor/bootstrap/dist/css/bootstrap-theme.min.css
+share/owncloud/core/vendor/bootstrap/dist/css/bootstrap-theme.min.css.map
+share/owncloud/core/vendor/bootstrap/dist/css/bootstrap.css
+share/owncloud/core/vendor/bootstrap/dist/css/bootstrap.css.map
+share/owncloud/core/vendor/bootstrap/dist/css/bootstrap.min.css
+share/owncloud/core/vendor/bootstrap/dist/css/bootstrap.min.css.map
+share/owncloud/core/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.eot
+share/owncloud/core/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.svg
+share/owncloud/core/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf
+share/owncloud/core/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
+share/owncloud/core/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
+share/owncloud/core/vendor/bootstrap/dist/js/bootstrap.js
+share/owncloud/core/vendor/bootstrap/dist/js/bootstrap.min.js
+share/owncloud/core/vendor/bootstrap/dist/js/npm.js
+share/owncloud/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot
+share/owncloud/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg
+share/owncloud/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf
+share/owncloud/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff
+share/owncloud/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2
+share/owncloud/core/vendor/bootstrap/grunt/.jshintrc
+share/owncloud/core/vendor/bootstrap/grunt/bs-commonjs-generator.js
+share/owncloud/core/vendor/bootstrap/grunt/bs-glyphicons-data-generator.js
+share/owncloud/core/vendor/bootstrap/grunt/bs-lessdoc-parser.js
+share/owncloud/core/vendor/bootstrap/grunt/bs-raw-files-generator.js
+share/owncloud/core/vendor/bootstrap/grunt/configBridge.json
+share/owncloud/core/vendor/bootstrap/grunt/sauce_browsers.yml
+share/owncloud/core/vendor/bootstrap/js/.jscsrc
+share/owncloud/core/vendor/bootstrap/js/.jshintrc
+share/owncloud/core/vendor/bootstrap/js/affix.js
+share/owncloud/core/vendor/bootstrap/js/alert.js
+share/owncloud/core/vendor/bootstrap/js/button.js
+share/owncloud/core/vendor/bootstrap/js/carousel.js
+share/owncloud/core/vendor/bootstrap/js/collapse.js
+share/owncloud/core/vendor/bootstrap/js/dropdown.js
+share/owncloud/core/vendor/bootstrap/js/modal.js
+share/owncloud/core/vendor/bootstrap/js/popover.js
+share/owncloud/core/vendor/bootstrap/js/scrollspy.js
+share/owncloud/core/vendor/bootstrap/js/tab.js
 share/owncloud/core/vendor/bootstrap/js/tooltip.js
+share/owncloud/core/vendor/bootstrap/js/transition.js
+share/owncloud/core/vendor/bootstrap/less/.csscomb.json
+share/owncloud/core/vendor/bootstrap/less/.csslintrc
+share/owncloud/core/vendor/bootstrap/less/alerts.less
+share/owncloud/core/vendor/bootstrap/less/badges.less
+share/owncloud/core/vendor/bootstrap/less/bootstrap.less
+share/owncloud/core/vendor/bootstrap/less/breadcrumbs.less
+share/owncloud/core/vendor/bootstrap/less/button-groups.less
+share/owncloud/core/vendor/bootstrap/less/buttons.less
+share/owncloud/core/vendor/bootstrap/less/carousel.less
+share/owncloud/core/vendor/bootstrap/less/close.less
+share/owncloud/core/vendor/bootstrap/less/code.less
+share/owncloud/core/vendor/bootstrap/less/component-animations.less
+share/owncloud/core/vendor/bootstrap/less/dropdowns.less
+share/owncloud/core/vendor/bootstrap/less/forms.less
+share/owncloud/core/vendor/bootstrap/less/glyphicons.less
+share/owncloud/core/vendor/bootstrap/less/grid.less
+share/owncloud/core/vendor/bootstrap/less/input-groups.less
+share/owncloud/core/vendor/bootstrap/less/jumbotron.less
+share/owncloud/core/vendor/bootstrap/less/labels.less
+share/owncloud/core/vendor/bootstrap/less/list-group.less
+share/owncloud/core/vendor/bootstrap/less/media.less
+share/owncloud/core/vendor/bootstrap/less/mixins.less
+share/owncloud/core/vendor/bootstrap/less/mixins/alerts.less
+share/owncloud/core/vendor/bootstrap/less/mixins/background-variant.less
+share/owncloud/core/vendor/bootstrap/less/mixins/border-radius.less
+share/owncloud/core/vendor/bootstrap/less/mixins/buttons.less
+share/owncloud/core/vendor/bootstrap/less/mixins/center-block.less
+share/owncloud/core/vendor/bootstrap/less/mixins/clearfix.less
+share/owncloud/core/vendor/bootstrap/less/mixins/forms.less
+share/owncloud/core/vendor/bootstrap/less/mixins/gradients.less
+share/owncloud/core/vendor/bootstrap/less/mixins/grid-framework.less
+share/owncloud/core/vendor/bootstrap/less/mixins/grid.less
+share/owncloud/core/vendor/bootstrap/less/mixins/hide-text.less
+share/owncloud/core/vendor/bootstrap/less/mixins/image.less
+share/owncloud/core/vendor/bootstrap/less/mixins/labels.less
+share/owncloud/core/vendor/bootstrap/less/mixins/list-group.less
+share/owncloud/core/vendor/bootstrap/less/mixins/nav-divider.less
+share/owncloud/core/vendor/bootstrap/less/mixins/nav-vertical-align.less
+share/owncloud/core/vendor/bootstrap/less/mixins/opacity.less
+share/owncloud/core/vendor/bootstrap/less/mixins/pagination.less
+share/owncloud/core/vendor/bootstrap/less/mixins/panels.less
+share/owncloud/core/vendor/bootstrap/less/mixins/progress-bar.less
+share/owncloud/core/vendor/bootstrap/less/mixins/reset-filter.less
+share/owncloud/core/vendor/bootstrap/less/mixins/reset-text.less
+share/owncloud/core/vendor/bootstrap/less/mixins/resize.less
+share/owncloud/core/vendor/bootstrap/less/mixins/responsive-visibility.less
+share/owncloud/core/vendor/bootstrap/less/mixins/size.less
+share/owncloud/core/vendor/bootstrap/less/mixins/tab-focus.less
+share/owncloud/core/vendor/bootstrap/less/mixins/table-row.less
+share/owncloud/core/vendor/bootstrap/less/mixins/text-emphasis.less
+share/owncloud/core/vendor/bootstrap/less/mixins/text-overflow.less
+share/owncloud/core/vendor/bootstrap/less/mixins/vendor-prefixes.less
+share/owncloud/core/vendor/bootstrap/less/modals.less
+share/owncloud/core/vendor/bootstrap/less/navbar.less
+share/owncloud/core/vendor/bootstrap/less/navs.less
+share/owncloud/core/vendor/bootstrap/less/normalize.less
+share/owncloud/core/vendor/bootstrap/less/pager.less
+share/owncloud/core/vendor/bootstrap/less/pagination.less
+share/owncloud/core/vendor/bootstrap/less/panels.less
+share/owncloud/core/vendor/bootstrap/less/popovers.less
+share/owncloud/core/vendor/bootstrap/less/print.less
+share/owncloud/core/vendor/bootstrap/less/progress-bars.less
+share/owncloud/core/vendor/bootstrap/less/responsive-embed.less
+share/owncloud/core/vendor/bootstrap/less/responsive-utilities.less
+share/owncloud/core/vendor/bootstrap/less/scaffolding.less
+share/owncloud/core/vendor/bootstrap/less/tables.less
+share/owncloud/core/vendor/bootstrap/less/theme.less
+share/owncloud/core/vendor/bootstrap/less/thumbnails.less
+share/owncloud/core/vendor/bootstrap/less/tooltip.less
+share/owncloud/core/vendor/bootstrap/less/type.less
+share/owncloud/core/vendor/bootstrap/less/utilities.less
+share/owncloud/core/vendor/bootstrap/less/variables.less
+share/owncloud/core/vendor/bootstrap/less/wells.less
+share/owncloud/core/vendor/bootstrap/nuget/MyGet.ps1
+share/owncloud/core/vendor/bootstrap/nuget/bootstrap.less.nuspec
+share/owncloud/core/vendor/bootstrap/nuget/bootstrap.nuspec
+share/owncloud/core/vendor/bootstrap/package.js
+share/owncloud/core/vendor/bowser/CHANGELOG.md
+share/owncloud/core/vendor/bowser/ISSUE_TEMPLATE.md
+share/owncloud/core/vendor/bowser/LICENSE
+share/owncloud/core/vendor/bowser/README.md
+share/owncloud/core/vendor/bowser/src/bowser.js
+share/owncloud/core/vendor/bowser/src/useragents.js
+share/owncloud/core/vendor/bowser/typings.d.ts
+share/owncloud/core/vendor/browser-update/.travis.yml
+share/owncloud/core/vendor/browser-update/Gruntfile.js
+share/owncloud/core/vendor/browser-update/LICENSE
+share/owncloud/core/vendor/browser-update/README.markdown
+share/owncloud/core/vendor/browser-update/browser-update.js
+share/owncloud/core/vendor/browser-update/browser-update.min.js
+share/owncloud/core/vendor/browser-update/index.html
+share/owncloud/core/vendor/clipboard/contributing.md
+share/owncloud/core/vendor/clipboard/dist/clipboard.js
+share/owncloud/core/vendor/clipboard/dist/clipboard.min.js
+share/owncloud/core/vendor/clipboard/package.js
+share/owncloud/core/vendor/clipboard/readme.md
 share/owncloud/core/vendor/davclient.js/LICENSE
+share/owncloud/core/vendor/davclient.js/index.html
+share/owncloud/core/vendor/davclient.js/karma.conf.js
 share/owncloud/core/vendor/davclient.js/lib/client.js
+share/owncloud/core/vendor/es6-promise/.jshintrc
+share/owncloud/core/vendor/es6-promise/.npmignore
+share/owncloud/core/vendor/es6-promise/.release.json
+share/owncloud/core/vendor/es6-promise/.spmignore
+share/owncloud/core/vendor/es6-promise/.travis.yml
+share/owncloud/core/vendor/es6-promise/Brocfile.js
+share/owncloud/core/vendor/es6-promise/CHANGELOG.md
 share/owncloud/core/vendor/es6-promise/LICENSE
+share/owncloud/core/vendor/es6-promise/README.md
+share/owncloud/core/vendor/es6-promise/config/s3ProjectConfig.js
+share/owncloud/core/vendor/es6-promise/config/versionTemplate.txt
 share/owncloud/core/vendor/es6-promise/dist/es6-promise.js
-share/owncloud/core/vendor/handlebars/.bower.json
+share/owncloud/core/vendor/es6-promise/dist/es6-promise.min.js
+share/owncloud/core/vendor/es6-promise/lib/es6-promise.umd.js
+share/owncloud/core/vendor/es6-promise/lib/es6-promise/-internal.js
+share/owncloud/core/vendor/es6-promise/lib/es6-promise/asap.js
+share/owncloud/core/vendor/es6-promise/lib/es6-promise/enumerator.js
+share/owncloud/core/vendor/es6-promise/lib/es6-promise/polyfill.js
+share/owncloud/core/vendor/es6-promise/lib/es6-promise/promise.js
+share/owncloud/core/vendor/es6-promise/lib/es6-promise/promise/all.js
+share/owncloud/core/vendor/es6-promise/lib/es6-promise/promise/race.js
+share/owncloud/core/vendor/es6-promise/lib/es6-promise/promise/reject.js
+share/owncloud/core/vendor/es6-promise/lib/es6-promise/promise/resolve.js
+share/owncloud/core/vendor/es6-promise/lib/es6-promise/utils.js
+share/owncloud/core/vendor/es6-promise/server/.jshintrc
+share/owncloud/core/vendor/es6-promise/server/index.js
+share/owncloud/core/vendor/handlebars/README.md
+share/owncloud/core/vendor/handlebars/component.json
+share/owncloud/core/vendor/handlebars/composer.json
+share/owncloud/core/vendor/handlebars/handlebars-source.gemspec
+share/owncloud/core/vendor/handlebars/handlebars.amd.js
+share/owncloud/core/vendor/handlebars/handlebars.amd.min.js
 share/owncloud/core/vendor/handlebars/handlebars.js
-share/owncloud/core/vendor/jcrop/.bower.json
+share/owncloud/core/vendor/handlebars/handlebars.js.nuspec
+share/owncloud/core/vendor/handlebars/handlebars.min.js
+share/owncloud/core/vendor/handlebars/handlebars.runtime.amd.js
+share/owncloud/core/vendor/handlebars/handlebars.runtime.amd.min.js
+share/owncloud/core/vendor/handlebars/handlebars.runtime.js
+share/owncloud/core/vendor/handlebars/handlebars.runtime.min.js
+share/owncloud/core/vendor/handlebars/lib/handlebars/source.rb
 share/owncloud/core/vendor/jcrop/MIT-LICENSE.txt
+share/owncloud/core/vendor/jcrop/README.md
+share/owncloud/core/vendor/jcrop/build/LICENSE
+share/owncloud/core/vendor/jcrop/build/README.md
+share/owncloud/core/vendor/jcrop/build/VERSION
+share/owncloud/core/vendor/jcrop/build/build-all.bash
+share/owncloud/core/vendor/jcrop/build/compile-css.bash
+share/owncloud/core/vendor/jcrop/build/less/Jcrop.less
+share/owncloud/core/vendor/jcrop/build/less/_bootstrap.less
+share/owncloud/core/vendor/jcrop/build/less/_reset.less
+share/owncloud/core/vendor/jcrop/build/less/_tapmodo.less
+share/owncloud/core/vendor/jcrop/build/less/_variables.less
+share/owncloud/core/vendor/jcrop/build/less/demos.less
+share/owncloud/core/vendor/jcrop/build/less/main.less
+share/owncloud/core/vendor/jcrop/build/lib/tmpl.php
+share/owncloud/core/vendor/jcrop/build/minimize-css.bash
+share/owncloud/core/vendor/jcrop/build/minimize-js.bash
+share/owncloud/core/vendor/jcrop/build/pre-commit.bash
+share/owncloud/core/vendor/jcrop/build/static/build.php
 share/owncloud/core/vendor/jcrop/css/Jcrop.gif
 share/owncloud/core/vendor/jcrop/css/jquery.Jcrop.css
+share/owncloud/core/vendor/jcrop/css/jquery.Jcrop.min.css
+share/owncloud/core/vendor/jcrop/index.html
 share/owncloud/core/vendor/jcrop/js/jquery.Jcrop.js
-share/owncloud/core/vendor/jquery-migrate/.bower.json
+share/owncloud/core/vendor/jcrop/js/jquery.Jcrop.min.js
+share/owncloud/core/vendor/jcrop/js/jquery.color.js
+share/owncloud/core/vendor/jcrop/js/jquery.min.js
+share/owncloud/core/vendor/jquery-migrate/README.md
 share/owncloud/core/vendor/jquery-migrate/jquery-migrate.js
 share/owncloud/core/vendor/jquery-migrate/jquery-migrate.min.js
+share/owncloud/core/vendor/jquery-ui/AUTHORS.txt
+share/owncloud/core/vendor/jquery-ui/MANIFEST
 share/owncloud/core/vendor/jquery-ui/MIT-LICENSE.txt
+share/owncloud/core/vendor/jquery-ui/README.md
+share/owncloud/core/vendor/jquery-ui/component.json
 share/owncloud/core/vendor/jquery-ui/themes/base/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
 share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-icons_222222_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-icons_454545_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-icons_888888_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png
 share/owncloud/core/vendor/jquery-ui/themes/base/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.accordion.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.all.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.autocomplete.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.base.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.button.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.core.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.datepicker.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.dialog.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.menu.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.progressbar.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.resizable.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.selectable.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.slider.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.spinner.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.tabs.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/base/jquery.ui.tooltip.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-icons_222222_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-icons_2e83ff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-icons_454545_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-icons_888888_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/images/ui-icons_cd0a0a_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery-ui.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.accordion.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.autocomplete.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.button.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.core.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.datepicker.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.dialog.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.menu.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.progressbar.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.resizable.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.selectable.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.slider.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.spinner.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.tabs.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.theme.min.css
+share/owncloud/core/vendor/jquery-ui/themes/base/minified/jquery.ui.tooltip.min.css
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/black-tie/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/blitzer/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/cupertino/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/dark-hive/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/dot-luv/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/eggplant/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/excite-bike/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/flick/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/flick/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/hot-sneaks/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/humanity/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/humanity/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/le-frog/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/mint-choc/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/overcast/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/overcast/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/pepper-grinder/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/redmond/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/redmond/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/smoothness/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/south-street/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/south-street/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/start/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-bg_flat_55_999999_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/start/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/start/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/sunny/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/sunny/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/swanky-purse/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/trontastic/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/ui-darkness/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/ui-lightness/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/animated-overlay.gif
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png
+share/owncloud/core/vendor/jquery-ui/themes/vader/jquery-ui.css
+share/owncloud/core/vendor/jquery-ui/themes/vader/jquery.ui.theme.css
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery-ui-i18n.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-af.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ar-DZ.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ar.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-az.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-be.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-bg.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-bs.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ca.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-cs.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-cy-GB.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-da.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-de.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-el.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-en-AU.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-en-GB.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-en-NZ.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-eo.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-es.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-et.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-eu.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-fi.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-fo.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-fr-CA.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-fr-CH.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-fr.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-gl.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-he.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-hi.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-hr.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-hu.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-id.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-is.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-it.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ja.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ka.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-kk.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-km.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ko.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ky.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-lb.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-lt.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-lv.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-mk.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ml.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ms.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-nb.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-nl-BE.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-nl.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-nn.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-no.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-pl.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-pt-BR.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-pt.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ro.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ru.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-sk.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-sl.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-sq.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-sr-SR.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-sr.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-sv.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ta.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-th.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-tj.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-tr.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-uk.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-CN.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-HK.js
+share/owncloud/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-TW.js
 share/owncloud/core/vendor/jquery-ui/ui/jquery-ui.custom.js
-share/owncloud/core/vendor/jquery/.bower.json
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.accordion.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.autocomplete.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.button.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.core.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.datepicker.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.dialog.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.draggable.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.droppable.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-blind.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-bounce.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-clip.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-drop.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-explode.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-fade.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-fold.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-highlight.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-pulsate.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-scale.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-shake.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-slide.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect-transfer.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.effect.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.menu.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.mouse.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.position.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.progressbar.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.resizable.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.selectable.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.slider.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.sortable.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.spinner.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.tabs.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.tooltip.js
+share/owncloud/core/vendor/jquery-ui/ui/jquery.ui.widget.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery-ui-i18n.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-af.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ar.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-az.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-be.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-bg.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-bs.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ca.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-cs.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-da.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-de.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-el.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-eo.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-es.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-et.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-eu.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fa.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fi.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fo.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fr-CA.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fr.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-gl.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-he.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-hi.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-hr.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-hu.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-hy.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-id.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-is.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-it.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ja.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ka.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-kk.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-km.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ko.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ky.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-lb.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-lt.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-lv.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-mk.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ml.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ms.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-nb.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-nl.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-nn.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-no.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-pl.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-pt.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-rm.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ro.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ru.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sk.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sl.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sq.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sr.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sv.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ta.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-th.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-tj.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-tr.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-uk.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-vi.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery-ui.custom.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.accordion.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.autocomplete.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.button.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.core.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.datepicker.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.dialog.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.draggable.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.droppable.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-blind.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-bounce.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-clip.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-drop.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-explode.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-fade.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-fold.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-highlight.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-pulsate.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-scale.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-shake.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-slide.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-transfer.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.effect.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.menu.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.mouse.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.position.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.progressbar.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.resizable.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.selectable.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.slider.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.sortable.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.spinner.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.tabs.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.tooltip.min.js
+share/owncloud/core/vendor/jquery-ui/ui/minified/jquery.ui.widget.min.js
 share/owncloud/core/vendor/jquery/MIT-LICENSE.txt
 share/owncloud/core/vendor/jquery/dist/jquery.js
 share/owncloud/core/vendor/jquery/dist/jquery.min.js
 share/owncloud/core/vendor/jquery/dist/jquery.min.map
-share/owncloud/core/vendor/jsTimezoneDetect/.bower.json
+share/owncloud/core/vendor/jquery/src/ajax.js
+share/owncloud/core/vendor/jquery/src/ajax/jsonp.js
+share/owncloud/core/vendor/jquery/src/ajax/load.js
+share/owncloud/core/vendor/jquery/src/ajax/parseJSON.js
+share/owncloud/core/vendor/jquery/src/ajax/parseXML.js
+share/owncloud/core/vendor/jquery/src/ajax/script.js
+share/owncloud/core/vendor/jquery/src/ajax/var/nonce.js
+share/owncloud/core/vendor/jquery/src/ajax/var/rquery.js
+share/owncloud/core/vendor/jquery/src/ajax/xhr.js
+share/owncloud/core/vendor/jquery/src/attributes.js
+share/owncloud/core/vendor/jquery/src/attributes/attr.js
+share/owncloud/core/vendor/jquery/src/attributes/classes.js
+share/owncloud/core/vendor/jquery/src/attributes/prop.js
+share/owncloud/core/vendor/jquery/src/attributes/support.js
+share/owncloud/core/vendor/jquery/src/attributes/val.js
+share/owncloud/core/vendor/jquery/src/callbacks.js
+share/owncloud/core/vendor/jquery/src/core.js
+share/owncloud/core/vendor/jquery/src/core/access.js
+share/owncloud/core/vendor/jquery/src/core/init.js
+share/owncloud/core/vendor/jquery/src/core/parseHTML.js
+share/owncloud/core/vendor/jquery/src/core/ready.js
+share/owncloud/core/vendor/jquery/src/core/var/rsingleTag.js
+share/owncloud/core/vendor/jquery/src/css.js
+share/owncloud/core/vendor/jquery/src/css/addGetHookIf.js
+share/owncloud/core/vendor/jquery/src/css/curCSS.js
+share/owncloud/core/vendor/jquery/src/css/defaultDisplay.js
+share/owncloud/core/vendor/jquery/src/css/hiddenVisibleSelectors.js
+share/owncloud/core/vendor/jquery/src/css/support.js
+share/owncloud/core/vendor/jquery/src/css/swap.js
+share/owncloud/core/vendor/jquery/src/css/var/cssExpand.js
+share/owncloud/core/vendor/jquery/src/css/var/getStyles.js
+share/owncloud/core/vendor/jquery/src/css/var/isHidden.js
+share/owncloud/core/vendor/jquery/src/css/var/rmargin.js
+share/owncloud/core/vendor/jquery/src/css/var/rnumnonpx.js
+share/owncloud/core/vendor/jquery/src/data.js
+share/owncloud/core/vendor/jquery/src/data/Data.js
+share/owncloud/core/vendor/jquery/src/data/accepts.js
+share/owncloud/core/vendor/jquery/src/data/var/data_priv.js
+share/owncloud/core/vendor/jquery/src/data/var/data_user.js
+share/owncloud/core/vendor/jquery/src/deferred.js
+share/owncloud/core/vendor/jquery/src/deprecated.js
+share/owncloud/core/vendor/jquery/src/dimensions.js
+share/owncloud/core/vendor/jquery/src/effects.js
+share/owncloud/core/vendor/jquery/src/effects/Tween.js
+share/owncloud/core/vendor/jquery/src/effects/animatedSelector.js
+share/owncloud/core/vendor/jquery/src/event.js
+share/owncloud/core/vendor/jquery/src/event/ajax.js
+share/owncloud/core/vendor/jquery/src/event/alias.js
+share/owncloud/core/vendor/jquery/src/event/support.js
+share/owncloud/core/vendor/jquery/src/exports/amd.js
+share/owncloud/core/vendor/jquery/src/exports/global.js
+share/owncloud/core/vendor/jquery/src/intro.js
+share/owncloud/core/vendor/jquery/src/jquery.js
+share/owncloud/core/vendor/jquery/src/manipulation.js
+share/owncloud/core/vendor/jquery/src/manipulation/_evalUrl.js
+share/owncloud/core/vendor/jquery/src/manipulation/support.js
+share/owncloud/core/vendor/jquery/src/manipulation/var/rcheckableType.js
+share/owncloud/core/vendor/jquery/src/offset.js
+share/owncloud/core/vendor/jquery/src/outro.js
+share/owncloud/core/vendor/jquery/src/queue.js
+share/owncloud/core/vendor/jquery/src/queue/delay.js
+share/owncloud/core/vendor/jquery/src/selector-native.js
+share/owncloud/core/vendor/jquery/src/selector-sizzle.js
+share/owncloud/core/vendor/jquery/src/selector.js
+share/owncloud/core/vendor/jquery/src/serialize.js
+share/owncloud/core/vendor/jquery/src/sizzle/dist/sizzle.js
+share/owncloud/core/vendor/jquery/src/sizzle/dist/sizzle.min.js
+share/owncloud/core/vendor/jquery/src/sizzle/dist/sizzle.min.map
+share/owncloud/core/vendor/jquery/src/traversing.js
+share/owncloud/core/vendor/jquery/src/traversing/findFilter.js
+share/owncloud/core/vendor/jquery/src/traversing/var/rneedsContext.js
+share/owncloud/core/vendor/jquery/src/var/arr.js
+share/owncloud/core/vendor/jquery/src/var/class2type.js
+share/owncloud/core/vendor/jquery/src/var/concat.js
+share/owncloud/core/vendor/jquery/src/var/hasOwn.js
+share/owncloud/core/vendor/jquery/src/var/indexOf.js
+share/owncloud/core/vendor/jquery/src/var/pnum.js
+share/owncloud/core/vendor/jquery/src/var/push.js
+share/owncloud/core/vendor/jquery/src/var/rnotwhite.js
+share/owncloud/core/vendor/jquery/src/var/slice.js
+share/owncloud/core/vendor/jquery/src/var/strundefined.js
+share/owncloud/core/vendor/jquery/src/var/support.js
+share/owncloud/core/vendor/jquery/src/var/toString.js
+share/owncloud/core/vendor/jquery/src/wrap.js
 share/owncloud/core/vendor/jsTimezoneDetect/LICENCE.txt
+share/owncloud/core/vendor/jsTimezoneDetect/README.md
+share/owncloud/core/vendor/jsTimezoneDetect/grunt.js
 share/owncloud/core/vendor/jsTimezoneDetect/jstz.js
-share/owncloud/core/vendor/moment/.bower.json
+share/owncloud/core/vendor/jsTimezoneDetect/jstz.min.js
+share/owncloud/core/vendor/moment/CHANGELOG.md
 share/owncloud/core/vendor/moment/LICENSE
+share/owncloud/core/vendor/moment/README.md
+share/owncloud/core/vendor/moment/locale/af.js
+share/owncloud/core/vendor/moment/locale/ar-ma.js
+share/owncloud/core/vendor/moment/locale/ar-sa.js
+share/owncloud/core/vendor/moment/locale/ar-tn.js
+share/owncloud/core/vendor/moment/locale/ar.js
+share/owncloud/core/vendor/moment/locale/az.js
+share/owncloud/core/vendor/moment/locale/be.js
+share/owncloud/core/vendor/moment/locale/bg.js
+share/owncloud/core/vendor/moment/locale/bn.js
+share/owncloud/core/vendor/moment/locale/bo.js
+share/owncloud/core/vendor/moment/locale/br.js
+share/owncloud/core/vendor/moment/locale/bs.js
+share/owncloud/core/vendor/moment/locale/ca.js
+share/owncloud/core/vendor/moment/locale/cs.js
+share/owncloud/core/vendor/moment/locale/cv.js
+share/owncloud/core/vendor/moment/locale/cy.js
+share/owncloud/core/vendor/moment/locale/da.js
+share/owncloud/core/vendor/moment/locale/de-at.js
+share/owncloud/core/vendor/moment/locale/de.js
+share/owncloud/core/vendor/moment/locale/el.js
+share/owncloud/core/vendor/moment/locale/en-au.js
+share/owncloud/core/vendor/moment/locale/en-ca.js
+share/owncloud/core/vendor/moment/locale/en-gb.js
+share/owncloud/core/vendor/moment/locale/eo.js
+share/owncloud/core/vendor/moment/locale/es.js
+share/owncloud/core/vendor/moment/locale/et.js
+share/owncloud/core/vendor/moment/locale/eu.js
+share/owncloud/core/vendor/moment/locale/fa.js
+share/owncloud/core/vendor/moment/locale/fi.js
+share/owncloud/core/vendor/moment/locale/fo.js
+share/owncloud/core/vendor/moment/locale/fr-ca.js
+share/owncloud/core/vendor/moment/locale/fr.js
+share/owncloud/core/vendor/moment/locale/fy.js
+share/owncloud/core/vendor/moment/locale/gl.js
+share/owncloud/core/vendor/moment/locale/he.js
+share/owncloud/core/vendor/moment/locale/hi.js
+share/owncloud/core/vendor/moment/locale/hr.js
+share/owncloud/core/vendor/moment/locale/hu.js
+share/owncloud/core/vendor/moment/locale/hy-am.js
+share/owncloud/core/vendor/moment/locale/id.js
+share/owncloud/core/vendor/moment/locale/is.js
+share/owncloud/core/vendor/moment/locale/it.js
+share/owncloud/core/vendor/moment/locale/ja.js
+share/owncloud/core/vendor/moment/locale/jv.js
+share/owncloud/core/vendor/moment/locale/ka.js
+share/owncloud/core/vendor/moment/locale/km.js
+share/owncloud/core/vendor/moment/locale/ko.js
+share/owncloud/core/vendor/moment/locale/lb.js
+share/owncloud/core/vendor/moment/locale/lt.js
+share/owncloud/core/vendor/moment/locale/lv.js
+share/owncloud/core/vendor/moment/locale/me.js
+share/owncloud/core/vendor/moment/locale/mk.js
+share/owncloud/core/vendor/moment/locale/ml.js
+share/owncloud/core/vendor/moment/locale/mr.js
+share/owncloud/core/vendor/moment/locale/ms-my.js
+share/owncloud/core/vendor/moment/locale/ms.js
+share/owncloud/core/vendor/moment/locale/my.js
+share/owncloud/core/vendor/moment/locale/nb.js
+share/owncloud/core/vendor/moment/locale/ne.js
+share/owncloud/core/vendor/moment/locale/nl.js
+share/owncloud/core/vendor/moment/locale/nn.js
+share/owncloud/core/vendor/moment/locale/pl.js
+share/owncloud/core/vendor/moment/locale/pt-br.js
+share/owncloud/core/vendor/moment/locale/pt.js
+share/owncloud/core/vendor/moment/locale/ro.js
+share/owncloud/core/vendor/moment/locale/ru.js
+share/owncloud/core/vendor/moment/locale/si.js
+share/owncloud/core/vendor/moment/locale/sk.js
+share/owncloud/core/vendor/moment/locale/sl.js
+share/owncloud/core/vendor/moment/locale/sq.js
+share/owncloud/core/vendor/moment/locale/sr-cyrl.js
+share/owncloud/core/vendor/moment/locale/sr.js
+share/owncloud/core/vendor/moment/locale/sv.js
+share/owncloud/core/vendor/moment/locale/ta.js
+share/owncloud/core/vendor/moment/locale/th.js
+share/owncloud/core/vendor/moment/locale/tl-ph.js
+share/owncloud/core/vendor/moment/locale/tr.js
+share/owncloud/core/vendor/moment/locale/tzl.js
+share/owncloud/core/vendor/moment/locale/tzm-latn.js
+share/owncloud/core/vendor/moment/locale/tzm.js
+share/owncloud/core/vendor/moment/locale/uk.js
+share/owncloud/core/vendor/moment/locale/uz.js
+share/owncloud/core/vendor/moment/locale/vi.js
+share/owncloud/core/vendor/moment/locale/zh-cn.js
+share/owncloud/core/vendor/moment/locale/zh-tw.js
+share/owncloud/core/vendor/moment/min/locales.js
+share/owncloud/core/vendor/moment/min/locales.min.js
 share/owncloud/core/vendor/moment/min/moment-with-locales.js
-share/owncloud/core/vendor/select2/.bower.json
+share/owncloud/core/vendor/moment/min/moment-with-locales.min.js
+share/owncloud/core/vendor/moment/min/moment.min.js
+share/owncloud/core/vendor/moment/min/tests.js
+share/owncloud/core/vendor/moment/moment.js
+share/owncloud/core/vendor/moment/src/lib/create/check-overflow.js
+share/owncloud/core/vendor/moment/src/lib/create/date-from-array.js
+share/owncloud/core/vendor/moment/src/lib/create/from-anything.js
+share/owncloud/core/vendor/moment/src/lib/create/from-array.js
+share/owncloud/core/vendor/moment/src/lib/create/from-object.js
+share/owncloud/core/vendor/moment/src/lib/create/from-string-and-array.js
+share/owncloud/core/vendor/moment/src/lib/create/from-string-and-format.js
+share/owncloud/core/vendor/moment/src/lib/create/from-string.js
+share/owncloud/core/vendor/moment/src/lib/create/local.js
+share/owncloud/core/vendor/moment/src/lib/create/parsing-flags.js
+share/owncloud/core/vendor/moment/src/lib/create/utc.js
+share/owncloud/core/vendor/moment/src/lib/create/valid.js
+share/owncloud/core/vendor/moment/src/lib/duration/abs.js
+share/owncloud/core/vendor/moment/src/lib/duration/add-subtract.js
+share/owncloud/core/vendor/moment/src/lib/duration/as.js
+share/owncloud/core/vendor/moment/src/lib/duration/bubble.js
+share/owncloud/core/vendor/moment/src/lib/duration/constructor.js
+share/owncloud/core/vendor/moment/src/lib/duration/create.js
+share/owncloud/core/vendor/moment/src/lib/duration/duration.js
+share/owncloud/core/vendor/moment/src/lib/duration/get.js
+share/owncloud/core/vendor/moment/src/lib/duration/humanize.js
+share/owncloud/core/vendor/moment/src/lib/duration/iso-string.js
+share/owncloud/core/vendor/moment/src/lib/duration/prototype.js
+share/owncloud/core/vendor/moment/src/lib/format/format.js
+share/owncloud/core/vendor/moment/src/lib/locale/calendar.js
+share/owncloud/core/vendor/moment/src/lib/locale/constructor.js
+share/owncloud/core/vendor/moment/src/lib/locale/en.js
+share/owncloud/core/vendor/moment/src/lib/locale/formats.js
+share/owncloud/core/vendor/moment/src/lib/locale/invalid.js
+share/owncloud/core/vendor/moment/src/lib/locale/lists.js
+share/owncloud/core/vendor/moment/src/lib/locale/locale.js
+share/owncloud/core/vendor/moment/src/lib/locale/locales.js
+share/owncloud/core/vendor/moment/src/lib/locale/ordinal.js
+share/owncloud/core/vendor/moment/src/lib/locale/pre-post-format.js
+share/owncloud/core/vendor/moment/src/lib/locale/prototype.js
+share/owncloud/core/vendor/moment/src/lib/locale/relative.js
+share/owncloud/core/vendor/moment/src/lib/locale/set.js
+share/owncloud/core/vendor/moment/src/lib/moment/add-subtract.js
+share/owncloud/core/vendor/moment/src/lib/moment/calendar.js
+share/owncloud/core/vendor/moment/src/lib/moment/clone.js
+share/owncloud/core/vendor/moment/src/lib/moment/compare.js
+share/owncloud/core/vendor/moment/src/lib/moment/constructor.js
+share/owncloud/core/vendor/moment/src/lib/moment/diff.js
+share/owncloud/core/vendor/moment/src/lib/moment/format.js
+share/owncloud/core/vendor/moment/src/lib/moment/from.js
+share/owncloud/core/vendor/moment/src/lib/moment/get-set.js
+share/owncloud/core/vendor/moment/src/lib/moment/locale.js
+share/owncloud/core/vendor/moment/src/lib/moment/min-max.js
+share/owncloud/core/vendor/moment/src/lib/moment/moment.js
+share/owncloud/core/vendor/moment/src/lib/moment/prototype.js
+share/owncloud/core/vendor/moment/src/lib/moment/start-end-of.js
+share/owncloud/core/vendor/moment/src/lib/moment/to-type.js
+share/owncloud/core/vendor/moment/src/lib/moment/to.js
+share/owncloud/core/vendor/moment/src/lib/moment/valid.js
+share/owncloud/core/vendor/moment/src/lib/parse/regex.js
+share/owncloud/core/vendor/moment/src/lib/parse/token.js
+share/owncloud/core/vendor/moment/src/lib/units/aliases.js
+share/owncloud/core/vendor/moment/src/lib/units/constants.js
+share/owncloud/core/vendor/moment/src/lib/units/day-of-month.js
+share/owncloud/core/vendor/moment/src/lib/units/day-of-week.js
+share/owncloud/core/vendor/moment/src/lib/units/day-of-year.js
+share/owncloud/core/vendor/moment/src/lib/units/hour.js
+share/owncloud/core/vendor/moment/src/lib/units/millisecond.js
+share/owncloud/core/vendor/moment/src/lib/units/minute.js
+share/owncloud/core/vendor/moment/src/lib/units/month.js
+share/owncloud/core/vendor/moment/src/lib/units/offset.js
+share/owncloud/core/vendor/moment/src/lib/units/quarter.js
+share/owncloud/core/vendor/moment/src/lib/units/second.js
+share/owncloud/core/vendor/moment/src/lib/units/timestamp.js
+share/owncloud/core/vendor/moment/src/lib/units/timezone.js
+share/owncloud/core/vendor/moment/src/lib/units/units.js
+share/owncloud/core/vendor/moment/src/lib/units/week-year.js
+share/owncloud/core/vendor/moment/src/lib/units/week.js
+share/owncloud/core/vendor/moment/src/lib/units/year.js
+share/owncloud/core/vendor/moment/src/lib/utils/abs-ceil.js
+share/owncloud/core/vendor/moment/src/lib/utils/abs-floor.js
+share/owncloud/core/vendor/moment/src/lib/utils/compare-arrays.js
+share/owncloud/core/vendor/moment/src/lib/utils/defaults.js
+share/owncloud/core/vendor/moment/src/lib/utils/deprecate.js
+share/owncloud/core/vendor/moment/src/lib/utils/extend.js
+share/owncloud/core/vendor/moment/src/lib/utils/has-own-prop.js
+share/owncloud/core/vendor/moment/src/lib/utils/hooks.js
+share/owncloud/core/vendor/moment/src/lib/utils/is-array.js
+share/owncloud/core/vendor/moment/src/lib/utils/is-date.js
+share/owncloud/core/vendor/moment/src/lib/utils/map.js
+share/owncloud/core/vendor/moment/src/lib/utils/to-int.js
+share/owncloud/core/vendor/moment/src/lib/utils/zero-fill.js
+share/owncloud/core/vendor/moment/src/locale/af.js
+share/owncloud/core/vendor/moment/src/locale/ar-ma.js
+share/owncloud/core/vendor/moment/src/locale/ar-sa.js
+share/owncloud/core/vendor/moment/src/locale/ar-tn.js
+share/owncloud/core/vendor/moment/src/locale/ar.js
+share/owncloud/core/vendor/moment/src/locale/az.js
+share/owncloud/core/vendor/moment/src/locale/be.js
+share/owncloud/core/vendor/moment/src/locale/bg.js
+share/owncloud/core/vendor/moment/src/locale/bn.js
+share/owncloud/core/vendor/moment/src/locale/bo.js
+share/owncloud/core/vendor/moment/src/locale/br.js
+share/owncloud/core/vendor/moment/src/locale/bs.js
+share/owncloud/core/vendor/moment/src/locale/ca.js
+share/owncloud/core/vendor/moment/src/locale/cs.js
+share/owncloud/core/vendor/moment/src/locale/cv.js
+share/owncloud/core/vendor/moment/src/locale/cy.js
+share/owncloud/core/vendor/moment/src/locale/da.js
+share/owncloud/core/vendor/moment/src/locale/de-at.js
+share/owncloud/core/vendor/moment/src/locale/de.js
+share/owncloud/core/vendor/moment/src/locale/el.js
+share/owncloud/core/vendor/moment/src/locale/en-au.js
+share/owncloud/core/vendor/moment/src/locale/en-ca.js
+share/owncloud/core/vendor/moment/src/locale/en-gb.js
+share/owncloud/core/vendor/moment/src/locale/eo.js
+share/owncloud/core/vendor/moment/src/locale/es.js
+share/owncloud/core/vendor/moment/src/locale/et.js
+share/owncloud/core/vendor/moment/src/locale/eu.js
+share/owncloud/core/vendor/moment/src/locale/fa.js
+share/owncloud/core/vendor/moment/src/locale/fi.js
+share/owncloud/core/vendor/moment/src/locale/fo.js
+share/owncloud/core/vendor/moment/src/locale/fr-ca.js
+share/owncloud/core/vendor/moment/src/locale/fr.js
+share/owncloud/core/vendor/moment/src/locale/fy.js
+share/owncloud/core/vendor/moment/src/locale/gl.js
+share/owncloud/core/vendor/moment/src/locale/he.js
+share/owncloud/core/vendor/moment/src/locale/hi.js
+share/owncloud/core/vendor/moment/src/locale/hr.js
+share/owncloud/core/vendor/moment/src/locale/hu.js
+share/owncloud/core/vendor/moment/src/locale/hy-am.js
+share/owncloud/core/vendor/moment/src/locale/id.js
+share/owncloud/core/vendor/moment/src/locale/is.js
+share/owncloud/core/vendor/moment/src/locale/it.js
+share/owncloud/core/vendor/moment/src/locale/ja.js
+share/owncloud/core/vendor/moment/src/locale/jv.js
+share/owncloud/core/vendor/moment/src/locale/ka.js
+share/owncloud/core/vendor/moment/src/locale/km.js
+share/owncloud/core/vendor/moment/src/locale/ko.js
+share/owncloud/core/vendor/moment/src/locale/lb.js
+share/owncloud/core/vendor/moment/src/locale/lt.js
+share/owncloud/core/vendor/moment/src/locale/lv.js
+share/owncloud/core/vendor/moment/src/locale/me.js
+share/owncloud/core/vendor/moment/src/locale/mk.js
+share/owncloud/core/vendor/moment/src/locale/ml.js
+share/owncloud/core/vendor/moment/src/locale/mr.js
+share/owncloud/core/vendor/moment/src/locale/ms-my.js
+share/owncloud/core/vendor/moment/src/locale/ms.js
+share/owncloud/core/vendor/moment/src/locale/my.js
+share/owncloud/core/vendor/moment/src/locale/nb.js
+share/owncloud/core/vendor/moment/src/locale/ne.js
+share/owncloud/core/vendor/moment/src/locale/nl.js
+share/owncloud/core/vendor/moment/src/locale/nn.js
+share/owncloud/core/vendor/moment/src/locale/pl.js
+share/owncloud/core/vendor/moment/src/locale/pt-br.js
+share/owncloud/core/vendor/moment/src/locale/pt.js
+share/owncloud/core/vendor/moment/src/locale/ro.js
+share/owncloud/core/vendor/moment/src/locale/ru.js
+share/owncloud/core/vendor/moment/src/locale/si.js
+share/owncloud/core/vendor/moment/src/locale/sk.js
+share/owncloud/core/vendor/moment/src/locale/sl.js
+share/owncloud/core/vendor/moment/src/locale/sq.js
+share/owncloud/core/vendor/moment/src/locale/sr-cyrl.js
+share/owncloud/core/vendor/moment/src/locale/sr.js
+share/owncloud/core/vendor/moment/src/locale/sv.js
+share/owncloud/core/vendor/moment/src/locale/ta.js
+share/owncloud/core/vendor/moment/src/locale/th.js
+share/owncloud/core/vendor/moment/src/locale/tl-ph.js
+share/owncloud/core/vendor/moment/src/locale/tr.js
+share/owncloud/core/vendor/moment/src/locale/tzl.js
+share/owncloud/core/vendor/moment/src/locale/tzm-latn.js
+share/owncloud/core/vendor/moment/src/locale/tzm.js
+share/owncloud/core/vendor/moment/src/locale/uk.js
+share/owncloud/core/vendor/moment/src/locale/uz.js
+share/owncloud/core/vendor/moment/src/locale/vi.js
+share/owncloud/core/vendor/moment/src/locale/zh-cn.js
+share/owncloud/core/vendor/moment/src/locale/zh-tw.js
+share/owncloud/core/vendor/moment/src/moment.js
+share/owncloud/core/vendor/moment/templates/amd-named.js
+share/owncloud/core/vendor/moment/templates/amd.js
+share/owncloud/core/vendor/moment/templates/globals.js
+share/owncloud/core/vendor/moment/templates/locale-header.js
+share/owncloud/core/vendor/moment/templates/test-header.js
 share/owncloud/core/vendor/select2/LICENSE
+share/owncloud/core/vendor/select2/README.md
+share/owncloud/core/vendor/select2/component.json
+share/owncloud/core/vendor/select2/composer.json
+share/owncloud/core/vendor/select2/select2-bootstrap.css
 share/owncloud/core/vendor/select2/select2-spinner.gif
 share/owncloud/core/vendor/select2/select2.css
+share/owncloud/core/vendor/select2/select2.jquery.json
 share/owncloud/core/vendor/select2/select2.js
+share/owncloud/core/vendor/select2/select2.min.js
 share/owncloud/core/vendor/select2/select2.png
+share/owncloud/core/vendor/select2/select2_locale_ar.js
+share/owncloud/core/vendor/select2/select2_locale_bg.js
+share/owncloud/core/vendor/select2/select2_locale_ca.js
+share/owncloud/core/vendor/select2/select2_locale_cs.js
+share/owncloud/core/vendor/select2/select2_locale_da.js
+share/owncloud/core/vendor/select2/select2_locale_de.js
+share/owncloud/core/vendor/select2/select2_locale_el.js
+share/owncloud/core/vendor/select2/select2_locale_en.js.template
+share/owncloud/core/vendor/select2/select2_locale_es.js
+share/owncloud/core/vendor/select2/select2_locale_et.js
+share/owncloud/core/vendor/select2/select2_locale_eu.js
+share/owncloud/core/vendor/select2/select2_locale_fa.js
+share/owncloud/core/vendor/select2/select2_locale_fi.js
+share/owncloud/core/vendor/select2/select2_locale_fr.js
+share/owncloud/core/vendor/select2/select2_locale_gl.js
+share/owncloud/core/vendor/select2/select2_locale_he.js
+share/owncloud/core/vendor/select2/select2_locale_hr.js
+share/owncloud/core/vendor/select2/select2_locale_hu.js
+share/owncloud/core/vendor/select2/select2_locale_id.js
+share/owncloud/core/vendor/select2/select2_locale_is.js
+share/owncloud/core/vendor/select2/select2_locale_it.js
+share/owncloud/core/vendor/select2/select2_locale_ja.js
+share/owncloud/core/vendor/select2/select2_locale_ka.js
+share/owncloud/core/vendor/select2/select2_locale_ko.js
+share/owncloud/core/vendor/select2/select2_locale_lt.js
+share/owncloud/core/vendor/select2/select2_locale_lv.js
+share/owncloud/core/vendor/select2/select2_locale_mk.js
+share/owncloud/core/vendor/select2/select2_locale_ms.js
+share/owncloud/core/vendor/select2/select2_locale_nl.js
+share/owncloud/core/vendor/select2/select2_locale_no.js
+share/owncloud/core/vendor/select2/select2_locale_pl.js
+share/owncloud/core/vendor/select2/select2_locale_pt-BR.js
+share/owncloud/core/vendor/select2/select2_locale_pt-PT.js
+share/owncloud/core/vendor/select2/select2_locale_ro.js
+share/owncloud/core/vendor/select2/select2_locale_rs.js
+share/owncloud/core/vendor/select2/select2_locale_ru.js
+share/owncloud/core/vendor/select2/select2_locale_sk.js
+share/owncloud/core/vendor/select2/select2_locale_sv.js
+share/owncloud/core/vendor/select2/select2_locale_th.js
+share/owncloud/core/vendor/select2/select2_locale_tr.js
+share/owncloud/core/vendor/select2/select2_locale_uk.js
+share/owncloud/core/vendor/select2/select2_locale_vi.js
+share/owncloud/core/vendor/select2/select2_locale_zh-CN.js
+share/owncloud/core/vendor/select2/select2_locale_zh-TW.js
 share/owncloud/core/vendor/select2/select2x2.png
-share/owncloud/core/vendor/snapjs/.bower.json
+share/owncloud/core/vendor/snapjs/.jshintrc
+share/owncloud/core/vendor/snapjs/.travis.yml
+share/owncloud/core/vendor/snapjs/Gemfile
+share/owncloud/core/vendor/snapjs/README.md
+share/owncloud/core/vendor/snapjs/dist/2.0.0-rc1/snap.css
+share/owncloud/core/vendor/snapjs/dist/2.0.0-rc1/snap.js
+share/owncloud/core/vendor/snapjs/dist/latest/snap.css
 share/owncloud/core/vendor/snapjs/dist/latest/snap.js
-share/owncloud/core/vendor/strengthify/.bower.json
+share/owncloud/core/vendor/snapjs/dist/latest/snap.min.js
+share/owncloud/core/vendor/snapjs/gruntfile.js
+share/owncloud/core/vendor/snapjs/src/snap.js
+share/owncloud/core/vendor/snapjs/src/snap.scss
 share/owncloud/core/vendor/strengthify/LICENSE
+share/owncloud/core/vendor/strengthify/README.md
 share/owncloud/core/vendor/strengthify/jquery.strengthify.js
 share/owncloud/core/vendor/strengthify/strengthify.css
-share/owncloud/core/vendor/underscore/.bower.json
 share/owncloud/core/vendor/underscore/LICENSE
+share/owncloud/core/vendor/underscore/README.md
+share/owncloud/core/vendor/underscore/underscore-min.js
+share/owncloud/core/vendor/underscore/underscore-min.map
 share/owncloud/core/vendor/underscore/underscore.js
-share/owncloud/core/vendor/zxcvbn/.bower.json
 share/owncloud/core/vendor/zxcvbn/LICENSE.txt
-share/owncloud/core/vendor/zxcvbn/zxcvbn.js
+share/owncloud/core/vendor/zxcvbn/README.md
+share/owncloud/core/vendor/zxcvbn/dist/zxcvbn.js
+share/owncloud/core/vendor/zxcvbn/dist/zxcvbn.js.map
 share/owncloud/cron.php
 share/owncloud/db_structure.xml
 share/owncloud/index.html
 share/owncloud/index.php
 share/owncloud/l10n/.tx/config
 share/owncloud/l10n/l10n.pl
-share/owncloud/l10n/rm-old.sh
 share/owncloud/lib/autoloader.php
 share/owncloud/lib/base.php
 share/owncloud/lib/composer/autoload.php
+share/owncloud/lib/composer/bantu/ini-get-wrapper/.scrutinizer.yml
+share/owncloud/lib/composer/bantu/ini-get-wrapper/.travis.yml
+share/owncloud/lib/composer/bantu/ini-get-wrapper/LICENSE
+share/owncloud/lib/composer/bantu/ini-get-wrapper/README.md
+share/owncloud/lib/composer/bantu/ini-get-wrapper/composer.json
+share/owncloud/lib/composer/bantu/ini-get-wrapper/phpunit.xml.dist
+share/owncloud/lib/composer/bantu/ini-get-wrapper/src/IniGetWrapper.php
 share/owncloud/lib/composer/composer/ClassLoader.php
 share/owncloud/lib/composer/composer/LICENSE
 share/owncloud/lib/composer/composer/autoload_classmap.php
+share/owncloud/lib/composer/composer/autoload_files.php
 share/owncloud/lib/composer/composer/autoload_namespaces.php
 share/owncloud/lib/composer/composer/autoload_psr4.php
 share/owncloud/lib/composer/composer/autoload_real.php
+share/owncloud/lib/composer/composer/autoload_static.php
+share/owncloud/lib/composer/composer/include_paths.php
 share/owncloud/lib/composer/composer/installed.json
+share/owncloud/lib/composer/deepdiver1975/tarstreamer/.scrutinizer.yml
+share/owncloud/lib/composer/deepdiver1975/tarstreamer/.travis.yml
+share/owncloud/lib/composer/deepdiver1975/tarstreamer/LICENSE
+share/owncloud/lib/composer/deepdiver1975/tarstreamer/composer.json
+share/owncloud/lib/composer/deepdiver1975/tarstreamer/src/TarStreamer.php
+share/owncloud/lib/composer/doctrine/annotations/CHANGELOG.md
+share/owncloud/lib/composer/doctrine/annotations/LICENSE
+share/owncloud/lib/composer/doctrine/annotations/README.md
+share/owncloud/lib/composer/doctrine/annotations/composer.json
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
+share/owncloud/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
+share/owncloud/lib/composer/doctrine/annotations/phpstan.neon
+share/owncloud/lib/composer/doctrine/cache/.coveralls.yml
+share/owncloud/lib/composer/doctrine/cache/.travis.yml
+share/owncloud/lib/composer/doctrine/cache/LICENSE
+share/owncloud/lib/composer/doctrine/cache/README.md
+share/owncloud/lib/composer/doctrine/cache/UPGRADE.md
+share/owncloud/lib/composer/doctrine/cache/build.properties
+share/owncloud/lib/composer/doctrine/cache/build.xml
+share/owncloud/lib/composer/doctrine/cache/composer.json
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php
+share/owncloud/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php
+share/owncloud/lib/composer/doctrine/cache/phpunit.xml.dist
+share/owncloud/lib/composer/doctrine/collections/CONTRIBUTING.md
+share/owncloud/lib/composer/doctrine/collections/LICENSE
+share/owncloud/lib/composer/doctrine/collections/README.md
+share/owncloud/lib/composer/doctrine/collections/composer.json
+share/owncloud/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php
+share/owncloud/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
+share/owncloud/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
+share/owncloud/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php
+share/owncloud/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php
+share/owncloud/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php
+share/owncloud/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php
+share/owncloud/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php
+share/owncloud/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php
+share/owncloud/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php
+share/owncloud/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php
+share/owncloud/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
+share/owncloud/lib/composer/doctrine/common/LICENSE
+share/owncloud/lib/composer/doctrine/common/README.md
+share/owncloud/lib/composer/doctrine/common/UPGRADE_TO_2_1
+share/owncloud/lib/composer/doctrine/common/UPGRADE_TO_2_2
+share/owncloud/lib/composer/doctrine/common/composer.json
+share/owncloud/lib/composer/doctrine/common/humbug.json.dist
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/ClassLoader.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/CommonException.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Comparable.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/EventArgs.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/EventManager.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/EventSubscriber.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Lexer.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Util/Debug.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
+share/owncloud/lib/composer/doctrine/common/lib/Doctrine/Common/Version.php
+share/owncloud/lib/composer/doctrine/dbal/LICENSE
+share/owncloud/lib/composer/doctrine/dbal/README.md
+share/owncloud/lib/composer/doctrine/dbal/SECURITY.md
+share/owncloud/lib/composer/doctrine/dbal/UPGRADE.md
+share/owncloud/lib/composer/doctrine/dbal/composer.json
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Statement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Events.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/README.markdown
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Statement.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Version.php
+share/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
+share/owncloud/lib/composer/doctrine/inflector/.travis.yml
+share/owncloud/lib/composer/doctrine/inflector/LICENSE
+share/owncloud/lib/composer/doctrine/inflector/README.md
+share/owncloud/lib/composer/doctrine/inflector/composer.json
+share/owncloud/lib/composer/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
+share/owncloud/lib/composer/doctrine/inflector/phpunit.xml.dist
+share/owncloud/lib/composer/doctrine/lexer/LICENSE
+share/owncloud/lib/composer/doctrine/lexer/README.md
+share/owncloud/lib/composer/doctrine/lexer/composer.json
+share/owncloud/lib/composer/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/Collection.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/Event.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/Exception/BadMethodCallException.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/Exception/GuzzleException.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/Exception/InvalidArgumentException.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/Exception/RuntimeException.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/FromConfigInterface.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/HasDispatcherInterface.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/ToArrayInterface.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/Version.php
+share/owncloud/lib/composer/guzzle/common/Guzzle/Common/composer.json
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/CachingEntityBody.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Client.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/ClientInterface.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Curl/CurlHandle.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Curl/CurlMulti.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Curl/CurlMultiProxy.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Curl/CurlVersion.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Curl/RequestMediator.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/EntityBody.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/EntityBodyInterface.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Exception/BadResponseException.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Exception/CouldNotRewindStreamException.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Exception/CurlException.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Exception/HttpException.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Exception/MultiTransferException.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Exception/RequestException.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Exception/ServerErrorResponseException.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Exception/TooManyRedirectsException.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/AbstractMessage.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/Header.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/Header/CacheControl.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/Header/HeaderCollection.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/Header/HeaderFactory.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/Header/HeaderInterface.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/Header/Link.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/MessageInterface.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/PostFile.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/PostFileInterface.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/Request.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/RequestFactory.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/RequestInterface.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Message/Response.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Mimetypes.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/QueryAggregator/CommaAggregator.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/QueryAggregator/PhpAggregator.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/QueryString.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/RedirectPlugin.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Resources/cacert.pem
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Resources/cacert.pem.md5
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/StaticClient.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/Url.php
+share/owncloud/lib/composer/guzzle/http/Guzzle/Http/composer.json
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/Cookie/CookieParser.php
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/Cookie/CookieParserInterface.php
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/Message/AbstractMessageParser.php
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/Message/MessageParser.php
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/Message/PeclHttpMessageParser.php
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/ParserRegistry.php
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/Url/UrlParser.php
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php
+share/owncloud/lib/composer/guzzle/parser/Guzzle/Parser/composer.json
+share/owncloud/lib/composer/guzzle/stream/Guzzle/Stream/PhpStreamRequestFactory.php
+share/owncloud/lib/composer/guzzle/stream/Guzzle/Stream/Stream.php
+share/owncloud/lib/composer/guzzle/stream/Guzzle/Stream/StreamInterface.php
+share/owncloud/lib/composer/guzzle/stream/Guzzle/Stream/StreamRequestFactoryInterface.php
+share/owncloud/lib/composer/guzzle/stream/Guzzle/Stream/composer.json
+share/owncloud/lib/composer/guzzlehttp/guzzle/.travis.yml
+share/owncloud/lib/composer/guzzlehttp/guzzle/CHANGELOG.md
+share/owncloud/lib/composer/guzzlehttp/guzzle/LICENSE
+share/owncloud/lib/composer/guzzlehttp/guzzle/README.md
+share/owncloud/lib/composer/guzzlehttp/guzzle/UPGRADING.md
+share/owncloud/lib/composer/guzzlehttp/guzzle/composer.json
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/BatchResults.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Client.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/ClientInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Collection.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Cookie/CookieJar.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Cookie/SetCookie.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/AbstractEvent.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/BeforeEvent.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/CompleteEvent.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/Emitter.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/EmitterInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/EndEvent.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/ErrorEvent.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/EventInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/ProgressEvent.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/RequestEvents.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Exception/BadResponseException.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Exception/ClientException.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Exception/ConnectException.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Exception/ParseException.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Exception/RequestException.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Exception/ServerException.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Exception/StateException.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Exception/TransferException.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Exception/XmlParseException.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/HasDataTrait.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Message/AbstractMessage.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Message/FutureResponse.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Message/MessageFactory.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Message/MessageInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Message/MessageParser.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Message/Request.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Message/RequestInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Message/Response.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Message/ResponseInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Mimetypes.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Pool.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Post/MultipartBody.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Post/PostBody.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Post/PostBodyInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Post/PostFile.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Post/PostFileInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Query.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/QueryParser.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/RequestFsm.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/RingBridge.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Subscriber/Cookie.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Subscriber/History.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Subscriber/HttpError.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Subscriber/Mock.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Subscriber/Prepare.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Subscriber/Redirect.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/ToArrayInterface.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Transaction.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/UriTemplate.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Url.php
+share/owncloud/lib/composer/guzzlehttp/guzzle/src/Utils.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/.travis.yml
+share/owncloud/lib/composer/guzzlehttp/ringphp/CHANGELOG.md
+share/owncloud/lib/composer/guzzlehttp/ringphp/LICENSE
+share/owncloud/lib/composer/guzzlehttp/ringphp/Makefile
+share/owncloud/lib/composer/guzzlehttp/ringphp/README.rst
+share/owncloud/lib/composer/guzzlehttp/ringphp/composer.json
+share/owncloud/lib/composer/guzzlehttp/ringphp/docs/Makefile
+share/owncloud/lib/composer/guzzlehttp/ringphp/docs/client_handlers.rst
+share/owncloud/lib/composer/guzzlehttp/ringphp/docs/client_middleware.rst
+share/owncloud/lib/composer/guzzlehttp/ringphp/docs/conf.py
+share/owncloud/lib/composer/guzzlehttp/ringphp/docs/futures.rst
+share/owncloud/lib/composer/guzzlehttp/ringphp/docs/index.rst
+share/owncloud/lib/composer/guzzlehttp/ringphp/docs/requirements.txt
+share/owncloud/lib/composer/guzzlehttp/ringphp/docs/spec.rst
+share/owncloud/lib/composer/guzzlehttp/ringphp/docs/testing.rst
+share/owncloud/lib/composer/guzzlehttp/ringphp/phpunit.xml.dist
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Client/ClientUtils.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Client/CurlFactory.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Client/CurlHandler.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Client/Middleware.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Client/MockHandler.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Client/StreamHandler.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Core.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Exception/CancelledException.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Exception/ConnectException.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Exception/RingException.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Future/FutureArray.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Future/FutureInterface.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Future/FutureValue.php
+share/owncloud/lib/composer/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php
+share/owncloud/lib/composer/guzzlehttp/streams/.travis.yml
+share/owncloud/lib/composer/guzzlehttp/streams/CHANGELOG.rst
+share/owncloud/lib/composer/guzzlehttp/streams/LICENSE
+share/owncloud/lib/composer/guzzlehttp/streams/Makefile
+share/owncloud/lib/composer/guzzlehttp/streams/README.rst
+share/owncloud/lib/composer/guzzlehttp/streams/composer.json
+share/owncloud/lib/composer/guzzlehttp/streams/phpunit.xml.dist
+share/owncloud/lib/composer/guzzlehttp/streams/src/AppendStream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/AsyncReadStream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/BufferStream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/CachingStream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/DroppingStream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/Exception/CannotAttachException.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/Exception/SeekException.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/FnStream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/GuzzleStreamWrapper.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/InflateStream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/LazyOpenStream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/LimitStream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/MetadataStreamInterface.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/NoSeekStream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/NullStream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/PumpStream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/Stream.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/StreamDecoratorTrait.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/StreamInterface.php
+share/owncloud/lib/composer/guzzlehttp/streams/src/Utils.php
+share/owncloud/lib/composer/icewind/streams/.travis.yml
+share/owncloud/lib/composer/icewind/streams/LICENCE
+share/owncloud/lib/composer/icewind/streams/README.md
+share/owncloud/lib/composer/icewind/streams/composer.json
+share/owncloud/lib/composer/icewind/streams/src/CallbackWrapper.php
+share/owncloud/lib/composer/icewind/streams/src/Directory.php
+share/owncloud/lib/composer/icewind/streams/src/DirectoryFilter.php
+share/owncloud/lib/composer/icewind/streams/src/DirectoryWrapper.php
+share/owncloud/lib/composer/icewind/streams/src/File.php
+share/owncloud/lib/composer/icewind/streams/src/IteratorDirectory.php
+share/owncloud/lib/composer/icewind/streams/src/NullWrapper.php
+share/owncloud/lib/composer/icewind/streams/src/Path.php
+share/owncloud/lib/composer/icewind/streams/src/PathWrapper.php
+share/owncloud/lib/composer/icewind/streams/src/RetryWrapper.php
+share/owncloud/lib/composer/icewind/streams/src/SeekableWrapper.php
+share/owncloud/lib/composer/icewind/streams/src/Url.php
+share/owncloud/lib/composer/icewind/streams/src/UrlCallBack.php
+share/owncloud/lib/composer/icewind/streams/src/Wrapper.php
+share/owncloud/lib/composer/interfasys/lognormalizer/.scrutinizer.yml
+share/owncloud/lib/composer/interfasys/lognormalizer/.travis.yml
+share/owncloud/lib/composer/interfasys/lognormalizer/AUTHORS.md
+share/owncloud/lib/composer/interfasys/lognormalizer/CHANGELOG.md
+share/owncloud/lib/composer/interfasys/lognormalizer/COPYING
+share/owncloud/lib/composer/interfasys/lognormalizer/README.md
+share/owncloud/lib/composer/interfasys/lognormalizer/composer.json
+share/owncloud/lib/composer/interfasys/lognormalizer/phpunit.xml
+share/owncloud/lib/composer/interfasys/lognormalizer/src/Normalizer.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/LICENSE.md
+share/owncloud/lib/composer/jeremeamia/SuperClosure/composer.json
+share/owncloud/lib/composer/jeremeamia/SuperClosure/phpunit.xml
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/Analyzer/ClosureAnalyzer.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/Analyzer/Token.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/Analyzer/TokenAnalyzer.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/Analyzer/Visitor/ClosureLocatorVisitor.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/Analyzer/Visitor/MagicConstantVisitor.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/Analyzer/Visitor/ThisDetectorVisitor.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/Exception/ClosureAnalysisException.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/Exception/ClosureUnserializationException.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/Exception/SuperClosureException.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/SerializableClosure.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/Serializer.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/SerializerInterface.php
+share/owncloud/lib/composer/jeremeamia/SuperClosure/src/hash_equals.php
+share/owncloud/lib/composer/league/flysystem/LICENSE
+share/owncloud/lib/composer/league/flysystem/composer.json
+share/owncloud/lib/composer/league/flysystem/src/Adapter/AbstractAdapter.php
+share/owncloud/lib/composer/league/flysystem/src/Adapter/AbstractFtpAdapter.php
+share/owncloud/lib/composer/league/flysystem/src/Adapter/Ftp.php
+share/owncloud/lib/composer/league/flysystem/src/Adapter/Ftpd.php
+share/owncloud/lib/composer/league/flysystem/src/Adapter/Local.php
+share/owncloud/lib/composer/league/flysystem/src/Adapter/NullAdapter.php
+share/owncloud/lib/composer/league/flysystem/src/Adapter/Polyfill/NotSupportingVisibilityTrait.php
+share/owncloud/lib/composer/league/flysystem/src/Adapter/Polyfill/StreamedCopyTrait.php
+share/owncloud/lib/composer/league/flysystem/src/Adapter/Polyfill/StreamedReadingTrait.php
+share/owncloud/lib/composer/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php
+share/owncloud/lib/composer/league/flysystem/src/Adapter/Polyfill/StreamedWritingTrait.php
+share/owncloud/lib/composer/league/flysystem/src/Adapter/SynologyFtp.php
+share/owncloud/lib/composer/league/flysystem/src/AdapterInterface.php
+share/owncloud/lib/composer/league/flysystem/src/Config.php
+share/owncloud/lib/composer/league/flysystem/src/ConfigAwareTrait.php
+share/owncloud/lib/composer/league/flysystem/src/Directory.php
+share/owncloud/lib/composer/league/flysystem/src/Exception.php
+share/owncloud/lib/composer/league/flysystem/src/File.php
+share/owncloud/lib/composer/league/flysystem/src/FileExistsException.php
+share/owncloud/lib/composer/league/flysystem/src/FileNotFoundException.php
+share/owncloud/lib/composer/league/flysystem/src/Filesystem.php
+share/owncloud/lib/composer/league/flysystem/src/FilesystemInterface.php
+share/owncloud/lib/composer/league/flysystem/src/Handler.php
+share/owncloud/lib/composer/league/flysystem/src/MountManager.php
+share/owncloud/lib/composer/league/flysystem/src/NotSupportedException.php
+share/owncloud/lib/composer/league/flysystem/src/Plugin/AbstractPlugin.php
+share/owncloud/lib/composer/league/flysystem/src/Plugin/EmptyDir.php
+share/owncloud/lib/composer/league/flysystem/src/Plugin/ForcedCopy.php
+share/owncloud/lib/composer/league/flysystem/src/Plugin/ForcedRename.php
+share/owncloud/lib/composer/league/flysystem/src/Plugin/GetWithMetadata.php
+share/owncloud/lib/composer/league/flysystem/src/Plugin/ListFiles.php
+share/owncloud/lib/composer/league/flysystem/src/Plugin/ListPaths.php
+share/owncloud/lib/composer/league/flysystem/src/Plugin/ListWith.php
+share/owncloud/lib/composer/league/flysystem/src/Plugin/PluggableTrait.php
+share/owncloud/lib/composer/league/flysystem/src/Plugin/PluginNotFoundException.php
+share/owncloud/lib/composer/league/flysystem/src/PluginInterface.php
+share/owncloud/lib/composer/league/flysystem/src/ReadInterface.php
+share/owncloud/lib/composer/league/flysystem/src/RootViolationException.php
+share/owncloud/lib/composer/league/flysystem/src/SafeStorage.php
+share/owncloud/lib/composer/league/flysystem/src/UnreadableFileException.php
+share/owncloud/lib/composer/league/flysystem/src/Util.php
+share/owncloud/lib/composer/league/flysystem/src/Util/ContentListingFormatter.php
+share/owncloud/lib/composer/league/flysystem/src/Util/MimeType.php
+share/owncloud/lib/composer/league/flysystem/src/Util/StreamHasher.php
+share/owncloud/lib/composer/lukasreschke/id3parser/README.md
+share/owncloud/lib/composer/lukasreschke/id3parser/composer.json
+share/owncloud/lib/composer/lukasreschke/id3parser/src/ID3Parser.php
+share/owncloud/lib/composer/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v1.php
+share/owncloud/lib/composer/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v2.php
+share/owncloud/lib/composer/lukasreschke/id3parser/src/getID3/getid3.php
+share/owncloud/lib/composer/lukasreschke/id3parser/src/getID3/getid3_exception.php
+share/owncloud/lib/composer/lukasreschke/id3parser/src/getID3/getid3_handler.php
+share/owncloud/lib/composer/lukasreschke/id3parser/src/getID3/getid3_lib.php
+share/owncloud/lib/composer/mcnetic/zipstreamer/.travis.yml
+share/owncloud/lib/composer/mcnetic/zipstreamer/COPYING
+share/owncloud/lib/composer/mcnetic/zipstreamer/MANUAL.md
+share/owncloud/lib/composer/mcnetic/zipstreamer/README.md
+share/owncloud/lib/composer/mcnetic/zipstreamer/composer.json
+share/owncloud/lib/composer/mcnetic/zipstreamer/src/ZipStreamer.php
+share/owncloud/lib/composer/mcnetic/zipstreamer/src/lib/Count64.php
+share/owncloud/lib/composer/natxet/CssMin/README
+share/owncloud/lib/composer/natxet/CssMin/composer.json
+share/owncloud/lib/composer/natxet/CssMin/src/CssMin.php
+share/owncloud/lib/composer/nikic/php-parser/.travis.yml
+share/owncloud/lib/composer/nikic/php-parser/CHANGELOG.md
+share/owncloud/lib/composer/nikic/php-parser/LICENSE
+share/owncloud/lib/composer/nikic/php-parser/README.md
+share/owncloud/lib/composer/nikic/php-parser/UPGRADE-1.0.md
+share/owncloud/lib/composer/nikic/php-parser/composer.json
+share/owncloud/lib/composer/nikic/php-parser/grammar/README.md
+share/owncloud/lib/composer/nikic/php-parser/grammar/analyze.php
+share/owncloud/lib/composer/nikic/php-parser/grammar/kmyacc.php.parser
+share/owncloud/lib/composer/nikic/php-parser/grammar/rebuildParser.php
+share/owncloud/lib/composer/nikic/php-parser/grammar/zend_language_parser.phpy
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Autoloader.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Class_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Declaration.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Function_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Interface_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Method.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Param.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Property.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Trait_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Use_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/BuilderAbstract.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/BuilderFactory.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Comment.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Comment/Doc.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Error.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Lexer.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Arg.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Const_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Name.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Param.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/NodeAbstract.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/NodeDumper.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/NodeTraverser.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/NodeVisitor.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Parser.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/ParserAbstract.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Serializer.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Serializer/XML.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Unserializer.php
+share/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Unserializer/XML.php
+share/owncloud/lib/composer/nikic/php-parser/lib/bootstrap.php
+share/owncloud/lib/composer/nikic/php-parser/phpunit.xml.dist
+share/owncloud/lib/composer/nikic/php-parser/test_old/run.php
+share/owncloud/lib/composer/paragonie/random_compat/LICENSE
+share/owncloud/lib/composer/paragonie/random_compat/composer.json
+share/owncloud/lib/composer/paragonie/random_compat/dist/random_compat.phar.pubkey
+share/owncloud/lib/composer/paragonie/random_compat/dist/random_compat.phar.pubkey.asc
+share/owncloud/lib/composer/paragonie/random_compat/lib/byte_safe_strings.php
+share/owncloud/lib/composer/paragonie/random_compat/lib/cast_to_int.php
+share/owncloud/lib/composer/paragonie/random_compat/lib/error_polyfill.php
+share/owncloud/lib/composer/paragonie/random_compat/lib/random.php
+share/owncloud/lib/composer/paragonie/random_compat/lib/random_bytes_com_dotnet.php
+share/owncloud/lib/composer/paragonie/random_compat/lib/random_bytes_dev_urandom.php
+share/owncloud/lib/composer/paragonie/random_compat/lib/random_bytes_libsodium.php
+share/owncloud/lib/composer/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
+share/owncloud/lib/composer/paragonie/random_compat/lib/random_bytes_mcrypt.php
+share/owncloud/lib/composer/paragonie/random_compat/lib/random_int.php
+share/owncloud/lib/composer/paragonie/random_compat/other/build_phar.php
+share/owncloud/lib/composer/paragonie/random_compat/psalm-autoload.php
+share/owncloud/lib/composer/paragonie/random_compat/psalm.xml
+share/owncloud/lib/composer/patchwork/jsqueeze/LICENSE.ASL20
+share/owncloud/lib/composer/patchwork/jsqueeze/LICENSE.GPLv2
+share/owncloud/lib/composer/patchwork/jsqueeze/README.md
+share/owncloud/lib/composer/patchwork/jsqueeze/composer.json
+share/owncloud/lib/composer/patchwork/jsqueeze/src/JSqueeze.php
+share/owncloud/lib/composer/patchwork/utf8/.travis.yml
+share/owncloud/lib/composer/patchwork/utf8/CHANGELOG.md
+share/owncloud/lib/composer/patchwork/utf8/LICENSE-APACHE
+share/owncloud/lib/composer/patchwork/utf8/LICENSE-GPL
+share/owncloud/lib/composer/patchwork/utf8/README.md
+share/owncloud/lib/composer/patchwork/utf8/appveyor.yml
+share/owncloud/lib/composer/patchwork/utf8/composer.json
+share/owncloud/lib/composer/patchwork/utf8/phpunit.xml.dist
+share/owncloud/lib/composer/patchwork/utf8/src/Normalizer.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/Iconv.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/Intl.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/Mbstring.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/Normalizer.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/Xml.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.big5.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp037.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1006.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1026.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp424.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp437.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp500.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp737.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp775.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp850.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp852.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp855.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp856.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp857.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp860.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp861.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp862.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp863.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp864.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp865.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp866.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp869.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp874.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp875.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp932.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp936.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp949.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp950.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.gsm0338.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-1.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-10.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-11.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-13.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-15.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-16.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-2.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-3.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-4.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-5.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-6.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-7.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-8.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-9.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-r.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-u.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.mazovia.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.nextstep.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.stdenc.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.symbol.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.turkish.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii-quotes.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1250.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1251.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1252.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1253.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1254.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1255.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1256.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1257.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1258.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-ce.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-cyrillic.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-greek.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-icelandic.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-roman.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.zdingbat.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.gsm0338.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.mazovia.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.stdenc.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.symbol.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.zdingbat.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/translit.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalComposition.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalDecomposition.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/combiningClass.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/compatibilityDecomposition.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/lowerCase.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/upperCase.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/TurkishUtf8.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/BestFit.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/Bootup.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/Bootup/iconv.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/Bootup/mbstring.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/Bootup/utf8_encode.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/WindowsStreamWrapper.php
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/caseFolding_full.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1250.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1251.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1252.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1253.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1254.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1255.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1256.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1257.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1258.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit874.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit932.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit936.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit949.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit950.ser
+share/owncloud/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/translit_extra.ser
+share/owncloud/lib/composer/pear/archive_tar/.travis.yml
+share/owncloud/lib/composer/pear/archive_tar/Archive/Tar.php
+share/owncloud/lib/composer/pear/archive_tar/README.md
+share/owncloud/lib/composer/pear/archive_tar/composer.json
+share/owncloud/lib/composer/pear/archive_tar/docs/Archive_Tar.txt
+share/owncloud/lib/composer/pear/archive_tar/package.xml
+share/owncloud/lib/composer/pear/archive_tar/scripts/phptar.in
+share/owncloud/lib/composer/pear/archive_tar/sync-php4
+share/owncloud/lib/composer/pear/console_getopt/.travis.yml
+share/owncloud/lib/composer/pear/console_getopt/Console/Getopt.php
+share/owncloud/lib/composer/pear/console_getopt/LICENSE
+share/owncloud/lib/composer/pear/console_getopt/README.rst
+share/owncloud/lib/composer/pear/console_getopt/composer.json
+share/owncloud/lib/composer/pear/console_getopt/package.xml
+share/owncloud/lib/composer/pear/pear-core-minimal/README.rst
+share/owncloud/lib/composer/pear/pear-core-minimal/composer.json
+share/owncloud/lib/composer/pear/pear-core-minimal/src/OS/Guess.php
+share/owncloud/lib/composer/pear/pear-core-minimal/src/PEAR.php
+share/owncloud/lib/composer/pear/pear-core-minimal/src/PEAR/Error.php
+share/owncloud/lib/composer/pear/pear-core-minimal/src/PEAR/ErrorStack.php
+share/owncloud/lib/composer/pear/pear-core-minimal/src/System.php
+share/owncloud/lib/composer/pear/pear_exception/.travis.yml
+share/owncloud/lib/composer/pear/pear_exception/LICENSE
+share/owncloud/lib/composer/pear/pear_exception/PEAR/Exception.php
+share/owncloud/lib/composer/pear/pear_exception/composer.json
+share/owncloud/lib/composer/pear/pear_exception/package.xml
+share/owncloud/lib/composer/phpseclib/phpseclib/AUTHORS
+share/owncloud/lib/composer/phpseclib/phpseclib/LICENSE
+share/owncloud/lib/composer/phpseclib/phpseclib/README.md
+share/owncloud/lib/composer/phpseclib/phpseclib/composer.json
+share/owncloud/lib/composer/phpseclib/phpseclib/composer.lock
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/AES.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Base.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/DES.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Random.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/File/ANSI.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/File/ASN1.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/File/X509.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Net/SCP.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Net/SFTP.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Net/SSH1.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Net/SSH2.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/bootstrap.php
+share/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/openssl.cnf
+share/owncloud/lib/composer/pimple/pimple/.travis.yml
+share/owncloud/lib/composer/pimple/pimple/CHANGELOG
+share/owncloud/lib/composer/pimple/pimple/LICENSE
+share/owncloud/lib/composer/pimple/pimple/README.rst
+share/owncloud/lib/composer/pimple/pimple/composer.json
+share/owncloud/lib/composer/pimple/pimple/ext/pimple/README.md
+share/owncloud/lib/composer/pimple/pimple/ext/pimple/config.m4
+share/owncloud/lib/composer/pimple/pimple/ext/pimple/config.w32
+share/owncloud/lib/composer/pimple/pimple/ext/pimple/php_pimple.h
+share/owncloud/lib/composer/pimple/pimple/ext/pimple/pimple.c
+share/owncloud/lib/composer/pimple/pimple/ext/pimple/pimple_compat.h
+share/owncloud/lib/composer/pimple/pimple/phpunit.xml.dist
+share/owncloud/lib/composer/pimple/pimple/src/Pimple/Container.php
+share/owncloud/lib/composer/pimple/pimple/src/Pimple/ServiceProviderInterface.php
+share/owncloud/lib/composer/pimple/pimple/src/Pimple/Tests/Fixtures/Invokable.php
+share/owncloud/lib/composer/pimple/pimple/src/Pimple/Tests/Fixtures/NonInvokable.php
+share/owncloud/lib/composer/pimple/pimple/src/Pimple/Tests/Fixtures/PimpleServiceProvider.php
+share/owncloud/lib/composer/pimple/pimple/src/Pimple/Tests/Fixtures/Service.php
+share/owncloud/lib/composer/pimple/pimple/src/Pimple/Tests/PimpleServiceProviderInterfaceTest.php
+share/owncloud/lib/composer/pimple/pimple/src/Pimple/Tests/PimpleTest.php
+share/owncloud/lib/composer/psr/log/LICENSE
+share/owncloud/lib/composer/psr/log/Psr/Log/AbstractLogger.php
+share/owncloud/lib/composer/psr/log/Psr/Log/InvalidArgumentException.php
+share/owncloud/lib/composer/psr/log/Psr/Log/LogLevel.php
+share/owncloud/lib/composer/psr/log/Psr/Log/LoggerAwareInterface.php
+share/owncloud/lib/composer/psr/log/Psr/Log/LoggerAwareTrait.php
+share/owncloud/lib/composer/psr/log/Psr/Log/LoggerInterface.php
+share/owncloud/lib/composer/psr/log/Psr/Log/LoggerTrait.php
+share/owncloud/lib/composer/psr/log/Psr/Log/NullLogger.php
+share/owncloud/lib/composer/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
+share/owncloud/lib/composer/psr/log/README.md
+share/owncloud/lib/composer/psr/log/composer.json
+share/owncloud/lib/composer/punic/punic/LICENSE.txt
+share/owncloud/lib/composer/punic/punic/README.md
+share/owncloud/lib/composer/punic/punic/UNICODE-LICENSE.txt
+share/owncloud/lib/composer/punic/punic/code/Calendar.php
+share/owncloud/lib/composer/punic/punic/code/Comparer.php
+share/owncloud/lib/composer/punic/punic/code/Currency.php
+share/owncloud/lib/composer/punic/punic/code/Data.php
+share/owncloud/lib/composer/punic/punic/code/Exception.php
+share/owncloud/lib/composer/punic/punic/code/Exception/BadArgumentType.php
+share/owncloud/lib/composer/punic/punic/code/Exception/BadDataFileContents.php
+share/owncloud/lib/composer/punic/punic/code/Exception/DataFileNotFound.php
+share/owncloud/lib/composer/punic/punic/code/Exception/DataFileNotReadable.php
+share/owncloud/lib/composer/punic/punic/code/Exception/DataFolderNotFound.php
+share/owncloud/lib/composer/punic/punic/code/Exception/InvalidDataFile.php
+share/owncloud/lib/composer/punic/punic/code/Exception/InvalidLocale.php
+share/owncloud/lib/composer/punic/punic/code/Exception/NotImplemented.php
+share/owncloud/lib/composer/punic/punic/code/Exception/ValueNotInList.php
+share/owncloud/lib/composer/punic/punic/code/Language.php
+share/owncloud/lib/composer/punic/punic/code/Misc.php
+share/owncloud/lib/composer/punic/punic/code/Number.php
+share/owncloud/lib/composer/punic/punic/code/Phone.php
+share/owncloud/lib/composer/punic/punic/code/Plural.php
+share/owncloud/lib/composer/punic/punic/code/Territory.php
+share/owncloud/lib/composer/punic/punic/code/Unit.php
+share/owncloud/lib/composer/punic/punic/code/data/ar/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/ar/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/ar/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/ar/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/ar/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/ar/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/ar/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ar/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ar/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/ar/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/ar/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ar/units.json
+share/owncloud/lib/composer/punic/punic/code/data/ca/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/ca/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/ca/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/ca/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/ca/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/ca/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/ca/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ca/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ca/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/ca/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/ca/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ca/units.json
+share/owncloud/lib/composer/punic/punic/code/data/cs/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/cs/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/cs/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/cs/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/cs/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/cs/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/cs/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/cs/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/cs/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/cs/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/cs/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/cs/units.json
+share/owncloud/lib/composer/punic/punic/code/data/currencyData.json
+share/owncloud/lib/composer/punic/punic/code/data/da/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/da/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/da/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/da/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/da/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/da/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/da/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/da/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/da/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/da/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/da/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/da/units.json
+share/owncloud/lib/composer/punic/punic/code/data/de/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/de/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/de/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/de/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/de/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/de/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/de/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/de/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/de/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/de/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/de/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/de/units.json
+share/owncloud/lib/composer/punic/punic/code/data/el/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/el/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/el/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/el/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/el/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/el/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/el/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/el/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/el/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/el/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/el/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/el/units.json
+share/owncloud/lib/composer/punic/punic/code/data/en-AU/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/en-AU/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/en-AU/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/en-AU/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/en-AU/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/en-AU/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/en-AU/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-AU/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-AU/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/en-AU/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/en-AU/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-AU/units.json
+share/owncloud/lib/composer/punic/punic/code/data/en-CA/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/en-CA/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/en-CA/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/en-CA/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/en-CA/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/en-CA/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/en-CA/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-CA/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-CA/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/en-CA/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/en-CA/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-CA/units.json
+share/owncloud/lib/composer/punic/punic/code/data/en-GB/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/en-GB/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/en-GB/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/en-GB/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/en-GB/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/en-GB/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/en-GB/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-GB/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-GB/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/en-GB/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/en-GB/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-GB/units.json
+share/owncloud/lib/composer/punic/punic/code/data/en-HK/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/en-HK/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/en-HK/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/en-HK/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/en-HK/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/en-HK/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/en-HK/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-HK/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-HK/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/en-HK/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/en-HK/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-HK/units.json
+share/owncloud/lib/composer/punic/punic/code/data/en-IN/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/en-IN/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/en-IN/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/en-IN/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/en-IN/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/en-IN/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/en-IN/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-IN/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-IN/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/en-IN/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/en-IN/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en-IN/units.json
+share/owncloud/lib/composer/punic/punic/code/data/en/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/en/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/en/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/en/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/en/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/en/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/en/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/en/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/en/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/en/units.json
+share/owncloud/lib/composer/punic/punic/code/data/es/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/es/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/es/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/es/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/es/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/es/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/es/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/es/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/es/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/es/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/es/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/es/units.json
+share/owncloud/lib/composer/punic/punic/code/data/fi/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/fi/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/fi/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/fi/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/fi/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/fi/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/fi/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/fi/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/fi/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/fi/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/fi/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/fi/units.json
+share/owncloud/lib/composer/punic/punic/code/data/fr/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/fr/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/fr/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/fr/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/fr/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/fr/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/fr/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/fr/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/fr/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/fr/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/fr/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/fr/units.json
+share/owncloud/lib/composer/punic/punic/code/data/he/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/he/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/he/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/he/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/he/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/he/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/he/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/he/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/he/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/he/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/he/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/he/units.json
+share/owncloud/lib/composer/punic/punic/code/data/hi/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/hi/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/hi/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/hi/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/hi/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/hi/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/hi/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/hi/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/hi/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/hi/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/hi/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/hi/units.json
+share/owncloud/lib/composer/punic/punic/code/data/hr/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/hr/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/hr/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/hr/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/hr/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/hr/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/hr/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/hr/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/hr/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/hr/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/hr/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/hr/units.json
+share/owncloud/lib/composer/punic/punic/code/data/hu/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/hu/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/hu/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/hu/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/hu/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/hu/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/hu/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/hu/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/hu/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/hu/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/hu/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/hu/units.json
+share/owncloud/lib/composer/punic/punic/code/data/it/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/it/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/it/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/it/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/it/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/it/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/it/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/it/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/it/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/it/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/it/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/it/units.json
+share/owncloud/lib/composer/punic/punic/code/data/ja/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/ja/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/ja/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/ja/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/ja/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/ja/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/ja/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ja/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ja/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/ja/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/ja/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ja/units.json
+share/owncloud/lib/composer/punic/punic/code/data/ko/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/ko/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/ko/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/ko/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/ko/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/ko/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/ko/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ko/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ko/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/ko/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/ko/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ko/units.json
+share/owncloud/lib/composer/punic/punic/code/data/likelySubtags.json
+share/owncloud/lib/composer/punic/punic/code/data/measurementData.json
+share/owncloud/lib/composer/punic/punic/code/data/metaZones.json
+share/owncloud/lib/composer/punic/punic/code/data/nb/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/nb/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/nb/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/nb/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/nb/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/nb/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/nb/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/nb/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/nb/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/nb/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/nb/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/nb/units.json
+share/owncloud/lib/composer/punic/punic/code/data/nl/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/nl/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/nl/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/nl/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/nl/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/nl/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/nl/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/nl/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/nl/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/nl/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/nl/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/nl/units.json
+share/owncloud/lib/composer/punic/punic/code/data/nn/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/nn/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/nn/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/nn/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/nn/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/nn/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/nn/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/nn/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/nn/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/nn/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/nn/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/nn/units.json
+share/owncloud/lib/composer/punic/punic/code/data/parentLocales.json
+share/owncloud/lib/composer/punic/punic/code/data/pl/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/pl/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/pl/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/pl/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/pl/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/pl/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/pl/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/pl/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/pl/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/pl/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/pl/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/pl/units.json
+share/owncloud/lib/composer/punic/punic/code/data/plurals.json
+share/owncloud/lib/composer/punic/punic/code/data/pt-PT/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/pt-PT/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/pt-PT/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/pt-PT/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/pt-PT/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/pt-PT/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/pt-PT/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/pt-PT/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/pt-PT/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/pt-PT/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/pt-PT/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/pt-PT/units.json
+share/owncloud/lib/composer/punic/punic/code/data/pt/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/pt/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/pt/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/pt/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/pt/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/pt/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/pt/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/pt/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/pt/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/pt/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/pt/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/pt/units.json
+share/owncloud/lib/composer/punic/punic/code/data/ro/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/ro/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/ro/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/ro/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/ro/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/ro/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/ro/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ro/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ro/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/ro/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/ro/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ro/units.json
+share/owncloud/lib/composer/punic/punic/code/data/root/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/root/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/root/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/root/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/root/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/root/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/root/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/root/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/root/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/root/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/root/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/root/units.json
+share/owncloud/lib/composer/punic/punic/code/data/ru/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/ru/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/ru/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/ru/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/ru/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/ru/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/ru/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ru/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ru/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/ru/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/ru/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/ru/units.json
+share/owncloud/lib/composer/punic/punic/code/data/sk/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/sk/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/sk/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/sk/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/sk/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/sk/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/sk/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/sk/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/sk/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/sk/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/sk/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/sk/units.json
+share/owncloud/lib/composer/punic/punic/code/data/sl/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/sl/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/sl/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/sl/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/sl/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/sl/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/sl/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/sl/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/sl/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/sl/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/sl/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/sl/units.json
+share/owncloud/lib/composer/punic/punic/code/data/sr/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/sr/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/sr/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/sr/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/sr/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/sr/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/sr/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/sr/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/sr/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/sr/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/sr/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/sr/units.json
+share/owncloud/lib/composer/punic/punic/code/data/sv/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/sv/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/sv/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/sv/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/sv/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/sv/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/sv/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/sv/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/sv/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/sv/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/sv/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/sv/units.json
+share/owncloud/lib/composer/punic/punic/code/data/telephoneCodeData.json
+share/owncloud/lib/composer/punic/punic/code/data/territoryContainment.json
+share/owncloud/lib/composer/punic/punic/code/data/territoryInfo.json
+share/owncloud/lib/composer/punic/punic/code/data/th/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/th/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/th/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/th/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/th/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/th/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/th/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/th/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/th/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/th/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/th/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/th/units.json
+share/owncloud/lib/composer/punic/punic/code/data/tr/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/tr/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/tr/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/tr/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/tr/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/tr/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/tr/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/tr/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/tr/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/tr/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/tr/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/tr/units.json
+share/owncloud/lib/composer/punic/punic/code/data/uk/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/uk/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/uk/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/uk/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/uk/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/uk/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/uk/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/uk/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/uk/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/uk/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/uk/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/uk/units.json
+share/owncloud/lib/composer/punic/punic/code/data/vi/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/vi/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/vi/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/vi/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/vi/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/vi/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/vi/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/vi/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/vi/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/vi/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/vi/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/vi/units.json
+share/owncloud/lib/composer/punic/punic/code/data/weekData.json
+share/owncloud/lib/composer/punic/punic/code/data/zh-Hant/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/zh-Hant/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/zh-Hant/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/zh-Hant/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/zh-Hant/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/zh-Hant/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/zh-Hant/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/zh-Hant/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/zh-Hant/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/zh-Hant/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/zh-Hant/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/zh-Hant/units.json
+share/owncloud/lib/composer/punic/punic/code/data/zh/calendar.json
+share/owncloud/lib/composer/punic/punic/code/data/zh/currencies.json
+share/owncloud/lib/composer/punic/punic/code/data/zh/dateFields.json
+share/owncloud/lib/composer/punic/punic/code/data/zh/languages.json
+share/owncloud/lib/composer/punic/punic/code/data/zh/layout.json
+share/owncloud/lib/composer/punic/punic/code/data/zh/listPatterns.json
+share/owncloud/lib/composer/punic/punic/code/data/zh/localeDisplayNames.json
+share/owncloud/lib/composer/punic/punic/code/data/zh/measurementSystemNames.json
+share/owncloud/lib/composer/punic/punic/code/data/zh/numbers.json
+share/owncloud/lib/composer/punic/punic/code/data/zh/territories.json
+share/owncloud/lib/composer/punic/punic/code/data/zh/timeZoneNames.json
+share/owncloud/lib/composer/punic/punic/code/data/zh/units.json
+share/owncloud/lib/composer/punic/punic/composer.json
+share/owncloud/lib/composer/punic/punic/punic.php
+share/owncloud/lib/composer/rackspace/php-opencloud/.coveralls.yml
+share/owncloud/lib/composer/rackspace/php-opencloud/.travis.yml
+share/owncloud/lib/composer/rackspace/php-opencloud/CONTRIBUTING.md
+share/owncloud/lib/composer/rackspace/php-opencloud/LICENSE
+share/owncloud/lib/composer/rackspace/php-opencloud/README.md
+share/owncloud/lib/composer/rackspace/php-opencloud/composer.json
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/changelog/1.7.0.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/changelog/1.9.0.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/changelog/Upgrading to 1.7.0.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/getting-started-openstack.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/getting-started.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Autoscale/Config.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Autoscale/Groups.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Autoscale/Policies.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Autoscale/Webhooks.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Clients.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Agents.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Alarms.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Changelogs.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Checks.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Entities.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Metrics.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Notifications.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Service.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Views.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Zones.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Compute/Images.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Compute/Keypair.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Compute/Server.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Compute/Service.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Identity/Roles.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Identity/Service.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Identity/Tenants.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Identity/Tokens.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Identity/Users.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Iterators.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/LoadBalancer/README.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/LoadBalancer/USERGUIDE.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/Access.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/Account.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Container.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Object.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Container.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Migrating.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Object.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Queues/Claim.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Queues/Message.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/Queues/Queue.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/accessip.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/caching-credentials.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/dbaas.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/flavors.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/networks.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/servers.md
+share/owncloud/lib/composer/rackspace/php-opencloud/docs/userguide/volumes.md
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/AbstractResource.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Group.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/GroupConfiguration.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/LaunchConfiguration.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/ScalingPolicy.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Webhook.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Service.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AgentException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AlarmException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CheckException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CloudMonitoringException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/EntityException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/MetricException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationHistoryException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationPlanException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ServiceException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/TestException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ZoneException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AbstractResource.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Agent.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentConnection.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHost.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHostInfo.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentTarget.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentToken.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Alarm.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Changelog.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Check.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/CheckType.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Entity.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Metric.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Notification.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationHistory.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationPlan.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationType.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/ReadOnlyResource.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/View.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Zone.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Service.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Log/AbstractLogger.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Log/LogLevel.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Log/LoggerInterface.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ImageState.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/Network.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ServerState.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Exception/KeyPairException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Flavor.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Image.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/KeyPair.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Network.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Server.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/ServerMetadata.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/VolumeAttachment.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Service.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Collection/DnsIterator.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/AsyncResponse.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Domain.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Object.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/PtrRecord.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Record.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Subdomain.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Service.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Database.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Instance.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/User.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Database/Service.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Access.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Algorithm.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/AllowedDomain.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/BillableLoadBalancer.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionLogging.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionThrottle.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ContentCaching.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ErrorPage.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/HealthMonitor.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/LoadBalancer.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Metadata.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Node.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/NodeEvent.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Protocol.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Readonly.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SSLTermination.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SessionPersistence.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Stats.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SubResource.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Usage.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/VirtualIp.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Service.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Service.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Stack.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/DeleteMessageException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/MessageException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueMetadataException.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Claim.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Message.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Queue.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Service.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Version.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Snapshot.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Volume.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/VolumeType.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Volume/Service.php
+share/owncloud/lib/composer/rackspace/php-opencloud/lib/php-opencloud.php
+share/owncloud/lib/composer/rackspace/php-opencloud/phpunit.xml.dist
+share/owncloud/lib/composer/react/promise/.travis.yml
+share/owncloud/lib/composer/react/promise/CHANGELOG.md
+share/owncloud/lib/composer/react/promise/LICENSE
+share/owncloud/lib/composer/react/promise/README.md
+share/owncloud/lib/composer/react/promise/composer.json
+share/owncloud/lib/composer/react/promise/phpunit.xml.dist
+share/owncloud/lib/composer/react/promise/src/CancellablePromiseInterface.php
+share/owncloud/lib/composer/react/promise/src/CancellationQueue.php
+share/owncloud/lib/composer/react/promise/src/Deferred.php
+share/owncloud/lib/composer/react/promise/src/Exception/LengthException.php
+share/owncloud/lib/composer/react/promise/src/ExtendedPromiseInterface.php
+share/owncloud/lib/composer/react/promise/src/FulfilledPromise.php
+share/owncloud/lib/composer/react/promise/src/LazyPromise.php
+share/owncloud/lib/composer/react/promise/src/Promise.php
+share/owncloud/lib/composer/react/promise/src/PromiseInterface.php
+share/owncloud/lib/composer/react/promise/src/PromisorInterface.php
+share/owncloud/lib/composer/react/promise/src/RejectedPromise.php
+share/owncloud/lib/composer/react/promise/src/UnhandledRejectionException.php
+share/owncloud/lib/composer/react/promise/src/functions.php
+share/owncloud/lib/composer/react/promise/src/functions_include.php
+share/owncloud/lib/composer/sabre/dav/.travis.yml
+share/owncloud/lib/composer/sabre/dav/CHANGELOG.md
+share/owncloud/lib/composer/sabre/dav/CONTRIBUTING.md
+share/owncloud/lib/composer/sabre/dav/LICENSE
+share/owncloud/lib/composer/sabre/dav/README.md
+share/owncloud/lib/composer/sabre/dav/composer.json
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Backend/PDO.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Backend/SimplePDO.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Calendar.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/CalendarHome.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/CalendarObject.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/CalendarQueryValidator.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/CalendarRoot.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/ICSExportPlugin.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/ICalendar.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/ICalendarObject.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/ISharedCalendar.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Notifications/Collection.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Notifications/ICollection.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Notifications/INode.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Notifications/Node.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Notifications/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Principal/Collection.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Principal/IProxyRead.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Principal/ProxyRead.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Principal/User.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Schedule/IInbox.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Schedule/IOutbox.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Schedule/Inbox.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Schedule/Outbox.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Schedule/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/SharedCalendar.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/SharingPlugin.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/Invite.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php
+share/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/Share.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/AddressBook.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/AddressBookHome.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/AddressBookRoot.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Backend/BackendInterface.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Backend/PDO.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Backend/SyncSupport.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Card.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/IAddressBook.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/ICard.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/IDirectory.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/VCFExportPlugin.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
+share/owncloud/lib/composer/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Auth/Backend/AbstractBearer.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Auth/Backend/Apache.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Auth/Backend/File.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Auth/Backend/PDO.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Auth/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/GuessContentType.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/HtmlOutput.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/PropFindAll.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/assets/favicon.ico
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/assets/sabredav.css
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Browser/assets/sabredav.png
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Client.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Collection.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/CorePlugin.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/BadRequest.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/Conflict.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/ConflictingLock.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/Forbidden.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/InsufficientStorage.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/LengthRequired.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/Locked.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/NotAuthenticated.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/NotFound.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/NotImplemented.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/PaymentRequired.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/PreconditionFailed.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/ReportNotSupported.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/TooManyMatches.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/FS/Directory.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/FS/File.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/FS/Node.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/FSExt/Directory.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/FSExt/File.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/File.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/ICollection.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/IExtendedCollection.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/IFile.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/IMoveTarget.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/IMultiGet.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/INode.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/IProperties.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/IQuota.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Locks/Backend/File.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Locks/Backend/PDO.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Locks/LockInfo.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Locks/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/MkCol.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Mount/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Node.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/PartialUpdate/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/PropFind.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/PropPatch.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Server.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/ServerPlugin.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Sharing/ISharedNode.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Sharing/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/SimpleCollection.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/SimpleFile.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/StringUtil.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Sync/ISyncCollection.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Sync/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Tree.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/UUIDUtil.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Version.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Element/Prop.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Element/Response.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Element/Sharee.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/Complex.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/Href.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/Invite.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/LocalHref.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/ShareAccess.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Request/Lock.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Request/MkCol.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Request/PropFind.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Request/ShareResource.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
+share/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Service.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/ACLTrait.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Exception/AceConflict.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Exception/NoAbstract.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/FS/Collection.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/FS/File.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/FS/HomeCollection.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/IACL.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/IPrincipal.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/IPrincipalCollection.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Plugin.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Principal.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/PrincipalCollection.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Xml/Property/Acl.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Xml/Request/AclPrincipalPropSetReport.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Xml/Request/PrincipalMatchReport.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
+share/owncloud/lib/composer/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
+share/owncloud/lib/composer/sabre/event/.travis.yml
+share/owncloud/lib/composer/sabre/event/CHANGELOG.md
+share/owncloud/lib/composer/sabre/event/LICENSE
+share/owncloud/lib/composer/sabre/event/README.md
+share/owncloud/lib/composer/sabre/event/composer.json
+share/owncloud/lib/composer/sabre/event/lib/EventEmitter.php
+share/owncloud/lib/composer/sabre/event/lib/EventEmitterInterface.php
+share/owncloud/lib/composer/sabre/event/lib/EventEmitterTrait.php
+share/owncloud/lib/composer/sabre/event/lib/Loop/Loop.php
+share/owncloud/lib/composer/sabre/event/lib/Loop/functions.php
+share/owncloud/lib/composer/sabre/event/lib/Promise.php
+share/owncloud/lib/composer/sabre/event/lib/Promise/functions.php
+share/owncloud/lib/composer/sabre/event/lib/PromiseAlreadyResolvedException.php
+share/owncloud/lib/composer/sabre/event/lib/Version.php
+share/owncloud/lib/composer/sabre/event/lib/coroutine.php
+share/owncloud/lib/composer/sabre/event/phpunit.xml.dist
+share/owncloud/lib/composer/sabre/http/.travis.yml
+share/owncloud/lib/composer/sabre/http/CHANGELOG.md
+share/owncloud/lib/composer/sabre/http/LICENSE
+share/owncloud/lib/composer/sabre/http/README.md
+share/owncloud/lib/composer/sabre/http/composer.json
+share/owncloud/lib/composer/sabre/http/lib/Auth/AWS.php
+share/owncloud/lib/composer/sabre/http/lib/Auth/AbstractAuth.php
+share/owncloud/lib/composer/sabre/http/lib/Auth/Basic.php
+share/owncloud/lib/composer/sabre/http/lib/Auth/Bearer.php
+share/owncloud/lib/composer/sabre/http/lib/Auth/Digest.php
+share/owncloud/lib/composer/sabre/http/lib/Client.php
+share/owncloud/lib/composer/sabre/http/lib/ClientException.php
+share/owncloud/lib/composer/sabre/http/lib/ClientHttpException.php
+share/owncloud/lib/composer/sabre/http/lib/HttpException.php
+share/owncloud/lib/composer/sabre/http/lib/Message.php
+share/owncloud/lib/composer/sabre/http/lib/MessageDecoratorTrait.php
+share/owncloud/lib/composer/sabre/http/lib/MessageInterface.php
+share/owncloud/lib/composer/sabre/http/lib/Request.php
+share/owncloud/lib/composer/sabre/http/lib/RequestDecorator.php
+share/owncloud/lib/composer/sabre/http/lib/RequestInterface.php
+share/owncloud/lib/composer/sabre/http/lib/Response.php
+share/owncloud/lib/composer/sabre/http/lib/ResponseDecorator.php
+share/owncloud/lib/composer/sabre/http/lib/ResponseInterface.php
+share/owncloud/lib/composer/sabre/http/lib/Sapi.php
+share/owncloud/lib/composer/sabre/http/lib/URLUtil.php
+share/owncloud/lib/composer/sabre/http/lib/Util.php
+share/owncloud/lib/composer/sabre/http/lib/Version.php
+share/owncloud/lib/composer/sabre/http/lib/functions.php
+share/owncloud/lib/composer/sabre/uri/.travis.yml
+share/owncloud/lib/composer/sabre/uri/CHANGELOG.md
+share/owncloud/lib/composer/sabre/uri/LICENSE
+share/owncloud/lib/composer/sabre/uri/README.md
+share/owncloud/lib/composer/sabre/uri/composer.json
+share/owncloud/lib/composer/sabre/uri/lib/InvalidUriException.php
+share/owncloud/lib/composer/sabre/uri/lib/Version.php
+share/owncloud/lib/composer/sabre/uri/lib/functions.php
+share/owncloud/lib/composer/sabre/vobject/.travis.yml
+share/owncloud/lib/composer/sabre/vobject/CHANGELOG.md
+share/owncloud/lib/composer/sabre/vobject/LICENSE
+share/owncloud/lib/composer/sabre/vobject/README.md
+share/owncloud/lib/composer/sabre/vobject/composer.json
+share/owncloud/lib/composer/sabre/vobject/lib/BirthdayCalendarGenerator.php
+share/owncloud/lib/composer/sabre/vobject/lib/Cli.php
+share/owncloud/lib/composer/sabre/vobject/lib/Component.php
+share/owncloud/lib/composer/sabre/vobject/lib/Component/Available.php
+share/owncloud/lib/composer/sabre/vobject/lib/Component/VAlarm.php
+share/owncloud/lib/composer/sabre/vobject/lib/Component/VAvailability.php
+share/owncloud/lib/composer/sabre/vobject/lib/Component/VCalendar.php
+share/owncloud/lib/composer/sabre/vobject/lib/Component/VCard.php
+share/owncloud/lib/composer/sabre/vobject/lib/Component/VEvent.php
+share/owncloud/lib/composer/sabre/vobject/lib/Component/VFreeBusy.php
+share/owncloud/lib/composer/sabre/vobject/lib/Component/VJournal.php
+share/owncloud/lib/composer/sabre/vobject/lib/Component/VTimeZone.php
+share/owncloud/lib/composer/sabre/vobject/lib/Component/VTodo.php
+share/owncloud/lib/composer/sabre/vobject/lib/DateTimeParser.php
+share/owncloud/lib/composer/sabre/vobject/lib/Document.php
+share/owncloud/lib/composer/sabre/vobject/lib/ElementList.php
+share/owncloud/lib/composer/sabre/vobject/lib/EofException.php
+share/owncloud/lib/composer/sabre/vobject/lib/FreeBusyData.php
+share/owncloud/lib/composer/sabre/vobject/lib/FreeBusyGenerator.php
+share/owncloud/lib/composer/sabre/vobject/lib/ITip/Broker.php
+share/owncloud/lib/composer/sabre/vobject/lib/ITip/ITipException.php
+share/owncloud/lib/composer/sabre/vobject/lib/ITip/Message.php
+share/owncloud/lib/composer/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
+share/owncloud/lib/composer/sabre/vobject/lib/InvalidDataException.php
+share/owncloud/lib/composer/sabre/vobject/lib/Node.php
+share/owncloud/lib/composer/sabre/vobject/lib/PHPUnitAssertions.php
+share/owncloud/lib/composer/sabre/vobject/lib/Parameter.php
+share/owncloud/lib/composer/sabre/vobject/lib/ParseException.php
+share/owncloud/lib/composer/sabre/vobject/lib/Parser/Json.php
+share/owncloud/lib/composer/sabre/vobject/lib/Parser/MimeDir.php
+share/owncloud/lib/composer/sabre/vobject/lib/Parser/Parser.php
+share/owncloud/lib/composer/sabre/vobject/lib/Parser/XML.php
+share/owncloud/lib/composer/sabre/vobject/lib/Parser/XML/Element/KeyValue.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/Binary.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/Boolean.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/FlatText.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/FloatValue.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/ICalendar/CalAddress.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/ICalendar/Date.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/ICalendar/DateTime.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/ICalendar/Duration.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/ICalendar/Period.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/ICalendar/Recur.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/IntegerValue.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/Text.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/Time.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/Unknown.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/Uri.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/UtcOffset.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/VCard/Date.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/VCard/DateTime.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/VCard/LanguageTag.php
+share/owncloud/lib/composer/sabre/vobject/lib/Property/VCard/TimeStamp.php
+share/owncloud/lib/composer/sabre/vobject/lib/Reader.php
+share/owncloud/lib/composer/sabre/vobject/lib/Recur/EventIterator.php
+share/owncloud/lib/composer/sabre/vobject/lib/Recur/MaxInstancesExceededException.php
+share/owncloud/lib/composer/sabre/vobject/lib/Recur/NoInstancesException.php
+share/owncloud/lib/composer/sabre/vobject/lib/Recur/RDateIterator.php
+share/owncloud/lib/composer/sabre/vobject/lib/Recur/RRuleIterator.php
+share/owncloud/lib/composer/sabre/vobject/lib/Settings.php
+share/owncloud/lib/composer/sabre/vobject/lib/Splitter/ICalendar.php
+share/owncloud/lib/composer/sabre/vobject/lib/Splitter/SplitterInterface.php
+share/owncloud/lib/composer/sabre/vobject/lib/Splitter/VCard.php
+share/owncloud/lib/composer/sabre/vobject/lib/StringUtil.php
+share/owncloud/lib/composer/sabre/vobject/lib/TimeZoneUtil.php
+share/owncloud/lib/composer/sabre/vobject/lib/UUIDUtil.php
+share/owncloud/lib/composer/sabre/vobject/lib/VCardConverter.php
+share/owncloud/lib/composer/sabre/vobject/lib/Version.php
+share/owncloud/lib/composer/sabre/vobject/lib/Writer.php
+share/owncloud/lib/composer/sabre/vobject/lib/timezonedata/exchangezones.php
+share/owncloud/lib/composer/sabre/vobject/lib/timezonedata/lotuszones.php
+share/owncloud/lib/composer/sabre/vobject/lib/timezonedata/php-bc.php
+share/owncloud/lib/composer/sabre/vobject/lib/timezonedata/php-workaround.php
+share/owncloud/lib/composer/sabre/vobject/lib/timezonedata/windowszones.php
+share/owncloud/lib/composer/sabre/vobject/resources/schema/xcal.rng
+share/owncloud/lib/composer/sabre/vobject/resources/schema/xcard.rng
+share/owncloud/lib/composer/sabre/xml/.travis.yml
+share/owncloud/lib/composer/sabre/xml/CHANGELOG.md
+share/owncloud/lib/composer/sabre/xml/LICENSE
+share/owncloud/lib/composer/sabre/xml/README.md
+share/owncloud/lib/composer/sabre/xml/composer.json
+share/owncloud/lib/composer/sabre/xml/lib/ContextStackTrait.php
+share/owncloud/lib/composer/sabre/xml/lib/Deserializer/functions.php
+share/owncloud/lib/composer/sabre/xml/lib/Element.php
+share/owncloud/lib/composer/sabre/xml/lib/Element/Base.php
+share/owncloud/lib/composer/sabre/xml/lib/Element/Cdata.php
+share/owncloud/lib/composer/sabre/xml/lib/Element/Elements.php
+share/owncloud/lib/composer/sabre/xml/lib/Element/KeyValue.php
+share/owncloud/lib/composer/sabre/xml/lib/Element/Uri.php
+share/owncloud/lib/composer/sabre/xml/lib/Element/XmlFragment.php
+share/owncloud/lib/composer/sabre/xml/lib/LibXMLException.php
+share/owncloud/lib/composer/sabre/xml/lib/ParseException.php
+share/owncloud/lib/composer/sabre/xml/lib/Reader.php
+share/owncloud/lib/composer/sabre/xml/lib/Serializer/functions.php
+share/owncloud/lib/composer/sabre/xml/lib/Service.php
+share/owncloud/lib/composer/sabre/xml/lib/Version.php
+share/owncloud/lib/composer/sabre/xml/lib/Writer.php
+share/owncloud/lib/composer/sabre/xml/lib/XmlDeserializable.php
+share/owncloud/lib/composer/sabre/xml/lib/XmlSerializable.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/.php_cs.dist
+share/owncloud/lib/composer/swiftmailer/swiftmailer/.travis.yml
+share/owncloud/lib/composer/swiftmailer/swiftmailer/CHANGES
+share/owncloud/lib/composer/swiftmailer/swiftmailer/LICENSE
+share/owncloud/lib/composer/swiftmailer/swiftmailer/README
+share/owncloud/lib/composer/swiftmailer/swiftmailer/VERSION
+share/owncloud/lib/composer/swiftmailer/swiftmailer/composer.json
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Image.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Message.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderFactory.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Message.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimeEntity.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ParameterizedHeader.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/SignedMessage.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailInvoker.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/mime_types.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/preferences.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/swift_init.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/swift_required.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/swift_required_pear.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
+share/owncloud/lib/composer/swiftmailer/swiftmailer/phpunit.xml.dist
+share/owncloud/lib/composer/symfony/console/Application.php
+share/owncloud/lib/composer/symfony/console/CHANGELOG.md
+share/owncloud/lib/composer/symfony/console/Command/Command.php
+share/owncloud/lib/composer/symfony/console/Command/HelpCommand.php
+share/owncloud/lib/composer/symfony/console/Command/ListCommand.php
+share/owncloud/lib/composer/symfony/console/Command/LockableTrait.php
+share/owncloud/lib/composer/symfony/console/ConsoleEvents.php
+share/owncloud/lib/composer/symfony/console/Descriptor/ApplicationDescription.php
+share/owncloud/lib/composer/symfony/console/Descriptor/Descriptor.php
+share/owncloud/lib/composer/symfony/console/Descriptor/DescriptorInterface.php
+share/owncloud/lib/composer/symfony/console/Descriptor/JsonDescriptor.php
+share/owncloud/lib/composer/symfony/console/Descriptor/MarkdownDescriptor.php
+share/owncloud/lib/composer/symfony/console/Descriptor/TextDescriptor.php
+share/owncloud/lib/composer/symfony/console/Descriptor/XmlDescriptor.php
+share/owncloud/lib/composer/symfony/console/Event/ConsoleCommandEvent.php
+share/owncloud/lib/composer/symfony/console/Event/ConsoleEvent.php
+share/owncloud/lib/composer/symfony/console/Event/ConsoleExceptionEvent.php
+share/owncloud/lib/composer/symfony/console/Event/ConsoleTerminateEvent.php
+share/owncloud/lib/composer/symfony/console/Exception/CommandNotFoundException.php
+share/owncloud/lib/composer/symfony/console/Exception/ExceptionInterface.php
+share/owncloud/lib/composer/symfony/console/Exception/InvalidArgumentException.php
+share/owncloud/lib/composer/symfony/console/Exception/InvalidOptionException.php
+share/owncloud/lib/composer/symfony/console/Exception/LogicException.php
+share/owncloud/lib/composer/symfony/console/Exception/RuntimeException.php
+share/owncloud/lib/composer/symfony/console/Formatter/OutputFormatter.php
+share/owncloud/lib/composer/symfony/console/Formatter/OutputFormatterInterface.php
+share/owncloud/lib/composer/symfony/console/Formatter/OutputFormatterStyle.php
+share/owncloud/lib/composer/symfony/console/Formatter/OutputFormatterStyleInterface.php
+share/owncloud/lib/composer/symfony/console/Formatter/OutputFormatterStyleStack.php
+share/owncloud/lib/composer/symfony/console/Helper/DebugFormatterHelper.php
+share/owncloud/lib/composer/symfony/console/Helper/DescriptorHelper.php
+share/owncloud/lib/composer/symfony/console/Helper/FormatterHelper.php
+share/owncloud/lib/composer/symfony/console/Helper/Helper.php
+share/owncloud/lib/composer/symfony/console/Helper/HelperInterface.php
+share/owncloud/lib/composer/symfony/console/Helper/HelperSet.php
+share/owncloud/lib/composer/symfony/console/Helper/InputAwareHelper.php
+share/owncloud/lib/composer/symfony/console/Helper/ProcessHelper.php
+share/owncloud/lib/composer/symfony/console/Helper/ProgressBar.php
+share/owncloud/lib/composer/symfony/console/Helper/ProgressIndicator.php
+share/owncloud/lib/composer/symfony/console/Helper/QuestionHelper.php
+share/owncloud/lib/composer/symfony/console/Helper/SymfonyQuestionHelper.php
+share/owncloud/lib/composer/symfony/console/Helper/Table.php
+share/owncloud/lib/composer/symfony/console/Helper/TableCell.php
+share/owncloud/lib/composer/symfony/console/Helper/TableSeparator.php
+share/owncloud/lib/composer/symfony/console/Helper/TableStyle.php
+share/owncloud/lib/composer/symfony/console/Input/ArgvInput.php
+share/owncloud/lib/composer/symfony/console/Input/ArrayInput.php
+share/owncloud/lib/composer/symfony/console/Input/Input.php
+share/owncloud/lib/composer/symfony/console/Input/InputArgument.php
+share/owncloud/lib/composer/symfony/console/Input/InputAwareInterface.php
+share/owncloud/lib/composer/symfony/console/Input/InputDefinition.php
+share/owncloud/lib/composer/symfony/console/Input/InputInterface.php
+share/owncloud/lib/composer/symfony/console/Input/InputOption.php
+share/owncloud/lib/composer/symfony/console/Input/StreamableInputInterface.php
+share/owncloud/lib/composer/symfony/console/Input/StringInput.php
+share/owncloud/lib/composer/symfony/console/LICENSE
+share/owncloud/lib/composer/symfony/console/Logger/ConsoleLogger.php
+share/owncloud/lib/composer/symfony/console/Output/BufferedOutput.php
+share/owncloud/lib/composer/symfony/console/Output/ConsoleOutput.php
+share/owncloud/lib/composer/symfony/console/Output/ConsoleOutputInterface.php
+share/owncloud/lib/composer/symfony/console/Output/NullOutput.php
+share/owncloud/lib/composer/symfony/console/Output/Output.php
+share/owncloud/lib/composer/symfony/console/Output/OutputInterface.php
+share/owncloud/lib/composer/symfony/console/Output/StreamOutput.php
+share/owncloud/lib/composer/symfony/console/Question/ChoiceQuestion.php
+share/owncloud/lib/composer/symfony/console/Question/ConfirmationQuestion.php
+share/owncloud/lib/composer/symfony/console/Question/Question.php
+share/owncloud/lib/composer/symfony/console/README.md
+share/owncloud/lib/composer/symfony/console/Style/OutputStyle.php
+share/owncloud/lib/composer/symfony/console/Style/StyleInterface.php
+share/owncloud/lib/composer/symfony/console/Style/SymfonyStyle.php
+share/owncloud/lib/composer/symfony/console/Terminal.php
+share/owncloud/lib/composer/symfony/console/Tester/ApplicationTester.php
+share/owncloud/lib/composer/symfony/console/Tester/CommandTester.php
+share/owncloud/lib/composer/symfony/console/Tests/ApplicationTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Command/CommandTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Command/HelpCommandTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Command/ListCommandTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Command/LockableTraitTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Descriptor/AbstractDescriptorTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Descriptor/JsonDescriptorTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Descriptor/MarkdownDescriptorTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Descriptor/ObjectsProvider.php
+share/owncloud/lib/composer/symfony/console/Tests/Descriptor/TextDescriptorTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Descriptor/XmlDescriptorTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/BarBucCommand.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/DescriptorApplication1.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/DescriptorApplication2.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/DescriptorApplicationMbString.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/DescriptorCommand1.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/DescriptorCommand2.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/DescriptorCommand3.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/DescriptorCommandMbString.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/DummyOutput.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Foo1Command.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Foo2Command.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Foo3Command.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Foo4Command.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Foo5Command.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Foo6Command.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/FooCommand.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/FooLock2Command.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/FooLockCommand.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/FooSubnamespaced1Command.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/FooSubnamespaced2Command.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/FoobarCommand.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/interactive_command_1.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/interactive_output_1.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_10.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_13.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_14.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_15.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_16.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_4.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_9.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/TestCommand.php
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_1.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_1.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_1.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_1.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_2.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_2.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_2.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_2.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_gethelp.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_mbstring.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_mbstring.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_renderexception1.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_renderexception2.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_renderexception3.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_renderexception3decorated.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_renderexception4.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_renderexception_doublewidth2.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_run1.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_run2.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_run3.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/application_run4.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/command_1.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/command_1.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/command_1.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/command_1.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/command_2.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/command_2.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/command_2.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/command_2.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/command_mbstring.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/command_mbstring.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_1.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_1.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_1.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_1.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_2.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_2.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_2.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_2.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_3.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_3.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_3.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_3.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_4.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_4.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_4.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_4.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_with_style.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_with_style.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_with_style.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_argument_with_style.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_1.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_1.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_1.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_1.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_2.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_2.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_2.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_2.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_3.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_3.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_3.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_3.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_4.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_4.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_4.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_definition_4.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_1.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_1.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_1.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_1.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_2.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_2.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_2.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_2.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_3.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_3.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_3.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_3.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_4.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_4.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_4.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_4.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_5.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_5.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_5.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_5.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_6.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_6.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_6.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_6.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style.xml
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style_array.json
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style_array.md
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style_array.txt
+share/owncloud/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style_array.xml
+share/owncloud/lib/composer/symfony/console/Tests/Formatter/OutputFormatterStyleStackTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Formatter/OutputFormatterStyleTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Formatter/OutputFormatterTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Helper/AbstractQuestionHelperTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Helper/FormatterHelperTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Helper/HelperSetTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Helper/HelperTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Helper/ProcessHelperTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Helper/ProgressBarTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Helper/ProgressIndicatorTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Helper/QuestionHelperTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Helper/SymfonyQuestionHelperTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Helper/TableStyleTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Helper/TableTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Input/ArgvInputTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Input/ArrayInputTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Input/InputArgumentTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Input/InputDefinitionTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Input/InputOptionTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Input/InputTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Input/StringInputTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Logger/ConsoleLoggerTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Output/ConsoleOutputTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Output/NullOutputTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Output/OutputTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Output/StreamOutputTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Style/SymfonyStyleTest.php
+share/owncloud/lib/composer/symfony/console/Tests/TerminalTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Tester/ApplicationTesterTest.php
+share/owncloud/lib/composer/symfony/console/Tests/Tester/CommandTesterTest.php
+share/owncloud/lib/composer/symfony/console/composer.json
+share/owncloud/lib/composer/symfony/console/phpunit.xml.dist
+share/owncloud/lib/composer/symfony/debug/BufferingLogger.php
+share/owncloud/lib/composer/symfony/debug/CHANGELOG.md
+share/owncloud/lib/composer/symfony/debug/Debug.php
+share/owncloud/lib/composer/symfony/debug/DebugClassLoader.php
+share/owncloud/lib/composer/symfony/debug/ErrorHandler.php
+share/owncloud/lib/composer/symfony/debug/Exception/ClassNotFoundException.php
+share/owncloud/lib/composer/symfony/debug/Exception/ContextErrorException.php
+share/owncloud/lib/composer/symfony/debug/Exception/FatalErrorException.php
+share/owncloud/lib/composer/symfony/debug/Exception/FatalThrowableError.php
+share/owncloud/lib/composer/symfony/debug/Exception/FlattenException.php
+share/owncloud/lib/composer/symfony/debug/Exception/OutOfMemoryException.php
+share/owncloud/lib/composer/symfony/debug/Exception/SilencedErrorContext.php
+share/owncloud/lib/composer/symfony/debug/Exception/UndefinedFunctionException.php
+share/owncloud/lib/composer/symfony/debug/Exception/UndefinedMethodException.php
+share/owncloud/lib/composer/symfony/debug/ExceptionHandler.php
+share/owncloud/lib/composer/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php
+share/owncloud/lib/composer/symfony/debug/FatalErrorHandler/FatalErrorHandlerInterface.php
+share/owncloud/lib/composer/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php
+share/owncloud/lib/composer/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php
+share/owncloud/lib/composer/symfony/debug/LICENSE
+share/owncloud/lib/composer/symfony/debug/README.md
+share/owncloud/lib/composer/symfony/debug/Resources/ext/README.md
+share/owncloud/lib/composer/symfony/debug/Resources/ext/config.m4
+share/owncloud/lib/composer/symfony/debug/Resources/ext/config.w32
+share/owncloud/lib/composer/symfony/debug/Resources/ext/php_symfony_debug.h
+share/owncloud/lib/composer/symfony/debug/Resources/ext/symfony_debug.c
+share/owncloud/lib/composer/symfony/debug/Tests/DebugClassLoaderTest.php
+share/owncloud/lib/composer/symfony/debug/Tests/ErrorHandlerTest.php
+share/owncloud/lib/composer/symfony/debug/Tests/Exception/FlattenExceptionTest.php
+share/owncloud/lib/composer/symfony/debug/Tests/ExceptionHandlerTest.php
+share/owncloud/lib/composer/symfony/debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php
+share/owncloud/lib/composer/symfony/debug/Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php
+share/owncloud/lib/composer/symfony/debug/Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php
+share/owncloud/lib/composer/symfony/debug/Tests/Fixtures/ClassAlias.php
+share/owncloud/lib/composer/symfony/debug/Tests/Fixtures/DeprecatedClass.php
+share/owncloud/lib/composer/symfony/debug/Tests/Fixtures/DeprecatedInterface.php
+share/owncloud/lib/composer/symfony/debug/Tests/Fixtures/NonDeprecatedInterface.php
+share/owncloud/lib/composer/symfony/debug/Tests/Fixtures/PEARClass.php
+share/owncloud/lib/composer/symfony/debug/Tests/Fixtures/ToStringThrower.php
+share/owncloud/lib/composer/symfony/debug/Tests/Fixtures/casemismatch.php
+share/owncloud/lib/composer/symfony/debug/Tests/Fixtures/notPsr0Bis.php
+share/owncloud/lib/composer/symfony/debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php
+share/owncloud/lib/composer/symfony/debug/Tests/Fixtures/reallyNotPsr0.php
+share/owncloud/lib/composer/symfony/debug/Tests/Fixtures2/RequiredTwice.php
+share/owncloud/lib/composer/symfony/debug/Tests/HeaderMock.php
+share/owncloud/lib/composer/symfony/debug/Tests/MockExceptionHandler.php
+share/owncloud/lib/composer/symfony/debug/composer.json
+share/owncloud/lib/composer/symfony/debug/phpunit.xml.dist
+share/owncloud/lib/composer/symfony/event-dispatcher/CHANGELOG.md
+share/owncloud/lib/composer/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
+share/owncloud/lib/composer/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
+share/owncloud/lib/composer/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
+share/owncloud/lib/composer/symfony/event-dispatcher/Debug/WrappedListener.php
+share/owncloud/lib/composer/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
+share/owncloud/lib/composer/symfony/event-dispatcher/Event.php
+share/owncloud/lib/composer/symfony/event-dispatcher/EventDispatcher.php
+share/owncloud/lib/composer/symfony/event-dispatcher/EventDispatcherInterface.php
+share/owncloud/lib/composer/symfony/event-dispatcher/EventSubscriberInterface.php
+share/owncloud/lib/composer/symfony/event-dispatcher/GenericEvent.php
+share/owncloud/lib/composer/symfony/event-dispatcher/ImmutableEventDispatcher.php
+share/owncloud/lib/composer/symfony/event-dispatcher/LICENSE
+share/owncloud/lib/composer/symfony/event-dispatcher/README.md
+share/owncloud/lib/composer/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php
+share/owncloud/lib/composer/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php
+share/owncloud/lib/composer/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php
+share/owncloud/lib/composer/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
+share/owncloud/lib/composer/symfony/event-dispatcher/Tests/EventDispatcherTest.php
+share/owncloud/lib/composer/symfony/event-dispatcher/Tests/EventTest.php
+share/owncloud/lib/composer/symfony/event-dispatcher/Tests/GenericEventTest.php
+share/owncloud/lib/composer/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php
+share/owncloud/lib/composer/symfony/event-dispatcher/composer.json
+share/owncloud/lib/composer/symfony/event-dispatcher/phpunit.xml.dist
+share/owncloud/lib/composer/symfony/polyfill-mbstring/LICENSE
+share/owncloud/lib/composer/symfony/polyfill-mbstring/Mbstring.php
+share/owncloud/lib/composer/symfony/polyfill-mbstring/README.md
+share/owncloud/lib/composer/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
+share/owncloud/lib/composer/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
+share/owncloud/lib/composer/symfony/polyfill-mbstring/bootstrap.php
+share/owncloud/lib/composer/symfony/polyfill-mbstring/composer.json
+share/owncloud/lib/composer/symfony/polyfill-php70/LICENSE
+share/owncloud/lib/composer/symfony/polyfill-php70/Php70.php
+share/owncloud/lib/composer/symfony/polyfill-php70/README.md
+share/owncloud/lib/composer/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php
+share/owncloud/lib/composer/symfony/polyfill-php70/Resources/stubs/AssertionError.php
+share/owncloud/lib/composer/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php
+share/owncloud/lib/composer/symfony/polyfill-php70/Resources/stubs/Error.php
+share/owncloud/lib/composer/symfony/polyfill-php70/Resources/stubs/ParseError.php
+share/owncloud/lib/composer/symfony/polyfill-php70/Resources/stubs/TypeError.php
+share/owncloud/lib/composer/symfony/polyfill-php70/bootstrap.php
+share/owncloud/lib/composer/symfony/polyfill-php70/composer.json
+share/owncloud/lib/composer/symfony/process/CHANGELOG.md
+share/owncloud/lib/composer/symfony/process/Exception/ExceptionInterface.php
+share/owncloud/lib/composer/symfony/process/Exception/InvalidArgumentException.php
+share/owncloud/lib/composer/symfony/process/Exception/LogicException.php
+share/owncloud/lib/composer/symfony/process/Exception/ProcessFailedException.php
+share/owncloud/lib/composer/symfony/process/Exception/ProcessTimedOutException.php
+share/owncloud/lib/composer/symfony/process/Exception/RuntimeException.php
+share/owncloud/lib/composer/symfony/process/ExecutableFinder.php
+share/owncloud/lib/composer/symfony/process/InputStream.php
+share/owncloud/lib/composer/symfony/process/LICENSE
+share/owncloud/lib/composer/symfony/process/PhpExecutableFinder.php
+share/owncloud/lib/composer/symfony/process/PhpProcess.php
+share/owncloud/lib/composer/symfony/process/Pipes/AbstractPipes.php
+share/owncloud/lib/composer/symfony/process/Pipes/PipesInterface.php
+share/owncloud/lib/composer/symfony/process/Pipes/UnixPipes.php
+share/owncloud/lib/composer/symfony/process/Pipes/WindowsPipes.php
+share/owncloud/lib/composer/symfony/process/Process.php
+share/owncloud/lib/composer/symfony/process/ProcessBuilder.php
+share/owncloud/lib/composer/symfony/process/ProcessUtils.php
+share/owncloud/lib/composer/symfony/process/README.md
+share/owncloud/lib/composer/symfony/process/Tests/ExecutableFinderTest.php
+share/owncloud/lib/composer/symfony/process/Tests/NonStopableProcess.php
+share/owncloud/lib/composer/symfony/process/Tests/PhpExecutableFinderTest.php
+share/owncloud/lib/composer/symfony/process/Tests/PhpProcessTest.php
+share/owncloud/lib/composer/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php
+share/owncloud/lib/composer/symfony/process/Tests/ProcessBuilderTest.php
+share/owncloud/lib/composer/symfony/process/Tests/ProcessFailedExceptionTest.php
+share/owncloud/lib/composer/symfony/process/Tests/ProcessTest.php
+share/owncloud/lib/composer/symfony/process/Tests/ProcessUtilsTest.php
+share/owncloud/lib/composer/symfony/process/Tests/SignalListener.php
+share/owncloud/lib/composer/symfony/process/composer.json
+share/owncloud/lib/composer/symfony/process/phpunit.xml.dist
+share/owncloud/lib/composer/symfony/routing/Annotation/Route.php
+share/owncloud/lib/composer/symfony/routing/CHANGELOG.md
+share/owncloud/lib/composer/symfony/routing/CompiledRoute.php
+share/owncloud/lib/composer/symfony/routing/Exception/ExceptionInterface.php
+share/owncloud/lib/composer/symfony/routing/Exception/InvalidParameterException.php
+share/owncloud/lib/composer/symfony/routing/Exception/MethodNotAllowedException.php
+share/owncloud/lib/composer/symfony/routing/Exception/MissingMandatoryParametersException.php
+share/owncloud/lib/composer/symfony/routing/Exception/ResourceNotFoundException.php
+share/owncloud/lib/composer/symfony/routing/Exception/RouteNotFoundException.php
+share/owncloud/lib/composer/symfony/routing/Generator/ConfigurableRequirementsInterface.php
+share/owncloud/lib/composer/symfony/routing/Generator/Dumper/GeneratorDumper.php
+share/owncloud/lib/composer/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php
+share/owncloud/lib/composer/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php
+share/owncloud/lib/composer/symfony/routing/Generator/UrlGenerator.php
+share/owncloud/lib/composer/symfony/routing/Generator/UrlGeneratorInterface.php
+share/owncloud/lib/composer/symfony/routing/LICENSE
+share/owncloud/lib/composer/symfony/routing/Loader/AnnotationClassLoader.php
+share/owncloud/lib/composer/symfony/routing/Loader/AnnotationDirectoryLoader.php
+share/owncloud/lib/composer/symfony/routing/Loader/AnnotationFileLoader.php
+share/owncloud/lib/composer/symfony/routing/Loader/ClosureLoader.php
+share/owncloud/lib/composer/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php
+share/owncloud/lib/composer/symfony/routing/Loader/DirectoryLoader.php
+share/owncloud/lib/composer/symfony/routing/Loader/ObjectRouteLoader.php
+share/owncloud/lib/composer/symfony/routing/Loader/PhpFileLoader.php
+share/owncloud/lib/composer/symfony/routing/Loader/XmlFileLoader.php
+share/owncloud/lib/composer/symfony/routing/Loader/YamlFileLoader.php
+share/owncloud/lib/composer/symfony/routing/Loader/schema/routing/routing-1.0.xsd
+share/owncloud/lib/composer/symfony/routing/Matcher/Dumper/DumperCollection.php
+share/owncloud/lib/composer/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php
+share/owncloud/lib/composer/symfony/routing/Matcher/Dumper/DumperRoute.php
+share/owncloud/lib/composer/symfony/routing/Matcher/Dumper/MatcherDumper.php
+share/owncloud/lib/composer/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
+share/owncloud/lib/composer/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
+share/owncloud/lib/composer/symfony/routing/Matcher/RedirectableUrlMatcher.php
+share/owncloud/lib/composer/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
+share/owncloud/lib/composer/symfony/routing/Matcher/RequestMatcherInterface.php
+share/owncloud/lib/composer/symfony/routing/Matcher/TraceableUrlMatcher.php
+share/owncloud/lib/composer/symfony/routing/Matcher/UrlMatcher.php
+share/owncloud/lib/composer/symfony/routing/Matcher/UrlMatcherInterface.php
+share/owncloud/lib/composer/symfony/routing/README.md
+share/owncloud/lib/composer/symfony/routing/RequestContext.php
+share/owncloud/lib/composer/symfony/routing/RequestContextAwareInterface.php
+share/owncloud/lib/composer/symfony/routing/Route.php
+share/owncloud/lib/composer/symfony/routing/RouteCollection.php
+share/owncloud/lib/composer/symfony/routing/RouteCollectionBuilder.php
+share/owncloud/lib/composer/symfony/routing/RouteCompiler.php
+share/owncloud/lib/composer/symfony/routing/RouteCompilerInterface.php
+share/owncloud/lib/composer/symfony/routing/Router.php
+share/owncloud/lib/composer/symfony/routing/RouterInterface.php
+share/owncloud/lib/composer/symfony/routing/Tests/Annotation/RouteTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/CompiledRouteTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/AnnotatedClasses/AbstractClass.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/AnnotatedClasses/BarClass.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/AnnotatedClasses/FooClass.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/AnnotatedClasses/FooTrait.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/CustomXmlFileLoader.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/OtherAnnotatedClasses/NoStartTagClass.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/OtherAnnotatedClasses/VariadicClass.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/RedirectableUrlMatcher.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/annotated.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/bad_format.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/bar.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/directory/recurse/routes1.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/directory/recurse/routes2.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/directory/routes3.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/directory_import/import.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher1.apache
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher1.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher2.apache
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher2.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher3.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/empty.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/file_resource.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/foo.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/foo1.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/incomplete.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/list_defaults.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/list_in_list_defaults.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/list_in_map_defaults.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/list_null_values.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/map_defaults.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/map_in_list_defaults.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/map_in_map_defaults.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/map_null_values.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/missing_id.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/missing_path.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/namespaceprefix.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/nonesense_resource_plus_path.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/nonesense_type_without_resource.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/nonvalid.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/nonvalid.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/nonvalid2.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/nonvalidkeys.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/nonvalidnode.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/nonvalidroute.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/null_values.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/scalar_defaults.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/special_route_name.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/validpattern.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/validpattern.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/validpattern.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/validresource.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/validresource.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/validresource.yml
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/with_define_path_variable.php
+share/owncloud/lib/composer/symfony/routing/Tests/Fixtures/withdoctype.xml
+share/owncloud/lib/composer/symfony/routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Generator/UrlGeneratorTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Loader/AbstractAnnotationLoaderTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Loader/AnnotationClassLoaderTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Loader/AnnotationDirectoryLoaderTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Loader/AnnotationFileLoaderTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Loader/ClosureLoaderTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Loader/DirectoryLoaderTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Loader/ObjectRouteLoaderTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Loader/PhpFileLoaderTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Loader/XmlFileLoaderTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Loader/YamlFileLoaderTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Matcher/Dumper/DumperCollectionTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Matcher/RedirectableUrlMatcherTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Matcher/TraceableUrlMatcherTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/Matcher/UrlMatcherTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/RequestContextTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/RouteCollectionBuilderTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/RouteCollectionTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/RouteCompilerTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/RouteTest.php
+share/owncloud/lib/composer/symfony/routing/Tests/RouterTest.php
+share/owncloud/lib/composer/symfony/routing/composer.json
+share/owncloud/lib/composer/symfony/routing/phpunit.xml.dist
 share/owncloud/lib/l10n/ach.js
 share/owncloud/lib/l10n/ach.json
 share/owncloud/lib/l10n/ady.js
@@ -9073,8 +9986,10 @@ share/owncloud/lib/private/DB/MDB2Schema
 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/MigrationService.php
 share/owncloud/lib/private/DB/Migrator.php
 share/owncloud/lib/private/DB/MySQLMigrator.php
+share/owncloud/lib/private/DB/MySqlTools.php
 share/owncloud/lib/private/DB/NoCheckMigrator.php
 share/owncloud/lib/private/DB/OCSqlitePlatform.php
 share/owncloud/lib/private/DB/OracleConnection.php
@@ -9099,8 +10014,6 @@ share/owncloud/lib/private/DateTimeForma
 share/owncloud/lib/private/DateTimeZone.php
 share/owncloud/lib/private/Diagnostics/Event.php
 share/owncloud/lib/private/Diagnostics/EventLogger.php
-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
@@ -9133,11 +10046,36 @@ share/owncloud/lib/private/Files/Cache/W
 share/owncloud/lib/private/Files/Cache/Wrapper/CacheJail.php
 share/owncloud/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php
 share/owncloud/lib/private/Files/Cache/Wrapper/CacheWrapper.php
+share/owncloud/lib/private/Files/Cache/Wrapper/ReadOnlyCachePermissionsMask.php
 share/owncloud/lib/private/Files/Config/CachedMountInfo.php
 share/owncloud/lib/private/Files/Config/LazyStorageMountInfo.php
 share/owncloud/lib/private/Files/Config/MountProviderCollection.php
 share/owncloud/lib/private/Files/Config/UserMountCache.php
 share/owncloud/lib/private/Files/Config/UserMountCacheListener.php
+share/owncloud/lib/private/Files/External/Auth/Builtin.php
+share/owncloud/lib/private/Files/External/Auth/CoreAuthMechanismProvider.php
+share/owncloud/lib/private/Files/External/Auth/NullMechanism.php
+share/owncloud/lib/private/Files/External/Auth/Password/Password.php
+share/owncloud/lib/private/Files/External/Auth/Password/SessionCredentials.php
+share/owncloud/lib/private/Files/External/ConfigAdapter.php
+share/owncloud/lib/private/Files/External/DependencyTrait.php
+share/owncloud/lib/private/Files/External/FrontendDefinitionTrait.php
+share/owncloud/lib/private/Files/External/IdentifierTrait.php
+share/owncloud/lib/private/Files/External/LegacyUtil.php
+share/owncloud/lib/private/Files/External/MissingDependency.php
+share/owncloud/lib/private/Files/External/PersonalMount.php
+share/owncloud/lib/private/Files/External/PriorityTrait.php
+share/owncloud/lib/private/Files/External/Service/DBConfigService.php
+share/owncloud/lib/private/Files/External/Service/GlobalStoragesService.php
+share/owncloud/lib/private/Files/External/Service/StoragesService.php
+share/owncloud/lib/private/Files/External/Service/UserGlobalStoragesService.php
+share/owncloud/lib/private/Files/External/Service/UserStoragesService.php
+share/owncloud/lib/private/Files/External/Service/UserTrait.php
+share/owncloud/lib/private/Files/External/SessionStorageWrapper.php
+share/owncloud/lib/private/Files/External/StorageConfig.php
+share/owncloud/lib/private/Files/External/StorageModifierTrait.php
+share/owncloud/lib/private/Files/External/StoragesBackendService.php
+share/owncloud/lib/private/Files/External/VisibilityTrait.php
 share/owncloud/lib/private/Files/FileInfo.php
 share/owncloud/lib/private/Files/Filesystem.php
 share/owncloud/lib/private/Files/Mount/CacheMountProvider.php
@@ -9172,16 +10110,19 @@ share/owncloud/lib/private/Files/Storage
 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/Checksum.php
+share/owncloud/lib/private/Files/Storage/Wrapper/DirMask.php
 share/owncloud/lib/private/Files/Storage/Wrapper/Encoding.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
 share/owncloud/lib/private/Files/Storage/Wrapper/Quota.php
+share/owncloud/lib/private/Files/Storage/Wrapper/ReadOnlyJail.php
 share/owncloud/lib/private/Files/Storage/Wrapper/Wrapper.php
+share/owncloud/lib/private/Files/Stream/Checksum.php
 share/owncloud/lib/private/Files/Stream/Close.php
 share/owncloud/lib/private/Files/Stream/Dir.php
 share/owncloud/lib/private/Files/Stream/Encryption.php
-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
@@ -9206,6 +10147,7 @@ share/owncloud/lib/private/Hooks/PublicE
 share/owncloud/lib/private/Http/Client/Client.php
 share/owncloud/lib/private/Http/Client/ClientService.php
 share/owncloud/lib/private/Http/Client/Response.php
+share/owncloud/lib/private/Image/BmpToResource.php
 share/owncloud/lib/private/Installer.php
 share/owncloud/lib/private/IntegrityCheck/Checker.php
 share/owncloud/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php
@@ -9241,6 +10183,8 @@ share/owncloud/lib/private/Memcache/Null
 share/owncloud/lib/private/Memcache/Redis.php
 share/owncloud/lib/private/Memcache/XCache.php
 share/owncloud/lib/private/Migration/BackgroundRepair.php
+share/owncloud/lib/private/Migration/ConsoleOutput.php
+share/owncloud/lib/private/Migration/SimpleOutput.php
 share/owncloud/lib/private/NaturalSort.php
 share/owncloud/lib/private/NaturalSort_DefaultCollator.php
 share/owncloud/lib/private/NavigationManager.php
@@ -9249,7 +10193,6 @@ share/owncloud/lib/private/NotSquareExce
 share/owncloud/lib/private/Notification/Action.php
 share/owncloud/lib/private/Notification/Manager.php
 share/owncloud/lib/private/Notification/Notification.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
@@ -9257,7 +10200,6 @@ share/owncloud/lib/private/OCS/Person.ph
 share/owncloud/lib/private/OCS/PrivateData.php
 share/owncloud/lib/private/OCS/Provider.php
 share/owncloud/lib/private/OCS/Result.php
-share/owncloud/lib/private/OCSClient.php
 share/owncloud/lib/private/Preview.php
 share/owncloud/lib/private/Preview/BMP.php
 share/owncloud/lib/private/Preview/Bitmap.php
@@ -9287,7 +10229,7 @@ share/owncloud/lib/private/Preview/XBitm
 share/owncloud/lib/private/PreviewManager.php
 share/owncloud/lib/private/RedisFactory.php
 share/owncloud/lib/private/Repair.php
-share/owncloud/lib/private/Repair/AssetCache.php
+share/owncloud/lib/private/Repair/Apps.php
 share/owncloud/lib/private/Repair/AvatarPermissions.php
 share/owncloud/lib/private/Repair/CleanTags.php
 share/owncloud/lib/private/Repair/Collation.php
@@ -9295,10 +10237,10 @@ share/owncloud/lib/private/Repair/DropOl
 share/owncloud/lib/private/Repair/DropOldTables.php
 share/owncloud/lib/private/Repair/FillETags.php
 share/owncloud/lib/private/Repair/InnoDB.php
+share/owncloud/lib/private/Repair/MoveAvatarOutsideHome.php
 share/owncloud/lib/private/Repair/OldGroupMembershipShares.php
 share/owncloud/lib/private/Repair/Preview.php
 share/owncloud/lib/private/Repair/RemoveGetETagEntries.php
-share/owncloud/lib/private/Repair/RemoveOldShares.php
 share/owncloud/lib/private/Repair/RemoveRootShares.php
 share/owncloud/lib/private/Repair/RepairInvalidShares.php
 share/owncloud/lib/private/Repair/RepairMimeTypes.php
@@ -9340,6 +10282,8 @@ share/owncloud/lib/private/Session/Crypt
 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/Settings/Section.php
+share/owncloud/lib/private/Settings/SettingsManager.php
 share/owncloud/lib/private/Setup.php
 share/owncloud/lib/private/Setup/AbstractDatabase.php
 share/owncloud/lib/private/Setup/MySQL.php
@@ -9378,15 +10322,23 @@ share/owncloud/lib/private/Template/Reso
 share/owncloud/lib/private/Template/ResourceNotFoundException.php
 share/owncloud/lib/private/Template/TemplateFileLocator.php
 share/owncloud/lib/private/TemplateLayout.php
+share/owncloud/lib/private/Theme/Theme.php
+share/owncloud/lib/private/Theme/ThemeService.php
 share/owncloud/lib/private/URLGenerator.php
 share/owncloud/lib/private/Updater.php
 share/owncloud/lib/private/Updater/VersionCheck.php
+share/owncloud/lib/private/User/Account.php
+share/owncloud/lib/private/User/AccountMapper.php
+share/owncloud/lib/private/User/AccountTerm.php
+share/owncloud/lib/private/User/AccountTermMapper.php
 share/owncloud/lib/private/User/Backend.php
 share/owncloud/lib/private/User/Database.php
 share/owncloud/lib/private/User/LoginException.php
 share/owncloud/lib/private/User/Manager.php
 share/owncloud/lib/private/User/NoUserException.php
+share/owncloud/lib/private/User/RemoteUser.php
 share/owncloud/lib/private/User/Session.php
+share/owncloud/lib/private/User/SyncService.php
 share/owncloud/lib/private/User/User.php
 share/owncloud/lib/private/legacy/api.php
 share/owncloud/lib/private/legacy/app.php
@@ -9396,19 +10348,14 @@ share/owncloud/lib/private/legacy/defaul
 share/owncloud/lib/private/legacy/eventsource.php
 share/owncloud/lib/private/legacy/filechunking.php
 share/owncloud/lib/private/legacy/files.php
-share/owncloud/lib/private/legacy/group.php
 share/owncloud/lib/private/legacy/group/backend.php
 share/owncloud/lib/private/legacy/group/database.php
-share/owncloud/lib/private/legacy/group/example.php
 share/owncloud/lib/private/legacy/group/interface.php
 share/owncloud/lib/private/legacy/helper.php
 share/owncloud/lib/private/legacy/hook.php
 share/owncloud/lib/private/legacy/image.php
 share/owncloud/lib/private/legacy/json.php
-share/owncloud/lib/private/legacy/l10n.php
 share/owncloud/lib/private/legacy/l10n/string.php
-share/owncloud/lib/private/legacy/ocs.php
-share/owncloud/lib/private/legacy/ocs/cloud.php
 share/owncloud/lib/private/legacy/ocs/config.php
 share/owncloud/lib/private/legacy/ocs/person.php
 share/owncloud/lib/private/legacy/ocs/privatedata.php
@@ -9426,6 +10373,11 @@ share/owncloud/lib/public/Activity/IEven
 share/owncloud/lib/public/Activity/IExtension.php
 share/owncloud/lib/public/Activity/IManager.php
 share/owncloud/lib/public/App.php
+share/owncloud/lib/public/App/AppAlreadyInstalledException.php
+share/owncloud/lib/public/App/AppManagerException.php
+share/owncloud/lib/public/App/AppNotFoundException.php
+share/owncloud/lib/public/App/AppNotInstalledException.php
+share/owncloud/lib/public/App/AppUpdateNotFoundException.php
 share/owncloud/lib/public/App/IAppManager.php
 share/owncloud/lib/public/App/ManagerEvent.php
 share/owncloud/lib/public/AppFramework/ApiController.php
@@ -9459,7 +10411,10 @@ share/owncloud/lib/public/AppFramework/Q
 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/Authentication/IAuthModule.php
 share/owncloud/lib/public/Authentication/TwoFactorAuth/IProvider.php
+share/owncloud/lib/public/Authentication/TwoFactorAuth/IProvider2.php
+share/owncloud/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php
 share/owncloud/lib/public/AutoloadNotAllowedException.php
 share/owncloud/lib/public/BackgroundJob.php
 share/owncloud/lib/public/BackgroundJob/IJob.php
@@ -9511,6 +10466,20 @@ share/owncloud/lib/public/Files/Config/I
 share/owncloud/lib/public/Files/Config/IMountProviderCollection.php
 share/owncloud/lib/public/Files/Config/IUserMountCache.php
 share/owncloud/lib/public/Files/EntityTooLargeException.php
+share/owncloud/lib/public/Files/External/Auth/AuthMechanism.php
+share/owncloud/lib/public/Files/External/Auth/IUserProvided.php
+share/owncloud/lib/public/Files/External/Backend/Backend.php
+share/owncloud/lib/public/Files/External/Config/IAuthMechanismProvider.php
+share/owncloud/lib/public/Files/External/Config/IBackendProvider.php
+share/owncloud/lib/public/Files/External/DefinitionParameter.php
+share/owncloud/lib/public/Files/External/IStorageConfig.php
+share/owncloud/lib/public/Files/External/IStoragesBackendService.php
+share/owncloud/lib/public/Files/External/InsufficientDataForMeaningfulAnswerException.php
+share/owncloud/lib/public/Files/External/NotFoundException.php
+share/owncloud/lib/public/Files/External/Service/IGlobalStoragesService.php
+share/owncloud/lib/public/Files/External/Service/IStoragesService.php
+share/owncloud/lib/public/Files/External/Service/IUserGlobalStoragesService.php
+share/owncloud/lib/public/Files/External/Service/IUserStoragesService.php
 share/owncloud/lib/public/Files/File.php
 share/owncloud/lib/public/Files/FileInfo.php
 share/owncloud/lib/public/Files/FileNameTooLongException.php
@@ -9533,9 +10502,12 @@ share/owncloud/lib/public/Files/NotPermi
 share/owncloud/lib/public/Files/ObjectStore/IObjectStore.php
 share/owncloud/lib/public/Files/ReservedWordException.php
 share/owncloud/lib/public/Files/Storage.php
+share/owncloud/lib/public/Files/Storage/FlysystemStorageAdapter.php
 share/owncloud/lib/public/Files/Storage/ILockingStorage.php
 share/owncloud/lib/public/Files/Storage/IStorage.php
 share/owncloud/lib/public/Files/Storage/IStorageFactory.php
+share/owncloud/lib/public/Files/Storage/PolyFill/CopyDirectory.php
+share/owncloud/lib/public/Files/Storage/StorageAdapter.php
 share/owncloud/lib/public/Files/StorageAuthException.php
 share/owncloud/lib/public/Files/StorageBadConfigException.php
 share/owncloud/lib/public/Files/StorageConnectionException.php
@@ -9592,6 +10564,9 @@ share/owncloud/lib/public/Lock/LockedExc
 share/owncloud/lib/public/Mail/IMailer.php
 share/owncloud/lib/public/Migration/IOutput.php
 share/owncloud/lib/public/Migration/IRepairStep.php
+share/owncloud/lib/public/Migration/ISchemaMigration.php
+share/owncloud/lib/public/Migration/ISimpleMigration.php
+share/owncloud/lib/public/Migration/ISqlMigration.php
 share/owncloud/lib/public/Notification/IAction.php
 share/owncloud/lib/public/Notification/IApp.php
 share/owncloud/lib/public/Notification/IManager.php
@@ -9614,6 +10589,9 @@ share/owncloud/lib/public/Security/IHash
 share/owncloud/lib/public/Security/ISecureRandom.php
 share/owncloud/lib/public/Security/StringUtils.php
 share/owncloud/lib/public/Session/Exceptions/SessionNotAvailableException.php
+share/owncloud/lib/public/Settings/ISection.php
+share/owncloud/lib/public/Settings/ISettings.php
+share/owncloud/lib/public/Settings/ISettingsManager.php
 share/owncloud/lib/public/Share.php
 share/owncloud/lib/public/Share/Exceptions/GenericShareException.php
 share/owncloud/lib/public/Share/Exceptions/IllegalIDChangeException.php
@@ -9635,6 +10613,10 @@ share/owncloud/lib/public/SystemTag/TagA
 share/owncloud/lib/public/SystemTag/TagNotFoundException.php
 share/owncloud/lib/public/Template.php
 share/owncloud/lib/public/User.php
+share/owncloud/lib/public/User/IChangePasswordBackend.php
+share/owncloud/lib/public/User/IProvidesEMailBackend.php
+share/owncloud/lib/public/User/IProvidesExtendedSearchBackend.php
+share/owncloud/lib/public/User/IProvidesQuotaBackend.php
 share/owncloud/lib/public/UserInterface.php
 share/owncloud/lib/public/Util.php
 share/owncloud/occ
@@ -9651,7 +10633,7 @@ share/owncloud/resources/codesigning/roo
 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/resources/config/readme.md
 share/owncloud/settings/Application.php
 share/owncloud/settings/ChangePassword/Controller.php
 share/owncloud/settings/Controller/AppSettingsController.php
@@ -9663,19 +10645,36 @@ share/owncloud/settings/Controller/Group
 share/owncloud/settings/Controller/LogSettingsController.php
 share/owncloud/settings/Controller/MailSettingsController.php
 share/owncloud/settings/Controller/SecuritySettingsController.php
+share/owncloud/settings/Controller/SettingsPageController.php
 share/owncloud/settings/Controller/UsersController.php
 share/owncloud/settings/Middleware/SubadminMiddleware.php
-share/owncloud/settings/admin.php
+share/owncloud/settings/Panels/Admin/Apps.php
+share/owncloud/settings/Panels/Admin/BackgroundJobs.php
+share/owncloud/settings/Panels/Admin/Certificates.php
+share/owncloud/settings/Panels/Admin/Encryption.php
+share/owncloud/settings/Panels/Admin/FileSharing.php
+share/owncloud/settings/Panels/Admin/Legacy.php
+share/owncloud/settings/Panels/Admin/Logging.php
+share/owncloud/settings/Panels/Admin/Mail.php
+share/owncloud/settings/Panels/Admin/SecurityWarning.php
+share/owncloud/settings/Panels/Admin/Status.php
+share/owncloud/settings/Panels/Admin/Tips.php
+share/owncloud/settings/Panels/Helper.php
+share/owncloud/settings/Panels/Legacy.php
+share/owncloud/settings/Panels/Personal/Clients.php
+share/owncloud/settings/Panels/Personal/Legacy.php
+share/owncloud/settings/Panels/Personal/Profile.php
+share/owncloud/settings/Panels/Personal/Quota.php
+share/owncloud/settings/Panels/Personal/Tokens.php
+share/owncloud/settings/Panels/Personal/Version.php
 share/owncloud/settings/ajax/disableapp.php
 share/owncloud/settings/ajax/enableapp.php
-share/owncloud/settings/ajax/installapp.php
 share/owncloud/settings/ajax/navigationdetect.php
 share/owncloud/settings/ajax/setlanguage.php
 share/owncloud/settings/ajax/setquota.php
 share/owncloud/settings/ajax/togglegroups.php
 share/owncloud/settings/ajax/togglesubadmins.php
 share/owncloud/settings/ajax/uninstallapp.php
-share/owncloud/settings/ajax/updateapp.php
 share/owncloud/settings/css/settings.css
 share/owncloud/settings/help.php
 share/owncloud/settings/img/admin.png
@@ -9689,13 +10688,19 @@ share/owncloud/settings/img/personal.svg
 share/owncloud/settings/img/trans.png
 share/owncloud/settings/img/users.png
 share/owncloud/settings/img/users.svg
+share/owncloud/settings/js/admin-apps.js
 share/owncloud/settings/js/admin.js
-share/owncloud/settings/js/apps.js
-share/owncloud/settings/js/authtoken.js
-share/owncloud/settings/js/authtoken_collection.js
-share/owncloud/settings/js/authtoken_view.js
 share/owncloud/settings/js/certificates.js
 share/owncloud/settings/js/log.js
+share/owncloud/settings/js/panels/authtoken.js
+share/owncloud/settings/js/panels/authtoken_collection.js
+share/owncloud/settings/js/panels/authtoken_view.js
+share/owncloud/settings/js/panels/backgroundjobs.js
+share/owncloud/settings/js/panels/encryption.js
+share/owncloud/settings/js/panels/mail.js
+share/owncloud/settings/js/panels/profile.js
+share/owncloud/settings/js/panels/setupchecks.js
+share/owncloud/settings/js/panels/tokens.js
 share/owncloud/settings/js/personal.js
 share/owncloud/settings/js/settings.js
 share/owncloud/settings/js/users/deleteHandler.js
@@ -9710,6 +10715,8 @@ share/owncloud/settings/l10n/ast.js
 share/owncloud/settings/l10n/ast.json
 share/owncloud/settings/l10n/az.js
 share/owncloud/settings/l10n/az.json
+share/owncloud/settings/l10n/be.js
+share/owncloud/settings/l10n/be.json
 share/owncloud/settings/l10n/bg_BG.js
 share/owncloud/settings/l10n/bg_BG.json
 share/owncloud/settings/l10n/bn_BD.js
@@ -9760,6 +10767,8 @@ share/owncloud/settings/l10n/fr.js
 share/owncloud/settings/l10n/fr.json
 share/owncloud/settings/l10n/gl.js
 share/owncloud/settings/l10n/gl.json
+share/owncloud/settings/l10n/gu.js
+share/owncloud/settings/l10n/gu.json
 share/owncloud/settings/l10n/he.js
 share/owncloud/settings/l10n/he.json
 share/owncloud/settings/l10n/hi.js
@@ -9868,18 +10877,30 @@ share/owncloud/settings/l10n/zh_HK.js
 share/owncloud/settings/l10n/zh_HK.json
 share/owncloud/settings/l10n/zh_TW.js
 share/owncloud/settings/l10n/zh_TW.json
-share/owncloud/settings/languageCodes.php
-share/owncloud/settings/personal.php
 share/owncloud/settings/routes.php
-share/owncloud/settings/templates/admin.php
-share/owncloud/settings/templates/apps.php
-share/owncloud/settings/templates/certificates.php
+share/owncloud/settings/templates/changemail/email.php
+share/owncloud/settings/templates/changemail/notify.php
 share/owncloud/settings/templates/email.new_user.php
 share/owncloud/settings/templates/email.new_user_plain_text.php
 share/owncloud/settings/templates/help.php
-share/owncloud/settings/templates/personal.php
-share/owncloud/settings/templates/settings.development.notice.php
-share/owncloud/settings/templates/settings.php
+share/owncloud/settings/templates/panels/admin/apps.php
+share/owncloud/settings/templates/panels/admin/backgroundjobs.php
+share/owncloud/settings/templates/panels/admin/certificates.php
+share/owncloud/settings/templates/panels/admin/encryption.php
+share/owncloud/settings/templates/panels/admin/filesharing.php
+share/owncloud/settings/templates/panels/admin/logging.php
+share/owncloud/settings/templates/panels/admin/mail.php
+share/owncloud/settings/templates/panels/admin/securitywarning.php
+share/owncloud/settings/templates/panels/admin/status.php
+share/owncloud/settings/templates/panels/admin/tips.php
+share/owncloud/settings/templates/panels/legacy.php
+share/owncloud/settings/templates/panels/personal/clients.php
+share/owncloud/settings/templates/panels/personal/profile.php
+share/owncloud/settings/templates/panels/personal/quota.php
+share/owncloud/settings/templates/panels/personal/settings.development.notice.php
+share/owncloud/settings/templates/panels/personal/tokens.php
+share/owncloud/settings/templates/panels/personal/version.php
+share/owncloud/settings/templates/settingsPage.php
 share/owncloud/settings/templates/users/main.php
 share/owncloud/settings/templates/users/part.createuser.php
 share/owncloud/settings/templates/users/part.grouplist.php
@@ -9888,32 +10909,12 @@ share/owncloud/settings/templates/users/
 share/owncloud/settings/users.php
 share/owncloud/status.php
 share/owncloud/themes/README
-share/owncloud/themes/example/core/css/styles.css
-share/owncloud/themes/example/core/img/favicon-touch.png
-share/owncloud/themes/example/core/img/favicon-touch.svg
-share/owncloud/themes/example/core/img/favicon.ico
-share/owncloud/themes/example/core/img/favicon.png
-share/owncloud/themes/example/core/img/favicon.svg
-share/owncloud/themes/example/core/img/logo-icon.png
-share/owncloud/themes/example/core/img/logo-icon.svg
-share/owncloud/themes/example/core/img/logo-mail.gif
-share/owncloud/themes/example/core/img/logo.png
-share/owncloud/themes/example/core/img/logo.svg
-share/owncloud/themes/example/defaults.php
-share/owncloud/updater/.scrutinizer.yml
-share/owncloud/updater/.travis.yml
-share/owncloud/updater/CONTRIBUTING.md
 share/owncloud/updater/COPYING-AGPL
 share/owncloud/updater/README.md
 share/owncloud/updater/app/bootstrap.php
 share/owncloud/updater/app/config/container.php
 share/owncloud/updater/application.php
-share/owncloud/updater/box.json
-share/owncloud/updater/composer.json
-share/owncloud/updater/composer.lock
 share/owncloud/updater/index.php
-share/owncloud/updater/nbproject/project.properties
-share/owncloud/updater/nbproject/project.xml
 share/owncloud/updater/pub/css/main.css
 share/owncloud/updater/pub/img/actions/checkmark-color.png
 share/owncloud/updater/pub/img/actions/checkmark-color.svg
@@ -9930,15 +10931,14 @@ share/owncloud/updater/pub/img/logo.png
 share/owncloud/updater/pub/img/logo.svg
 share/owncloud/updater/pub/js/login.js
 share/owncloud/updater/pub/js/main.js
-share/owncloud/updater/pub/js/vendor/jquery.min.js
-share/owncloud/updater/pub/js/vendor/jquery.min.map
+share/owncloud/updater/pub/js/vendor/jquery/jquery.min.js
+share/owncloud/updater/pub/js/vendor/jquery/jquery.min.map
 share/owncloud/updater/src/Command/BackupDataCommand.php
 share/owncloud/updater/src/Command/BackupDbCommand.php
 share/owncloud/updater/src/Command/CheckSystemCommand.php
 share/owncloud/updater/src/Command/CheckpointCommand.php
 share/owncloud/updater/src/Command/CleanCacheCommand.php
 share/owncloud/updater/src/Command/Command.php
-share/owncloud/updater/src/Command/DbUpgradeCommand.php
 share/owncloud/updater/src/Command/DetectCommand.php
 share/owncloud/updater/src/Command/DisableNotShippedAppsCommand.php
 share/owncloud/updater/src/Command/EnableNotShippedAppsCommand.php
@@ -9960,19 +10960,6 @@ share/owncloud/updater/src/Resources/vie
 share/owncloud/updater/src/Resources/views/partials/error.php
 share/owncloud/updater/src/Resources/views/partials/inner.php
 share/owncloud/updater/src/Resources/views/partials/login.php
-share/owncloud/updater/src/Tests/Controller/DownloadControllerTest.php
-share/owncloud/updater/src/Tests/Http/RequestTest.php
-share/owncloud/updater/src/Tests/StreamInterface.php
-share/owncloud/updater/src/Tests/Utils/AppManagerTest.php
-share/owncloud/updater/src/Tests/Utils/CheckpointTest.php
-share/owncloud/updater/src/Tests/Utils/ConfigReaderTest.php
-share/owncloud/updater/src/Tests/Utils/DocLinkTest.php
-share/owncloud/updater/src/Tests/Utils/FeedTest.php
-share/owncloud/updater/src/Tests/Utils/FetcherTest.php
-share/owncloud/updater/src/Tests/Utils/OccRunnerTest.php
-share/owncloud/updater/src/Tests/Utils/RegistryTest.php
-share/owncloud/updater/src/Tests/bootstrap.php
-share/owncloud/updater/src/Tests/phpunit.xml
 share/owncloud/updater/src/Utils/AppManager.php
 share/owncloud/updater/src/Utils/Checkpoint.php
 share/owncloud/updater/src/Utils/Collection.php
@@ -9993,6 +10980,7 @@ share/owncloud/updater/vendor/composer/a
 share/owncloud/updater/vendor/composer/autoload_namespaces.php
 share/owncloud/updater/vendor/composer/autoload_psr4.php
 share/owncloud/updater/vendor/composer/autoload_real.php
+share/owncloud/updater/vendor/composer/autoload_static.php
 share/owncloud/updater/vendor/composer/installed.json
 share/owncloud/updater/vendor/guzzlehttp/guzzle/.travis.yml
 share/owncloud/updater/vendor/guzzlehttp/guzzle/CHANGELOG.md
@@ -10077,6 +11065,15 @@ share/owncloud/updater/vendor/guzzlehttp
 share/owncloud/updater/vendor/guzzlehttp/ringphp/Makefile
 share/owncloud/updater/vendor/guzzlehttp/ringphp/README.rst
 share/owncloud/updater/vendor/guzzlehttp/ringphp/composer.json
+share/owncloud/updater/vendor/guzzlehttp/ringphp/docs/Makefile
+share/owncloud/updater/vendor/guzzlehttp/ringphp/docs/client_handlers.rst
+share/owncloud/updater/vendor/guzzlehttp/ringphp/docs/client_middleware.rst
+share/owncloud/updater/vendor/guzzlehttp/ringphp/docs/conf.py
+share/owncloud/updater/vendor/guzzlehttp/ringphp/docs/futures.rst
+share/owncloud/updater/vendor/guzzlehttp/ringphp/docs/index.rst
+share/owncloud/updater/vendor/guzzlehttp/ringphp/docs/requirements.txt
+share/owncloud/updater/vendor/guzzlehttp/ringphp/docs/spec.rst
+share/owncloud/updater/vendor/guzzlehttp/ringphp/docs/testing.rst
 share/owncloud/updater/vendor/guzzlehttp/ringphp/phpunit.xml.dist
 share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Client/ClientUtils.php
 share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
@@ -10125,10 +11122,6 @@ share/owncloud/updater/vendor/guzzlehttp
 share/owncloud/updater/vendor/guzzlehttp/streams/src/StreamDecoratorTrait.php
 share/owncloud/updater/vendor/guzzlehttp/streams/src/StreamInterface.php
 share/owncloud/updater/vendor/guzzlehttp/streams/src/Utils.php
-share/owncloud/updater/vendor/ircmaxell/password-compat/LICENSE.md
-share/owncloud/updater/vendor/ircmaxell/password-compat/composer.json
-share/owncloud/updater/vendor/ircmaxell/password-compat/lib/password.php
-share/owncloud/updater/vendor/ircmaxell/password-compat/version-test.php
 share/owncloud/updater/vendor/league/plates/CONTRIBUTING.md
 share/owncloud/updater/vendor/league/plates/LICENSE
 share/owncloud/updater/vendor/league/plates/README.md
@@ -10172,6 +11165,12 @@ share/owncloud/updater/vendor/pimple/pim
 share/owncloud/updater/vendor/pimple/pimple/LICENSE
 share/owncloud/updater/vendor/pimple/pimple/README.rst
 share/owncloud/updater/vendor/pimple/pimple/composer.json
+share/owncloud/updater/vendor/pimple/pimple/ext/pimple/README.md
+share/owncloud/updater/vendor/pimple/pimple/ext/pimple/config.m4
+share/owncloud/updater/vendor/pimple/pimple/ext/pimple/config.w32
+share/owncloud/updater/vendor/pimple/pimple/ext/pimple/php_pimple.h
+share/owncloud/updater/vendor/pimple/pimple/ext/pimple/pimple.c
+share/owncloud/updater/vendor/pimple/pimple/ext/pimple/pimple_compat.h
 share/owncloud/updater/vendor/pimple/pimple/phpunit.xml.dist
 share/owncloud/updater/vendor/pimple/pimple/src/Pimple/Container.php
 share/owncloud/updater/vendor/pimple/pimple/src/Pimple/ServiceProviderInterface.php
@@ -10194,7 +11193,9 @@ share/owncloud/updater/vendor/react/prom
 share/owncloud/updater/vendor/react/promise/composer.json
 share/owncloud/updater/vendor/react/promise/phpunit.xml.dist
 share/owncloud/updater/vendor/react/promise/src/CancellablePromiseInterface.php
+share/owncloud/updater/vendor/react/promise/src/CancellationQueue.php
 share/owncloud/updater/vendor/react/promise/src/Deferred.php
+share/owncloud/updater/vendor/react/promise/src/Exception/LengthException.php
 share/owncloud/updater/vendor/react/promise/src/ExtendedPromiseInterface.php
 share/owncloud/updater/vendor/react/promise/src/FulfilledPromise.php
 share/owncloud/updater/vendor/react/promise/src/LazyPromise.php
@@ -10222,6 +11223,12 @@ share/owncloud/updater/vendor/symfony/co
 share/owncloud/updater/vendor/symfony/console/Event/ConsoleEvent.php
 share/owncloud/updater/vendor/symfony/console/Event/ConsoleExceptionEvent.php
 share/owncloud/updater/vendor/symfony/console/Event/ConsoleTerminateEvent.php
+share/owncloud/updater/vendor/symfony/console/Exception/CommandNotFoundException.php
+share/owncloud/updater/vendor/symfony/console/Exception/ExceptionInterface.php
+share/owncloud/updater/vendor/symfony/console/Exception/InvalidArgumentException.php
+share/owncloud/updater/vendor/symfony/console/Exception/InvalidOptionException.php
+share/owncloud/updater/vendor/symfony/console/Exception/LogicException.php
+share/owncloud/updater/vendor/symfony/console/Exception/RuntimeException.php
 share/owncloud/updater/vendor/symfony/console/Formatter/OutputFormatter.php
 share/owncloud/updater/vendor/symfony/console/Formatter/OutputFormatterInterface.php
 share/owncloud/updater/vendor/symfony/console/Formatter/OutputFormatterStyle.php
@@ -10238,6 +11245,7 @@ share/owncloud/updater/vendor/symfony/co
 share/owncloud/updater/vendor/symfony/console/Helper/ProcessHelper.php
 share/owncloud/updater/vendor/symfony/console/Helper/ProgressBar.php
 share/owncloud/updater/vendor/symfony/console/Helper/ProgressHelper.php
+share/owncloud/updater/vendor/symfony/console/Helper/ProgressIndicator.php
 share/owncloud/updater/vendor/symfony/console/Helper/QuestionHelper.php
 share/owncloud/updater/vendor/symfony/console/Helper/SymfonyQuestionHelper.php
 share/owncloud/updater/vendor/symfony/console/Helper/Table.php
@@ -10275,24 +11283,13 @@ share/owncloud/updater/vendor/symfony/co
 share/owncloud/updater/vendor/symfony/console/Tester/CommandTester.php
 share/owncloud/updater/vendor/symfony/console/composer.json
 share/owncloud/updater/vendor/symfony/console/phpunit.xml.dist
-share/owncloud/updater/vendor/symfony/polyfill-php55/LICENSE
-share/owncloud/updater/vendor/symfony/polyfill-php55/Php55.php
-share/owncloud/updater/vendor/symfony/polyfill-php55/Php55ArrayColumn.php
-share/owncloud/updater/vendor/symfony/polyfill-php55/README.md
-share/owncloud/updater/vendor/symfony/polyfill-php55/bootstrap.php
-share/owncloud/updater/vendor/symfony/polyfill-php55/composer.json
-share/owncloud/updater/vendor/symfony/polyfill-php56/LICENSE
-share/owncloud/updater/vendor/symfony/polyfill-php56/Php56.php
-share/owncloud/updater/vendor/symfony/polyfill-php56/README.md
-share/owncloud/updater/vendor/symfony/polyfill-php56/bootstrap.php
-share/owncloud/updater/vendor/symfony/polyfill-php56/composer.json
-share/owncloud/updater/vendor/symfony/polyfill-util/Binary.php
-share/owncloud/updater/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php
-share/owncloud/updater/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php
-share/owncloud/updater/vendor/symfony/polyfill-util/LICENSE
-share/owncloud/updater/vendor/symfony/polyfill-util/README.md
-share/owncloud/updater/vendor/symfony/polyfill-util/TestListener.php
-share/owncloud/updater/vendor/symfony/polyfill-util/composer.json
+share/owncloud/updater/vendor/symfony/polyfill-mbstring/LICENSE
+share/owncloud/updater/vendor/symfony/polyfill-mbstring/Mbstring.php
+share/owncloud/updater/vendor/symfony/polyfill-mbstring/README.md
+share/owncloud/updater/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
+share/owncloud/updater/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
+share/owncloud/updater/vendor/symfony/polyfill-mbstring/bootstrap.php
+share/owncloud/updater/vendor/symfony/polyfill-mbstring/composer.json
 share/owncloud/updater/vendor/symfony/process/CHANGELOG.md
 share/owncloud/updater/vendor/symfony/process/Exception/ExceptionInterface.php
 share/owncloud/updater/vendor/symfony/process/Exception/InvalidArgumentException.php
Index: pkgsrc/www/php-owncloud/distinfo
diff -u pkgsrc/www/php-owncloud/distinfo:1.40 pkgsrc/www/php-owncloud/distinfo:1.41
--- pkgsrc/www/php-owncloud/distinfo:1.40       Sun Mar 26 00:47:45 2017
+++ pkgsrc/www/php-owncloud/distinfo    Fri Aug 11 02:54:18 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2017/03/26 00:47:45 ryoon Exp $
+$NetBSD: distinfo,v 1.41 2017/08/11 02:54:18 ryoon Exp $
 
-SHA1 (owncloud-9.1.4.tar.bz2) = cf626858887b544f0bb6e5c8baa88d65d9f6430d
-RMD160 (owncloud-9.1.4.tar.bz2) = 29b97f7bd1fa3076abf516c77a97aa4f3e0ad5b4
-SHA512 (owncloud-9.1.4.tar.bz2) = 9a6b6f38f4d9cfed8df7438659940dd4d3cfe6dd83cc6cf5e5022fefa5600fd622722488dcfe699a4c9e8def4c6f25487aca83a8849cdbe6c961eb249f27fc7f
-Size (owncloud-9.1.4.tar.bz2) = 13882525 bytes
+SHA1 (owncloud-10.0.2.tar.bz2) = 0305a638294f120017b0dcfe24c55f8b1e3529af
+RMD160 (owncloud-10.0.2.tar.bz2) = b197318cc0da4fbfbccc57f194ad55127a8d27db
+SHA512 (owncloud-10.0.2.tar.bz2) = 1d83e194c6d1835f47051ea334b39650b9ce394eacd91199283fe926aa4b5ae88e709f8802547ec7e8e2935ea0064ba1f42bdbe137552e6c75ca4459c7e36ad0
+Size (owncloud-10.0.2.tar.bz2) = 30963258 bytes



Home | Main Index | Thread Index | Old Index