Update to owncloud-10.0.6.

This commit is contained in:
ajacoutot 2018-02-01 09:22:25 +00:00
parent b2c8433d68
commit eb8681e27d
4 changed files with 223 additions and 50 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.119 2017/12/06 06:35:49 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.120 2018/02/01 09:22:25 ajacoutot Exp $
COMMENT= easy and universal access to shared and/or personal files
V= 10.0.4
V= 10.0.6
DISTNAME= owncloud-${V}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,2 +1,2 @@
SHA256 (owncloud-10.0.4.tar.bz2) = 4VDwtBM3aw2lIl3Nw3KTjEnKcCyrN1nlnbLTq3myvLg=
SIZE (owncloud-10.0.4.tar.bz2) = 38584730
SHA256 (owncloud-10.0.6.tar.bz2) = 3lFT8Fmnzs9fGR3gU/86tN6iH/uis+8gcwnlhEOm5sQ=
SIZE (owncloud-10.0.6.tar.bz2) = 39393658

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-version_php,v 1.14 2017/12/06 06:35:49 ajacoutot Exp $
$OpenBSD: patch-version_php,v 1.15 2018/02/01 09:22:25 ajacoutot Exp $
Prevents code integrity check warnings.
https://doc.owncloud.org/server/10.0/admin_manual/issues/code_signing.html
@ -7,11 +7,11 @@ Index: version.php
--- version.php.orig
+++ version.php
@@ -2,7 +2,7 @@
$OC_Version = array(10,0,4,4);
$OC_VersionString = '10.0.4';
$OC_Version = array(10,0,6,1);
$OC_VersionString = '10.0.6';
$OC_Edition = '';
-$OC_Channel = 'stable';
+$OC_Channel = 'OpenBSD ports';
$OC_VersionCanBeUpgradedFrom = [[8,2,11],[9,0,9],[9,1]];
$OC_Build = '2017-12-05T16:16:34+00:00 56b43bf1eeef330b163108c149bbc5c9dfcbf9d7';
$OC_Build = '2018-01-29T08:15:07+00:00 8c4195ed136b1006f9295e55fbbe816df9e331e4';
$vendor = 'owncloud';

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.70 2017/12/06 06:35:49 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.71 2018/02/01 09:22:25 ajacoutot Exp $
@unexec-delete rm -f /var/www/conf/modules/apache-httpd-owncloud.conf
conf/modules.sample/apache-httpd-owncloud.conf.dist
@sample /var/www/conf/modules.sample/
@ -520,6 +520,7 @@ owncloud/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php
owncloud/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php
owncloud/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php
owncloud/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php
owncloud/apps/dav/lib/Tree.php
owncloud/apps/dav/lib/Upload/
owncloud/apps/dav/lib/Upload/AssemblyStream.php
owncloud/apps/dav/lib/Upload/ChunkLocationProvider.php
@ -1531,25 +1532,6 @@ owncloud/apps/files/templates/list.php
owncloud/apps/files/templates/simplelist.php
owncloud/apps/files_external/
owncloud/apps/files_external/3rdparty/
owncloud/apps/files_external/3rdparty/Dropbox/
owncloud/apps/files_external/3rdparty/Dropbox/API.php
owncloud/apps/files_external/3rdparty/Dropbox/Exception/
owncloud/apps/files_external/3rdparty/Dropbox/Exception.php
owncloud/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php
owncloud/apps/files_external/3rdparty/Dropbox/Exception/NotFound.php
owncloud/apps/files_external/3rdparty/Dropbox/Exception/OverQuota.php
owncloud/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php
owncloud/apps/files_external/3rdparty/Dropbox/OAuth/
owncloud/apps/files_external/3rdparty/Dropbox/OAuth.php
owncloud/apps/files_external/3rdparty/Dropbox/OAuth/Consumer/
owncloud/apps/files_external/3rdparty/Dropbox/OAuth/Consumer/Dropbox.php
owncloud/apps/files_external/3rdparty/Dropbox/OAuth/Curl.php
owncloud/apps/files_external/3rdparty/Dropbox/OAuth/PEAR.php
owncloud/apps/files_external/3rdparty/Dropbox/OAuth/PHP.php
owncloud/apps/files_external/3rdparty/Dropbox/OAuth/Wordpress.php
owncloud/apps/files_external/3rdparty/Dropbox/OAuth/Zend.php
owncloud/apps/files_external/3rdparty/Dropbox/OAuth/ca-bundle.pem
owncloud/apps/files_external/3rdparty/Dropbox/autoload.php
owncloud/apps/files_external/3rdparty/autoload.php
owncloud/apps/files_external/3rdparty/aws-sdk-php/
owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/
@ -2537,7 +2519,6 @@ owncloud/apps/files_external/3rdparty/icewind/streams/src/UrlCallBack.php
owncloud/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
owncloud/apps/files_external/ajax/
owncloud/apps/files_external/ajax/applicable.php
owncloud/apps/files_external/ajax/oauth1.php
owncloud/apps/files_external/ajax/oauth2.php
owncloud/apps/files_external/appinfo/
owncloud/apps/files_external/appinfo/Migrations/
@ -2553,7 +2534,6 @@ owncloud/apps/files_external/img/
owncloud/apps/files_external/img/app.svg
owncloud/apps/files_external/js/
owncloud/apps/files_external/js/app.js
owncloud/apps/files_external/js/dropbox.js
owncloud/apps/files_external/js/gdrive.js
owncloud/apps/files_external/js/mountsfilelist.js
owncloud/apps/files_external/js/oauth1.js
@ -2765,7 +2745,6 @@ owncloud/apps/files_external/lib/Lib/Backend/
owncloud/apps/files_external/lib/Lib/Backend/AmazonS3.php
owncloud/apps/files_external/lib/Lib/Backend/Backend.php
owncloud/apps/files_external/lib/Lib/Backend/DAV.php
owncloud/apps/files_external/lib/Lib/Backend/Dropbox.php
owncloud/apps/files_external/lib/Lib/Backend/Google.php
owncloud/apps/files_external/lib/Lib/Backend/Local.php
owncloud/apps/files_external/lib/Lib/Backend/OwnCloud.php
@ -2777,7 +2756,6 @@ owncloud/apps/files_external/lib/Lib/Backend/Swift.php
owncloud/apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.php
owncloud/apps/files_external/lib/Lib/Storage/
owncloud/apps/files_external/lib/Lib/Storage/AmazonS3.php
owncloud/apps/files_external/lib/Lib/Storage/Dropbox.php
owncloud/apps/files_external/lib/Lib/Storage/Google.php
owncloud/apps/files_external/lib/Lib/Storage/OwnCloud.php
owncloud/apps/files_external/lib/Lib/Storage/SFTP.php
@ -2802,6 +2780,8 @@ owncloud/apps/files_sharing/appinfo/Migrations/
owncloud/apps/files_sharing/appinfo/Migrations/Version20170804201125.php
owncloud/apps/files_sharing/appinfo/Migrations/Version20170804201253.php
owncloud/apps/files_sharing/appinfo/Migrations/Version20170830112305.php
owncloud/apps/files_sharing/appinfo/Migrations/Version20171115154900.php
owncloud/apps/files_sharing/appinfo/Migrations/Version20171215103657.php
owncloud/apps/files_sharing/appinfo/app.php
owncloud/apps/files_sharing/appinfo/info.xml
owncloud/apps/files_sharing/appinfo/routes.php
@ -3878,18 +3858,15 @@ owncloud/apps/systemtags/list.php
owncloud/apps/systemtags/templates/
owncloud/apps/systemtags/templates/list.php
owncloud/apps/templateeditor/
owncloud/apps/templateeditor/app/
owncloud/apps/templateeditor/app/templateeditor.php
owncloud/apps/templateeditor/CHANGELOG.md
owncloud/apps/templateeditor/COPYING
owncloud/apps/templateeditor/Makefile
owncloud/apps/templateeditor/appinfo/
owncloud/apps/templateeditor/appinfo/info.xml
owncloud/apps/templateeditor/appinfo/routes.php
owncloud/apps/templateeditor/appinfo/signature.json
owncloud/apps/templateeditor/controller/
owncloud/apps/templateeditor/controller/adminsettingscontroller.php
owncloud/apps/templateeditor/css/
owncloud/apps/templateeditor/css/settings-admin.css
owncloud/apps/templateeditor/http/
owncloud/apps/templateeditor/http/mailtemplateresponse.php
owncloud/apps/templateeditor/img/
owncloud/apps/templateeditor/img/app.svg
owncloud/apps/templateeditor/js/
@ -3897,6 +3874,8 @@ owncloud/apps/templateeditor/js/settings-admin.js
owncloud/apps/templateeditor/l10n/
owncloud/apps/templateeditor/l10n/.tx/
owncloud/apps/templateeditor/l10n/.tx/config
owncloud/apps/templateeditor/l10n/af_ZA.js
owncloud/apps/templateeditor/l10n/af_ZA.json
owncloud/apps/templateeditor/l10n/ar.js
owncloud/apps/templateeditor/l10n/ar.json
owncloud/apps/templateeditor/l10n/ast.js
@ -4023,8 +4002,15 @@ owncloud/apps/templateeditor/l10n/zh_HK.php
owncloud/apps/templateeditor/l10n/zh_TW.js
owncloud/apps/templateeditor/l10n/zh_TW.json
owncloud/apps/templateeditor/lib/
owncloud/apps/templateeditor/lib/adminpanel.php
owncloud/apps/templateeditor/lib/mailtemplate.php
owncloud/apps/templateeditor/lib/AdminPanel.php
owncloud/apps/templateeditor/lib/AppInfo/
owncloud/apps/templateeditor/lib/AppInfo/Application.php
owncloud/apps/templateeditor/lib/Controller/
owncloud/apps/templateeditor/lib/Controller/AdminSettingsController.php
owncloud/apps/templateeditor/lib/Http/
owncloud/apps/templateeditor/lib/Http/MailTemplateResponse.php
owncloud/apps/templateeditor/lib/MailTemplate.php
owncloud/apps/templateeditor/lib/TemplateEditor.php
owncloud/apps/templateeditor/templates/
owncloud/apps/templateeditor/templates/settings-admin.php
owncloud/apps/theme-example/
@ -4374,6 +4360,9 @@ owncloud/core/doc/admin/_images/admin_filehandling-1.png
owncloud/core/doc/admin/_images/admin_filehandling-2.png
owncloud/core/doc/admin/_images/amazons3.png
owncloud/core/doc/admin/_images/anti-virus-configuration-rules.png
owncloud/core/doc/admin/_images/anti-virus-message-host-connection-problem.png
owncloud/core/doc/admin/_images/anti-virus-message-misconfiguration-problem.png
owncloud/core/doc/admin/_images/anti-virus-message-socket-connection-problem.png
owncloud/core/doc/admin/_images/antivirus-app.png
owncloud/core/doc/admin/_images/antivirus-config.png
owncloud/core/doc/admin/_images/antivirus-daemon-socket.png
@ -4391,6 +4380,7 @@ owncloud/core/doc/admin/_images/auth_rsa.png
owncloud/core/doc/admin/_images/begin-owncloud-uninstall.png
owncloud/core/doc/admin/_images/code-integrity-admin.png
owncloud/core/doc/admin/_images/code-integrity-notification.png
owncloud/core/doc/admin/_images/configure-mountpoints.png
owncloud/core/doc/admin/_images/confirm-clamav-installation.png
owncloud/core/doc/admin/_images/confirm-owncloud-uninstall.png
owncloud/core/doc/admin/_images/confirm-owncloud-upgrade.png
@ -4488,7 +4478,11 @@ owncloud/core/doc/admin/_images/phpinfo.png
owncloud/core/doc/admin/_images/picking-a-user-to-impersonate.png
owncloud/core/doc/admin/_images/preview_images.png
owncloud/core/doc/admin/_images/rackspace.png
owncloud/core/doc/admin/_images/register-an-application.png
owncloud/core/doc/admin/_images/security-setup-warning-1.png
owncloud/core/doc/admin/_images/set-application-name.png
owncloud/core/doc/admin/_images/set-permissions.png
owncloud/core/doc/admin/_images/set-redirect-urls.png
owncloud/core/doc/admin/_images/sharepoint-1.png
owncloud/core/doc/admin/_images/sharepoint-2.png
owncloud/core/doc/admin/_images/sharepoint-3.png
@ -4545,6 +4539,7 @@ owncloud/core/doc/admin/_images/workflow-4.png
owncloud/core/doc/admin/_images/workflow-5.png
owncloud/core/doc/admin/_sources/
owncloud/core/doc/admin/_sources/appliance/
owncloud/core/doc/admin/_sources/appliance/Collabora.rst.txt
owncloud/core/doc/admin/_sources/appliance/clamav.rst.txt
owncloud/core/doc/admin/_sources/appliance/howto-update-owncloud.rst.txt
owncloud/core/doc/admin/_sources/appliance/index.rst.txt
@ -4603,7 +4598,6 @@ owncloud/core/doc/admin/_sources/configuration/server/harden_server.rst.txt
owncloud/core/doc/admin/_sources/configuration/server/import_ssl_cert.rst.txt
owncloud/core/doc/admin/_sources/configuration/server/index.rst.txt
owncloud/core/doc/admin/_sources/configuration/server/index_php_less_urls.rst.txt
owncloud/core/doc/admin/_sources/configuration/server/js_css_asset_management_configuration.rst.txt
owncloud/core/doc/admin/_sources/configuration/server/knowledgebase_configuration.rst.txt
owncloud/core/doc/admin/_sources/configuration/server/language_configuration.rst.txt
owncloud/core/doc/admin/_sources/configuration/server/logging_configuration.rst.txt
@ -4612,7 +4606,6 @@ owncloud/core/doc/admin/_sources/configuration/server/occ_command.rst.txt
owncloud/core/doc/admin/_sources/configuration/server/reverse_proxy_configuration.rst.txt
owncloud/core/doc/admin/_sources/configuration/server/security/
owncloud/core/doc/admin/_sources/configuration/server/security/password-policy.rst.txt
owncloud/core/doc/admin/_sources/configuration/server/security/ransomware-protection.rst.txt
owncloud/core/doc/admin/_sources/configuration/server/security_setup_warnings.rst.txt
owncloud/core/doc/admin/_sources/configuration/server/thirdparty_php_configuration.rst.txt
owncloud/core/doc/admin/_sources/configuration/user/
@ -4634,6 +4627,7 @@ owncloud/core/doc/admin/_sources/enterprise/external_storage/
owncloud/core/doc/admin/_sources/enterprise/external_storage/enterprise_only_auth.rst.txt
owncloud/core/doc/admin/_sources/enterprise/external_storage/index.rst.txt
owncloud/core/doc/admin/_sources/enterprise/external_storage/ldap_home_connector_configuration.rst.txt
owncloud/core/doc/admin/_sources/enterprise/external_storage/onedrive.rst.txt
owncloud/core/doc/admin/_sources/enterprise/external_storage/s3_swift_as_primary_object_store_configuration.rst.txt
owncloud/core/doc/admin/_sources/enterprise/external_storage/sharepoint-integration_configuration.rst.txt
owncloud/core/doc/admin/_sources/enterprise/external_storage/windows-network-drive_configuration.rst.txt
@ -4651,6 +4645,8 @@ owncloud/core/doc/admin/_sources/enterprise/installation/oracle_db_configuration
owncloud/core/doc/admin/_sources/enterprise/logging/
owncloud/core/doc/admin/_sources/enterprise/logging/enterprise_logging_apps.rst.txt
owncloud/core/doc/admin/_sources/enterprise/logging/index.rst.txt
owncloud/core/doc/admin/_sources/enterprise/ransomware-protection/
owncloud/core/doc/admin/_sources/enterprise/ransomware-protection/index.rst.txt
owncloud/core/doc/admin/_sources/enterprise/server_branding/
owncloud/core/doc/admin/_sources/enterprise/server_branding/enterprise_server_branding.rst.txt
owncloud/core/doc/admin/_sources/enterprise/server_branding/index.rst.txt
@ -4792,6 +4788,7 @@ owncloud/core/doc/admin/_static/up-pressed.png
owncloud/core/doc/admin/_static/up.png
owncloud/core/doc/admin/_static/websupport.js
owncloud/core/doc/admin/appliance/
owncloud/core/doc/admin/appliance/Collabora.html
owncloud/core/doc/admin/appliance/clamav.html
owncloud/core/doc/admin/appliance/howto-update-owncloud.html
owncloud/core/doc/admin/appliance/index.html
@ -4850,7 +4847,6 @@ owncloud/core/doc/admin/configuration/server/harden_server.html
owncloud/core/doc/admin/configuration/server/import_ssl_cert.html
owncloud/core/doc/admin/configuration/server/index.html
owncloud/core/doc/admin/configuration/server/index_php_less_urls.html
owncloud/core/doc/admin/configuration/server/js_css_asset_management_configuration.html
owncloud/core/doc/admin/configuration/server/knowledgebase_configuration.html
owncloud/core/doc/admin/configuration/server/language_configuration.html
owncloud/core/doc/admin/configuration/server/logging_configuration.html
@ -4859,7 +4855,6 @@ owncloud/core/doc/admin/configuration/server/occ_command.html
owncloud/core/doc/admin/configuration/server/reverse_proxy_configuration.html
owncloud/core/doc/admin/configuration/server/security/
owncloud/core/doc/admin/configuration/server/security/password-policy.html
owncloud/core/doc/admin/configuration/server/security/ransomware-protection.html
owncloud/core/doc/admin/configuration/server/security_setup_warnings.html
owncloud/core/doc/admin/configuration/server/thirdparty_php_configuration.html
owncloud/core/doc/admin/configuration/user/
@ -4881,6 +4876,7 @@ owncloud/core/doc/admin/enterprise/external_storage/
owncloud/core/doc/admin/enterprise/external_storage/enterprise_only_auth.html
owncloud/core/doc/admin/enterprise/external_storage/index.html
owncloud/core/doc/admin/enterprise/external_storage/ldap_home_connector_configuration.html
owncloud/core/doc/admin/enterprise/external_storage/onedrive.html
owncloud/core/doc/admin/enterprise/external_storage/s3_swift_as_primary_object_store_configuration.html
owncloud/core/doc/admin/enterprise/external_storage/sharepoint-integration_configuration.html
owncloud/core/doc/admin/enterprise/external_storage/windows-network-drive_configuration.html
@ -4898,6 +4894,8 @@ owncloud/core/doc/admin/enterprise/installation/oracle_db_configuration.html
owncloud/core/doc/admin/enterprise/logging/
owncloud/core/doc/admin/enterprise/logging/enterprise_logging_apps.html
owncloud/core/doc/admin/enterprise/logging/index.html
owncloud/core/doc/admin/enterprise/ransomware-protection/
owncloud/core/doc/admin/enterprise/ransomware-protection/index.html
owncloud/core/doc/admin/enterprise/server_branding/
owncloud/core/doc/admin/enterprise/server_branding/enterprise_server_branding.html
owncloud/core/doc/admin/enterprise/server_branding/index.html
@ -7196,6 +7194,7 @@ owncloud/core/vendor/showdown/src/subParsers/blockGamut.js
owncloud/core/vendor/showdown/src/subParsers/blockQuotes.js
owncloud/core/vendor/showdown/src/subParsers/codeBlocks.js
owncloud/core/vendor/showdown/src/subParsers/codeSpans.js
owncloud/core/vendor/showdown/src/subParsers/completeHTMLDocument.js
owncloud/core/vendor/showdown/src/subParsers/detab.js
owncloud/core/vendor/showdown/src/subParsers/ellipsis.js
owncloud/core/vendor/showdown/src/subParsers/emoji.js
@ -7215,6 +7214,7 @@ owncloud/core/vendor/showdown/src/subParsers/horizontalRule.js
owncloud/core/vendor/showdown/src/subParsers/images.js
owncloud/core/vendor/showdown/src/subParsers/italicsAndBold.js
owncloud/core/vendor/showdown/src/subParsers/lists.js
owncloud/core/vendor/showdown/src/subParsers/metadata.js
owncloud/core/vendor/showdown/src/subParsers/outdent.js
owncloud/core/vendor/showdown/src/subParsers/paragraphs.js
owncloud/core/vendor/showdown/src/subParsers/runExtension.js
@ -8171,12 +8171,6 @@ owncloud/lib/composer/lukasreschke/id3parser/src/getID3/getid3.php
owncloud/lib/composer/lukasreschke/id3parser/src/getID3/getid3_exception.php
owncloud/lib/composer/lukasreschke/id3parser/src/getID3/getid3_handler.php
owncloud/lib/composer/lukasreschke/id3parser/src/getID3/getid3_lib.php
owncloud/lib/composer/natxet/
owncloud/lib/composer/natxet/CssMin/
owncloud/lib/composer/natxet/CssMin/README
owncloud/lib/composer/natxet/CssMin/composer.json
owncloud/lib/composer/natxet/CssMin/src/
owncloud/lib/composer/natxet/CssMin/src/CssMin.php
owncloud/lib/composer/nikic/
owncloud/lib/composer/nikic/php-parser/
owncloud/lib/composer/nikic/php-parser/.travis.yml
@ -10960,6 +10954,179 @@ owncloud/lib/composer/symfony/routing/Tests/RouteTest.php
owncloud/lib/composer/symfony/routing/Tests/RouterTest.php
owncloud/lib/composer/symfony/routing/composer.json
owncloud/lib/composer/symfony/routing/phpunit.xml.dist
owncloud/lib/composer/symfony/translation/
owncloud/lib/composer/symfony/translation/CHANGELOG.md
owncloud/lib/composer/symfony/translation/Catalogue/
owncloud/lib/composer/symfony/translation/Catalogue/AbstractOperation.php
owncloud/lib/composer/symfony/translation/Catalogue/MergeOperation.php
owncloud/lib/composer/symfony/translation/Catalogue/OperationInterface.php
owncloud/lib/composer/symfony/translation/Catalogue/TargetOperation.php
owncloud/lib/composer/symfony/translation/DataCollector/
owncloud/lib/composer/symfony/translation/DataCollector/TranslationDataCollector.php
owncloud/lib/composer/symfony/translation/DataCollectorTranslator.php
owncloud/lib/composer/symfony/translation/Dumper/
owncloud/lib/composer/symfony/translation/Dumper/CsvFileDumper.php
owncloud/lib/composer/symfony/translation/Dumper/DumperInterface.php
owncloud/lib/composer/symfony/translation/Dumper/FileDumper.php
owncloud/lib/composer/symfony/translation/Dumper/IcuResFileDumper.php
owncloud/lib/composer/symfony/translation/Dumper/IniFileDumper.php
owncloud/lib/composer/symfony/translation/Dumper/JsonFileDumper.php
owncloud/lib/composer/symfony/translation/Dumper/MoFileDumper.php
owncloud/lib/composer/symfony/translation/Dumper/PhpFileDumper.php
owncloud/lib/composer/symfony/translation/Dumper/PoFileDumper.php
owncloud/lib/composer/symfony/translation/Dumper/QtFileDumper.php
owncloud/lib/composer/symfony/translation/Dumper/XliffFileDumper.php
owncloud/lib/composer/symfony/translation/Dumper/YamlFileDumper.php
owncloud/lib/composer/symfony/translation/Exception/
owncloud/lib/composer/symfony/translation/Exception/ExceptionInterface.php
owncloud/lib/composer/symfony/translation/Exception/InvalidArgumentException.php
owncloud/lib/composer/symfony/translation/Exception/InvalidResourceException.php
owncloud/lib/composer/symfony/translation/Exception/LogicException.php
owncloud/lib/composer/symfony/translation/Exception/NotFoundResourceException.php
owncloud/lib/composer/symfony/translation/Exception/RuntimeException.php
owncloud/lib/composer/symfony/translation/Extractor/
owncloud/lib/composer/symfony/translation/Extractor/AbstractFileExtractor.php
owncloud/lib/composer/symfony/translation/Extractor/ChainExtractor.php
owncloud/lib/composer/symfony/translation/Extractor/ExtractorInterface.php
owncloud/lib/composer/symfony/translation/IdentityTranslator.php
owncloud/lib/composer/symfony/translation/Interval.php
owncloud/lib/composer/symfony/translation/LICENSE
owncloud/lib/composer/symfony/translation/Loader/
owncloud/lib/composer/symfony/translation/Loader/ArrayLoader.php
owncloud/lib/composer/symfony/translation/Loader/CsvFileLoader.php
owncloud/lib/composer/symfony/translation/Loader/FileLoader.php
owncloud/lib/composer/symfony/translation/Loader/IcuDatFileLoader.php
owncloud/lib/composer/symfony/translation/Loader/IcuResFileLoader.php
owncloud/lib/composer/symfony/translation/Loader/IniFileLoader.php
owncloud/lib/composer/symfony/translation/Loader/JsonFileLoader.php
owncloud/lib/composer/symfony/translation/Loader/LoaderInterface.php
owncloud/lib/composer/symfony/translation/Loader/MoFileLoader.php
owncloud/lib/composer/symfony/translation/Loader/PhpFileLoader.php
owncloud/lib/composer/symfony/translation/Loader/PoFileLoader.php
owncloud/lib/composer/symfony/translation/Loader/QtFileLoader.php
owncloud/lib/composer/symfony/translation/Loader/XliffFileLoader.php
owncloud/lib/composer/symfony/translation/Loader/YamlFileLoader.php
owncloud/lib/composer/symfony/translation/Loader/schema/
owncloud/lib/composer/symfony/translation/Loader/schema/dic/
owncloud/lib/composer/symfony/translation/Loader/schema/dic/xliff-core/
owncloud/lib/composer/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd
owncloud/lib/composer/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd
owncloud/lib/composer/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd
owncloud/lib/composer/symfony/translation/LoggingTranslator.php
owncloud/lib/composer/symfony/translation/MessageCatalogue.php
owncloud/lib/composer/symfony/translation/MessageCatalogueInterface.php
owncloud/lib/composer/symfony/translation/MessageSelector.php
owncloud/lib/composer/symfony/translation/MetadataAwareInterface.php
owncloud/lib/composer/symfony/translation/PluralizationRules.php
owncloud/lib/composer/symfony/translation/README.md
owncloud/lib/composer/symfony/translation/Tests/
owncloud/lib/composer/symfony/translation/Tests/Catalogue/
owncloud/lib/composer/symfony/translation/Tests/Catalogue/AbstractOperationTest.php
owncloud/lib/composer/symfony/translation/Tests/Catalogue/MergeOperationTest.php
owncloud/lib/composer/symfony/translation/Tests/Catalogue/TargetOperationTest.php
owncloud/lib/composer/symfony/translation/Tests/DataCollector/
owncloud/lib/composer/symfony/translation/Tests/DataCollector/TranslationDataCollectorTest.php
owncloud/lib/composer/symfony/translation/Tests/DataCollectorTranslatorTest.php
owncloud/lib/composer/symfony/translation/Tests/Dumper/
owncloud/lib/composer/symfony/translation/Tests/Dumper/CsvFileDumperTest.php
owncloud/lib/composer/symfony/translation/Tests/Dumper/FileDumperTest.php
owncloud/lib/composer/symfony/translation/Tests/Dumper/IcuResFileDumperTest.php
owncloud/lib/composer/symfony/translation/Tests/Dumper/IniFileDumperTest.php
owncloud/lib/composer/symfony/translation/Tests/Dumper/JsonFileDumperTest.php
owncloud/lib/composer/symfony/translation/Tests/Dumper/MoFileDumperTest.php
owncloud/lib/composer/symfony/translation/Tests/Dumper/PhpFileDumperTest.php
owncloud/lib/composer/symfony/translation/Tests/Dumper/PoFileDumperTest.php
owncloud/lib/composer/symfony/translation/Tests/Dumper/QtFileDumperTest.php
owncloud/lib/composer/symfony/translation/Tests/Dumper/XliffFileDumperTest.php
owncloud/lib/composer/symfony/translation/Tests/Dumper/YamlFileDumperTest.php
owncloud/lib/composer/symfony/translation/Tests/IdentityTranslatorTest.php
owncloud/lib/composer/symfony/translation/Tests/IntervalTest.php
owncloud/lib/composer/symfony/translation/Tests/Loader/
owncloud/lib/composer/symfony/translation/Tests/Loader/CsvFileLoaderTest.php
owncloud/lib/composer/symfony/translation/Tests/Loader/IcuDatFileLoaderTest.php
owncloud/lib/composer/symfony/translation/Tests/Loader/IcuResFileLoaderTest.php
owncloud/lib/composer/symfony/translation/Tests/Loader/IniFileLoaderTest.php
owncloud/lib/composer/symfony/translation/Tests/Loader/JsonFileLoaderTest.php
owncloud/lib/composer/symfony/translation/Tests/Loader/LocalizedTestCase.php
owncloud/lib/composer/symfony/translation/Tests/Loader/MoFileLoaderTest.php
owncloud/lib/composer/symfony/translation/Tests/Loader/PhpFileLoaderTest.php
owncloud/lib/composer/symfony/translation/Tests/Loader/PoFileLoaderTest.php
owncloud/lib/composer/symfony/translation/Tests/Loader/QtFileLoaderTest.php
owncloud/lib/composer/symfony/translation/Tests/Loader/XliffFileLoaderTest.php
owncloud/lib/composer/symfony/translation/Tests/Loader/YamlFileLoaderTest.php
owncloud/lib/composer/symfony/translation/Tests/LoggingTranslatorTest.php
owncloud/lib/composer/symfony/translation/Tests/MessageCatalogueTest.php
owncloud/lib/composer/symfony/translation/Tests/MessageSelectorTest.php
owncloud/lib/composer/symfony/translation/Tests/PluralizationRulesTest.php
owncloud/lib/composer/symfony/translation/Tests/TranslatorCacheTest.php
owncloud/lib/composer/symfony/translation/Tests/TranslatorTest.php
owncloud/lib/composer/symfony/translation/Tests/Util/
owncloud/lib/composer/symfony/translation/Tests/Util/ArrayConverterTest.php
owncloud/lib/composer/symfony/translation/Tests/Writer/
owncloud/lib/composer/symfony/translation/Tests/Writer/TranslationWriterTest.php
owncloud/lib/composer/symfony/translation/Tests/fixtures/
owncloud/lib/composer/symfony/translation/Tests/fixtures/empty-translation.mo
owncloud/lib/composer/symfony/translation/Tests/fixtures/empty-translation.po
owncloud/lib/composer/symfony/translation/Tests/fixtures/empty.csv
owncloud/lib/composer/symfony/translation/Tests/fixtures/empty.ini
owncloud/lib/composer/symfony/translation/Tests/fixtures/empty.json
owncloud/lib/composer/symfony/translation/Tests/fixtures/empty.mo
owncloud/lib/composer/symfony/translation/Tests/fixtures/empty.po
owncloud/lib/composer/symfony/translation/Tests/fixtures/empty.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/empty.yml
owncloud/lib/composer/symfony/translation/Tests/fixtures/encoding.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/escaped-id-plurals.po
owncloud/lib/composer/symfony/translation/Tests/fixtures/escaped-id.po
owncloud/lib/composer/symfony/translation/Tests/fixtures/fuzzy-translations.po
owncloud/lib/composer/symfony/translation/Tests/fixtures/invalid-xml-resources.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/malformed.json
owncloud/lib/composer/symfony/translation/Tests/fixtures/messages.yml
owncloud/lib/composer/symfony/translation/Tests/fixtures/messages_linear.yml
owncloud/lib/composer/symfony/translation/Tests/fixtures/non-valid.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/non-valid.yml
owncloud/lib/composer/symfony/translation/Tests/fixtures/plurals.mo
owncloud/lib/composer/symfony/translation/Tests/fixtures/plurals.po
owncloud/lib/composer/symfony/translation/Tests/fixtures/resname.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/
owncloud/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/corrupted/
owncloud/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/corrupted/resources.dat
owncloud/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/dat/
owncloud/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/dat/en.res
owncloud/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/dat/en.txt
owncloud/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/dat/fr.res
owncloud/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/dat/fr.txt
owncloud/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/dat/packagelist.txt
owncloud/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/dat/resources.dat
owncloud/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/res/
owncloud/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/res/en.res
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources-2.0-clean.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources-2.0.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources-clean.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources-target-attributes.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources-tool-info.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources.csv
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources.dump.json
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources.ini
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources.json
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources.mo
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources.php
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources.po
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources.ts
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/resources.yml
owncloud/lib/composer/symfony/translation/Tests/fixtures/valid.csv
owncloud/lib/composer/symfony/translation/Tests/fixtures/with-attributes.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/withdoctype.xlf
owncloud/lib/composer/symfony/translation/Tests/fixtures/withnote.xlf
owncloud/lib/composer/symfony/translation/Translator.php
owncloud/lib/composer/symfony/translation/TranslatorBagInterface.php
owncloud/lib/composer/symfony/translation/TranslatorInterface.php
owncloud/lib/composer/symfony/translation/Util/
owncloud/lib/composer/symfony/translation/Util/ArrayConverter.php
owncloud/lib/composer/symfony/translation/Writer/
owncloud/lib/composer/symfony/translation/Writer/TranslationWriter.php
owncloud/lib/composer/symfony/translation/composer.json
owncloud/lib/composer/symfony/translation/phpunit.xml.dist
owncloud/lib/l10n/
owncloud/lib/l10n/ach.js
owncloud/lib/l10n/ach.json
@ -11372,6 +11539,7 @@ owncloud/lib/private/Files/External/ConfigAdapter.php
owncloud/lib/private/Files/External/DependencyTrait.php
owncloud/lib/private/Files/External/FrontendDefinitionTrait.php
owncloud/lib/private/Files/External/IdentifierTrait.php
owncloud/lib/private/Files/External/InvalidStorage.php
owncloud/lib/private/Files/External/LegacyUtil.php
owncloud/lib/private/Files/External/MissingDependency.php
owncloud/lib/private/Files/External/PersonalMount.php
@ -11575,6 +11743,7 @@ owncloud/lib/private/Repair.php
owncloud/lib/private/Repair/Apps.php
owncloud/lib/private/Repair/CleanTags.php
owncloud/lib/private/Repair/Collation.php
owncloud/lib/private/Repair/DisableExtraThemes.php
owncloud/lib/private/Repair/DropOldJobs.php
owncloud/lib/private/Repair/DropOldTables.php
owncloud/lib/private/Repair/FillETags.php
@ -11846,6 +12015,8 @@ owncloud/lib/public/Encryption/IFile.php
owncloud/lib/public/Encryption/IManager.php
owncloud/lib/public/Encryption/Keys/
owncloud/lib/public/Encryption/Keys/IStorage.php
owncloud/lib/public/Events/
owncloud/lib/public/Events/EventEmitterTrait.php
owncloud/lib/public/Files/
owncloud/lib/public/Files.php
owncloud/lib/public/Files/AlreadyExistsException.php
@ -11867,8 +12038,10 @@ owncloud/lib/public/Files/External/
owncloud/lib/public/Files/External/Auth/
owncloud/lib/public/Files/External/Auth/AuthMechanism.php
owncloud/lib/public/Files/External/Auth/IUserProvided.php
owncloud/lib/public/Files/External/Auth/InvalidAuth.php
owncloud/lib/public/Files/External/Backend/
owncloud/lib/public/Files/External/Backend/Backend.php
owncloud/lib/public/Files/External/Backend/InvalidBackend.php
owncloud/lib/public/Files/External/Config/
owncloud/lib/public/Files/External/Config/IAuthMechanismProvider.php
owncloud/lib/public/Files/External/Config/IBackendProvider.php