git: 88564c23acc1 - main - www/owncloud: Update to 10.15.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 15 Aug 2024 11:54:49 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=88564c23acc1cf23a1c005853ae8fe52a9b0c1c7

commit 88564c23acc1cf23a1c005853ae8fe52a9b0c1c7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-15 09:44:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-15 10:55:30 +0000

    www/owncloud: Update to 10.15.0
    
    Changes:        https://github.com/owncloud/core/blob/master/CHANGELOG.md
                    https://owncloud.com/changelog/server/
---
 www/owncloud/Makefile  |   2 +-
 www/owncloud/distinfo  |   6 +-
 www/owncloud/pkg-plist | 253 +++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 248 insertions(+), 13 deletions(-)

diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile
index 6a428899547a..fa39058e8694 100644
--- a/www/owncloud/Makefile
+++ b/www/owncloud/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	owncloud
-PORTVERSION=	10.14.0
+PORTVERSION=	10.15.0
 CATEGORIES=	www
 MASTER_SITES=	https://download.owncloud.com/server/stable/ \
 		LOCAL/sunpoet
diff --git a/www/owncloud/distinfo b/www/owncloud/distinfo
index 4e8a198f464f..f8ac80b6a93f 100644
--- a/www/owncloud/distinfo
+++ b/www/owncloud/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390444
-SHA256 (owncloud-10.14.0.tar.bz2) = d0309585ce2ddcdc918ca1a4d7ad7b9ec4e883230a74bdb02dace2432e8b4770
-SIZE (owncloud-10.14.0.tar.bz2) = 58122935
+TIMESTAMP = 1723201035
+SHA256 (owncloud-10.15.0.tar.bz2) = 6bdc86abb6ee8bdc3add112c1739717396267ca1ad16926b2e9b17574b2eef80
+SIZE (owncloud-10.15.0.tar.bz2) = 57742210
diff --git a/www/owncloud/pkg-plist b/www/owncloud/pkg-plist
index 4132f1d7fbcb..27d80e943eba 100644
--- a/www/owncloud/pkg-plist
+++ b/www/owncloud/pkg-plist
@@ -63,6 +63,8 @@
 %%WWWDIR%%/apps/comments/l10n/es_AR.json
 %%WWWDIR%%/apps/comments/l10n/es_CL.js
 %%WWWDIR%%/apps/comments/l10n/es_CL.json
+%%WWWDIR%%/apps/comments/l10n/es_ES.js
+%%WWWDIR%%/apps/comments/l10n/es_ES.json
 %%WWWDIR%%/apps/comments/l10n/es_MX.js
 %%WWWDIR%%/apps/comments/l10n/es_MX.json
 %%WWWDIR%%/apps/comments/l10n/et_EE.js
@@ -149,6 +151,8 @@
 %%WWWDIR%%/apps/comments/l10n/ro.json
 %%WWWDIR%%/apps/comments/l10n/ru.js
 %%WWWDIR%%/apps/comments/l10n/ru.json
+%%WWWDIR%%/apps/comments/l10n/ru_RU.js
+%%WWWDIR%%/apps/comments/l10n/ru_RU.json
 %%WWWDIR%%/apps/comments/l10n/si.js
 %%WWWDIR%%/apps/comments/l10n/si.json
 %%WWWDIR%%/apps/comments/l10n/si_LK.js
@@ -208,10 +212,212 @@
 %%WWWDIR%%/apps/configreport/lib/AdminPanel.php
 %%WWWDIR%%/apps/configreport/lib/AppInfo/Application.php
 %%WWWDIR%%/apps/configreport/lib/Command/ConfigReport.php
+%%WWWDIR%%/apps/configreport/lib/Command/SendTelemetry.php
 %%WWWDIR%%/apps/configreport/lib/Controller/ReportController.php
 %%WWWDIR%%/apps/configreport/lib/Http/ReportResponse.php
+%%WWWDIR%%/apps/configreport/lib/PHPInfo.php
 %%WWWDIR%%/apps/configreport/lib/ReportDataCollector.php
+%%WWWDIR%%/apps/configreport/lib/Telemetry/BackgroundJob.php
+%%WWWDIR%%/apps/configreport/lib/Telemetry/Monitor.php
+%%WWWDIR%%/apps/configreport/lib/Telemetry/Scheduler.php
 %%WWWDIR%%/apps/configreport/templates/settings/admin.php
+%%WWWDIR%%/apps/configreport/vendor/autoload.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/CHANGELOG.md
+%%WWWDIR%%/apps/configreport/vendor/brick/math/LICENSE
+%%WWWDIR%%/apps/configreport/vendor/brick/math/SECURITY.md
+%%WWWDIR%%/apps/configreport/vendor/brick/math/composer.json
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/BigDecimal.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/BigInteger.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/BigNumber.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/BigRational.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/Exception/DivisionByZeroException.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/Exception/IntegerOverflowException.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/Exception/MathException.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/Exception/NegativeNumberException.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/Exception/NumberFormatException.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/Exception/RoundingNecessaryException.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/Internal/Calculator.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/Internal/Calculator/GmpCalculator.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/Internal/Calculator/NativeCalculator.php
+%%WWWDIR%%/apps/configreport/vendor/brick/math/src/RoundingMode.php
+%%WWWDIR%%/apps/configreport/vendor/composer/ClassLoader.php
+%%WWWDIR%%/apps/configreport/vendor/composer/InstalledVersions.php
+%%WWWDIR%%/apps/configreport/vendor/composer/LICENSE
+%%WWWDIR%%/apps/configreport/vendor/composer/autoload_classmap.php
+%%WWWDIR%%/apps/configreport/vendor/composer/autoload_files.php
+%%WWWDIR%%/apps/configreport/vendor/composer/autoload_namespaces.php
+%%WWWDIR%%/apps/configreport/vendor/composer/autoload_psr4.php
+%%WWWDIR%%/apps/configreport/vendor/composer/autoload_real.php
+%%WWWDIR%%/apps/configreport/vendor/composer/autoload_static.php
+%%WWWDIR%%/apps/configreport/vendor/composer/installed.json
+%%WWWDIR%%/apps/configreport/vendor/composer/installed.php
+%%WWWDIR%%/apps/configreport/vendor/composer/platform_check.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/LICENSE
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/README.md
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/SECURITY.md
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/composer.json
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/AbstractArray.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/AbstractCollection.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/AbstractSet.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/ArrayInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Collection.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/CollectionInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/DoubleEndedQueue.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/DoubleEndedQueueInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Exception/CollectionMismatchException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Exception/InvalidSortOrderException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Exception/NoSuchElementException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Exception/OutOfBoundsException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Exception/ValueExtractionException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/GenericArray.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Map/AbstractMap.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Map/AbstractTypedMap.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Map/AssociativeArrayMap.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Map/MapInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Map/NamedParameterMap.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Map/TypedMap.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Map/TypedMapInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Queue.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/QueueInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Set.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Tool/TypeTrait.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/Tool/ValueToStringTrait.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/LICENSE
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/README.md
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/composer.json
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/BinaryUtils.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Builder/BuilderCollection.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Builder/FallbackBuilder.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Codec/CodecInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Codec/GuidStringCodec.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Codec/StringCodec.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/DegradedUuid.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/DeprecatedUuidInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/BuilderNotFoundException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/DateTimeException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/DceSecurityException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/InvalidBytesException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/NameException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/NodeException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/RandomSourceException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/TimeSourceException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/UnableToBuildUuidException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Exception/UuidExceptionInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/FeatureSet.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Fields/FieldsInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/CombGenerator.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/DefaultNameGenerator.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/NameGeneratorFactory.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/NameGeneratorInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Guid/Fields.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Guid/Guid.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Guid/GuidBuilder.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Math/BrickMathCalculator.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Math/CalculatorInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Math/RoundingMode.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Nonstandard/Fields.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Nonstandard/Uuid.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Nonstandard/UuidV6.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/Fields.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/NilTrait.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/NilUuid.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/UuidV1.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/UuidV2.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/UuidV3.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/UuidV4.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/UuidV5.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/Validator.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Type/Decimal.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Type/Hexadecimal.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Type/Integer.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Type/NumberInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Type/Time.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Type/TypeInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Uuid.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/UuidFactory.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/UuidFactoryInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/UuidInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Validator/GenericValidator.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/Validator/ValidatorInterface.php
+%%WWWDIR%%/apps/configreport/vendor/ramsey/uuid/src/functions.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-ctype/Ctype.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-ctype/LICENSE
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-ctype/README.md
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-ctype/bootstrap.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-ctype/bootstrap80.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-ctype/composer.json
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php80/LICENSE
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php80/Php80.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php80/PhpToken.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php80/README.md
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php80/bootstrap.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php80/composer.json
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php81/LICENSE
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php81/Php81.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php81/README.md
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php81/bootstrap.php
+%%WWWDIR%%/apps/configreport/vendor/symfony/polyfill-php81/composer.json
 %%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170116150538.php
 %%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170116170538.php
 %%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170202213905.php
@@ -361,6 +567,8 @@
 %%WWWDIR%%/apps/dav/l10n/ro.json
 %%WWWDIR%%/apps/dav/l10n/ru.js
 %%WWWDIR%%/apps/dav/l10n/ru.json
+%%WWWDIR%%/apps/dav/l10n/ru_RU.js
+%%WWWDIR%%/apps/dav/l10n/ru_RU.json
 %%WWWDIR%%/apps/dav/l10n/si.js
 %%WWWDIR%%/apps/dav/l10n/si.json
 %%WWWDIR%%/apps/dav/l10n/si_LK.js
@@ -1032,6 +1240,8 @@
 %%WWWDIR%%/apps/federatedfilesharing/l10n/ro.json
 %%WWWDIR%%/apps/federatedfilesharing/l10n/ru.js
 %%WWWDIR%%/apps/federatedfilesharing/l10n/ru.json
+%%WWWDIR%%/apps/federatedfilesharing/l10n/ru_RU.js
+%%WWWDIR%%/apps/federatedfilesharing/l10n/ru_RU.json
 %%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.js
 %%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.json
 %%WWWDIR%%/apps/federatedfilesharing/l10n/sl.js
@@ -1212,6 +1422,8 @@
 %%WWWDIR%%/apps/federation/l10n/ro.json
 %%WWWDIR%%/apps/federation/l10n/ru.js
 %%WWWDIR%%/apps/federation/l10n/ru.json
+%%WWWDIR%%/apps/federation/l10n/ru_RU.js
+%%WWWDIR%%/apps/federation/l10n/ru_RU.json
 %%WWWDIR%%/apps/federation/l10n/si.js
 %%WWWDIR%%/apps/federation/l10n/si.json
 %%WWWDIR%%/apps/federation/l10n/si_LK.js
@@ -1377,6 +1589,8 @@
 %%WWWDIR%%/apps/files/l10n/es_CL.json
 %%WWWDIR%%/apps/files/l10n/es_EC.js
 %%WWWDIR%%/apps/files/l10n/es_EC.json
+%%WWWDIR%%/apps/files/l10n/es_ES.js
+%%WWWDIR%%/apps/files/l10n/es_ES.json
 %%WWWDIR%%/apps/files/l10n/es_MX.js
 %%WWWDIR%%/apps/files/l10n/es_MX.json
 %%WWWDIR%%/apps/files/l10n/et_EE.js
@@ -1647,6 +1861,8 @@
 %%WWWDIR%%/apps/files_external/l10n/es_AR.json
 %%WWWDIR%%/apps/files_external/l10n/es_CL.js
 %%WWWDIR%%/apps/files_external/l10n/es_CL.json
+%%WWWDIR%%/apps/files_external/l10n/es_ES.js
+%%WWWDIR%%/apps/files_external/l10n/es_ES.json
 %%WWWDIR%%/apps/files_external/l10n/es_MX.js
 %%WWWDIR%%/apps/files_external/l10n/es_MX.json
 %%WWWDIR%%/apps/files_external/l10n/et_EE.js
@@ -1741,6 +1957,8 @@
 %%WWWDIR%%/apps/files_external/l10n/ro.json
 %%WWWDIR%%/apps/files_external/l10n/ru.js
 %%WWWDIR%%/apps/files_external/l10n/ru.json
+%%WWWDIR%%/apps/files_external/l10n/ru_RU.js
+%%WWWDIR%%/apps/files_external/l10n/ru_RU.json
 %%WWWDIR%%/apps/files_external/l10n/si.js
 %%WWWDIR%%/apps/files_external/l10n/si.json
 %%WWWDIR%%/apps/files_external/l10n/si_LK.js
@@ -1983,6 +2201,8 @@
 %%WWWDIR%%/apps/files_sharing/l10n/es_AR.json
 %%WWWDIR%%/apps/files_sharing/l10n/es_CL.js
 %%WWWDIR%%/apps/files_sharing/l10n/es_CL.json
+%%WWWDIR%%/apps/files_sharing/l10n/es_ES.js
+%%WWWDIR%%/apps/files_sharing/l10n/es_ES.json
 %%WWWDIR%%/apps/files_sharing/l10n/es_MX.js
 %%WWWDIR%%/apps/files_sharing/l10n/es_MX.json
 %%WWWDIR%%/apps/files_sharing/l10n/et_EE.js
@@ -2245,6 +2465,8 @@
 %%WWWDIR%%/apps/files_trashbin/l10n/es_AR.json
 %%WWWDIR%%/apps/files_trashbin/l10n/es_CL.js
 %%WWWDIR%%/apps/files_trashbin/l10n/es_CL.json
+%%WWWDIR%%/apps/files_trashbin/l10n/es_ES.js
+%%WWWDIR%%/apps/files_trashbin/l10n/es_ES.json
 %%WWWDIR%%/apps/files_trashbin/l10n/es_MX.js
 %%WWWDIR%%/apps/files_trashbin/l10n/es_MX.json
 %%WWWDIR%%/apps/files_trashbin/l10n/et_EE.js
@@ -2517,6 +2739,8 @@
 %%WWWDIR%%/apps/files_versions/l10n/ro.json
 %%WWWDIR%%/apps/files_versions/l10n/ru.js
 %%WWWDIR%%/apps/files_versions/l10n/ru.json
+%%WWWDIR%%/apps/files_versions/l10n/ru_RU.js
+%%WWWDIR%%/apps/files_versions/l10n/ru_RU.json
 %%WWWDIR%%/apps/files_versions/l10n/si.js
 %%WWWDIR%%/apps/files_versions/l10n/si.json
 %%WWWDIR%%/apps/files_versions/l10n/si_LK.js
@@ -2725,6 +2949,7 @@
 %%WWWDIR%%/apps/market/appinfo/signature.json
 %%WWWDIR%%/apps/market/img/market.svg
 %%WWWDIR%%/apps/market/js/market.bundle.js
+%%WWWDIR%%/apps/market/js/market.bundle.js.LICENSE.txt
 %%WWWDIR%%/apps/market/lib/Application.php
 %%WWWDIR%%/apps/market/lib/CheckUpdateBackgroundJob.php
 %%WWWDIR%%/apps/market/lib/Command/InstallApp.php
@@ -2925,6 +3150,8 @@
 %%WWWDIR%%/apps/systemtags/l10n/es_419.json
 %%WWWDIR%%/apps/systemtags/l10n/es_AR.js
 %%WWWDIR%%/apps/systemtags/l10n/es_AR.json
+%%WWWDIR%%/apps/systemtags/l10n/es_ES.js
+%%WWWDIR%%/apps/systemtags/l10n/es_ES.json
 %%WWWDIR%%/apps/systemtags/l10n/es_MX.js
 %%WWWDIR%%/apps/systemtags/l10n/es_MX.json
 %%WWWDIR%%/apps/systemtags/l10n/et_EE.js
@@ -3001,6 +3228,8 @@
 %%WWWDIR%%/apps/systemtags/l10n/ro.json
 %%WWWDIR%%/apps/systemtags/l10n/ru.js
 %%WWWDIR%%/apps/systemtags/l10n/ru.json
+%%WWWDIR%%/apps/systemtags/l10n/ru_RU.js
+%%WWWDIR%%/apps/systemtags/l10n/ru_RU.json
 %%WWWDIR%%/apps/systemtags/l10n/si.js
 %%WWWDIR%%/apps/systemtags/l10n/si.json
 %%WWWDIR%%/apps/systemtags/l10n/si_LK.js
@@ -3151,6 +3380,8 @@
 %%WWWDIR%%/apps/updatenotification/l10n/ro.json
 %%WWWDIR%%/apps/updatenotification/l10n/ru.js
 %%WWWDIR%%/apps/updatenotification/l10n/ru.json
+%%WWWDIR%%/apps/updatenotification/l10n/ru_RU.js
+%%WWWDIR%%/apps/updatenotification/l10n/ru_RU.json
 %%WWWDIR%%/apps/updatenotification/l10n/sk_SK.js
 %%WWWDIR%%/apps/updatenotification/l10n/sk_SK.json
 %%WWWDIR%%/apps/updatenotification/l10n/sl.js
@@ -3558,7 +3789,6 @@
 %%WWWDIR%%/core/js/eventsource.js
 %%WWWDIR%%/core/js/files/client.js
 %%WWWDIR%%/core/js/files/fileinfo.js
-%%WWWDIR%%/core/js/files/iedavclient.js
 %%WWWDIR%%/core/js/installation.js
 %%WWWDIR%%/core/js/integritycheck-failed-notification.js
 %%WWWDIR%%/core/js/jquery-showpassword.js
@@ -3663,6 +3893,8 @@
 %%WWWDIR%%/core/l10n/es_AR.json
 %%WWWDIR%%/core/l10n/es_CL.js
 %%WWWDIR%%/core/l10n/es_CL.json
+%%WWWDIR%%/core/l10n/es_ES.js
+%%WWWDIR%%/core/l10n/es_ES.json
 %%WWWDIR%%/core/l10n/es_MX.js
 %%WWWDIR%%/core/l10n/es_MX.json
 %%WWWDIR%%/core/l10n/et_EE.js
@@ -3865,7 +4097,6 @@
 %%WWWDIR%%/core/templates/installation.php
 %%WWWDIR%%/core/templates/internalaltmail.php
 %%WWWDIR%%/core/templates/internalmail.php
-%%WWWDIR%%/core/templates/ioc.warning.php
 %%WWWDIR%%/core/templates/layout.base.php
 %%WWWDIR%%/core/templates/layout.guest.php
 %%WWWDIR%%/core/templates/layout.noscript.warning.php
@@ -3894,8 +4125,6 @@
 %%WWWDIR%%/core/vendor/backbone/modules/debug-info.js
 %%WWWDIR%%/core/vendor/backbone/modules/package.json
 %%WWWDIR%%/core/vendor/backbone/package-lock.json
-%%WWWDIR%%/core/vendor/base64/base64.js
-%%WWWDIR%%/core/vendor/base64/base64.min.js
 %%WWWDIR%%/core/vendor/blueimp-md5/css/demo.css
 %%WWWDIR%%/core/vendor/blueimp-md5/js/demo.js
 %%WWWDIR%%/core/vendor/blueimp-md5/js/md5.js
@@ -6271,7 +6500,6 @@
 %%WWWDIR%%/lib/composer/google/apiclient-services/src/Drive/TeamDriveList.php
 %%WWWDIR%%/lib/composer/google/apiclient-services/src/Drive/TeamDriveRestrictions.php
 %%WWWDIR%%/lib/composer/google/apiclient-services/src/Drive/User.php
-%%WWWDIR%%/lib/composer/google/apiclient-services/src/WorkspaceEvents.php
 %%WWWDIR%%/lib/composer/google/apiclient/LICENSE
 %%WWWDIR%%/lib/composer/google/apiclient/composer.json
 %%WWWDIR%%/lib/composer/google/apiclient/src/AccessToken/Revoke.php
@@ -7331,7 +7559,6 @@
 %%WWWDIR%%/lib/composer/pear/pear-core-minimal/composer.json
 %%WWWDIR%%/lib/composer/pear/pear-core-minimal/src/OS/Guess.php
 %%WWWDIR%%/lib/composer/pear/pear-core-minimal/src/PEAR.php
-%%WWWDIR%%/lib/composer/pear/pear-core-minimal/src/PEAR/Error.php
 %%WWWDIR%%/lib/composer/pear/pear-core-minimal/src/PEAR/ErrorStack.php
 %%WWWDIR%%/lib/composer/pear/pear-core-minimal/src/System.php
 %%WWWDIR%%/lib/composer/pear/pear_exception/LICENSE
@@ -7500,6 +7727,7 @@
 %%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php
 %%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php
 %%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php
 %%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php
 %%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php
 %%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php
@@ -8406,6 +8634,9 @@
 %%WWWDIR%%/lib/composer/ralouphie/getallheaders/LICENSE
 %%WWWDIR%%/lib/composer/ralouphie/getallheaders/composer.json
 %%WWWDIR%%/lib/composer/ralouphie/getallheaders/src/getallheaders.php
+%%WWWDIR%%/lib/composer/rhukster/dom-sanitizer/LICENSE
+%%WWWDIR%%/lib/composer/rhukster/dom-sanitizer/composer.json
+%%WWWDIR%%/lib/composer/rhukster/dom-sanitizer/src/DOMSanitizer.php
 %%WWWDIR%%/lib/composer/sabre/dav/LICENSE
 %%WWWDIR%%/lib/composer/sabre/dav/composer.json
 %%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
@@ -9205,6 +9436,7 @@
 %%WWWDIR%%/lib/composer/symfony/service-contracts/ServiceSubscriberInterface.php
 %%WWWDIR%%/lib/composer/symfony/service-contracts/ServiceSubscriberTrait.php
 %%WWWDIR%%/lib/composer/symfony/service-contracts/Test/ServiceLocatorTest.php
+%%WWWDIR%%/lib/composer/symfony/service-contracts/Test/ServiceLocatorTestCase.php
 %%WWWDIR%%/lib/composer/symfony/service-contracts/composer.json
 %%WWWDIR%%/lib/composer/symfony/string/AbstractString.php
 %%WWWDIR%%/lib/composer/symfony/string/AbstractUnicodeString.php
@@ -9387,6 +9619,8 @@
 %%WWWDIR%%/lib/l10n/es_AR.json
 %%WWWDIR%%/lib/l10n/es_CL.js
 %%WWWDIR%%/lib/l10n/es_CL.json
+%%WWWDIR%%/lib/l10n/es_ES.js
+%%WWWDIR%%/lib/l10n/es_ES.json
 %%WWWDIR%%/lib/l10n/es_MX.js
 %%WWWDIR%%/lib/l10n/es_MX.json
 %%WWWDIR%%/lib/l10n/et_EE.js
@@ -9495,6 +9729,8 @@
 %%WWWDIR%%/lib/l10n/ro.json
 %%WWWDIR%%/lib/l10n/ru.js
 %%WWWDIR%%/lib/l10n/ru.json
+%%WWWDIR%%/lib/l10n/ru_RU.js
+%%WWWDIR%%/lib/l10n/ru_RU.json
 %%WWWDIR%%/lib/l10n/si.js
 %%WWWDIR%%/lib/l10n/si.json
 %%WWWDIR%%/lib/l10n/si_LK.js
@@ -10521,6 +10757,8 @@
 %%WWWDIR%%/settings/l10n/es_AR.json
 %%WWWDIR%%/settings/l10n/es_CL.js
 %%WWWDIR%%/settings/l10n/es_CL.json
+%%WWWDIR%%/settings/l10n/es_ES.js
+%%WWWDIR%%/settings/l10n/es_ES.json
 %%WWWDIR%%/settings/l10n/es_MX.js
 %%WWWDIR%%/settings/l10n/es_MX.json
 %%WWWDIR%%/settings/l10n/et_EE.js
@@ -10853,9 +11091,6 @@
 %%WWWDIR%%/updater/vendor/guzzlehttp/promises/src/TaskQueue.php
 %%WWWDIR%%/updater/vendor/guzzlehttp/promises/src/TaskQueueInterface.php
 %%WWWDIR%%/updater/vendor/guzzlehttp/promises/src/Utils.php
-%%WWWDIR%%/updater/vendor/guzzlehttp/promises/vendor-bin/php-cs-fixer/composer.json
-%%WWWDIR%%/updater/vendor/guzzlehttp/promises/vendor-bin/phpstan/composer.json
-%%WWWDIR%%/updater/vendor/guzzlehttp/promises/vendor-bin/psalm/composer.json
 %%WWWDIR%%/updater/vendor/guzzlehttp/psr7/CHANGELOG.md
 %%WWWDIR%%/updater/vendor/guzzlehttp/psr7/LICENSE
 %%WWWDIR%%/updater/vendor/guzzlehttp/psr7/README.md