pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-nextcloud



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jan  3 10:16:54 UTC 2018

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

Log Message:
Update to 12.0.4

Changelog:
Server
Over 50 fixes were merged in the server.

    Improve text: 'you have now' -> 'you now have (server#6464)
    Fix initializing paged search under some circumstances (server#6502)
    LDAP: simplify returning the homePath (server#6509)
    Fix sharer name overlap with filename (server#6524)
    Allow to close sidebar for text files (server#6525)
    Fix quota new endpoint 12 (server#6527)
    Pass new value to triggerChange (server#6528)
    Throw 101 when an empty group string is provided (server#6547)
    Contacts menu privacy (server#6554)
    Add color-border variable (server#6649)
    Do not stop on scss compilation failure (server#6661)
    Don't pass User object when uid string is expected (server#6674)
    Navigate to the root directory when showing the main filelist (server#6689)
    Fix LDAP User deletion (cleanup) (server#6699)
    Update aws sdk + s3 improvements (server#6737)
    Dont run invalid path repair step when upgrading from 11.0.5.2 and
      later (server#6743)
    Fix language when trying to change password (server#6751)
    Fix postgresql tests (server#6792)
    Also use configured 'cache_path' for new chunking (server#6814)
    Set s3 part size to 500mb (server#6815)
    Fix contacts menu for IE11 (server#6823)
    Still trigger conflict resolution for existing entries when
      the curre (server#6847)
    Propagate multipart upload exception when aborting upload (server#6855)
    Allow to migrate from 10.0.3.3 (server#6878)
    Timespan check (server#6896)
    Do not log WebDAV maintenance mode exception (server#6908)
    Don't reset quota (server#6910)
    Backport of translation string fixes (server#6935)
    Fix class name in exception logger plugin (server#6942)
    Allow quota of 0 again (server#6943)
    Fix uninitialized variable $this->params (server#6944)
    Don't add a LIKE condition when it's not needed (server#6945)
    Fix undefined offset warning when using '/' as external storage
      root (server#6946)
    Fix page title not changed (server#6987)
    Better readability for text on log in page which is directly on
      backgrounds (server#7028)
    Translate Grant Access (server#7040)
    Use fopen directly when reading objects from s3 (server#7079)
    Improve mimetype detection for object storages (server#7081)
    Fix seeking on object storage (server#7082)
    Hide spinner for initial install (server#7095)
    Ensure uid for calendar objects is unique (server#7096)
    Revert "Only allow colons in db host for IPv6 addresses (server#7102)
    Theme flow redirection page (server#7114)
    Fix icon for security settings (server#7116)
    If for some reason the json can't be decoded it is not cached (server#7118)
    Improve performance of UserMountCache with external storage
      folders (server#7120)
    {J,CS}SResourceLocator: account for symlinks in app path server#7170)
    Fix s3 download and touch (server#7186)
    Touch opertation on object storage, don't create the file cache entry
      to early (server#7207)
    Allow migration from upcoming 10.0.4 ownCloud release (server#7245)
    CSSResourceLocator: handle SCSS in apps outside root (server#7257)
    only replace permission popupmenu (server#7259)
    Fix accesslist when a user has an ID only containting 0-9 (server#7262)
    Update CRL due to files_frommail (server#7277)
    Only in case of $currentAccess the array uses the id as index (server#7328)

Other

    Add aws sdk (3rdparty#69)
    Don't send emails to disabled users (activity#202)
    Add an option to disable emails completly (activity#206)
    Make sure the mountPoint property is public before using it
      (files_accesscontrol#79)
    Allow to playback m4v files (files_videoplayer#43)
    Fix notifications order (notifications#93)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/php-nextcloud/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/php-nextcloud/PLIST \
    pkgsrc/www/php-nextcloud/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-nextcloud/Makefile
diff -u pkgsrc/www/php-nextcloud/Makefile:1.9 pkgsrc/www/php-nextcloud/Makefile:1.10
--- pkgsrc/www/php-nextcloud/Makefile:1.9       Sun Oct  8 03:54:40 2017
+++ pkgsrc/www/php-nextcloud/Makefile   Wed Jan  3 10:16:54 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2017/10/08 03:54:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/03 10:16:54 ryoon Exp $
 #
 
-DISTNAME=      nextcloud-12.0.3
+DISTNAME=      nextcloud-12.0.4
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  https://download.nextcloud.com/server/releases/

Index: pkgsrc/www/php-nextcloud/PLIST
diff -u pkgsrc/www/php-nextcloud/PLIST:1.8 pkgsrc/www/php-nextcloud/PLIST:1.9
--- pkgsrc/www/php-nextcloud/PLIST:1.8  Sun Oct  8 03:54:40 2017
+++ pkgsrc/www/php-nextcloud/PLIST      Wed Jan  3 10:16:54 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2017/10/08 03:54:40 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/01/03 10:16:54 ryoon Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
 share/nextcloud/3rdparty/.drone.yml
@@ -6,6 +6,642 @@ share/nextcloud/3rdparty/.gitignore
 share/nextcloud/3rdparty/LICENSE INFO
 share/nextcloud/3rdparty/README.md
 share/nextcloud/3rdparty/autoload.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/LICENSE.md
+share/nextcloud/3rdparty/aws/aws-sdk-php/NOTICE.md
+share/nextcloud/3rdparty/aws/aws-sdk-php/codecov.yml
+share/nextcloud/3rdparty/aws/aws-sdk-php/composer.json
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/AcmClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/Exception/AcmException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/AbstractModel.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ApiProvider.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DateTimeResult.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DocModel.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ListShape.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/MapShape.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Operation.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/QueryParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/XmlParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Service.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Shape.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ShapeMap.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/StructureShape.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/TimestampShape.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Validator.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/AthenaClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientInterface.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientTrait.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/BatchClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/Exception/BatchException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/BudgetsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CacheInterface.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientResolver.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CookieSigner.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Signer.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/UrlSigner.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Command.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandInterface.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandPool.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialProvider.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/Credentials.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/InstanceProfileProvider.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/DAXClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/Exception/DAXException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DoctrineCacheAdapter.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Marshaler.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/NumberValue.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SetValue.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Ec2Client.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/EcrClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecs/EcsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Efs/EfsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Efs/Exception/EfsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/EmrClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/Exception/EmrException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/Partition.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/AwsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CredentialsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/MultipartUploadException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/FirehoseClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/GameLiftClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/GlacierClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/MultipartUploader.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/TreeHash.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/Exception/GlueException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/GlueClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/HandlerList.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/HasDataTrait.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashInterface.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashingStream.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/Exception/HealthException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/HealthClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/History.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/Exception/IamException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/IamClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/InspectorClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/Exception/IotException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/IotClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/JsonCompiler.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/KinesisClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/Exception/KmsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/KmsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/LambdaClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/LightsailClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/LruArrayCache.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/MTurkClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Middleware.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/MobileClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MockHandler.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MultiRegionClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploader.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/UploadState.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/PhpHash.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/Exception/PollyException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/PollyClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/PresignUrlMiddleware.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/PsrCacheAdapter.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/Exception/RdsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/RdsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/RedshiftClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Result.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultInterface.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultPaginator.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/RetryMiddleware.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Route53Client.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BatchDelete.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3Exception.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartCopy.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartUploader.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ObjectCopier.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ObjectUploader.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObject.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObjectV4.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3Client.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3ClientInterface.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3ClientTrait.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3UriParser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/SSECMiddleware.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/StreamWrapper.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Transfer.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sdk.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/Exception/SesException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/SesClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/SfnClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/ShieldClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/AnonymousSignature.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/S3SignatureV4.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureInterface.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureProvider.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureTrait.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureV4.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sms/Exception/SmsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sms/SmsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sns/Exception/SnsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sns/SnsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/SsmClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/Exception/StsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/StsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/Exception/SupportException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/SupportClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/Exception/SwfException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/SwfClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/TraceMiddleware.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/Exception/WafException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/WafClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waiter.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/WrappedHttpHandler.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/Exception/XRayException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/XRayClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/endpoints.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/manifest.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/functions.php
 share/nextcloud/3rdparty/bantu/ini-get-wrapper/.gitignore
 share/nextcloud/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml
 share/nextcloud/3rdparty/bantu/ini-get-wrapper/LICENSE
@@ -962,6 +1598,53 @@ share/nextcloud/3rdparty/guzzlehttp/guzz
 share/nextcloud/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php
 share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Url.php
 share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Utils.php
+share/nextcloud/3rdparty/guzzlehttp/promises/CHANGELOG.md
+share/nextcloud/3rdparty/guzzlehttp/promises/LICENSE
+share/nextcloud/3rdparty/guzzlehttp/promises/Makefile
+share/nextcloud/3rdparty/guzzlehttp/promises/README.md
+share/nextcloud/3rdparty/guzzlehttp/promises/composer.json
+share/nextcloud/3rdparty/guzzlehttp/promises/src/AggregateException.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/CancellationException.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/Coroutine.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/EachPromise.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/FulfilledPromise.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/PromiseInterface.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/PromisorInterface.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/RejectedPromise.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/RejectionException.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/TaskQueue.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/TaskQueueInterface.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/functions.php
+share/nextcloud/3rdparty/guzzlehttp/promises/src/functions_include.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/CHANGELOG.md
+share/nextcloud/3rdparty/guzzlehttp/psr7/LICENSE
+share/nextcloud/3rdparty/guzzlehttp/psr7/README.md
+share/nextcloud/3rdparty/guzzlehttp/psr7/composer.json
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/AppendStream.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/BufferStream.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/CachingStream.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/DroppingStream.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/FnStream.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/InflateStream.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/LazyOpenStream.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/LimitStream.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/MessageTrait.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/MultipartStream.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/NoSeekStream.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/PumpStream.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/Request.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/Response.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/ServerRequest.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/Stream.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/StreamDecoratorTrait.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/StreamWrapper.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/UploadedFile.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/Uri.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/UriNormalizer.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/UriResolver.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/functions.php
+share/nextcloud/3rdparty/guzzlehttp/psr7/src/functions_include.php
 share/nextcloud/3rdparty/guzzlehttp/ringphp/LICENSE
 share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php
 share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php
@@ -1155,6 +1838,25 @@ share/nextcloud/3rdparty/mikemccabe/json
 share/nextcloud/3rdparty/mikemccabe/json-patch-php/run_tests.php
 share/nextcloud/3rdparty/mikemccabe/json-patch-php/simplexml_tests.json
 share/nextcloud/3rdparty/mikemccabe/json-patch-php/src/JsonPatch.php
+share/nextcloud/3rdparty/mtdowling/jmespath.php/.gitignore
+share/nextcloud/3rdparty/mtdowling/jmespath.php/CHANGELOG.md
+share/nextcloud/3rdparty/mtdowling/jmespath.php/LICENSE
+share/nextcloud/3rdparty/mtdowling/jmespath.php/Makefile
+share/nextcloud/3rdparty/mtdowling/jmespath.php/README.rst
+share/nextcloud/3rdparty/mtdowling/jmespath.php/composer.json
+share/nextcloud/3rdparty/mtdowling/jmespath.php/phpunit.xml.dist
+share/nextcloud/3rdparty/mtdowling/jmespath.php/src/AstRuntime.php
+share/nextcloud/3rdparty/mtdowling/jmespath.php/src/CompilerRuntime.php
+share/nextcloud/3rdparty/mtdowling/jmespath.php/src/DebugRuntime.php
+share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Env.php
+share/nextcloud/3rdparty/mtdowling/jmespath.php/src/FnDispatcher.php
+share/nextcloud/3rdparty/mtdowling/jmespath.php/src/JmesPath.php
+share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Lexer.php
+share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Parser.php
+share/nextcloud/3rdparty/mtdowling/jmespath.php/src/SyntaxErrorException.php
+share/nextcloud/3rdparty/mtdowling/jmespath.php/src/TreeCompiler.php
+share/nextcloud/3rdparty/mtdowling/jmespath.php/src/TreeInterpreter.php
+share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Utils.php
 share/nextcloud/3rdparty/natxet/CssMin/README
 share/nextcloud/3rdparty/natxet/CssMin/composer.json
 share/nextcloud/3rdparty/natxet/CssMin/src/CssMin.php
@@ -1541,6 +2243,17 @@ share/nextcloud/3rdparty/phpseclib/phpse
 share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf
 share/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php
 share/nextcloud/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php
+share/nextcloud/3rdparty/psr/http-message/CHANGELOG.md
+share/nextcloud/3rdparty/psr/http-message/LICENSE
+share/nextcloud/3rdparty/psr/http-message/README.md
+share/nextcloud/3rdparty/psr/http-message/composer.json
+share/nextcloud/3rdparty/psr/http-message/src/MessageInterface.php
+share/nextcloud/3rdparty/psr/http-message/src/RequestInterface.php
+share/nextcloud/3rdparty/psr/http-message/src/ResponseInterface.php
+share/nextcloud/3rdparty/psr/http-message/src/ServerRequestInterface.php
+share/nextcloud/3rdparty/psr/http-message/src/StreamInterface.php
+share/nextcloud/3rdparty/psr/http-message/src/UploadedFileInterface.php
+share/nextcloud/3rdparty/psr/http-message/src/UriInterface.php
 share/nextcloud/3rdparty/psr/log/LICENSE
 share/nextcloud/3rdparty/psr/log/Psr/Log/AbstractLogger.php
 share/nextcloud/3rdparty/psr/log/Psr/Log/InvalidArgumentException.php
@@ -3281,8 +3994,34 @@ share/nextcloud/apps/activity/l10n/es_AR
 share/nextcloud/apps/activity/l10n/es_AR.json
 share/nextcloud/apps/activity/l10n/es_CL.js
 share/nextcloud/apps/activity/l10n/es_CL.json
+share/nextcloud/apps/activity/l10n/es_CO.js
+share/nextcloud/apps/activity/l10n/es_CO.json
+share/nextcloud/apps/activity/l10n/es_CR.js
+share/nextcloud/apps/activity/l10n/es_CR.json
+share/nextcloud/apps/activity/l10n/es_DO.js
+share/nextcloud/apps/activity/l10n/es_DO.json
+share/nextcloud/apps/activity/l10n/es_EC.js
+share/nextcloud/apps/activity/l10n/es_EC.json
+share/nextcloud/apps/activity/l10n/es_GT.js
+share/nextcloud/apps/activity/l10n/es_GT.json
+share/nextcloud/apps/activity/l10n/es_HN.js
+share/nextcloud/apps/activity/l10n/es_HN.json
 share/nextcloud/apps/activity/l10n/es_MX.js
 share/nextcloud/apps/activity/l10n/es_MX.json
+share/nextcloud/apps/activity/l10n/es_NI.js
+share/nextcloud/apps/activity/l10n/es_NI.json
+share/nextcloud/apps/activity/l10n/es_PA.js
+share/nextcloud/apps/activity/l10n/es_PA.json
+share/nextcloud/apps/activity/l10n/es_PE.js
+share/nextcloud/apps/activity/l10n/es_PE.json
+share/nextcloud/apps/activity/l10n/es_PR.js
+share/nextcloud/apps/activity/l10n/es_PR.json
+share/nextcloud/apps/activity/l10n/es_PY.js
+share/nextcloud/apps/activity/l10n/es_PY.json
+share/nextcloud/apps/activity/l10n/es_SV.js
+share/nextcloud/apps/activity/l10n/es_SV.json
+share/nextcloud/apps/activity/l10n/es_UY.js
+share/nextcloud/apps/activity/l10n/es_UY.json
 share/nextcloud/apps/activity/l10n/et_EE.js
 share/nextcloud/apps/activity/l10n/et_EE.json
 share/nextcloud/apps/activity/l10n/eu.js
@@ -3503,8 +4242,34 @@ share/nextcloud/apps/comments/l10n/es_AR
 share/nextcloud/apps/comments/l10n/es_AR.json
 share/nextcloud/apps/comments/l10n/es_CL.js
 share/nextcloud/apps/comments/l10n/es_CL.json
+share/nextcloud/apps/comments/l10n/es_CO.js
+share/nextcloud/apps/comments/l10n/es_CO.json
+share/nextcloud/apps/comments/l10n/es_CR.js
+share/nextcloud/apps/comments/l10n/es_CR.json
+share/nextcloud/apps/comments/l10n/es_DO.js
+share/nextcloud/apps/comments/l10n/es_DO.json
+share/nextcloud/apps/comments/l10n/es_EC.js
+share/nextcloud/apps/comments/l10n/es_EC.json
+share/nextcloud/apps/comments/l10n/es_GT.js
+share/nextcloud/apps/comments/l10n/es_GT.json
+share/nextcloud/apps/comments/l10n/es_HN.js
+share/nextcloud/apps/comments/l10n/es_HN.json
 share/nextcloud/apps/comments/l10n/es_MX.js
 share/nextcloud/apps/comments/l10n/es_MX.json
+share/nextcloud/apps/comments/l10n/es_NI.js
+share/nextcloud/apps/comments/l10n/es_NI.json
+share/nextcloud/apps/comments/l10n/es_PA.js
+share/nextcloud/apps/comments/l10n/es_PA.json
+share/nextcloud/apps/comments/l10n/es_PE.js
+share/nextcloud/apps/comments/l10n/es_PE.json
+share/nextcloud/apps/comments/l10n/es_PR.js
+share/nextcloud/apps/comments/l10n/es_PR.json
+share/nextcloud/apps/comments/l10n/es_PY.js
+share/nextcloud/apps/comments/l10n/es_PY.json
+share/nextcloud/apps/comments/l10n/es_SV.js
+share/nextcloud/apps/comments/l10n/es_SV.json
+share/nextcloud/apps/comments/l10n/es_UY.js
+share/nextcloud/apps/comments/l10n/es_UY.json
 share/nextcloud/apps/comments/l10n/et_EE.js
 share/nextcloud/apps/comments/l10n/et_EE.json
 share/nextcloud/apps/comments/l10n/eu.js
@@ -3653,6 +4418,8 @@ share/nextcloud/apps/dav/l10n/bg.js
 share/nextcloud/apps/dav/l10n/bg.json
 share/nextcloud/apps/dav/l10n/bg_BG.js
 share/nextcloud/apps/dav/l10n/bg_BG.json
+share/nextcloud/apps/dav/l10n/ca.js
+share/nextcloud/apps/dav/l10n/ca.json
 share/nextcloud/apps/dav/l10n/cs.js
 share/nextcloud/apps/dav/l10n/cs.json
 share/nextcloud/apps/dav/l10n/cs_CZ.js
@@ -3671,8 +4438,38 @@ share/nextcloud/apps/dav/l10n/es.js
 share/nextcloud/apps/dav/l10n/es.json
 share/nextcloud/apps/dav/l10n/es_AR.js
 share/nextcloud/apps/dav/l10n/es_AR.json
+share/nextcloud/apps/dav/l10n/es_CL.js
+share/nextcloud/apps/dav/l10n/es_CL.json
+share/nextcloud/apps/dav/l10n/es_CO.js
+share/nextcloud/apps/dav/l10n/es_CO.json
+share/nextcloud/apps/dav/l10n/es_CR.js
+share/nextcloud/apps/dav/l10n/es_CR.json
+share/nextcloud/apps/dav/l10n/es_DO.js
+share/nextcloud/apps/dav/l10n/es_DO.json
+share/nextcloud/apps/dav/l10n/es_EC.js
+share/nextcloud/apps/dav/l10n/es_EC.json
+share/nextcloud/apps/dav/l10n/es_GT.js
+share/nextcloud/apps/dav/l10n/es_GT.json
+share/nextcloud/apps/dav/l10n/es_HN.js
+share/nextcloud/apps/dav/l10n/es_HN.json
 share/nextcloud/apps/dav/l10n/es_MX.js
 share/nextcloud/apps/dav/l10n/es_MX.json
+share/nextcloud/apps/dav/l10n/es_NI.js
+share/nextcloud/apps/dav/l10n/es_NI.json
+share/nextcloud/apps/dav/l10n/es_PA.js
+share/nextcloud/apps/dav/l10n/es_PA.json
+share/nextcloud/apps/dav/l10n/es_PE.js
+share/nextcloud/apps/dav/l10n/es_PE.json
+share/nextcloud/apps/dav/l10n/es_PR.js
+share/nextcloud/apps/dav/l10n/es_PR.json
+share/nextcloud/apps/dav/l10n/es_PY.js
+share/nextcloud/apps/dav/l10n/es_PY.json
+share/nextcloud/apps/dav/l10n/es_SV.js
+share/nextcloud/apps/dav/l10n/es_SV.json
+share/nextcloud/apps/dav/l10n/es_UY.js
+share/nextcloud/apps/dav/l10n/es_UY.json
+share/nextcloud/apps/dav/l10n/eu.js
+share/nextcloud/apps/dav/l10n/eu.json
 share/nextcloud/apps/dav/l10n/fi.js
 share/nextcloud/apps/dav/l10n/fi.json
 share/nextcloud/apps/dav/l10n/fi_FI.js
@@ -3693,6 +4490,8 @@ share/nextcloud/apps/dav/l10n/it.js
 share/nextcloud/apps/dav/l10n/it.json
 share/nextcloud/apps/dav/l10n/ja.js
 share/nextcloud/apps/dav/l10n/ja.json
+share/nextcloud/apps/dav/l10n/ka_GE.js
+share/nextcloud/apps/dav/l10n/ka_GE.json
 share/nextcloud/apps/dav/l10n/ko.js
 share/nextcloud/apps/dav/l10n/ko.json
 share/nextcloud/apps/dav/l10n/lt_LT.js
@@ -3719,6 +4518,8 @@ share/nextcloud/apps/dav/l10n/sl.js
 share/nextcloud/apps/dav/l10n/sl.json
 share/nextcloud/apps/dav/l10n/sq.js
 share/nextcloud/apps/dav/l10n/sq.json
+share/nextcloud/apps/dav/l10n/sr.js
+share/nextcloud/apps/dav/l10n/sr.json
 share/nextcloud/apps/dav/l10n/sv.js
 share/nextcloud/apps/dav/l10n/sv.json
 share/nextcloud/apps/dav/l10n/tr.js
@@ -3904,8 +4705,36 @@ share/nextcloud/apps/encryption/l10n/es.
 share/nextcloud/apps/encryption/l10n/es.json
 share/nextcloud/apps/encryption/l10n/es_AR.js
 share/nextcloud/apps/encryption/l10n/es_AR.json
+share/nextcloud/apps/encryption/l10n/es_CL.js
+share/nextcloud/apps/encryption/l10n/es_CL.json
+share/nextcloud/apps/encryption/l10n/es_CO.js
+share/nextcloud/apps/encryption/l10n/es_CO.json
+share/nextcloud/apps/encryption/l10n/es_CR.js
+share/nextcloud/apps/encryption/l10n/es_CR.json
+share/nextcloud/apps/encryption/l10n/es_DO.js
+share/nextcloud/apps/encryption/l10n/es_DO.json
+share/nextcloud/apps/encryption/l10n/es_EC.js
+share/nextcloud/apps/encryption/l10n/es_EC.json
+share/nextcloud/apps/encryption/l10n/es_GT.js
+share/nextcloud/apps/encryption/l10n/es_GT.json
+share/nextcloud/apps/encryption/l10n/es_HN.js
+share/nextcloud/apps/encryption/l10n/es_HN.json
 share/nextcloud/apps/encryption/l10n/es_MX.js
 share/nextcloud/apps/encryption/l10n/es_MX.json
+share/nextcloud/apps/encryption/l10n/es_NI.js
+share/nextcloud/apps/encryption/l10n/es_NI.json
+share/nextcloud/apps/encryption/l10n/es_PA.js
+share/nextcloud/apps/encryption/l10n/es_PA.json
+share/nextcloud/apps/encryption/l10n/es_PE.js
+share/nextcloud/apps/encryption/l10n/es_PE.json
+share/nextcloud/apps/encryption/l10n/es_PR.js
+share/nextcloud/apps/encryption/l10n/es_PR.json
+share/nextcloud/apps/encryption/l10n/es_PY.js
+share/nextcloud/apps/encryption/l10n/es_PY.json
+share/nextcloud/apps/encryption/l10n/es_SV.js
+share/nextcloud/apps/encryption/l10n/es_SV.json
+share/nextcloud/apps/encryption/l10n/es_UY.js
+share/nextcloud/apps/encryption/l10n/es_UY.json
 share/nextcloud/apps/encryption/l10n/et_EE.js
 share/nextcloud/apps/encryption/l10n/et_EE.json
 share/nextcloud/apps/encryption/l10n/eu.js
@@ -3938,6 +4767,8 @@ share/nextcloud/apps/encryption/l10n/it.
 share/nextcloud/apps/encryption/l10n/it.json
 share/nextcloud/apps/encryption/l10n/ja.js
 share/nextcloud/apps/encryption/l10n/ja.json
+share/nextcloud/apps/encryption/l10n/ka_GE.js
+share/nextcloud/apps/encryption/l10n/ka_GE.json
 share/nextcloud/apps/encryption/l10n/km.js
 share/nextcloud/apps/encryption/l10n/km.json
 share/nextcloud/apps/encryption/l10n/kn.js
@@ -4075,8 +4906,36 @@ share/nextcloud/apps/federatedfilesharin
 share/nextcloud/apps/federatedfilesharing/l10n/es.json
 share/nextcloud/apps/federatedfilesharing/l10n/es_AR.js
 share/nextcloud/apps/federatedfilesharing/l10n/es_AR.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_CL.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_CL.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_CO.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_CO.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_CR.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_CR.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_DO.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_DO.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_EC.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_EC.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_GT.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_GT.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_HN.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_HN.json
 share/nextcloud/apps/federatedfilesharing/l10n/es_MX.js
 share/nextcloud/apps/federatedfilesharing/l10n/es_MX.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_NI.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_NI.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_PA.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_PA.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_PE.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_PE.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_PR.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_PR.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_PY.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_PY.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_SV.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_SV.json
+share/nextcloud/apps/federatedfilesharing/l10n/es_UY.js
+share/nextcloud/apps/federatedfilesharing/l10n/es_UY.json
 share/nextcloud/apps/federatedfilesharing/l10n/et_EE.js
 share/nextcloud/apps/federatedfilesharing/l10n/et_EE.json
 share/nextcloud/apps/federatedfilesharing/l10n/eu.js
@@ -4109,6 +4968,8 @@ share/nextcloud/apps/federatedfilesharin
 share/nextcloud/apps/federatedfilesharing/l10n/it.json
 share/nextcloud/apps/federatedfilesharing/l10n/ja.js
 share/nextcloud/apps/federatedfilesharing/l10n/ja.json
+share/nextcloud/apps/federatedfilesharing/l10n/ka_GE.js
+share/nextcloud/apps/federatedfilesharing/l10n/ka_GE.json
 share/nextcloud/apps/federatedfilesharing/l10n/ko.js
 share/nextcloud/apps/federatedfilesharing/l10n/ko.json
 share/nextcloud/apps/federatedfilesharing/l10n/lb.js
@@ -4137,6 +4998,8 @@ share/nextcloud/apps/federatedfilesharin
 share/nextcloud/apps/federatedfilesharing/l10n/ro.json
 share/nextcloud/apps/federatedfilesharing/l10n/ru.js
 share/nextcloud/apps/federatedfilesharing/l10n/ru.json
+share/nextcloud/apps/federatedfilesharing/l10n/sk.js
+share/nextcloud/apps/federatedfilesharing/l10n/sk.json
 share/nextcloud/apps/federatedfilesharing/l10n/sk_SK.js
 share/nextcloud/apps/federatedfilesharing/l10n/sk_SK.json
 share/nextcloud/apps/federatedfilesharing/l10n/sl.js
@@ -4209,10 +5072,40 @@ share/nextcloud/apps/federation/l10n/es.
 share/nextcloud/apps/federation/l10n/es.json
 share/nextcloud/apps/federation/l10n/es_AR.js
 share/nextcloud/apps/federation/l10n/es_AR.json
+share/nextcloud/apps/federation/l10n/es_CL.js
+share/nextcloud/apps/federation/l10n/es_CL.json
+share/nextcloud/apps/federation/l10n/es_CO.js
+share/nextcloud/apps/federation/l10n/es_CO.json
+share/nextcloud/apps/federation/l10n/es_CR.js
+share/nextcloud/apps/federation/l10n/es_CR.json
+share/nextcloud/apps/federation/l10n/es_DO.js
+share/nextcloud/apps/federation/l10n/es_DO.json
+share/nextcloud/apps/federation/l10n/es_EC.js
+share/nextcloud/apps/federation/l10n/es_EC.json
+share/nextcloud/apps/federation/l10n/es_GT.js
+share/nextcloud/apps/federation/l10n/es_GT.json
+share/nextcloud/apps/federation/l10n/es_HN.js
+share/nextcloud/apps/federation/l10n/es_HN.json
 share/nextcloud/apps/federation/l10n/es_MX.js
 share/nextcloud/apps/federation/l10n/es_MX.json
+share/nextcloud/apps/federation/l10n/es_NI.js
+share/nextcloud/apps/federation/l10n/es_NI.json
+share/nextcloud/apps/federation/l10n/es_PA.js
+share/nextcloud/apps/federation/l10n/es_PA.json
+share/nextcloud/apps/federation/l10n/es_PE.js
+share/nextcloud/apps/federation/l10n/es_PE.json
+share/nextcloud/apps/federation/l10n/es_PR.js
+share/nextcloud/apps/federation/l10n/es_PR.json
+share/nextcloud/apps/federation/l10n/es_PY.js
+share/nextcloud/apps/federation/l10n/es_PY.json
+share/nextcloud/apps/federation/l10n/es_SV.js
+share/nextcloud/apps/federation/l10n/es_SV.json
+share/nextcloud/apps/federation/l10n/es_UY.js
+share/nextcloud/apps/federation/l10n/es_UY.json
 share/nextcloud/apps/federation/l10n/et_EE.js
 share/nextcloud/apps/federation/l10n/et_EE.json
+share/nextcloud/apps/federation/l10n/eu.js
+share/nextcloud/apps/federation/l10n/eu.json
 share/nextcloud/apps/federation/l10n/fi.js
 share/nextcloud/apps/federation/l10n/fi.json
 share/nextcloud/apps/federation/l10n/fi_FI.js
@@ -4237,6 +5130,8 @@ share/nextcloud/apps/federation/l10n/it.
 share/nextcloud/apps/federation/l10n/it.json
 share/nextcloud/apps/federation/l10n/ja.js
 share/nextcloud/apps/federation/l10n/ja.json
+share/nextcloud/apps/federation/l10n/ka_GE.js
+share/nextcloud/apps/federation/l10n/ka_GE.json
 share/nextcloud/apps/federation/l10n/ko.js
 share/nextcloud/apps/federation/l10n/ko.json
 share/nextcloud/apps/federation/l10n/lb.js
@@ -4265,6 +5160,8 @@ share/nextcloud/apps/federation/l10n/ro.
 share/nextcloud/apps/federation/l10n/ro.json
 share/nextcloud/apps/federation/l10n/ru.js
 share/nextcloud/apps/federation/l10n/ru.json
+share/nextcloud/apps/federation/l10n/sk.js
+share/nextcloud/apps/federation/l10n/sk.json
 share/nextcloud/apps/federation/l10n/sl.js
 share/nextcloud/apps/federation/l10n/sl.json
 share/nextcloud/apps/federation/l10n/sq.js
@@ -4412,8 +5309,34 @@ share/nextcloud/apps/files/l10n/es_AR.js
 share/nextcloud/apps/files/l10n/es_AR.json
 share/nextcloud/apps/files/l10n/es_CL.js
 share/nextcloud/apps/files/l10n/es_CL.json
+share/nextcloud/apps/files/l10n/es_CO.js
+share/nextcloud/apps/files/l10n/es_CO.json
+share/nextcloud/apps/files/l10n/es_CR.js
+share/nextcloud/apps/files/l10n/es_CR.json
+share/nextcloud/apps/files/l10n/es_DO.js
+share/nextcloud/apps/files/l10n/es_DO.json
+share/nextcloud/apps/files/l10n/es_EC.js
+share/nextcloud/apps/files/l10n/es_EC.json
+share/nextcloud/apps/files/l10n/es_GT.js
+share/nextcloud/apps/files/l10n/es_GT.json
+share/nextcloud/apps/files/l10n/es_HN.js
+share/nextcloud/apps/files/l10n/es_HN.json
 share/nextcloud/apps/files/l10n/es_MX.js
 share/nextcloud/apps/files/l10n/es_MX.json
+share/nextcloud/apps/files/l10n/es_NI.js
+share/nextcloud/apps/files/l10n/es_NI.json
+share/nextcloud/apps/files/l10n/es_PA.js
+share/nextcloud/apps/files/l10n/es_PA.json
+share/nextcloud/apps/files/l10n/es_PE.js
+share/nextcloud/apps/files/l10n/es_PE.json
+share/nextcloud/apps/files/l10n/es_PR.js
+share/nextcloud/apps/files/l10n/es_PR.json
+share/nextcloud/apps/files/l10n/es_PY.js
+share/nextcloud/apps/files/l10n/es_PY.json
+share/nextcloud/apps/files/l10n/es_SV.js
+share/nextcloud/apps/files/l10n/es_SV.json
+share/nextcloud/apps/files/l10n/es_UY.js
+share/nextcloud/apps/files/l10n/es_UY.json
 share/nextcloud/apps/files/l10n/et_EE.js
 share/nextcloud/apps/files/l10n/et_EE.json
 share/nextcloud/apps/files/l10n/eu.js
@@ -4627,619 +5550,6 @@ share/nextcloud/apps/files_external/3rdp
 share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/ca-bundle.pem
 share/nextcloud/apps/files_external/3rdparty/Dropbox/autoload.php
 share/nextcloud/apps/files_external/3rdparty/autoload.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Aws.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AbstractClient.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AwsClientInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ClientBuilder.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/DefaultClient.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ExpiredCredentialsChecker.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ThrottlingErrorChecker.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/UploadBodyListener.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/UserAgentListener.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/AwsQueryVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/JsonCommand.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/QueryCommand.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/XmlResponseLocationVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/AbstractCredentialsDecorator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/AbstractRefreshableCredentials.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/CacheableCredentials.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/Credentials.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/CredentialsInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/NullCredentials.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/ClientOptions.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/DateFormat.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Region.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Size.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Time.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/UaString.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/AwsExceptionInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/BadMethodCallException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/DomainException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ExceptionFactoryInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ExceptionListener.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/InstanceProfileCredentialsException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/InvalidArgumentException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/LogicException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/MultipartUploadException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/NamespaceExceptionFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/OutOfBoundsException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/OverflowException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/ExceptionParserInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/JsonRestExceptionParser.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/RequiredExtensionNotLoadedException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/RuntimeException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ServiceResponseException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/TransferException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/UnexpectedValueException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/Facade.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/FacadeInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/facade-classes.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/ChunkHash.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/ChunkHashInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/HashUtils.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/TreeHash.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/HostNameUtils.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/InstanceMetadata/InstanceMetadataClient.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Iterator/AwsResourceIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Iterator/AwsResourceIteratorFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractTransfer.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractTransferState.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadId.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/TransferInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/TransferStateInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/UploadIdInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/UploadPartInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/aws-config.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/public-endpoints.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/sdk1-config.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/RulesEndpointProvider.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/AbstractSignature.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/EndpointSignatureInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureListener.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV2.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV3Https.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV4.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/AbstractResourceWaiter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/AbstractWaiter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/CallableWaiter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/CompositeWaiterFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/ConfigResourceWaiter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/ResourceWaiterInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterClassFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterConfig.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterConfigFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterFactoryInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/AcpListener.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/BucketStyleListener.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Command/S3Command.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/CannedAcl.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/EncodingType.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Event.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/GranteeType.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Group.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/MFADelete.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/MetadataDirective.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Payer.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Permission.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Protocol.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/ServerSideEncryption.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Status.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Storage.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/StorageClass.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AccessDeniedException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AccountProblemException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BadDigestException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketAlreadyExistsException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketNotEmptyException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/CredentialsNotSupportedException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/DeleteMultipleObjectsException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/EntityTooLargeException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/EntityTooSmallException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ExpiredTokenException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IllegalVersioningConfigurationException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IncompleteBodyException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InlineDataTooLargeException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InternalErrorException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidAccessKeyIdException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidAddressingHeaderException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidArgumentException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidBucketNameException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidBucketStateException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidDigestException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidLocationConstraintException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPartException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPartOrderException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPayerException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPolicyDocumentException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidRangeException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidRequestException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidSOAPRequestException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidSecurityException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidStorageClassException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTagErrorException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTokenException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidURIException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/KeyTooLongException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedACLErrorException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedPOSTRequestException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedXMLException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MaxMessageLengthExceededException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MetadataTooLargeException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MethodNotAllowedException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingAttachmentException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingContentLengthException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingRequestBodyErrorException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingSecurityElementException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingSecurityHeaderException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoLoggingStatusForKeyException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchBucketException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchBucketPolicyException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchCORSConfigurationException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchKeyException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchTagSetErrorException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchUploadException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchVersionException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotImplementedException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotSignedUpException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotSuchBucketPolicyException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/OperationAbortedException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/Parser/S3ExceptionParser.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/PermanentRedirectException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/PreconditionFailedException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RedirectException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestIsNotMultiPartContentException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTimeTooSkewedException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTimeoutException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/S3Exception.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ServiceUnavailableException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/SignatureDoesNotMatchException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/SlowDownException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TemporaryRedirectException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TokenRefreshRequiredException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TooManyBucketsException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UnexpectedContentException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListBucketsIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListMultipartUploadsIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListObjectVersionsIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListObjectsIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/OpendirIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Acp.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/AcpBuilder.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/ClearBucket.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/DeleteObjectsBatch.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/DeleteObjectsTransfer.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Grant.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Grantee.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/AbstractTransfer.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/ParallelTransfer.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/SerialTransfer.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/TransferState.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadBuilder.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadId.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadPart.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/PostObject.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Resources/s3-2006-03-01.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/ResumableDownload.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Client.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Md5Listener.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Signature.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3SignatureInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3SignatureV4.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/SocketTimeoutChecker.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/SseCpkListener.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/StreamWrapper.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/AbstractSync.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/AbstractSyncBuilder.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/ChangedFilesIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/DownloadSync.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/DownloadSyncBuilder.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/FilenameConverterInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/KeyConverter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/UploadSync.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/UploadSyncBuilder.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/AbstractBatchDecorator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/Batch.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchBuilder.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchClosureDivisor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchClosureTransfer.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchCommandTransfer.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchDivisorInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchRequestTransfer.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchSizeDivisor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchTransferInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/Exception/BatchTransferException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/ExceptionBufferingBatch.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/FlushingBatch.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/HistoryBatch.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/NotifyingBatch.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/AbstractCacheAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/CacheAdapterFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/CacheAdapterInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/ClosureCacheAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/DoctrineCacheAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/NullCacheAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/Zf1CacheAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/Zf2CacheAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/AbstractHasDispatcher.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Collection.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Event.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/BadMethodCallException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/ExceptionCollection.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/GuzzleException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/InvalidArgumentException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/RuntimeException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/UnexpectedValueException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/FromConfigInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/HasDispatcherInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/ToArrayInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Version.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/AbstractEntityBodyDecorator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/CachingEntityBody.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Client.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/ClientInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlHandle.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMulti.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMultiInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMultiProxy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlVersion.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/RequestMediator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/EntityBody.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/EntityBodyInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/BadResponseException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/ClientErrorResponseException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/CouldNotRewindStreamException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/CurlException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/HttpException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/MultiTransferException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/RequestException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/ServerErrorResponseException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/TooManyRedirectsException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/IoEmittingEntityBody.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/AbstractMessage.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/EntityEnclosingRequest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/CacheControl.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderCollection.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/Link.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/MessageInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/PostFile.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/PostFileInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Request.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestFactoryInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Response.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Mimetypes.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/CommaAggregator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/PhpAggregator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryString.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/ReadLimitEntityBody.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/RedirectPlugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Resources/cacert.pem
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/StaticClient.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Url.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/Inflector.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/InflectorInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/MemoizingInflector.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/PreComputedInflector.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/AppendIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/ChunkedIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/FilterIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/MapIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/MethodProxyIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/README.md
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/AbstractLogAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/ArrayLogAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/ClosureLogAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/LogAdapterInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/MessageFormatter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/MonologLogAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/PsrLogAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/Zf1LogAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/Zf2LogAdapter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Cookie/CookieParser.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Cookie/CookieParserInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/AbstractMessageParser.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/MessageParser.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/MessageParserInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/PeclHttpMessageParser.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/ParserRegistry.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/UriTemplate.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Url/UrlParser.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Url/UrlParserInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Async/AsyncPlugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Async/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffLogger.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffPlugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CachePlugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CacheStorageInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCacheStorage.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultRevalidation.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DenyRevalidation.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/RevalidationInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/SkipRevalidation.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/Cookie.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookiePlugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/CurlAuth/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/History/HistoryPlugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/History/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/LogPlugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Mock/MockPlugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Mock/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Oauth/OauthPlugin.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Oauth/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/AbstractConfigLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilder.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilderInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilderLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/CachingConfigLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Client.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/ClientInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/AbstractCommand.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ClosureCommand.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/CommandInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/CreateResponseClassEvent.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/DefaultRequestSerializer.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/DefaultResponseParser.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/AliasFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/CompositeFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/ConcreteClassFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/FactoryInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/MapFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/OperationCommand.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/OperationResponseParser.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/RequestSerializerInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ResponseClassInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ResponseParserInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/ConfigLoaderInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/Operation.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/OperationInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/Parameter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/SchemaFormatter.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/SchemaValidator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescription.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescriptionInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescriptionLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ValidatorInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandTransferException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/DescriptionBuilderException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/InconsistentClientTransferException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ResponseClassException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ServiceBuilderException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ServiceNotFoundException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ValidationException.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/MapResourceIteratorFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/Model.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIterator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorClassFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/PhpStreamRequestFactory.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/Stream.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamRequestFactoryInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/.gitignore
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcClassLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/CHANGELOG.md
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassCollectionLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassMapGenerator.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/DebugClassLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/LICENSE
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/MapClassLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Psr4ClassLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/README.md
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Baz.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/FooBar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Baz.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/A.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/ATrait.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/B.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/BTrait.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/E.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/GInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithComments.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Baz.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Baz.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/WithComments.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Baz.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Bar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeClass.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeParent.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/multipleNs.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notAClass.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notPhpFile.md
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/sameNsMultipleClasses.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced/FooBar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced2/FooBar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike/FooBar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/includepath/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/traits.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Class_With_Underscores.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Psr4ClassLoaderTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/UniversalClassLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/WinCacheClassLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/XcacheClassLoader.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/phpunit.xml.dist
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/.gitignore
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/CHANGELOG.md
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Event.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventDispatcher.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/GenericEvent.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/LICENSE
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/README.md
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/EventTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/composer.json
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/phpunit.xml.dist
-share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/aws-autoloader.php
 share/nextcloud/apps/files_external/3rdparty/composer.json
 share/nextcloud/apps/files_external/3rdparty/composer.lock
 share/nextcloud/apps/files_external/3rdparty/composer/ClassLoader.php
@@ -5523,8 +5833,34 @@ share/nextcloud/apps/files_external/l10n
 share/nextcloud/apps/files_external/l10n/es_AR.json
 share/nextcloud/apps/files_external/l10n/es_CL.js
 share/nextcloud/apps/files_external/l10n/es_CL.json
+share/nextcloud/apps/files_external/l10n/es_CO.js
+share/nextcloud/apps/files_external/l10n/es_CO.json
+share/nextcloud/apps/files_external/l10n/es_CR.js
+share/nextcloud/apps/files_external/l10n/es_CR.json
+share/nextcloud/apps/files_external/l10n/es_DO.js
+share/nextcloud/apps/files_external/l10n/es_DO.json
+share/nextcloud/apps/files_external/l10n/es_EC.js
+share/nextcloud/apps/files_external/l10n/es_EC.json
+share/nextcloud/apps/files_external/l10n/es_GT.js
+share/nextcloud/apps/files_external/l10n/es_GT.json
+share/nextcloud/apps/files_external/l10n/es_HN.js
+share/nextcloud/apps/files_external/l10n/es_HN.json
 share/nextcloud/apps/files_external/l10n/es_MX.js
 share/nextcloud/apps/files_external/l10n/es_MX.json
+share/nextcloud/apps/files_external/l10n/es_NI.js
+share/nextcloud/apps/files_external/l10n/es_NI.json
+share/nextcloud/apps/files_external/l10n/es_PA.js
+share/nextcloud/apps/files_external/l10n/es_PA.json
+share/nextcloud/apps/files_external/l10n/es_PE.js
+share/nextcloud/apps/files_external/l10n/es_PE.json
+share/nextcloud/apps/files_external/l10n/es_PR.js
+share/nextcloud/apps/files_external/l10n/es_PR.json
+share/nextcloud/apps/files_external/l10n/es_PY.js
+share/nextcloud/apps/files_external/l10n/es_PY.json
+share/nextcloud/apps/files_external/l10n/es_SV.js
+share/nextcloud/apps/files_external/l10n/es_SV.json
+share/nextcloud/apps/files_external/l10n/es_UY.js
+share/nextcloud/apps/files_external/l10n/es_UY.json
 share/nextcloud/apps/files_external/l10n/et_EE.js
 share/nextcloud/apps/files_external/l10n/et_EE.json
 share/nextcloud/apps/files_external/l10n/eu.js
@@ -6199,8 +6535,34 @@ share/nextcloud/apps/files_sharing/l10n/
 share/nextcloud/apps/files_sharing/l10n/es_AR.json
 share/nextcloud/apps/files_sharing/l10n/es_CL.js
 share/nextcloud/apps/files_sharing/l10n/es_CL.json
+share/nextcloud/apps/files_sharing/l10n/es_CO.js
+share/nextcloud/apps/files_sharing/l10n/es_CO.json
+share/nextcloud/apps/files_sharing/l10n/es_CR.js
+share/nextcloud/apps/files_sharing/l10n/es_CR.json
+share/nextcloud/apps/files_sharing/l10n/es_DO.js
+share/nextcloud/apps/files_sharing/l10n/es_DO.json
+share/nextcloud/apps/files_sharing/l10n/es_EC.js
+share/nextcloud/apps/files_sharing/l10n/es_EC.json
+share/nextcloud/apps/files_sharing/l10n/es_GT.js
+share/nextcloud/apps/files_sharing/l10n/es_GT.json
+share/nextcloud/apps/files_sharing/l10n/es_HN.js
+share/nextcloud/apps/files_sharing/l10n/es_HN.json
 share/nextcloud/apps/files_sharing/l10n/es_MX.js
 share/nextcloud/apps/files_sharing/l10n/es_MX.json
+share/nextcloud/apps/files_sharing/l10n/es_NI.js
+share/nextcloud/apps/files_sharing/l10n/es_NI.json
+share/nextcloud/apps/files_sharing/l10n/es_PA.js
+share/nextcloud/apps/files_sharing/l10n/es_PA.json
+share/nextcloud/apps/files_sharing/l10n/es_PE.js
+share/nextcloud/apps/files_sharing/l10n/es_PE.json
+share/nextcloud/apps/files_sharing/l10n/es_PR.js
+share/nextcloud/apps/files_sharing/l10n/es_PR.json
+share/nextcloud/apps/files_sharing/l10n/es_PY.js
+share/nextcloud/apps/files_sharing/l10n/es_PY.json
+share/nextcloud/apps/files_sharing/l10n/es_SV.js
+share/nextcloud/apps/files_sharing/l10n/es_SV.json
+share/nextcloud/apps/files_sharing/l10n/es_UY.js
+share/nextcloud/apps/files_sharing/l10n/es_UY.json
 share/nextcloud/apps/files_sharing/l10n/et_EE.js
 share/nextcloud/apps/files_sharing/l10n/et_EE.json
 share/nextcloud/apps/files_sharing/l10n/eu.js
@@ -6745,11 +7107,40 @@ share/nextcloud/apps/files_texteditor/l1
 share/nextcloud/apps/files_texteditor/l10n/es.json
 share/nextcloud/apps/files_texteditor/l10n/es_AR.js
 share/nextcloud/apps/files_texteditor/l10n/es_AR.json
+share/nextcloud/apps/files_texteditor/l10n/es_CL.js
+share/nextcloud/apps/files_texteditor/l10n/es_CL.json
+share/nextcloud/apps/files_texteditor/l10n/es_CO.js
+share/nextcloud/apps/files_texteditor/l10n/es_CO.json
+share/nextcloud/apps/files_texteditor/l10n/es_CR.js
+share/nextcloud/apps/files_texteditor/l10n/es_CR.json
+share/nextcloud/apps/files_texteditor/l10n/es_DO.js
+share/nextcloud/apps/files_texteditor/l10n/es_DO.json
+share/nextcloud/apps/files_texteditor/l10n/es_EC.js
+share/nextcloud/apps/files_texteditor/l10n/es_EC.json
+share/nextcloud/apps/files_texteditor/l10n/es_GT.js
+share/nextcloud/apps/files_texteditor/l10n/es_GT.json
+share/nextcloud/apps/files_texteditor/l10n/es_HN.js
+share/nextcloud/apps/files_texteditor/l10n/es_HN.json
 share/nextcloud/apps/files_texteditor/l10n/es_MX.js
 share/nextcloud/apps/files_texteditor/l10n/es_MX.json
+share/nextcloud/apps/files_texteditor/l10n/es_NI.js
+share/nextcloud/apps/files_texteditor/l10n/es_NI.json
+share/nextcloud/apps/files_texteditor/l10n/es_PA.js
+share/nextcloud/apps/files_texteditor/l10n/es_PA.json
+share/nextcloud/apps/files_texteditor/l10n/es_PE.js
+share/nextcloud/apps/files_texteditor/l10n/es_PE.json
+share/nextcloud/apps/files_texteditor/l10n/es_PR.js
+share/nextcloud/apps/files_texteditor/l10n/es_PR.json
+share/nextcloud/apps/files_texteditor/l10n/es_PY.js
+share/nextcloud/apps/files_texteditor/l10n/es_PY.json
+share/nextcloud/apps/files_texteditor/l10n/es_SV.js
+share/nextcloud/apps/files_texteditor/l10n/es_SV.json
+share/nextcloud/apps/files_texteditor/l10n/es_UY.js
+share/nextcloud/apps/files_texteditor/l10n/es_UY.json
 share/nextcloud/apps/files_texteditor/l10n/et_EE.js
 share/nextcloud/apps/files_texteditor/l10n/et_EE.json
-share/nextcloud/apps/files_texteditor/l10n/eu.php
+share/nextcloud/apps/files_texteditor/l10n/eu.js
+share/nextcloud/apps/files_texteditor/l10n/eu.json
 share/nextcloud/apps/files_texteditor/l10n/eu_ES.php
 share/nextcloud/apps/files_texteditor/l10n/fa.js
 share/nextcloud/apps/files_texteditor/l10n/fa.json
@@ -6780,7 +7171,8 @@ share/nextcloud/apps/files_texteditor/l1
 share/nextcloud/apps/files_texteditor/l10n/it.json
 share/nextcloud/apps/files_texteditor/l10n/ja.js
 share/nextcloud/apps/files_texteditor/l10n/ja.json
-share/nextcloud/apps/files_texteditor/l10n/ka_GE.php
+share/nextcloud/apps/files_texteditor/l10n/ka_GE.js
+share/nextcloud/apps/files_texteditor/l10n/ka_GE.json
 share/nextcloud/apps/files_texteditor/l10n/km.php
 share/nextcloud/apps/files_texteditor/l10n/ko.js
 share/nextcloud/apps/files_texteditor/l10n/ko.json
@@ -6910,8 +7302,34 @@ share/nextcloud/apps/files_trashbin/l10n
 share/nextcloud/apps/files_trashbin/l10n/es_AR.json
 share/nextcloud/apps/files_trashbin/l10n/es_CL.js
 share/nextcloud/apps/files_trashbin/l10n/es_CL.json
+share/nextcloud/apps/files_trashbin/l10n/es_CO.js
+share/nextcloud/apps/files_trashbin/l10n/es_CO.json
+share/nextcloud/apps/files_trashbin/l10n/es_CR.js
+share/nextcloud/apps/files_trashbin/l10n/es_CR.json
+share/nextcloud/apps/files_trashbin/l10n/es_DO.js
+share/nextcloud/apps/files_trashbin/l10n/es_DO.json
+share/nextcloud/apps/files_trashbin/l10n/es_EC.js
+share/nextcloud/apps/files_trashbin/l10n/es_EC.json
+share/nextcloud/apps/files_trashbin/l10n/es_GT.js
+share/nextcloud/apps/files_trashbin/l10n/es_GT.json
+share/nextcloud/apps/files_trashbin/l10n/es_HN.js
+share/nextcloud/apps/files_trashbin/l10n/es_HN.json
 share/nextcloud/apps/files_trashbin/l10n/es_MX.js
 share/nextcloud/apps/files_trashbin/l10n/es_MX.json
+share/nextcloud/apps/files_trashbin/l10n/es_NI.js
+share/nextcloud/apps/files_trashbin/l10n/es_NI.json
+share/nextcloud/apps/files_trashbin/l10n/es_PA.js
+share/nextcloud/apps/files_trashbin/l10n/es_PA.json
+share/nextcloud/apps/files_trashbin/l10n/es_PE.js
+share/nextcloud/apps/files_trashbin/l10n/es_PE.json
+share/nextcloud/apps/files_trashbin/l10n/es_PR.js
+share/nextcloud/apps/files_trashbin/l10n/es_PR.json
+share/nextcloud/apps/files_trashbin/l10n/es_PY.js
+share/nextcloud/apps/files_trashbin/l10n/es_PY.json
+share/nextcloud/apps/files_trashbin/l10n/es_SV.js
+share/nextcloud/apps/files_trashbin/l10n/es_SV.json
+share/nextcloud/apps/files_trashbin/l10n/es_UY.js
+share/nextcloud/apps/files_trashbin/l10n/es_UY.json
 share/nextcloud/apps/files_trashbin/l10n/et_EE.js
 share/nextcloud/apps/files_trashbin/l10n/et_EE.json
 share/nextcloud/apps/files_trashbin/l10n/eu.js
@@ -7106,8 +7524,36 @@ share/nextcloud/apps/files_versions/l10n
 share/nextcloud/apps/files_versions/l10n/es.json
 share/nextcloud/apps/files_versions/l10n/es_AR.js
 share/nextcloud/apps/files_versions/l10n/es_AR.json
+share/nextcloud/apps/files_versions/l10n/es_CL.js
+share/nextcloud/apps/files_versions/l10n/es_CL.json
+share/nextcloud/apps/files_versions/l10n/es_CO.js
+share/nextcloud/apps/files_versions/l10n/es_CO.json
+share/nextcloud/apps/files_versions/l10n/es_CR.js
+share/nextcloud/apps/files_versions/l10n/es_CR.json
+share/nextcloud/apps/files_versions/l10n/es_DO.js
+share/nextcloud/apps/files_versions/l10n/es_DO.json
+share/nextcloud/apps/files_versions/l10n/es_EC.js
+share/nextcloud/apps/files_versions/l10n/es_EC.json
+share/nextcloud/apps/files_versions/l10n/es_GT.js
+share/nextcloud/apps/files_versions/l10n/es_GT.json
+share/nextcloud/apps/files_versions/l10n/es_HN.js
+share/nextcloud/apps/files_versions/l10n/es_HN.json
 share/nextcloud/apps/files_versions/l10n/es_MX.js
 share/nextcloud/apps/files_versions/l10n/es_MX.json
+share/nextcloud/apps/files_versions/l10n/es_NI.js
+share/nextcloud/apps/files_versions/l10n/es_NI.json
+share/nextcloud/apps/files_versions/l10n/es_PA.js
+share/nextcloud/apps/files_versions/l10n/es_PA.json
+share/nextcloud/apps/files_versions/l10n/es_PE.js
+share/nextcloud/apps/files_versions/l10n/es_PE.json
+share/nextcloud/apps/files_versions/l10n/es_PR.js
+share/nextcloud/apps/files_versions/l10n/es_PR.json
+share/nextcloud/apps/files_versions/l10n/es_PY.js
+share/nextcloud/apps/files_versions/l10n/es_PY.json
+share/nextcloud/apps/files_versions/l10n/es_SV.js
+share/nextcloud/apps/files_versions/l10n/es_SV.json
+share/nextcloud/apps/files_versions/l10n/es_UY.js
+share/nextcloud/apps/files_versions/l10n/es_UY.json
 share/nextcloud/apps/files_versions/l10n/et_EE.js
 share/nextcloud/apps/files_versions/l10n/et_EE.json
 share/nextcloud/apps/files_versions/l10n/eu.js
@@ -7314,8 +7760,36 @@ share/nextcloud/apps/firstrunwizard/l10n
 share/nextcloud/apps/firstrunwizard/l10n/es.json
 share/nextcloud/apps/firstrunwizard/l10n/es_AR.js
 share/nextcloud/apps/firstrunwizard/l10n/es_AR.json
+share/nextcloud/apps/firstrunwizard/l10n/es_CL.js
+share/nextcloud/apps/firstrunwizard/l10n/es_CL.json
+share/nextcloud/apps/firstrunwizard/l10n/es_CO.js
+share/nextcloud/apps/firstrunwizard/l10n/es_CO.json
+share/nextcloud/apps/firstrunwizard/l10n/es_CR.js
+share/nextcloud/apps/firstrunwizard/l10n/es_CR.json
+share/nextcloud/apps/firstrunwizard/l10n/es_DO.js
+share/nextcloud/apps/firstrunwizard/l10n/es_DO.json
+share/nextcloud/apps/firstrunwizard/l10n/es_EC.js
+share/nextcloud/apps/firstrunwizard/l10n/es_EC.json
+share/nextcloud/apps/firstrunwizard/l10n/es_GT.js
+share/nextcloud/apps/firstrunwizard/l10n/es_GT.json
+share/nextcloud/apps/firstrunwizard/l10n/es_HN.js
+share/nextcloud/apps/firstrunwizard/l10n/es_HN.json
 share/nextcloud/apps/firstrunwizard/l10n/es_MX.js
 share/nextcloud/apps/firstrunwizard/l10n/es_MX.json
+share/nextcloud/apps/firstrunwizard/l10n/es_NI.js
+share/nextcloud/apps/firstrunwizard/l10n/es_NI.json
+share/nextcloud/apps/firstrunwizard/l10n/es_PA.js
+share/nextcloud/apps/firstrunwizard/l10n/es_PA.json
+share/nextcloud/apps/firstrunwizard/l10n/es_PE.js
+share/nextcloud/apps/firstrunwizard/l10n/es_PE.json
+share/nextcloud/apps/firstrunwizard/l10n/es_PR.js
+share/nextcloud/apps/firstrunwizard/l10n/es_PR.json
+share/nextcloud/apps/firstrunwizard/l10n/es_PY.js
+share/nextcloud/apps/firstrunwizard/l10n/es_PY.json
+share/nextcloud/apps/firstrunwizard/l10n/es_SV.js
+share/nextcloud/apps/firstrunwizard/l10n/es_SV.json
+share/nextcloud/apps/firstrunwizard/l10n/es_UY.js
+share/nextcloud/apps/firstrunwizard/l10n/es_UY.json
 share/nextcloud/apps/firstrunwizard/l10n/et_EE.js
 share/nextcloud/apps/firstrunwizard/l10n/et_EE.json
 share/nextcloud/apps/firstrunwizard/l10n/eu.js
@@ -7535,9 +8009,36 @@ share/nextcloud/apps/gallery/l10n/es.js
 share/nextcloud/apps/gallery/l10n/es.json
 share/nextcloud/apps/gallery/l10n/es_AR.js
 share/nextcloud/apps/gallery/l10n/es_AR.json
-share/nextcloud/apps/gallery/l10n/es_CL.php
+share/nextcloud/apps/gallery/l10n/es_CL.js
+share/nextcloud/apps/gallery/l10n/es_CL.json
+share/nextcloud/apps/gallery/l10n/es_CO.js
+share/nextcloud/apps/gallery/l10n/es_CO.json
+share/nextcloud/apps/gallery/l10n/es_CR.js
+share/nextcloud/apps/gallery/l10n/es_CR.json
+share/nextcloud/apps/gallery/l10n/es_DO.js
+share/nextcloud/apps/gallery/l10n/es_DO.json
+share/nextcloud/apps/gallery/l10n/es_EC.js
+share/nextcloud/apps/gallery/l10n/es_EC.json
+share/nextcloud/apps/gallery/l10n/es_GT.js
+share/nextcloud/apps/gallery/l10n/es_GT.json
+share/nextcloud/apps/gallery/l10n/es_HN.js
+share/nextcloud/apps/gallery/l10n/es_HN.json
 share/nextcloud/apps/gallery/l10n/es_MX.js
 share/nextcloud/apps/gallery/l10n/es_MX.json
+share/nextcloud/apps/gallery/l10n/es_NI.js
+share/nextcloud/apps/gallery/l10n/es_NI.json
+share/nextcloud/apps/gallery/l10n/es_PA.js
+share/nextcloud/apps/gallery/l10n/es_PA.json
+share/nextcloud/apps/gallery/l10n/es_PE.js
+share/nextcloud/apps/gallery/l10n/es_PE.json
+share/nextcloud/apps/gallery/l10n/es_PR.js
+share/nextcloud/apps/gallery/l10n/es_PR.json
+share/nextcloud/apps/gallery/l10n/es_PY.js
+share/nextcloud/apps/gallery/l10n/es_PY.json
+share/nextcloud/apps/gallery/l10n/es_SV.js
+share/nextcloud/apps/gallery/l10n/es_SV.json
+share/nextcloud/apps/gallery/l10n/es_UY.js
+share/nextcloud/apps/gallery/l10n/es_UY.json
 share/nextcloud/apps/gallery/l10n/et_EE.js
 share/nextcloud/apps/gallery/l10n/et_EE.json
 share/nextcloud/apps/gallery/l10n/eu.js
@@ -7779,6 +8280,8 @@ share/nextcloud/apps/logreader/js/unseri
 share/nextcloud/apps/logreader/l10n/.tx/config
 share/nextcloud/apps/logreader/l10n/ast.js
 share/nextcloud/apps/logreader/l10n/ast.json
+share/nextcloud/apps/logreader/l10n/ca.js
+share/nextcloud/apps/logreader/l10n/ca.json
 share/nextcloud/apps/logreader/l10n/cs.js
 share/nextcloud/apps/logreader/l10n/cs.json
 share/nextcloud/apps/logreader/l10n/da.js
@@ -7793,10 +8296,40 @@ share/nextcloud/apps/logreader/l10n/en_G
 share/nextcloud/apps/logreader/l10n/en_GB.json
 share/nextcloud/apps/logreader/l10n/es.js
 share/nextcloud/apps/logreader/l10n/es.json
+share/nextcloud/apps/logreader/l10n/es_CL.js
+share/nextcloud/apps/logreader/l10n/es_CL.json
+share/nextcloud/apps/logreader/l10n/es_CO.js
+share/nextcloud/apps/logreader/l10n/es_CO.json
+share/nextcloud/apps/logreader/l10n/es_CR.js
+share/nextcloud/apps/logreader/l10n/es_CR.json
+share/nextcloud/apps/logreader/l10n/es_DO.js
+share/nextcloud/apps/logreader/l10n/es_DO.json
+share/nextcloud/apps/logreader/l10n/es_EC.js
+share/nextcloud/apps/logreader/l10n/es_EC.json
+share/nextcloud/apps/logreader/l10n/es_GT.js
+share/nextcloud/apps/logreader/l10n/es_GT.json
+share/nextcloud/apps/logreader/l10n/es_HN.js
+share/nextcloud/apps/logreader/l10n/es_HN.json
 share/nextcloud/apps/logreader/l10n/es_MX.js
 share/nextcloud/apps/logreader/l10n/es_MX.json
+share/nextcloud/apps/logreader/l10n/es_NI.js
+share/nextcloud/apps/logreader/l10n/es_NI.json
+share/nextcloud/apps/logreader/l10n/es_PA.js
+share/nextcloud/apps/logreader/l10n/es_PA.json
+share/nextcloud/apps/logreader/l10n/es_PE.js
+share/nextcloud/apps/logreader/l10n/es_PE.json
+share/nextcloud/apps/logreader/l10n/es_PR.js
+share/nextcloud/apps/logreader/l10n/es_PR.json
+share/nextcloud/apps/logreader/l10n/es_PY.js
+share/nextcloud/apps/logreader/l10n/es_PY.json
+share/nextcloud/apps/logreader/l10n/es_SV.js
+share/nextcloud/apps/logreader/l10n/es_SV.json
+share/nextcloud/apps/logreader/l10n/es_UY.js
+share/nextcloud/apps/logreader/l10n/es_UY.json
 share/nextcloud/apps/logreader/l10n/et_EE.js
 share/nextcloud/apps/logreader/l10n/et_EE.json
+share/nextcloud/apps/logreader/l10n/eu.js
+share/nextcloud/apps/logreader/l10n/eu.json
 share/nextcloud/apps/logreader/l10n/fi.js
 share/nextcloud/apps/logreader/l10n/fi.json
 share/nextcloud/apps/logreader/l10n/fr.js
@@ -7811,6 +8344,8 @@ share/nextcloud/apps/logreader/l10n/it.j
 share/nextcloud/apps/logreader/l10n/it.json
 share/nextcloud/apps/logreader/l10n/ja.js
 share/nextcloud/apps/logreader/l10n/ja.json
+share/nextcloud/apps/logreader/l10n/ka_GE.js
+share/nextcloud/apps/logreader/l10n/ka_GE.json
 share/nextcloud/apps/logreader/l10n/lt_LT.js
 share/nextcloud/apps/logreader/l10n/lt_LT.json
 share/nextcloud/apps/logreader/l10n/lv.js
@@ -7825,8 +8360,12 @@ share/nextcloud/apps/logreader/l10n/pt_B
 share/nextcloud/apps/logreader/l10n/pt_BR.json
 share/nextcloud/apps/logreader/l10n/ru.js
 share/nextcloud/apps/logreader/l10n/ru.json
+share/nextcloud/apps/logreader/l10n/sk.js
+share/nextcloud/apps/logreader/l10n/sk.json
 share/nextcloud/apps/logreader/l10n/sq.js
 share/nextcloud/apps/logreader/l10n/sq.json
+share/nextcloud/apps/logreader/l10n/sr.js
+share/nextcloud/apps/logreader/l10n/sr.json
 share/nextcloud/apps/logreader/l10n/sv.js
 share/nextcloud/apps/logreader/l10n/sv.json
 share/nextcloud/apps/logreader/l10n/tr.js
@@ -7892,10 +8431,40 @@ share/nextcloud/apps/nextcloud_announcem
 share/nextcloud/apps/nextcloud_announcements/l10n/es.json
 share/nextcloud/apps/nextcloud_announcements/l10n/es_AR.js
 share/nextcloud/apps/nextcloud_announcements/l10n/es_AR.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_CL.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_CL.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_CO.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_CO.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_CR.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_CR.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_DO.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_DO.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_EC.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_EC.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_GT.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_GT.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_HN.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_HN.json
 share/nextcloud/apps/nextcloud_announcements/l10n/es_MX.js
 share/nextcloud/apps/nextcloud_announcements/l10n/es_MX.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_NI.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_NI.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_PA.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_PA.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_PE.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_PE.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_PR.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_PR.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_PY.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_PY.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_SV.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_SV.json
+share/nextcloud/apps/nextcloud_announcements/l10n/es_UY.js
+share/nextcloud/apps/nextcloud_announcements/l10n/es_UY.json
 share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.js
 share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.json
+share/nextcloud/apps/nextcloud_announcements/l10n/eu.js
+share/nextcloud/apps/nextcloud_announcements/l10n/eu.json
 share/nextcloud/apps/nextcloud_announcements/l10n/fi.js
 share/nextcloud/apps/nextcloud_announcements/l10n/fi.json
 share/nextcloud/apps/nextcloud_announcements/l10n/fr.js
@@ -7914,6 +8483,8 @@ share/nextcloud/apps/nextcloud_announcem
 share/nextcloud/apps/nextcloud_announcements/l10n/it.json
 share/nextcloud/apps/nextcloud_announcements/l10n/ja.js
 share/nextcloud/apps/nextcloud_announcements/l10n/ja.json
+share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.js
+share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.json
 share/nextcloud/apps/nextcloud_announcements/l10n/ko.js
 share/nextcloud/apps/nextcloud_announcements/l10n/ko.json
 share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.js
@@ -7928,6 +8499,8 @@ share/nextcloud/apps/nextcloud_announcem
 share/nextcloud/apps/nextcloud_announcements/l10n/pl.json
 share/nextcloud/apps/nextcloud_announcements/l10n/pt_BR.js
 share/nextcloud/apps/nextcloud_announcements/l10n/pt_BR.json
+share/nextcloud/apps/nextcloud_announcements/l10n/pt_PT.js
+share/nextcloud/apps/nextcloud_announcements/l10n/pt_PT.json
 share/nextcloud/apps/nextcloud_announcements/l10n/ro.js
 share/nextcloud/apps/nextcloud_announcements/l10n/ro.json
 share/nextcloud/apps/nextcloud_announcements/l10n/ru.js
@@ -7944,6 +8517,8 @@ share/nextcloud/apps/nextcloud_announcem
 share/nextcloud/apps/nextcloud_announcements/l10n/sv.json
 share/nextcloud/apps/nextcloud_announcements/l10n/tr.js
 share/nextcloud/apps/nextcloud_announcements/l10n/tr.json
+share/nextcloud/apps/nextcloud_announcements/l10n/vi.js
+share/nextcloud/apps/nextcloud_announcements/l10n/vi.json
 share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.js
 share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.json
 share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.js
@@ -8001,8 +8576,36 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/es.json
 share/nextcloud/apps/notifications/l10n/es_AR.js
 share/nextcloud/apps/notifications/l10n/es_AR.json
+share/nextcloud/apps/notifications/l10n/es_CL.js
+share/nextcloud/apps/notifications/l10n/es_CL.json
+share/nextcloud/apps/notifications/l10n/es_CO.js
+share/nextcloud/apps/notifications/l10n/es_CO.json
+share/nextcloud/apps/notifications/l10n/es_CR.js
+share/nextcloud/apps/notifications/l10n/es_CR.json
+share/nextcloud/apps/notifications/l10n/es_DO.js
+share/nextcloud/apps/notifications/l10n/es_DO.json
+share/nextcloud/apps/notifications/l10n/es_EC.js
+share/nextcloud/apps/notifications/l10n/es_EC.json
+share/nextcloud/apps/notifications/l10n/es_GT.js
+share/nextcloud/apps/notifications/l10n/es_GT.json
+share/nextcloud/apps/notifications/l10n/es_HN.js
+share/nextcloud/apps/notifications/l10n/es_HN.json
 share/nextcloud/apps/notifications/l10n/es_MX.js
 share/nextcloud/apps/notifications/l10n/es_MX.json
+share/nextcloud/apps/notifications/l10n/es_NI.js
+share/nextcloud/apps/notifications/l10n/es_NI.json
+share/nextcloud/apps/notifications/l10n/es_PA.js
+share/nextcloud/apps/notifications/l10n/es_PA.json
+share/nextcloud/apps/notifications/l10n/es_PE.js
+share/nextcloud/apps/notifications/l10n/es_PE.json
+share/nextcloud/apps/notifications/l10n/es_PR.js
+share/nextcloud/apps/notifications/l10n/es_PR.json
+share/nextcloud/apps/notifications/l10n/es_PY.js
+share/nextcloud/apps/notifications/l10n/es_PY.json
+share/nextcloud/apps/notifications/l10n/es_SV.js
+share/nextcloud/apps/notifications/l10n/es_SV.json
+share/nextcloud/apps/notifications/l10n/es_UY.js
+share/nextcloud/apps/notifications/l10n/es_UY.json
 share/nextcloud/apps/notifications/l10n/et_EE.js
 share/nextcloud/apps/notifications/l10n/et_EE.json
 share/nextcloud/apps/notifications/l10n/eu.js
@@ -8025,6 +8628,8 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/it.json
 share/nextcloud/apps/notifications/l10n/ja.js
 share/nextcloud/apps/notifications/l10n/ja.json
+share/nextcloud/apps/notifications/l10n/ka_GE.js
+share/nextcloud/apps/notifications/l10n/ka_GE.json
 share/nextcloud/apps/notifications/l10n/ko.js
 share/nextcloud/apps/notifications/l10n/ko.json
 share/nextcloud/apps/notifications/l10n/lt_LT.js
@@ -8041,6 +8646,8 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/pl.json
 share/nextcloud/apps/notifications/l10n/pt_BR.js
 share/nextcloud/apps/notifications/l10n/pt_BR.json
+share/nextcloud/apps/notifications/l10n/pt_PT.js
+share/nextcloud/apps/notifications/l10n/pt_PT.json
 share/nextcloud/apps/notifications/l10n/ro.js
 share/nextcloud/apps/notifications/l10n/ro.json
 share/nextcloud/apps/notifications/l10n/ru.js
@@ -8059,6 +8666,8 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/tr.json
 share/nextcloud/apps/notifications/l10n/uk.js
 share/nextcloud/apps/notifications/l10n/uk.json
+share/nextcloud/apps/notifications/l10n/uz.js
+share/nextcloud/apps/notifications/l10n/uz.json
 share/nextcloud/apps/notifications/l10n/vi.js
 share/nextcloud/apps/notifications/l10n/vi.json
 share/nextcloud/apps/notifications/l10n/zh_CN.js
@@ -8101,12 +8710,44 @@ share/nextcloud/apps/oauth2/l10n/es.js
 share/nextcloud/apps/oauth2/l10n/es.json
 share/nextcloud/apps/oauth2/l10n/es_AR.js
 share/nextcloud/apps/oauth2/l10n/es_AR.json
+share/nextcloud/apps/oauth2/l10n/es_CL.js
+share/nextcloud/apps/oauth2/l10n/es_CL.json
+share/nextcloud/apps/oauth2/l10n/es_CO.js
+share/nextcloud/apps/oauth2/l10n/es_CO.json
+share/nextcloud/apps/oauth2/l10n/es_CR.js
+share/nextcloud/apps/oauth2/l10n/es_CR.json
+share/nextcloud/apps/oauth2/l10n/es_DO.js
+share/nextcloud/apps/oauth2/l10n/es_DO.json
+share/nextcloud/apps/oauth2/l10n/es_EC.js
+share/nextcloud/apps/oauth2/l10n/es_EC.json
+share/nextcloud/apps/oauth2/l10n/es_GT.js
+share/nextcloud/apps/oauth2/l10n/es_GT.json
+share/nextcloud/apps/oauth2/l10n/es_HN.js
+share/nextcloud/apps/oauth2/l10n/es_HN.json
 share/nextcloud/apps/oauth2/l10n/es_MX.js
 share/nextcloud/apps/oauth2/l10n/es_MX.json
+share/nextcloud/apps/oauth2/l10n/es_NI.js
+share/nextcloud/apps/oauth2/l10n/es_NI.json
+share/nextcloud/apps/oauth2/l10n/es_PA.js
+share/nextcloud/apps/oauth2/l10n/es_PA.json
+share/nextcloud/apps/oauth2/l10n/es_PE.js
+share/nextcloud/apps/oauth2/l10n/es_PE.json
+share/nextcloud/apps/oauth2/l10n/es_PR.js
+share/nextcloud/apps/oauth2/l10n/es_PR.json
+share/nextcloud/apps/oauth2/l10n/es_PY.js
+share/nextcloud/apps/oauth2/l10n/es_PY.json
+share/nextcloud/apps/oauth2/l10n/es_SV.js
+share/nextcloud/apps/oauth2/l10n/es_SV.json
+share/nextcloud/apps/oauth2/l10n/es_UY.js
+share/nextcloud/apps/oauth2/l10n/es_UY.json
+share/nextcloud/apps/oauth2/l10n/eu.js
+share/nextcloud/apps/oauth2/l10n/eu.json
 share/nextcloud/apps/oauth2/l10n/fi.js
 share/nextcloud/apps/oauth2/l10n/fi.json
 share/nextcloud/apps/oauth2/l10n/fr.js
 share/nextcloud/apps/oauth2/l10n/fr.json
+share/nextcloud/apps/oauth2/l10n/hu.js
+share/nextcloud/apps/oauth2/l10n/hu.json
 share/nextcloud/apps/oauth2/l10n/id.js
 share/nextcloud/apps/oauth2/l10n/id.json
 share/nextcloud/apps/oauth2/l10n/is.js
@@ -8115,6 +8756,8 @@ share/nextcloud/apps/oauth2/l10n/it.js
 share/nextcloud/apps/oauth2/l10n/it.json
 share/nextcloud/apps/oauth2/l10n/ja.js
 share/nextcloud/apps/oauth2/l10n/ja.json
+share/nextcloud/apps/oauth2/l10n/ka_GE.js
+share/nextcloud/apps/oauth2/l10n/ka_GE.json
 share/nextcloud/apps/oauth2/l10n/lt_LT.js
 share/nextcloud/apps/oauth2/l10n/lt_LT.json
 share/nextcloud/apps/oauth2/l10n/lv.js
@@ -8133,6 +8776,8 @@ share/nextcloud/apps/oauth2/l10n/sk.js
 share/nextcloud/apps/oauth2/l10n/sk.json
 share/nextcloud/apps/oauth2/l10n/sq.js
 share/nextcloud/apps/oauth2/l10n/sq.json
+share/nextcloud/apps/oauth2/l10n/sr.js
+share/nextcloud/apps/oauth2/l10n/sr.json
 share/nextcloud/apps/oauth2/l10n/sv.js
 share/nextcloud/apps/oauth2/l10n/sv.json
 share/nextcloud/apps/oauth2/l10n/tr.js
@@ -8141,6 +8786,8 @@ share/nextcloud/apps/oauth2/l10n/vi.js
 share/nextcloud/apps/oauth2/l10n/vi.json
 share/nextcloud/apps/oauth2/l10n/zh_CN.js
 share/nextcloud/apps/oauth2/l10n/zh_CN.json
+share/nextcloud/apps/oauth2/l10n/zh_TW.js
+share/nextcloud/apps/oauth2/l10n/zh_TW.json
 share/nextcloud/apps/oauth2/lib/Controller/LoginRedirectorController.php
 share/nextcloud/apps/oauth2/lib/Controller/OauthApiController.php
 share/nextcloud/apps/oauth2/lib/Controller/SettingsController.php
@@ -8186,8 +8833,40 @@ share/nextcloud/apps/password_policy/l10
 share/nextcloud/apps/password_policy/l10n/es.json
 share/nextcloud/apps/password_policy/l10n/es_AR.js
 share/nextcloud/apps/password_policy/l10n/es_AR.json
+share/nextcloud/apps/password_policy/l10n/es_CL.js
+share/nextcloud/apps/password_policy/l10n/es_CL.json
+share/nextcloud/apps/password_policy/l10n/es_CO.js
+share/nextcloud/apps/password_policy/l10n/es_CO.json
+share/nextcloud/apps/password_policy/l10n/es_CR.js
+share/nextcloud/apps/password_policy/l10n/es_CR.json
+share/nextcloud/apps/password_policy/l10n/es_DO.js
+share/nextcloud/apps/password_policy/l10n/es_DO.json
+share/nextcloud/apps/password_policy/l10n/es_EC.js
+share/nextcloud/apps/password_policy/l10n/es_EC.json
+share/nextcloud/apps/password_policy/l10n/es_GT.js
+share/nextcloud/apps/password_policy/l10n/es_GT.json
+share/nextcloud/apps/password_policy/l10n/es_HN.js
+share/nextcloud/apps/password_policy/l10n/es_HN.json
 share/nextcloud/apps/password_policy/l10n/es_MX.js
 share/nextcloud/apps/password_policy/l10n/es_MX.json
+share/nextcloud/apps/password_policy/l10n/es_NI.js
+share/nextcloud/apps/password_policy/l10n/es_NI.json
+share/nextcloud/apps/password_policy/l10n/es_PA.js
+share/nextcloud/apps/password_policy/l10n/es_PA.json
+share/nextcloud/apps/password_policy/l10n/es_PE.js
+share/nextcloud/apps/password_policy/l10n/es_PE.json
+share/nextcloud/apps/password_policy/l10n/es_PR.js
+share/nextcloud/apps/password_policy/l10n/es_PR.json
+share/nextcloud/apps/password_policy/l10n/es_PY.js
+share/nextcloud/apps/password_policy/l10n/es_PY.json
+share/nextcloud/apps/password_policy/l10n/es_SV.js
+share/nextcloud/apps/password_policy/l10n/es_SV.json
+share/nextcloud/apps/password_policy/l10n/es_UY.js
+share/nextcloud/apps/password_policy/l10n/es_UY.json
+share/nextcloud/apps/password_policy/l10n/et_EE.js
+share/nextcloud/apps/password_policy/l10n/et_EE.json
+share/nextcloud/apps/password_policy/l10n/eu.js
+share/nextcloud/apps/password_policy/l10n/eu.json
 share/nextcloud/apps/password_policy/l10n/fi.js
 share/nextcloud/apps/password_policy/l10n/fi.json
 share/nextcloud/apps/password_policy/l10n/fr.js
@@ -8206,6 +8885,8 @@ share/nextcloud/apps/password_policy/l10
 share/nextcloud/apps/password_policy/l10n/it.json
 share/nextcloud/apps/password_policy/l10n/ja.js
 share/nextcloud/apps/password_policy/l10n/ja.json
+share/nextcloud/apps/password_policy/l10n/ka_GE.js
+share/nextcloud/apps/password_policy/l10n/ka_GE.json
 share/nextcloud/apps/password_policy/l10n/ko.js
 share/nextcloud/apps/password_policy/l10n/ko.json
 share/nextcloud/apps/password_policy/l10n/lt_LT.js
@@ -8230,6 +8911,8 @@ share/nextcloud/apps/password_policy/l10
 share/nextcloud/apps/password_policy/l10n/sl.json
 share/nextcloud/apps/password_policy/l10n/sq.js
 share/nextcloud/apps/password_policy/l10n/sq.json
+share/nextcloud/apps/password_policy/l10n/sr.js
+share/nextcloud/apps/password_policy/l10n/sr.json
 share/nextcloud/apps/password_policy/l10n/sv.js
 share/nextcloud/apps/password_policy/l10n/sv.json
 share/nextcloud/apps/password_policy/l10n/tr.js
@@ -8335,8 +9018,38 @@ share/nextcloud/apps/serverinfo/l10n/es.
 share/nextcloud/apps/serverinfo/l10n/es.json
 share/nextcloud/apps/serverinfo/l10n/es_AR.js
 share/nextcloud/apps/serverinfo/l10n/es_AR.json
+share/nextcloud/apps/serverinfo/l10n/es_CL.js
+share/nextcloud/apps/serverinfo/l10n/es_CL.json
+share/nextcloud/apps/serverinfo/l10n/es_CO.js
+share/nextcloud/apps/serverinfo/l10n/es_CO.json
+share/nextcloud/apps/serverinfo/l10n/es_CR.js
+share/nextcloud/apps/serverinfo/l10n/es_CR.json
+share/nextcloud/apps/serverinfo/l10n/es_DO.js
+share/nextcloud/apps/serverinfo/l10n/es_DO.json
+share/nextcloud/apps/serverinfo/l10n/es_EC.js
+share/nextcloud/apps/serverinfo/l10n/es_EC.json
+share/nextcloud/apps/serverinfo/l10n/es_GT.js
+share/nextcloud/apps/serverinfo/l10n/es_GT.json
+share/nextcloud/apps/serverinfo/l10n/es_HN.js
+share/nextcloud/apps/serverinfo/l10n/es_HN.json
 share/nextcloud/apps/serverinfo/l10n/es_MX.js
 share/nextcloud/apps/serverinfo/l10n/es_MX.json
+share/nextcloud/apps/serverinfo/l10n/es_NI.js
+share/nextcloud/apps/serverinfo/l10n/es_NI.json
+share/nextcloud/apps/serverinfo/l10n/es_PA.js
+share/nextcloud/apps/serverinfo/l10n/es_PA.json
+share/nextcloud/apps/serverinfo/l10n/es_PE.js
+share/nextcloud/apps/serverinfo/l10n/es_PE.json
+share/nextcloud/apps/serverinfo/l10n/es_PR.js
+share/nextcloud/apps/serverinfo/l10n/es_PR.json
+share/nextcloud/apps/serverinfo/l10n/es_PY.js
+share/nextcloud/apps/serverinfo/l10n/es_PY.json
+share/nextcloud/apps/serverinfo/l10n/es_SV.js
+share/nextcloud/apps/serverinfo/l10n/es_SV.json
+share/nextcloud/apps/serverinfo/l10n/es_UY.js
+share/nextcloud/apps/serverinfo/l10n/es_UY.json
+share/nextcloud/apps/serverinfo/l10n/et_EE.js
+share/nextcloud/apps/serverinfo/l10n/et_EE.json
 share/nextcloud/apps/serverinfo/l10n/eu.js
 share/nextcloud/apps/serverinfo/l10n/eu.json
 share/nextcloud/apps/serverinfo/l10n/fi.js
@@ -8357,6 +9070,8 @@ share/nextcloud/apps/serverinfo/l10n/it.
 share/nextcloud/apps/serverinfo/l10n/it.json
 share/nextcloud/apps/serverinfo/l10n/ja.js
 share/nextcloud/apps/serverinfo/l10n/ja.json
+share/nextcloud/apps/serverinfo/l10n/ka_GE.js
+share/nextcloud/apps/serverinfo/l10n/ka_GE.json
 share/nextcloud/apps/serverinfo/l10n/ko.js
 share/nextcloud/apps/serverinfo/l10n/ko.json
 share/nextcloud/apps/serverinfo/l10n/lt_LT.js
@@ -8381,6 +9096,8 @@ share/nextcloud/apps/serverinfo/l10n/sl.
 share/nextcloud/apps/serverinfo/l10n/sl.json
 share/nextcloud/apps/serverinfo/l10n/sq.js
 share/nextcloud/apps/serverinfo/l10n/sq.json
+share/nextcloud/apps/serverinfo/l10n/sr.js
+share/nextcloud/apps/serverinfo/l10n/sr.json
 share/nextcloud/apps/serverinfo/l10n/sv.js
 share/nextcloud/apps/serverinfo/l10n/sv.json
 share/nextcloud/apps/serverinfo/l10n/tr.js
@@ -8411,6 +9128,8 @@ share/nextcloud/apps/sharebymail/js/sett
 share/nextcloud/apps/sharebymail/l10n/.gitkeep
 share/nextcloud/apps/sharebymail/l10n/ast.js
 share/nextcloud/apps/sharebymail/l10n/ast.json
+share/nextcloud/apps/sharebymail/l10n/ca.js
+share/nextcloud/apps/sharebymail/l10n/ca.json
 share/nextcloud/apps/sharebymail/l10n/cs.js
 share/nextcloud/apps/sharebymail/l10n/cs.json
 share/nextcloud/apps/sharebymail/l10n/cs_CZ.js
@@ -8429,14 +9148,44 @@ share/nextcloud/apps/sharebymail/l10n/es
 share/nextcloud/apps/sharebymail/l10n/es.json
 share/nextcloud/apps/sharebymail/l10n/es_AR.js
 share/nextcloud/apps/sharebymail/l10n/es_AR.json
+share/nextcloud/apps/sharebymail/l10n/es_CL.js
+share/nextcloud/apps/sharebymail/l10n/es_CL.json
+share/nextcloud/apps/sharebymail/l10n/es_CO.js
+share/nextcloud/apps/sharebymail/l10n/es_CO.json
+share/nextcloud/apps/sharebymail/l10n/es_CR.js
+share/nextcloud/apps/sharebymail/l10n/es_CR.json
+share/nextcloud/apps/sharebymail/l10n/es_DO.js
+share/nextcloud/apps/sharebymail/l10n/es_DO.json
+share/nextcloud/apps/sharebymail/l10n/es_EC.js
+share/nextcloud/apps/sharebymail/l10n/es_EC.json
+share/nextcloud/apps/sharebymail/l10n/es_GT.js
+share/nextcloud/apps/sharebymail/l10n/es_GT.json
+share/nextcloud/apps/sharebymail/l10n/es_HN.js
+share/nextcloud/apps/sharebymail/l10n/es_HN.json
 share/nextcloud/apps/sharebymail/l10n/es_MX.js
 share/nextcloud/apps/sharebymail/l10n/es_MX.json
+share/nextcloud/apps/sharebymail/l10n/es_NI.js
+share/nextcloud/apps/sharebymail/l10n/es_NI.json
+share/nextcloud/apps/sharebymail/l10n/es_PA.js
+share/nextcloud/apps/sharebymail/l10n/es_PA.json
+share/nextcloud/apps/sharebymail/l10n/es_PE.js
+share/nextcloud/apps/sharebymail/l10n/es_PE.json
+share/nextcloud/apps/sharebymail/l10n/es_PR.js
+share/nextcloud/apps/sharebymail/l10n/es_PR.json
+share/nextcloud/apps/sharebymail/l10n/es_PY.js
+share/nextcloud/apps/sharebymail/l10n/es_PY.json
+share/nextcloud/apps/sharebymail/l10n/es_SV.js
+share/nextcloud/apps/sharebymail/l10n/es_SV.json
+share/nextcloud/apps/sharebymail/l10n/es_UY.js
+share/nextcloud/apps/sharebymail/l10n/es_UY.json
 share/nextcloud/apps/sharebymail/l10n/fi.js
 share/nextcloud/apps/sharebymail/l10n/fi.json
 share/nextcloud/apps/sharebymail/l10n/fr.js
 share/nextcloud/apps/sharebymail/l10n/fr.json
 share/nextcloud/apps/sharebymail/l10n/gl.js
 share/nextcloud/apps/sharebymail/l10n/gl.json
+share/nextcloud/apps/sharebymail/l10n/hu.js
+share/nextcloud/apps/sharebymail/l10n/hu.json
 share/nextcloud/apps/sharebymail/l10n/ia.js
 share/nextcloud/apps/sharebymail/l10n/ia.json
 share/nextcloud/apps/sharebymail/l10n/id.js
@@ -8447,6 +9196,8 @@ share/nextcloud/apps/sharebymail/l10n/it
 share/nextcloud/apps/sharebymail/l10n/it.json
 share/nextcloud/apps/sharebymail/l10n/ja.js
 share/nextcloud/apps/sharebymail/l10n/ja.json
+share/nextcloud/apps/sharebymail/l10n/ka_GE.js
+share/nextcloud/apps/sharebymail/l10n/ka_GE.json
 share/nextcloud/apps/sharebymail/l10n/ko.js
 share/nextcloud/apps/sharebymail/l10n/ko.json
 share/nextcloud/apps/sharebymail/l10n/lt_LT.js
@@ -8469,6 +9220,8 @@ share/nextcloud/apps/sharebymail/l10n/sk
 share/nextcloud/apps/sharebymail/l10n/sk_SK.json
 share/nextcloud/apps/sharebymail/l10n/sq.js
 share/nextcloud/apps/sharebymail/l10n/sq.json
+share/nextcloud/apps/sharebymail/l10n/sr.js
+share/nextcloud/apps/sharebymail/l10n/sr.json
 share/nextcloud/apps/sharebymail/l10n/sv.js
 share/nextcloud/apps/sharebymail/l10n/sv.json
 share/nextcloud/apps/sharebymail/l10n/tr.js
@@ -8498,6 +9251,10 @@ share/nextcloud/apps/survey_client/js/ad
 share/nextcloud/apps/survey_client/l10n/.tx/config
 share/nextcloud/apps/survey_client/l10n/ast.js
 share/nextcloud/apps/survey_client/l10n/ast.json
+share/nextcloud/apps/survey_client/l10n/ca.js
+share/nextcloud/apps/survey_client/l10n/ca.json
+share/nextcloud/apps/survey_client/l10n/cs.js
+share/nextcloud/apps/survey_client/l10n/cs.json
 share/nextcloud/apps/survey_client/l10n/da.js
 share/nextcloud/apps/survey_client/l10n/da.json
 share/nextcloud/apps/survey_client/l10n/de.js
@@ -8510,8 +9267,36 @@ share/nextcloud/apps/survey_client/l10n/
 share/nextcloud/apps/survey_client/l10n/en_GB.json
 share/nextcloud/apps/survey_client/l10n/es.js
 share/nextcloud/apps/survey_client/l10n/es.json
+share/nextcloud/apps/survey_client/l10n/es_CL.js
+share/nextcloud/apps/survey_client/l10n/es_CL.json
+share/nextcloud/apps/survey_client/l10n/es_CO.js
+share/nextcloud/apps/survey_client/l10n/es_CO.json
+share/nextcloud/apps/survey_client/l10n/es_CR.js
+share/nextcloud/apps/survey_client/l10n/es_CR.json
+share/nextcloud/apps/survey_client/l10n/es_DO.js
+share/nextcloud/apps/survey_client/l10n/es_DO.json
+share/nextcloud/apps/survey_client/l10n/es_EC.js
+share/nextcloud/apps/survey_client/l10n/es_EC.json
+share/nextcloud/apps/survey_client/l10n/es_GT.js
+share/nextcloud/apps/survey_client/l10n/es_GT.json
+share/nextcloud/apps/survey_client/l10n/es_HN.js
+share/nextcloud/apps/survey_client/l10n/es_HN.json
 share/nextcloud/apps/survey_client/l10n/es_MX.js
 share/nextcloud/apps/survey_client/l10n/es_MX.json
+share/nextcloud/apps/survey_client/l10n/es_NI.js
+share/nextcloud/apps/survey_client/l10n/es_NI.json
+share/nextcloud/apps/survey_client/l10n/es_PA.js
+share/nextcloud/apps/survey_client/l10n/es_PA.json
+share/nextcloud/apps/survey_client/l10n/es_PE.js
+share/nextcloud/apps/survey_client/l10n/es_PE.json
+share/nextcloud/apps/survey_client/l10n/es_PR.js
+share/nextcloud/apps/survey_client/l10n/es_PR.json
+share/nextcloud/apps/survey_client/l10n/es_PY.js
+share/nextcloud/apps/survey_client/l10n/es_PY.json
+share/nextcloud/apps/survey_client/l10n/es_SV.js
+share/nextcloud/apps/survey_client/l10n/es_SV.json
+share/nextcloud/apps/survey_client/l10n/es_UY.js
+share/nextcloud/apps/survey_client/l10n/es_UY.json
 share/nextcloud/apps/survey_client/l10n/fi.js
 share/nextcloud/apps/survey_client/l10n/fi.json
 share/nextcloud/apps/survey_client/l10n/fr.js
@@ -8524,6 +9309,8 @@ share/nextcloud/apps/survey_client/l10n/
 share/nextcloud/apps/survey_client/l10n/it.json
 share/nextcloud/apps/survey_client/l10n/ja.js
 share/nextcloud/apps/survey_client/l10n/ja.json
+share/nextcloud/apps/survey_client/l10n/ka_GE.js
+share/nextcloud/apps/survey_client/l10n/ka_GE.json
 share/nextcloud/apps/survey_client/l10n/lv.js
 share/nextcloud/apps/survey_client/l10n/lv.json
 share/nextcloud/apps/survey_client/l10n/mn.js
@@ -8538,8 +9325,12 @@ share/nextcloud/apps/survey_client/l10n/
 share/nextcloud/apps/survey_client/l10n/pt_BR.json
 share/nextcloud/apps/survey_client/l10n/ru.js
 share/nextcloud/apps/survey_client/l10n/ru.json
+share/nextcloud/apps/survey_client/l10n/sk.js
+share/nextcloud/apps/survey_client/l10n/sk.json
 share/nextcloud/apps/survey_client/l10n/sq.js
 share/nextcloud/apps/survey_client/l10n/sq.json
+share/nextcloud/apps/survey_client/l10n/sr.js
+share/nextcloud/apps/survey_client/l10n/sr.json
 share/nextcloud/apps/survey_client/l10n/sv.js
 share/nextcloud/apps/survey_client/l10n/sv.json
 share/nextcloud/apps/survey_client/l10n/th.js
@@ -8622,8 +9413,36 @@ share/nextcloud/apps/systemtags/l10n/es.
 share/nextcloud/apps/systemtags/l10n/es.json
 share/nextcloud/apps/systemtags/l10n/es_AR.js
 share/nextcloud/apps/systemtags/l10n/es_AR.json
+share/nextcloud/apps/systemtags/l10n/es_CL.js
+share/nextcloud/apps/systemtags/l10n/es_CL.json
+share/nextcloud/apps/systemtags/l10n/es_CO.js
+share/nextcloud/apps/systemtags/l10n/es_CO.json
+share/nextcloud/apps/systemtags/l10n/es_CR.js
+share/nextcloud/apps/systemtags/l10n/es_CR.json
+share/nextcloud/apps/systemtags/l10n/es_DO.js
+share/nextcloud/apps/systemtags/l10n/es_DO.json
+share/nextcloud/apps/systemtags/l10n/es_EC.js
+share/nextcloud/apps/systemtags/l10n/es_EC.json
+share/nextcloud/apps/systemtags/l10n/es_GT.js
+share/nextcloud/apps/systemtags/l10n/es_GT.json
+share/nextcloud/apps/systemtags/l10n/es_HN.js
+share/nextcloud/apps/systemtags/l10n/es_HN.json
 share/nextcloud/apps/systemtags/l10n/es_MX.js
 share/nextcloud/apps/systemtags/l10n/es_MX.json
+share/nextcloud/apps/systemtags/l10n/es_NI.js
+share/nextcloud/apps/systemtags/l10n/es_NI.json
+share/nextcloud/apps/systemtags/l10n/es_PA.js
+share/nextcloud/apps/systemtags/l10n/es_PA.json
+share/nextcloud/apps/systemtags/l10n/es_PE.js
+share/nextcloud/apps/systemtags/l10n/es_PE.json
+share/nextcloud/apps/systemtags/l10n/es_PR.js
+share/nextcloud/apps/systemtags/l10n/es_PR.json
+share/nextcloud/apps/systemtags/l10n/es_PY.js
+share/nextcloud/apps/systemtags/l10n/es_PY.json
+share/nextcloud/apps/systemtags/l10n/es_SV.js
+share/nextcloud/apps/systemtags/l10n/es_SV.json
+share/nextcloud/apps/systemtags/l10n/es_UY.js
+share/nextcloud/apps/systemtags/l10n/es_UY.json
 share/nextcloud/apps/systemtags/l10n/et_EE.js
 share/nextcloud/apps/systemtags/l10n/et_EE.json
 share/nextcloud/apps/systemtags/l10n/eu.js
@@ -8783,8 +9602,38 @@ share/nextcloud/apps/theming/l10n/es.js
 share/nextcloud/apps/theming/l10n/es.json
 share/nextcloud/apps/theming/l10n/es_AR.js
 share/nextcloud/apps/theming/l10n/es_AR.json
+share/nextcloud/apps/theming/l10n/es_CL.js
+share/nextcloud/apps/theming/l10n/es_CL.json
+share/nextcloud/apps/theming/l10n/es_CO.js
+share/nextcloud/apps/theming/l10n/es_CO.json
+share/nextcloud/apps/theming/l10n/es_CR.js
+share/nextcloud/apps/theming/l10n/es_CR.json
+share/nextcloud/apps/theming/l10n/es_DO.js
+share/nextcloud/apps/theming/l10n/es_DO.json
+share/nextcloud/apps/theming/l10n/es_EC.js
+share/nextcloud/apps/theming/l10n/es_EC.json
+share/nextcloud/apps/theming/l10n/es_GT.js
+share/nextcloud/apps/theming/l10n/es_GT.json
+share/nextcloud/apps/theming/l10n/es_HN.js
+share/nextcloud/apps/theming/l10n/es_HN.json
 share/nextcloud/apps/theming/l10n/es_MX.js
 share/nextcloud/apps/theming/l10n/es_MX.json
+share/nextcloud/apps/theming/l10n/es_NI.js
+share/nextcloud/apps/theming/l10n/es_NI.json
+share/nextcloud/apps/theming/l10n/es_PA.js
+share/nextcloud/apps/theming/l10n/es_PA.json
+share/nextcloud/apps/theming/l10n/es_PE.js
+share/nextcloud/apps/theming/l10n/es_PE.json
+share/nextcloud/apps/theming/l10n/es_PR.js
+share/nextcloud/apps/theming/l10n/es_PR.json
+share/nextcloud/apps/theming/l10n/es_PY.js
+share/nextcloud/apps/theming/l10n/es_PY.json
+share/nextcloud/apps/theming/l10n/es_SV.js
+share/nextcloud/apps/theming/l10n/es_SV.json
+share/nextcloud/apps/theming/l10n/es_UY.js
+share/nextcloud/apps/theming/l10n/es_UY.json
+share/nextcloud/apps/theming/l10n/et_EE.js
+share/nextcloud/apps/theming/l10n/et_EE.json
 share/nextcloud/apps/theming/l10n/fi.js
 share/nextcloud/apps/theming/l10n/fi.json
 share/nextcloud/apps/theming/l10n/fr.js
@@ -8801,6 +9650,8 @@ share/nextcloud/apps/theming/l10n/it.js
 share/nextcloud/apps/theming/l10n/it.json
 share/nextcloud/apps/theming/l10n/ja.js
 share/nextcloud/apps/theming/l10n/ja.json
+share/nextcloud/apps/theming/l10n/ka_GE.js
+share/nextcloud/apps/theming/l10n/ka_GE.json
 share/nextcloud/apps/theming/l10n/ko.js
 share/nextcloud/apps/theming/l10n/ko.json
 share/nextcloud/apps/theming/l10n/lt_LT.js
@@ -8825,6 +9676,8 @@ share/nextcloud/apps/theming/l10n/sl.js
 share/nextcloud/apps/theming/l10n/sl.json
 share/nextcloud/apps/theming/l10n/sq.js
 share/nextcloud/apps/theming/l10n/sq.json
+share/nextcloud/apps/theming/l10n/sr.js
+share/nextcloud/apps/theming/l10n/sr.json
 share/nextcloud/apps/theming/l10n/sv.js
 share/nextcloud/apps/theming/l10n/sv.json
 share/nextcloud/apps/theming/l10n/tr.js
@@ -8857,6 +9710,8 @@ share/nextcloud/apps/twofactor_backupcod
 share/nextcloud/apps/twofactor_backupcodes/l10n/.gitkeep
 share/nextcloud/apps/twofactor_backupcodes/l10n/af.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/af.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/ca.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/ca.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/cs.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/cs.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.js
@@ -8875,8 +9730,36 @@ share/nextcloud/apps/twofactor_backupcod
 share/nextcloud/apps/twofactor_backupcodes/l10n/es.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/es_AR.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/es_AR.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_CL.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_CL.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_CO.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_CO.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_CR.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_CR.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_DO.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_DO.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_EC.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_EC.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_GT.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_GT.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_HN.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_HN.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/es_MX.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/es_MX.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_NI.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_NI.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_PA.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_PA.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_PE.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_PE.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_PR.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_PR.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_PY.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_PY.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_SV.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_SV.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_UY.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/es_UY.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/fi.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/fi.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/fr.js
@@ -8893,6 +9776,8 @@ share/nextcloud/apps/twofactor_backupcod
 share/nextcloud/apps/twofactor_backupcodes/l10n/it.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/ja.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/ja.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/ko.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/ko.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/lv.js
@@ -8911,8 +9796,12 @@ share/nextcloud/apps/twofactor_backupcod
 share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/ru.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/ru.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/sk.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/sk.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/sq.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/sq.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/sr.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/sr.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/sv.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/sv.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/tr.js
@@ -8979,8 +9868,36 @@ share/nextcloud/apps/updatenotification/
 share/nextcloud/apps/updatenotification/l10n/es.json
 share/nextcloud/apps/updatenotification/l10n/es_AR.js
 share/nextcloud/apps/updatenotification/l10n/es_AR.json
+share/nextcloud/apps/updatenotification/l10n/es_CL.js
+share/nextcloud/apps/updatenotification/l10n/es_CL.json
+share/nextcloud/apps/updatenotification/l10n/es_CO.js
+share/nextcloud/apps/updatenotification/l10n/es_CO.json
+share/nextcloud/apps/updatenotification/l10n/es_CR.js
+share/nextcloud/apps/updatenotification/l10n/es_CR.json
+share/nextcloud/apps/updatenotification/l10n/es_DO.js
+share/nextcloud/apps/updatenotification/l10n/es_DO.json
+share/nextcloud/apps/updatenotification/l10n/es_EC.js
+share/nextcloud/apps/updatenotification/l10n/es_EC.json
+share/nextcloud/apps/updatenotification/l10n/es_GT.js
+share/nextcloud/apps/updatenotification/l10n/es_GT.json
+share/nextcloud/apps/updatenotification/l10n/es_HN.js
+share/nextcloud/apps/updatenotification/l10n/es_HN.json
 share/nextcloud/apps/updatenotification/l10n/es_MX.js
 share/nextcloud/apps/updatenotification/l10n/es_MX.json
+share/nextcloud/apps/updatenotification/l10n/es_NI.js
+share/nextcloud/apps/updatenotification/l10n/es_NI.json
+share/nextcloud/apps/updatenotification/l10n/es_PA.js
+share/nextcloud/apps/updatenotification/l10n/es_PA.json
+share/nextcloud/apps/updatenotification/l10n/es_PE.js
+share/nextcloud/apps/updatenotification/l10n/es_PE.json
+share/nextcloud/apps/updatenotification/l10n/es_PR.js
+share/nextcloud/apps/updatenotification/l10n/es_PR.json
+share/nextcloud/apps/updatenotification/l10n/es_PY.js
+share/nextcloud/apps/updatenotification/l10n/es_PY.json
+share/nextcloud/apps/updatenotification/l10n/es_SV.js
+share/nextcloud/apps/updatenotification/l10n/es_SV.json
+share/nextcloud/apps/updatenotification/l10n/es_UY.js
+share/nextcloud/apps/updatenotification/l10n/es_UY.json
 share/nextcloud/apps/updatenotification/l10n/et_EE.js
 share/nextcloud/apps/updatenotification/l10n/et_EE.json
 share/nextcloud/apps/updatenotification/l10n/eu.js
@@ -9013,6 +9930,8 @@ share/nextcloud/apps/updatenotification/
 share/nextcloud/apps/updatenotification/l10n/it.json
 share/nextcloud/apps/updatenotification/l10n/ja.js
 share/nextcloud/apps/updatenotification/l10n/ja.json
+share/nextcloud/apps/updatenotification/l10n/ka_GE.js
+share/nextcloud/apps/updatenotification/l10n/ka_GE.json
 share/nextcloud/apps/updatenotification/l10n/ko.js
 share/nextcloud/apps/updatenotification/l10n/ko.json
 share/nextcloud/apps/updatenotification/l10n/lb.js
@@ -9199,8 +10118,34 @@ share/nextcloud/apps/user_ldap/l10n/es_A
 share/nextcloud/apps/user_ldap/l10n/es_AR.json
 share/nextcloud/apps/user_ldap/l10n/es_CL.js
 share/nextcloud/apps/user_ldap/l10n/es_CL.json
+share/nextcloud/apps/user_ldap/l10n/es_CO.js
+share/nextcloud/apps/user_ldap/l10n/es_CO.json
+share/nextcloud/apps/user_ldap/l10n/es_CR.js
+share/nextcloud/apps/user_ldap/l10n/es_CR.json
+share/nextcloud/apps/user_ldap/l10n/es_DO.js
+share/nextcloud/apps/user_ldap/l10n/es_DO.json
+share/nextcloud/apps/user_ldap/l10n/es_EC.js
+share/nextcloud/apps/user_ldap/l10n/es_EC.json
+share/nextcloud/apps/user_ldap/l10n/es_GT.js
+share/nextcloud/apps/user_ldap/l10n/es_GT.json
+share/nextcloud/apps/user_ldap/l10n/es_HN.js
+share/nextcloud/apps/user_ldap/l10n/es_HN.json
 share/nextcloud/apps/user_ldap/l10n/es_MX.js
 share/nextcloud/apps/user_ldap/l10n/es_MX.json
+share/nextcloud/apps/user_ldap/l10n/es_NI.js
+share/nextcloud/apps/user_ldap/l10n/es_NI.json
+share/nextcloud/apps/user_ldap/l10n/es_PA.js
+share/nextcloud/apps/user_ldap/l10n/es_PA.json
+share/nextcloud/apps/user_ldap/l10n/es_PE.js
+share/nextcloud/apps/user_ldap/l10n/es_PE.json
+share/nextcloud/apps/user_ldap/l10n/es_PR.js
+share/nextcloud/apps/user_ldap/l10n/es_PR.json
+share/nextcloud/apps/user_ldap/l10n/es_PY.js
+share/nextcloud/apps/user_ldap/l10n/es_PY.json
+share/nextcloud/apps/user_ldap/l10n/es_SV.js
+share/nextcloud/apps/user_ldap/l10n/es_SV.json
+share/nextcloud/apps/user_ldap/l10n/es_UY.js
+share/nextcloud/apps/user_ldap/l10n/es_UY.json
 share/nextcloud/apps/user_ldap/l10n/et_EE.js
 share/nextcloud/apps/user_ldap/l10n/et_EE.json
 share/nextcloud/apps/user_ldap/l10n/eu.js
@@ -9462,8 +10407,36 @@ share/nextcloud/apps/workflowengine/l10n
 share/nextcloud/apps/workflowengine/l10n/es.json
 share/nextcloud/apps/workflowengine/l10n/es_AR.js
 share/nextcloud/apps/workflowengine/l10n/es_AR.json
+share/nextcloud/apps/workflowengine/l10n/es_CL.js
+share/nextcloud/apps/workflowengine/l10n/es_CL.json
+share/nextcloud/apps/workflowengine/l10n/es_CO.js
+share/nextcloud/apps/workflowengine/l10n/es_CO.json
+share/nextcloud/apps/workflowengine/l10n/es_CR.js
+share/nextcloud/apps/workflowengine/l10n/es_CR.json
+share/nextcloud/apps/workflowengine/l10n/es_DO.js
+share/nextcloud/apps/workflowengine/l10n/es_DO.json
+share/nextcloud/apps/workflowengine/l10n/es_EC.js
+share/nextcloud/apps/workflowengine/l10n/es_EC.json
+share/nextcloud/apps/workflowengine/l10n/es_GT.js
+share/nextcloud/apps/workflowengine/l10n/es_GT.json
+share/nextcloud/apps/workflowengine/l10n/es_HN.js
+share/nextcloud/apps/workflowengine/l10n/es_HN.json
 share/nextcloud/apps/workflowengine/l10n/es_MX.js
 share/nextcloud/apps/workflowengine/l10n/es_MX.json
+share/nextcloud/apps/workflowengine/l10n/es_NI.js
+share/nextcloud/apps/workflowengine/l10n/es_NI.json
+share/nextcloud/apps/workflowengine/l10n/es_PA.js
+share/nextcloud/apps/workflowengine/l10n/es_PA.json
+share/nextcloud/apps/workflowengine/l10n/es_PE.js
+share/nextcloud/apps/workflowengine/l10n/es_PE.json
+share/nextcloud/apps/workflowengine/l10n/es_PR.js
+share/nextcloud/apps/workflowengine/l10n/es_PR.json
+share/nextcloud/apps/workflowengine/l10n/es_PY.js
+share/nextcloud/apps/workflowengine/l10n/es_PY.json
+share/nextcloud/apps/workflowengine/l10n/es_SV.js
+share/nextcloud/apps/workflowengine/l10n/es_SV.json
+share/nextcloud/apps/workflowengine/l10n/es_UY.js
+share/nextcloud/apps/workflowengine/l10n/es_UY.json
 share/nextcloud/apps/workflowengine/l10n/fa.js
 share/nextcloud/apps/workflowengine/l10n/fa.json
 share/nextcloud/apps/workflowengine/l10n/fi.js
@@ -9484,6 +10457,8 @@ share/nextcloud/apps/workflowengine/l10n
 share/nextcloud/apps/workflowengine/l10n/it.json
 share/nextcloud/apps/workflowengine/l10n/ja.js
 share/nextcloud/apps/workflowengine/l10n/ja.json
+share/nextcloud/apps/workflowengine/l10n/ka_GE.js
+share/nextcloud/apps/workflowengine/l10n/ka_GE.json
 share/nextcloud/apps/workflowengine/l10n/ko.js
 share/nextcloud/apps/workflowengine/l10n/ko.json
 share/nextcloud/apps/workflowengine/l10n/lt_LT.js
@@ -9510,6 +10485,8 @@ share/nextcloud/apps/workflowengine/l10n
 share/nextcloud/apps/workflowengine/l10n/sk_SK.json
 share/nextcloud/apps/workflowengine/l10n/sq.js
 share/nextcloud/apps/workflowengine/l10n/sq.json
+share/nextcloud/apps/workflowengine/l10n/sr.js
+share/nextcloud/apps/workflowengine/l10n/sr.json
 share/nextcloud/apps/workflowengine/l10n/sv.js
 share/nextcloud/apps/workflowengine/l10n/sv.json
 share/nextcloud/apps/workflowengine/l10n/tr.js
@@ -9814,8 +10791,6 @@ share/nextcloud/core/doc/admin/_sources/
 share/nextcloud/core/doc/admin/_sources/configuration_files/previews_configuration.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/primary_storage.txt
 share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/index.txt
-share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/mimetype_aliases.txt
-share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/mimetype_mapping.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/activity_configuration.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/automatic_configuration.txt
@@ -9995,8 +10970,6 @@ share/nextcloud/core/doc/admin/configura
 share/nextcloud/core/doc/admin/configuration_files/previews_configuration.html
 share/nextcloud/core/doc/admin/configuration_files/primary_storage.html
 share/nextcloud/core/doc/admin/configuration_mimetypes/index.html
-share/nextcloud/core/doc/admin/configuration_mimetypes/mimetype_aliases.html
-share/nextcloud/core/doc/admin/configuration_mimetypes/mimetype_mapping.html
 share/nextcloud/core/doc/admin/configuration_server/activity_configuration.html
 share/nextcloud/core/doc/admin/configuration_server/antivirus_configuration.html
 share/nextcloud/core/doc/admin/configuration_server/automatic_configuration.html
@@ -10517,8 +11490,6 @@ share/nextcloud/core/js/tests/specs/syst
 share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
 share/nextcloud/core/js/update.js
 share/nextcloud/core/js/visitortimezone.js
-share/nextcloud/core/l10n/ast.js
-share/nextcloud/core/l10n/ast.json
 share/nextcloud/core/l10n/bg.js
 share/nextcloud/core/l10n/bg.json
 share/nextcloud/core/l10n/ca.js
@@ -10539,8 +11510,36 @@ share/nextcloud/core/l10n/es.js
 share/nextcloud/core/l10n/es.json
 share/nextcloud/core/l10n/es_AR.js
 share/nextcloud/core/l10n/es_AR.json
+share/nextcloud/core/l10n/es_CL.js
+share/nextcloud/core/l10n/es_CL.json
+share/nextcloud/core/l10n/es_CO.js
+share/nextcloud/core/l10n/es_CO.json
+share/nextcloud/core/l10n/es_CR.js
+share/nextcloud/core/l10n/es_CR.json
+share/nextcloud/core/l10n/es_DO.js
+share/nextcloud/core/l10n/es_DO.json
+share/nextcloud/core/l10n/es_EC.js
+share/nextcloud/core/l10n/es_EC.json
+share/nextcloud/core/l10n/es_GT.js
+share/nextcloud/core/l10n/es_GT.json
+share/nextcloud/core/l10n/es_HN.js
+share/nextcloud/core/l10n/es_HN.json
 share/nextcloud/core/l10n/es_MX.js
 share/nextcloud/core/l10n/es_MX.json
+share/nextcloud/core/l10n/es_NI.js
+share/nextcloud/core/l10n/es_NI.json
+share/nextcloud/core/l10n/es_PA.js
+share/nextcloud/core/l10n/es_PA.json
+share/nextcloud/core/l10n/es_PE.js
+share/nextcloud/core/l10n/es_PE.json
+share/nextcloud/core/l10n/es_PR.js
+share/nextcloud/core/l10n/es_PR.json
+share/nextcloud/core/l10n/es_PY.js
+share/nextcloud/core/l10n/es_PY.json
+share/nextcloud/core/l10n/es_SV.js
+share/nextcloud/core/l10n/es_SV.json
+share/nextcloud/core/l10n/es_UY.js
+share/nextcloud/core/l10n/es_UY.json
 share/nextcloud/core/l10n/et_EE.js
 share/nextcloud/core/l10n/et_EE.json
 share/nextcloud/core/l10n/eu.js
@@ -10561,6 +11560,8 @@ share/nextcloud/core/l10n/it.js
 share/nextcloud/core/l10n/it.json
 share/nextcloud/core/l10n/ja.js
 share/nextcloud/core/l10n/ja.json
+share/nextcloud/core/l10n/ka_GE.js
+share/nextcloud/core/l10n/ka_GE.json
 share/nextcloud/core/l10n/ko.js
 share/nextcloud/core/l10n/ko.json
 share/nextcloud/core/l10n/lt_LT.js
@@ -10593,6 +11594,8 @@ share/nextcloud/core/l10n/sv.js
 share/nextcloud/core/l10n/sv.json
 share/nextcloud/core/l10n/tr.js
 share/nextcloud/core/l10n/tr.json
+share/nextcloud/core/l10n/uk.js
+share/nextcloud/core/l10n/uk.json
 share/nextcloud/core/l10n/vi.js
 share/nextcloud/core/l10n/vi.json
 share/nextcloud/core/l10n/zh_CN.js
@@ -10751,8 +11754,36 @@ share/nextcloud/lib/l10n/es.js
 share/nextcloud/lib/l10n/es.json
 share/nextcloud/lib/l10n/es_AR.js
 share/nextcloud/lib/l10n/es_AR.json
+share/nextcloud/lib/l10n/es_CL.js
+share/nextcloud/lib/l10n/es_CL.json
+share/nextcloud/lib/l10n/es_CO.js
+share/nextcloud/lib/l10n/es_CO.json
+share/nextcloud/lib/l10n/es_CR.js
+share/nextcloud/lib/l10n/es_CR.json
+share/nextcloud/lib/l10n/es_DO.js
+share/nextcloud/lib/l10n/es_DO.json
+share/nextcloud/lib/l10n/es_EC.js
+share/nextcloud/lib/l10n/es_EC.json
+share/nextcloud/lib/l10n/es_GT.js
+share/nextcloud/lib/l10n/es_GT.json
+share/nextcloud/lib/l10n/es_HN.js
+share/nextcloud/lib/l10n/es_HN.json
 share/nextcloud/lib/l10n/es_MX.js
 share/nextcloud/lib/l10n/es_MX.json
+share/nextcloud/lib/l10n/es_NI.js
+share/nextcloud/lib/l10n/es_NI.json
+share/nextcloud/lib/l10n/es_PA.js
+share/nextcloud/lib/l10n/es_PA.json
+share/nextcloud/lib/l10n/es_PE.js
+share/nextcloud/lib/l10n/es_PE.json
+share/nextcloud/lib/l10n/es_PR.js
+share/nextcloud/lib/l10n/es_PR.json
+share/nextcloud/lib/l10n/es_PY.js
+share/nextcloud/lib/l10n/es_PY.json
+share/nextcloud/lib/l10n/es_SV.js
+share/nextcloud/lib/l10n/es_SV.json
+share/nextcloud/lib/l10n/es_UY.js
+share/nextcloud/lib/l10n/es_UY.json
 share/nextcloud/lib/l10n/fi.js
 share/nextcloud/lib/l10n/fi.json
 share/nextcloud/lib/l10n/fr.js
@@ -10767,6 +11798,8 @@ share/nextcloud/lib/l10n/it.js
 share/nextcloud/lib/l10n/it.json
 share/nextcloud/lib/l10n/ja.js
 share/nextcloud/lib/l10n/ja.json
+share/nextcloud/lib/l10n/ka_GE.js
+share/nextcloud/lib/l10n/ka_GE.json
 share/nextcloud/lib/l10n/ko.js
 share/nextcloud/lib/l10n/ko.json
 share/nextcloud/lib/l10n/lt_LT.js
@@ -11022,6 +12055,7 @@ share/nextcloud/lib/private/Files/Object
 share/nextcloud/lib/private/Files/ObjectStore/ObjectStoreStorage.php
 share/nextcloud/lib/private/Files/ObjectStore/S3.php
 share/nextcloud/lib/private/Files/ObjectStore/S3ConnectionTrait.php
+share/nextcloud/lib/private/Files/ObjectStore/S3ObjectTrait.php
 share/nextcloud/lib/private/Files/ObjectStore/StorageObjectStore.php
 share/nextcloud/lib/private/Files/ObjectStore/Swift.php
 share/nextcloud/lib/private/Files/Search/SearchBinaryOperator.php
@@ -11690,8 +12724,36 @@ share/nextcloud/settings/l10n/es.js
 share/nextcloud/settings/l10n/es.json
 share/nextcloud/settings/l10n/es_AR.js
 share/nextcloud/settings/l10n/es_AR.json
+share/nextcloud/settings/l10n/es_CL.js
+share/nextcloud/settings/l10n/es_CL.json
+share/nextcloud/settings/l10n/es_CO.js
+share/nextcloud/settings/l10n/es_CO.json
+share/nextcloud/settings/l10n/es_CR.js
+share/nextcloud/settings/l10n/es_CR.json
+share/nextcloud/settings/l10n/es_DO.js
+share/nextcloud/settings/l10n/es_DO.json
+share/nextcloud/settings/l10n/es_EC.js
+share/nextcloud/settings/l10n/es_EC.json
+share/nextcloud/settings/l10n/es_GT.js
+share/nextcloud/settings/l10n/es_GT.json
+share/nextcloud/settings/l10n/es_HN.js
+share/nextcloud/settings/l10n/es_HN.json
 share/nextcloud/settings/l10n/es_MX.js
 share/nextcloud/settings/l10n/es_MX.json
+share/nextcloud/settings/l10n/es_NI.js
+share/nextcloud/settings/l10n/es_NI.json
+share/nextcloud/settings/l10n/es_PA.js
+share/nextcloud/settings/l10n/es_PA.json
+share/nextcloud/settings/l10n/es_PE.js
+share/nextcloud/settings/l10n/es_PE.json
+share/nextcloud/settings/l10n/es_PR.js
+share/nextcloud/settings/l10n/es_PR.json
+share/nextcloud/settings/l10n/es_PY.js
+share/nextcloud/settings/l10n/es_PY.json
+share/nextcloud/settings/l10n/es_SV.js
+share/nextcloud/settings/l10n/es_SV.json
+share/nextcloud/settings/l10n/es_UY.js
+share/nextcloud/settings/l10n/es_UY.json
 share/nextcloud/settings/l10n/et_EE.js
 share/nextcloud/settings/l10n/et_EE.json
 share/nextcloud/settings/l10n/eu.js
Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.8 pkgsrc/www/php-nextcloud/distinfo:1.9
--- pkgsrc/www/php-nextcloud/distinfo:1.8       Sun Oct  8 03:54:40 2017
+++ pkgsrc/www/php-nextcloud/distinfo   Wed Jan  3 10:16:54 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/10/08 03:54:40 ryoon Exp $
+$NetBSD: distinfo,v 1.9 2018/01/03 10:16:54 ryoon Exp $
 
-SHA1 (nextcloud-12.0.3.tar.bz2) = eed1353d4b43b420b469254184c6e17ba79b0192
-RMD160 (nextcloud-12.0.3.tar.bz2) = cb2b0fa41535eabe7cdcc2862942045d4a718b0b
-SHA512 (nextcloud-12.0.3.tar.bz2) = 4aae61cb201f3c8b7ba7fa6c2789fb72930b1190ff40ef96494bc2763f268f321b2c2d1ec70c9add8cd45307818ddee39749a5d0a7d0667997980e4b5087c308
-Size (nextcloud-12.0.3.tar.bz2) = 42935218 bytes
+SHA1 (nextcloud-12.0.4.tar.bz2) = e127950ec33b0548fcc3cf8b8893625b75a00c4e
+RMD160 (nextcloud-12.0.4.tar.bz2) = 8de33e3f904ad03972dfcb0f33d2d6d3753efc06
+SHA512 (nextcloud-12.0.4.tar.bz2) = 30426e6998ccc38026ab584fbec2e8e64419dc500a62066fefa8efd29eae94c7d11104e1ecfa6307ac754dbb82d4eaa499c2b38459af6353845ea741b304a4bf
+Size (nextcloud-12.0.4.tar.bz2) = 43583313 bytes



Home | Main Index | Thread Index | Old Index