Wed Jan 3 10:16:54 2018 UTC ()
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)


(ryoon)
diff -r1.9 -r1.10 pkgsrc/www/php-nextcloud/Makefile
diff -r1.8 -r1.9 pkgsrc/www/php-nextcloud/PLIST
diff -r1.8 -r1.9 pkgsrc/www/php-nextcloud/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/www/php-nextcloud/Makefile (expand / switch to unified diff)

--- pkgsrc/www/php-nextcloud/Makefile 2017/10/08 03:54:40 1.9
+++ pkgsrc/www/php-nextcloud/Makefile 2018/01/03 10:16:54 1.10
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2017/10/08 03:54:40 ryoon Exp $ 1# $NetBSD: Makefile,v 1.10 2018/01/03 10:16:54 ryoon Exp $
2# 2#
3 3
4DISTNAME= nextcloud-12.0.3 4DISTNAME= nextcloud-12.0.4
5PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} 5PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= https://download.nextcloud.com/server/releases/ 7MASTER_SITES= https://download.nextcloud.com/server/releases/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= https://nextcloud.com/ 11HOMEPAGE= https://nextcloud.com/
12COMMENT= File sharing web service server 12COMMENT= File sharing web service server
13LICENSE= gnu-agpl-v3 13LICENSE= gnu-agpl-v3
14 14
15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd 15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
16DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.4.0:../../converters/php-iconv 16DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.4.0:../../converters/php-iconv
17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json 17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json

cvs diff -r1.8 -r1.9 pkgsrc/www/php-nextcloud/PLIST (expand / switch to unified diff)

--- pkgsrc/www/php-nextcloud/PLIST 2017/10/08 03:54:40 1.8
+++ pkgsrc/www/php-nextcloud/PLIST 2018/01/03 10:16:54 1.9
@@ -1,21 +1,657 @@ @@ -1,21 +1,657 @@
1@comment $NetBSD: PLIST,v 1.8 2017/10/08 03:54:40 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.9 2018/01/03 10:16:54 ryoon Exp $
2share/nextcloud/.htaccess 2share/nextcloud/.htaccess
3share/nextcloud/.user.ini 3share/nextcloud/.user.ini
4share/nextcloud/3rdparty/.drone.yml 4share/nextcloud/3rdparty/.drone.yml
5share/nextcloud/3rdparty/.gitignore 5share/nextcloud/3rdparty/.gitignore
6share/nextcloud/3rdparty/LICENSE INFO 6share/nextcloud/3rdparty/LICENSE INFO
7share/nextcloud/3rdparty/README.md 7share/nextcloud/3rdparty/README.md
8share/nextcloud/3rdparty/autoload.php 8share/nextcloud/3rdparty/autoload.php
 9share/nextcloud/3rdparty/aws/aws-sdk-php/LICENSE.md
 10share/nextcloud/3rdparty/aws/aws-sdk-php/NOTICE.md
 11share/nextcloud/3rdparty/aws/aws-sdk-php/codecov.yml
 12share/nextcloud/3rdparty/aws/aws-sdk-php/composer.json
 13share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/AcmClient.php
 14share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/Exception/AcmException.php
 15share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/AbstractModel.php
 16share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ApiProvider.php
 17share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DateTimeResult.php
 18share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DocModel.php
 19share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php
 20share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php
 21share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php
 22share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php
 23share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ListShape.php
 24share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/MapShape.php
 25share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Operation.php
 26share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php
 27share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php
 28share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php
 29share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php
 30share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonParser.php
 31share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php
 32share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php
 33share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/QueryParser.php
 34share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php
 35share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php
 36share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/XmlParser.php
 37share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php
 38share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php
 39share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php
 40share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php
 41share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php
 42share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php
 43share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php
 44share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php
 45share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php
 46share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Service.php
 47share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Shape.php
 48share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ShapeMap.php
 49share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/StructureShape.php
 50share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/TimestampShape.php
 51share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Validator.php
 52share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php
 53share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php
 54share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php
 55share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php
 56share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php
 57share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php
 58share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
 59share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php
 60share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/AthenaClient.php
 61share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php
 62share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php
 63share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php
 64share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClient.php
 65share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientInterface.php
 66share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientTrait.php
 67share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/BatchClient.php
 68share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/Exception/BatchException.php
 69share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/BudgetsClient.php
 70share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php
 71share/nextcloud/3rdparty/aws/aws-sdk-php/src/CacheInterface.php
 72share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientResolver.php
 73share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php
 74share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php
 75share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php
 76share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php
 77share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php
 78share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CookieSigner.php
 79share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php
 80share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Signer.php
 81share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/UrlSigner.php
 82share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php
 83share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php
 84share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php
 85share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php
 86share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php
 87share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php
 88share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php
 89share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php
 90share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php
 91share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php
 92share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php
 93share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php
 94share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php
 95share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php
 96share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php
 97share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php
 98share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php
 99share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php
 100share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php
 101share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php
 102share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php
 103share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php
 104share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php
 105share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php
 106share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php
 107share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php
 108share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php
 109share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php
 110share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php
 111share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php
 112share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php
 113share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php
 114share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php
 115share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php
 116share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php
 117share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php
 118share/nextcloud/3rdparty/aws/aws-sdk-php/src/Command.php
 119share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandInterface.php
 120share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandPool.php
 121share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php
 122share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php
 123share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php
 124share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php
 125share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php
 126share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialProvider.php
 127share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/Credentials.php
 128share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php
 129share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php
 130share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/InstanceProfileProvider.php
 131share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/DAXClient.php
 132share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/Exception/DAXException.php
 133share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php
 134share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php
 135share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php
 136share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php
 137share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php
 138share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php
 139share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php
 140share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php
 141share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php
 142share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php
 143share/nextcloud/3rdparty/aws/aws-sdk-php/src/DoctrineCacheAdapter.php
 144share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php
 145share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php
 146share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php
 147share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php
 148share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Marshaler.php
 149share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/NumberValue.php
 150share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php
 151share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php
 152share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SetValue.php
 153share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php
 154share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php
 155share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php
 156share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php
 157share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Ec2Client.php
 158share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php
 159share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/EcrClient.php
 160share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php
 161share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecs/EcsClient.php
 162share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php
 163share/nextcloud/3rdparty/aws/aws-sdk-php/src/Efs/EfsClient.php
 164share/nextcloud/3rdparty/aws/aws-sdk-php/src/Efs/Exception/EfsException.php
 165share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php
 166share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php
 167share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php
 168share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php
 169share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php
 170share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php
 171share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php
 172share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php
 173share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php
 174share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php
 175share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php
 176share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php
 177share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/EmrClient.php
 178share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/Exception/EmrException.php
 179share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php
 180share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/Partition.php
 181share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php
 182share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php
 183share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php
 184share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/AwsException.php
 185share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php
 186share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CredentialsException.php
 187share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/MultipartUploadException.php
 188share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php
 189share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php
 190share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php
 191share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php
 192share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/FirehoseClient.php
 193share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php
 194share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/GameLiftClient.php
 195share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php
 196share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/GlacierClient.php
 197share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/MultipartUploader.php
 198share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/TreeHash.php
 199share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/Exception/GlueException.php
 200share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/GlueClient.php
 201share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php
 202share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php
 203share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php
 204share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php
 205share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php
 206share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php
 207share/nextcloud/3rdparty/aws/aws-sdk-php/src/HandlerList.php
 208share/nextcloud/3rdparty/aws/aws-sdk-php/src/HasDataTrait.php
 209share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashInterface.php
 210share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashingStream.php
 211share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/Exception/HealthException.php
 212share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/HealthClient.php
 213share/nextcloud/3rdparty/aws/aws-sdk-php/src/History.php
 214share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/Exception/IamException.php
 215share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/IamClient.php
 216share/nextcloud/3rdparty/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php
 217share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php
 218share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php
 219share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php
 220share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/InspectorClient.php
 221share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/Exception/IotException.php
 222share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/IotClient.php
 223share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php
 224share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php
 225share/nextcloud/3rdparty/aws/aws-sdk-php/src/JsonCompiler.php
 226share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php
 227share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/KinesisClient.php
 228share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php
 229share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php
 230share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/Exception/KmsException.php
 231share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/KmsClient.php
 232share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php
 233share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/LambdaClient.php
 234share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php
 235share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php
 236share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php
 237share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php
 238share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php
 239share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/LightsailClient.php
 240share/nextcloud/3rdparty/aws/aws-sdk-php/src/LruArrayCache.php
 241share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php
 242share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/MTurkClient.php
 243share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php
 244share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php
 245share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php
 246share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php
 247share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php
 248share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php
 249share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php
 250share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php
 251share/nextcloud/3rdparty/aws/aws-sdk-php/src/Middleware.php
 252share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php
 253share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php
 254share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
 255share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/MobileClient.php
 256share/nextcloud/3rdparty/aws/aws-sdk-php/src/MockHandler.php
 257share/nextcloud/3rdparty/aws/aws-sdk-php/src/MultiRegionClient.php
 258share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php
 259share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploader.php
 260share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/UploadState.php
 261share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php
 262share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php
 263share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php
 264share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php
 265share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php
 266share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php
 267share/nextcloud/3rdparty/aws/aws-sdk-php/src/PhpHash.php
 268share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php
 269share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php
 270share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/Exception/PollyException.php
 271share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/PollyClient.php
 272share/nextcloud/3rdparty/aws/aws-sdk-php/src/PresignUrlMiddleware.php
 273share/nextcloud/3rdparty/aws/aws-sdk-php/src/PsrCacheAdapter.php
 274share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php
 275share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/Exception/RdsException.php
 276share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/RdsClient.php
 277share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php
 278share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/RedshiftClient.php
 279share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php
 280share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php
 281share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php
 282share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php
 283share/nextcloud/3rdparty/aws/aws-sdk-php/src/Result.php
 284share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultInterface.php
 285share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultPaginator.php
 286share/nextcloud/3rdparty/aws/aws-sdk-php/src/RetryMiddleware.php
 287share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php
 288share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Route53Client.php
 289share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php
 290share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php
 291share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php
 292share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php
 293share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BatchDelete.php
 294share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php
 295share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php
 296share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php
 297share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3Exception.php
 298share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php
 299share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php
 300share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartCopy.php
 301share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartUploader.php
 302share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php
 303share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ObjectCopier.php
 304share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ObjectUploader.php
 305share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php
 306share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObject.php
 307share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObjectV4.php
 308share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php
 309share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php
 310share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3Client.php
 311share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3ClientInterface.php
 312share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3ClientTrait.php
 313share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php
 314share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php
 315share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3UriParser.php
 316share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/SSECMiddleware.php
 317share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/StreamWrapper.php
 318share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Transfer.php
 319share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sdk.php
 320share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php
 321share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php
 322share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/Exception/SesException.php
 323share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/SesClient.php
 324share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php
 325share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/SfnClient.php
 326share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php
 327share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/ShieldClient.php
 328share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/AnonymousSignature.php
 329share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/S3SignatureV4.php
 330share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureInterface.php
 331share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureProvider.php
 332share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureTrait.php
 333share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureV4.php
 334share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sms/Exception/SmsException.php
 335share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sms/SmsClient.php
 336share/nextcloud/3rdparty/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php
 337share/nextcloud/3rdparty/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php
 338share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sns/Exception/SnsException.php
 339share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sns/SnsClient.php
 340share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php
 341share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php
 342share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php
 343share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/SsmClient.php
 344share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php
 345share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php
 346share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/Exception/StsException.php
 347share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/StsClient.php
 348share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/Exception/SupportException.php
 349share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/SupportClient.php
 350share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/Exception/SwfException.php
 351share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/SwfClient.php
 352share/nextcloud/3rdparty/aws/aws-sdk-php/src/TraceMiddleware.php
 353share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/Exception/WafException.php
 354share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/WafClient.php
 355share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php
 356share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php
 357share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waiter.php
 358share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php
 359share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php
 360share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php
 361share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php
 362share/nextcloud/3rdparty/aws/aws-sdk-php/src/WrappedHttpHandler.php
 363share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/Exception/XRayException.php
 364share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/XRayClient.php
 365share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php
 366share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php
 367share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php
 368share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/paginators-1.json.php
 369share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php
 370share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php
 371share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php
 372share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php
 373share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php
 374share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php
 375share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php
 376share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php
 377share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php
 378share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php
 379share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php
 380share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php
 381share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php
 382share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php
 383share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php
 384share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/paginators-1.json.php
 385share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/api-2.json.php
 386share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/paginators-1.json.php
 387share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php
 388share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php
 389share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php
 390share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php
 391share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php
 392share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/paginators-1.json.php
 393share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/waiters-2.json.php
 394share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/api-2.json.php
 395share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/paginators-1.json.php
 396share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/waiters-2.json.php
 397share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/api-2.json.php
 398share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/paginators-1.json.php
 399share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/waiters-2.json.php
 400share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/api-2.json.php
 401share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/paginators-1.json.php
 402share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-1.json.php
 403share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php
 404share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/api-2.json.php
 405share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/paginators-1.json.php
 406share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-1.json.php
 407share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-2.json.php
 408share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php
 409share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php
 410share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php
 411share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php
 412share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php
 413share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php
 414share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php
 415share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php
 416share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php
 417share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php
 418share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php
 419share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php
 420share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php
 421share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php
 422share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php
 423share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php
 424share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php
 425share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php
 426share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php
 427share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php
 428share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php
 429share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php
 430share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php
 431share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php
 432share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php
 433share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php
 434share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php
 435share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php
 436share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php
 437share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php
 438share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php
 439share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php
 440share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php
 441share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/api-2.json.php
 442share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php
 443share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php
 444share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php
 445share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php
 446share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php
 447share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php
 448share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php
 449share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php
 450share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php
 451share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/api-2.json.php
 452share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/paginators-1.json.php
 453share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/api-2.json.php
 454share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php
 455share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php
 456share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php
 457share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php
 458share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php
 459share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php
 460share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php
 461share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php
 462share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php
 463share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php
 464share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php
 465share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php
 466share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php
 467share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php
 468share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php
 469share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/api-2.json.php
 470share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php
 471share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php
 472share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php
 473share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php
 474share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php
 475share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php
 476share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php
 477share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php
 478share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php
 479share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php
 480share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php
 481share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php
 482share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php
 483share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php
 484share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/api-2.json.php
 485share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/paginators-1.json.php
 486share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php
 487share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php
 488share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php
 489share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php
 490share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php
 491share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/waiters-2.json.php
 492share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/api-2.json.php
 493share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/paginators-1.json.php
 494share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php
 495share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php
 496share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/api-2.json.php
 497share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php
 498share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php
 499share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php
 500share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php
 501share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php
 502share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php
 503share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php
 504share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php
 505share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php
 506share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php
 507share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php
 508share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php
 509share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php
 510share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php
 511share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php
 512share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php
 513share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/endpoints.json.php
 514share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/api-2.json.php
 515share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php
 516share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/api-2.json.php
 517share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/paginators-1.json.php
 518share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/api-2.json.php
 519share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php
 520share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php
 521share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php
 522share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php
 523share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php
 524share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php
 525share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php
 526share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php
 527share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php
 528share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php
 529share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php
 530share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php
 531share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php
 532share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php
 533share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php
 534share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php
 535share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php
 536share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php
 537share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php
 538share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php
 539share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php
 540share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php
 541share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php
 542share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php
 543share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php
 544share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php
 545share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php
 546share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php
 547share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php
 548share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php
 549share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php
 550share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php
 551share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php
 552share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php
 553share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php
 554share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php
 555share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php
 556share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php
 557share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php
 558share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php
 559share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php
 560share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/manifest.json.php
 561share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php
 562share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php
 563share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php
 564share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php
 565share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php
 566share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
 567share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
 568share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php
 569share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php
 570share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php
 571share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php
 572share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php
 573share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php
 574share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php
 575share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php
 576share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php
 577share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php
 578share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php
 579share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php
 580share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php
 581share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php
 582share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php
 583share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php
 584share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php
 585share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php
 586share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php
 587share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php
 588share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php
 589share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php
 590share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php
 591share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php
 592share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php
 593share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php
 594share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php
 595share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php
 596share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php
 597share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php
 598share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php
 599share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php
 600share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php
 601share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php
 602share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php
 603share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php
 604share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php
 605share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php
 606share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php
 607share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php
 608share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php
 609share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php
 610share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php
 611share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php
 612share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php
 613share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php
 614share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php
 615share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php
 616share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php
 617share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php
 618share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php
 619share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php
 620share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php
 621share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php
 622share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php
 623share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php
 624share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php
 625share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php
 626share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php
 627share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php
 628share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php
 629share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php
 630share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php
 631share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php
 632share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php
 633share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php
 634share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php
 635share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php
 636share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php
 637share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php
 638share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php
 639share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php
 640share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php
 641share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php
 642share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php
 643share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php
 644share/nextcloud/3rdparty/aws/aws-sdk-php/src/functions.php
9share/nextcloud/3rdparty/bantu/ini-get-wrapper/.gitignore 645share/nextcloud/3rdparty/bantu/ini-get-wrapper/.gitignore
10share/nextcloud/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml 646share/nextcloud/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml
11share/nextcloud/3rdparty/bantu/ini-get-wrapper/LICENSE 647share/nextcloud/3rdparty/bantu/ini-get-wrapper/LICENSE
12share/nextcloud/3rdparty/bantu/ini-get-wrapper/README.md 648share/nextcloud/3rdparty/bantu/ini-get-wrapper/README.md
13share/nextcloud/3rdparty/bantu/ini-get-wrapper/composer.json 649share/nextcloud/3rdparty/bantu/ini-get-wrapper/composer.json
14share/nextcloud/3rdparty/bantu/ini-get-wrapper/phpunit.xml.dist 650share/nextcloud/3rdparty/bantu/ini-get-wrapper/phpunit.xml.dist
15share/nextcloud/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php 651share/nextcloud/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php
16share/nextcloud/3rdparty/composer.json 652share/nextcloud/3rdparty/composer.json
17share/nextcloud/3rdparty/composer.lock 653share/nextcloud/3rdparty/composer.lock
18share/nextcloud/3rdparty/composer/ClassLoader.php 654share/nextcloud/3rdparty/composer/ClassLoader.php
19share/nextcloud/3rdparty/composer/LICENSE 655share/nextcloud/3rdparty/composer/LICENSE
20share/nextcloud/3rdparty/composer/autoload_classmap.php 656share/nextcloud/3rdparty/composer/autoload_classmap.php
21share/nextcloud/3rdparty/composer/autoload_files.php 657share/nextcloud/3rdparty/composer/autoload_files.php
@@ -952,26 +1588,73 @@ share/nextcloud/3rdparty/guzzlehttp/guzz @@ -952,26 +1588,73 @@ share/nextcloud/3rdparty/guzzlehttp/guzz
952share/nextcloud/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php 1588share/nextcloud/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php
953share/nextcloud/3rdparty/guzzlehttp/guzzle/src/RingBridge.php 1589share/nextcloud/3rdparty/guzzlehttp/guzzle/src/RingBridge.php
954share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Cookie.php 1590share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Cookie.php
955share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/History.php 1591share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/History.php
956share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/HttpError.php 1592share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/HttpError.php
957share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Mock.php 1593share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Mock.php
958share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Prepare.php 1594share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Prepare.php
959share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Redirect.php 1595share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Redirect.php
960share/nextcloud/3rdparty/guzzlehttp/guzzle/src/ToArrayInterface.php 1596share/nextcloud/3rdparty/guzzlehttp/guzzle/src/ToArrayInterface.php
961share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Transaction.php 1597share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Transaction.php
962share/nextcloud/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php 1598share/nextcloud/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php
963share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Url.php 1599share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Url.php
964share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Utils.php 1600share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Utils.php
 1601share/nextcloud/3rdparty/guzzlehttp/promises/CHANGELOG.md
 1602share/nextcloud/3rdparty/guzzlehttp/promises/LICENSE
 1603share/nextcloud/3rdparty/guzzlehttp/promises/Makefile
 1604share/nextcloud/3rdparty/guzzlehttp/promises/README.md
 1605share/nextcloud/3rdparty/guzzlehttp/promises/composer.json
 1606share/nextcloud/3rdparty/guzzlehttp/promises/src/AggregateException.php
 1607share/nextcloud/3rdparty/guzzlehttp/promises/src/CancellationException.php
 1608share/nextcloud/3rdparty/guzzlehttp/promises/src/Coroutine.php
 1609share/nextcloud/3rdparty/guzzlehttp/promises/src/EachPromise.php
 1610share/nextcloud/3rdparty/guzzlehttp/promises/src/FulfilledPromise.php
 1611share/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php
 1612share/nextcloud/3rdparty/guzzlehttp/promises/src/PromiseInterface.php
 1613share/nextcloud/3rdparty/guzzlehttp/promises/src/PromisorInterface.php
 1614share/nextcloud/3rdparty/guzzlehttp/promises/src/RejectedPromise.php
 1615share/nextcloud/3rdparty/guzzlehttp/promises/src/RejectionException.php
 1616share/nextcloud/3rdparty/guzzlehttp/promises/src/TaskQueue.php
 1617share/nextcloud/3rdparty/guzzlehttp/promises/src/TaskQueueInterface.php
 1618share/nextcloud/3rdparty/guzzlehttp/promises/src/functions.php
 1619share/nextcloud/3rdparty/guzzlehttp/promises/src/functions_include.php
 1620share/nextcloud/3rdparty/guzzlehttp/psr7/CHANGELOG.md
 1621share/nextcloud/3rdparty/guzzlehttp/psr7/LICENSE
 1622share/nextcloud/3rdparty/guzzlehttp/psr7/README.md
 1623share/nextcloud/3rdparty/guzzlehttp/psr7/composer.json
 1624share/nextcloud/3rdparty/guzzlehttp/psr7/src/AppendStream.php
 1625share/nextcloud/3rdparty/guzzlehttp/psr7/src/BufferStream.php
 1626share/nextcloud/3rdparty/guzzlehttp/psr7/src/CachingStream.php
 1627share/nextcloud/3rdparty/guzzlehttp/psr7/src/DroppingStream.php
 1628share/nextcloud/3rdparty/guzzlehttp/psr7/src/FnStream.php
 1629share/nextcloud/3rdparty/guzzlehttp/psr7/src/InflateStream.php
 1630share/nextcloud/3rdparty/guzzlehttp/psr7/src/LazyOpenStream.php
 1631share/nextcloud/3rdparty/guzzlehttp/psr7/src/LimitStream.php
 1632share/nextcloud/3rdparty/guzzlehttp/psr7/src/MessageTrait.php
 1633share/nextcloud/3rdparty/guzzlehttp/psr7/src/MultipartStream.php
 1634share/nextcloud/3rdparty/guzzlehttp/psr7/src/NoSeekStream.php
 1635share/nextcloud/3rdparty/guzzlehttp/psr7/src/PumpStream.php
 1636share/nextcloud/3rdparty/guzzlehttp/psr7/src/Request.php
 1637share/nextcloud/3rdparty/guzzlehttp/psr7/src/Response.php
 1638share/nextcloud/3rdparty/guzzlehttp/psr7/src/ServerRequest.php
 1639share/nextcloud/3rdparty/guzzlehttp/psr7/src/Stream.php
 1640share/nextcloud/3rdparty/guzzlehttp/psr7/src/StreamDecoratorTrait.php
 1641share/nextcloud/3rdparty/guzzlehttp/psr7/src/StreamWrapper.php
 1642share/nextcloud/3rdparty/guzzlehttp/psr7/src/UploadedFile.php
 1643share/nextcloud/3rdparty/guzzlehttp/psr7/src/Uri.php
 1644share/nextcloud/3rdparty/guzzlehttp/psr7/src/UriNormalizer.php
 1645share/nextcloud/3rdparty/guzzlehttp/psr7/src/UriResolver.php
 1646share/nextcloud/3rdparty/guzzlehttp/psr7/src/functions.php
 1647share/nextcloud/3rdparty/guzzlehttp/psr7/src/functions_include.php
965share/nextcloud/3rdparty/guzzlehttp/ringphp/LICENSE 1648share/nextcloud/3rdparty/guzzlehttp/ringphp/LICENSE
966share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php 1649share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php
967share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php 1650share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php
968share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlHandler.php 1651share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlHandler.php
969share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php 1652share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
970share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/Middleware.php 1653share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/Middleware.php
971share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/MockHandler.php 1654share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/MockHandler.php
972share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/StreamHandler.php 1655share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/StreamHandler.php
973share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Core.php 1656share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Core.php
974share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledException.php 1657share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledException.php
975share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php 1658share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php
976share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/ConnectException.php 1659share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/ConnectException.php
977share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/RingException.php 1660share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/RingException.php
@@ -1145,26 +1828,45 @@ share/nextcloud/3rdparty/mcnetic/zipstre @@ -1145,26 +1828,45 @@ share/nextcloud/3rdparty/mcnetic/zipstre
1145share/nextcloud/3rdparty/mcnetic/zipstreamer/MANUAL.md 1828share/nextcloud/3rdparty/mcnetic/zipstreamer/MANUAL.md
1146share/nextcloud/3rdparty/mcnetic/zipstreamer/README.md 1829share/nextcloud/3rdparty/mcnetic/zipstreamer/README.md
1147share/nextcloud/3rdparty/mcnetic/zipstreamer/composer.json 1830share/nextcloud/3rdparty/mcnetic/zipstreamer/composer.json
1148share/nextcloud/3rdparty/mcnetic/zipstreamer/src/ZipStreamer.php 1831share/nextcloud/3rdparty/mcnetic/zipstreamer/src/ZipStreamer.php
1149share/nextcloud/3rdparty/mcnetic/zipstreamer/src/lib/Count64.php 1832share/nextcloud/3rdparty/mcnetic/zipstreamer/src/lib/Count64.php
1150share/nextcloud/3rdparty/mikemccabe/json-patch-php/.gitignore 1833share/nextcloud/3rdparty/mikemccabe/json-patch-php/.gitignore
1151share/nextcloud/3rdparty/mikemccabe/json-patch-php/.gitmodules 1834share/nextcloud/3rdparty/mikemccabe/json-patch-php/.gitmodules
1152share/nextcloud/3rdparty/mikemccabe/json-patch-php/README.md 1835share/nextcloud/3rdparty/mikemccabe/json-patch-php/README.md
1153share/nextcloud/3rdparty/mikemccabe/json-patch-php/composer.json 1836share/nextcloud/3rdparty/mikemccabe/json-patch-php/composer.json
1154share/nextcloud/3rdparty/mikemccabe/json-patch-php/local_tests.json 1837share/nextcloud/3rdparty/mikemccabe/json-patch-php/local_tests.json
1155share/nextcloud/3rdparty/mikemccabe/json-patch-php/run_tests.php 1838share/nextcloud/3rdparty/mikemccabe/json-patch-php/run_tests.php
1156share/nextcloud/3rdparty/mikemccabe/json-patch-php/simplexml_tests.json 1839share/nextcloud/3rdparty/mikemccabe/json-patch-php/simplexml_tests.json
1157share/nextcloud/3rdparty/mikemccabe/json-patch-php/src/JsonPatch.php 1840share/nextcloud/3rdparty/mikemccabe/json-patch-php/src/JsonPatch.php
 1841share/nextcloud/3rdparty/mtdowling/jmespath.php/.gitignore
 1842share/nextcloud/3rdparty/mtdowling/jmespath.php/CHANGELOG.md
 1843share/nextcloud/3rdparty/mtdowling/jmespath.php/LICENSE
 1844share/nextcloud/3rdparty/mtdowling/jmespath.php/Makefile
 1845share/nextcloud/3rdparty/mtdowling/jmespath.php/README.rst
 1846share/nextcloud/3rdparty/mtdowling/jmespath.php/composer.json
 1847share/nextcloud/3rdparty/mtdowling/jmespath.php/phpunit.xml.dist
 1848share/nextcloud/3rdparty/mtdowling/jmespath.php/src/AstRuntime.php
 1849share/nextcloud/3rdparty/mtdowling/jmespath.php/src/CompilerRuntime.php
 1850share/nextcloud/3rdparty/mtdowling/jmespath.php/src/DebugRuntime.php
 1851share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Env.php
 1852share/nextcloud/3rdparty/mtdowling/jmespath.php/src/FnDispatcher.php
 1853share/nextcloud/3rdparty/mtdowling/jmespath.php/src/JmesPath.php
 1854share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Lexer.php
 1855share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Parser.php
 1856share/nextcloud/3rdparty/mtdowling/jmespath.php/src/SyntaxErrorException.php
 1857share/nextcloud/3rdparty/mtdowling/jmespath.php/src/TreeCompiler.php
 1858share/nextcloud/3rdparty/mtdowling/jmespath.php/src/TreeInterpreter.php
 1859share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Utils.php
1158share/nextcloud/3rdparty/natxet/CssMin/README 1860share/nextcloud/3rdparty/natxet/CssMin/README
1159share/nextcloud/3rdparty/natxet/CssMin/composer.json 1861share/nextcloud/3rdparty/natxet/CssMin/composer.json
1160share/nextcloud/3rdparty/natxet/CssMin/src/CssMin.php 1862share/nextcloud/3rdparty/natxet/CssMin/src/CssMin.php
1161share/nextcloud/3rdparty/nikic/php-parser/LICENSE 1863share/nextcloud/3rdparty/nikic/php-parser/LICENSE
1162share/nextcloud/3rdparty/nikic/php-parser/grammar/README.md 1864share/nextcloud/3rdparty/nikic/php-parser/grammar/README.md
1163share/nextcloud/3rdparty/nikic/php-parser/grammar/kmyacc.php.parser 1865share/nextcloud/3rdparty/nikic/php-parser/grammar/kmyacc.php.parser
1164share/nextcloud/3rdparty/nikic/php-parser/grammar/zend_language_parser.phpy 1866share/nextcloud/3rdparty/nikic/php-parser/grammar/zend_language_parser.phpy
1165share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Autoloader.php 1867share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Autoloader.php
1166share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder.php 1868share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder.php
1167share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Class_.php 1869share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Class_.php
1168share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Declaration.php 1870share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Declaration.php
1169share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php 1871share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php
1170share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Function_.php 1872share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Function_.php
@@ -1531,26 +2233,37 @@ share/nextcloud/3rdparty/phpseclib/phpse @@ -1531,26 +2233,37 @@ share/nextcloud/3rdparty/phpseclib/phpse
1531share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/X509.php 2233share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/X509.php
1532share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger.php 2234share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
1533share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SCP.php 2235share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SCP.php
1534share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP.php 2236share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP.php
1535share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php 2237share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
1536share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH1.php 2238share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH1.php
1537share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH2.php 2239share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH2.php
1538share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php 2240share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
1539share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php 2241share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
1540share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/bootstrap.php 2242share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/bootstrap.php
1541share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf 2243share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf
1542share/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php 2244share/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php
1543share/nextcloud/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php 2245share/nextcloud/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php
 2246share/nextcloud/3rdparty/psr/http-message/CHANGELOG.md
 2247share/nextcloud/3rdparty/psr/http-message/LICENSE
 2248share/nextcloud/3rdparty/psr/http-message/README.md
 2249share/nextcloud/3rdparty/psr/http-message/composer.json
 2250share/nextcloud/3rdparty/psr/http-message/src/MessageInterface.php
 2251share/nextcloud/3rdparty/psr/http-message/src/RequestInterface.php
 2252share/nextcloud/3rdparty/psr/http-message/src/ResponseInterface.php
 2253share/nextcloud/3rdparty/psr/http-message/src/ServerRequestInterface.php
 2254share/nextcloud/3rdparty/psr/http-message/src/StreamInterface.php
 2255share/nextcloud/3rdparty/psr/http-message/src/UploadedFileInterface.php
 2256share/nextcloud/3rdparty/psr/http-message/src/UriInterface.php
1544share/nextcloud/3rdparty/psr/log/LICENSE 2257share/nextcloud/3rdparty/psr/log/LICENSE
1545share/nextcloud/3rdparty/psr/log/Psr/Log/AbstractLogger.php 2258share/nextcloud/3rdparty/psr/log/Psr/Log/AbstractLogger.php
1546share/nextcloud/3rdparty/psr/log/Psr/Log/InvalidArgumentException.php 2259share/nextcloud/3rdparty/psr/log/Psr/Log/InvalidArgumentException.php
1547share/nextcloud/3rdparty/psr/log/Psr/Log/LogLevel.php 2260share/nextcloud/3rdparty/psr/log/Psr/Log/LogLevel.php
1548share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerAwareInterface.php 2261share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerAwareInterface.php
1549share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerAwareTrait.php 2262share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerAwareTrait.php
1550share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerInterface.php 2263share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerInterface.php
1551share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerTrait.php 2264share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerTrait.php
1552share/nextcloud/3rdparty/psr/log/Psr/Log/NullLogger.php 2265share/nextcloud/3rdparty/psr/log/Psr/Log/NullLogger.php
1553share/nextcloud/3rdparty/psr/log/Psr/Log/Test/LoggerInterfaceTest.php 2266share/nextcloud/3rdparty/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
1554share/nextcloud/3rdparty/psr/log/composer.json 2267share/nextcloud/3rdparty/psr/log/composer.json
1555share/nextcloud/3rdparty/punic/punic/LICENSE.txt 2268share/nextcloud/3rdparty/punic/punic/LICENSE.txt
1556share/nextcloud/3rdparty/punic/punic/README.md 2269share/nextcloud/3rdparty/punic/punic/README.md
@@ -3271,28 +3984,54 @@ share/nextcloud/apps/activity/l10n/el.js @@ -3271,28 +3984,54 @@ share/nextcloud/apps/activity/l10n/el.js
3271share/nextcloud/apps/activity/l10n/el.json 3984share/nextcloud/apps/activity/l10n/el.json
3272share/nextcloud/apps/activity/l10n/en_GB.js 3985share/nextcloud/apps/activity/l10n/en_GB.js
3273share/nextcloud/apps/activity/l10n/en_GB.json 3986share/nextcloud/apps/activity/l10n/en_GB.json
3274share/nextcloud/apps/activity/l10n/eo.js 3987share/nextcloud/apps/activity/l10n/eo.js
3275share/nextcloud/apps/activity/l10n/eo.json 3988share/nextcloud/apps/activity/l10n/eo.json
3276share/nextcloud/apps/activity/l10n/es.js 3989share/nextcloud/apps/activity/l10n/es.js
3277share/nextcloud/apps/activity/l10n/es.json 3990share/nextcloud/apps/activity/l10n/es.json
3278share/nextcloud/apps/activity/l10n/es_419.js 3991share/nextcloud/apps/activity/l10n/es_419.js
3279share/nextcloud/apps/activity/l10n/es_419.json 3992share/nextcloud/apps/activity/l10n/es_419.json
3280share/nextcloud/apps/activity/l10n/es_AR.js 3993share/nextcloud/apps/activity/l10n/es_AR.js
3281share/nextcloud/apps/activity/l10n/es_AR.json 3994share/nextcloud/apps/activity/l10n/es_AR.json
3282share/nextcloud/apps/activity/l10n/es_CL.js 3995share/nextcloud/apps/activity/l10n/es_CL.js
3283share/nextcloud/apps/activity/l10n/es_CL.json 3996share/nextcloud/apps/activity/l10n/es_CL.json
 3997share/nextcloud/apps/activity/l10n/es_CO.js
 3998share/nextcloud/apps/activity/l10n/es_CO.json
 3999share/nextcloud/apps/activity/l10n/es_CR.js
 4000share/nextcloud/apps/activity/l10n/es_CR.json
 4001share/nextcloud/apps/activity/l10n/es_DO.js
 4002share/nextcloud/apps/activity/l10n/es_DO.json
 4003share/nextcloud/apps/activity/l10n/es_EC.js
 4004share/nextcloud/apps/activity/l10n/es_EC.json
 4005share/nextcloud/apps/activity/l10n/es_GT.js
 4006share/nextcloud/apps/activity/l10n/es_GT.json
 4007share/nextcloud/apps/activity/l10n/es_HN.js
 4008share/nextcloud/apps/activity/l10n/es_HN.json
3284share/nextcloud/apps/activity/l10n/es_MX.js 4009share/nextcloud/apps/activity/l10n/es_MX.js
3285share/nextcloud/apps/activity/l10n/es_MX.json 4010share/nextcloud/apps/activity/l10n/es_MX.json
 4011share/nextcloud/apps/activity/l10n/es_NI.js
 4012share/nextcloud/apps/activity/l10n/es_NI.json
 4013share/nextcloud/apps/activity/l10n/es_PA.js
 4014share/nextcloud/apps/activity/l10n/es_PA.json
 4015share/nextcloud/apps/activity/l10n/es_PE.js
 4016share/nextcloud/apps/activity/l10n/es_PE.json
 4017share/nextcloud/apps/activity/l10n/es_PR.js
 4018share/nextcloud/apps/activity/l10n/es_PR.json
 4019share/nextcloud/apps/activity/l10n/es_PY.js
 4020share/nextcloud/apps/activity/l10n/es_PY.json
 4021share/nextcloud/apps/activity/l10n/es_SV.js
 4022share/nextcloud/apps/activity/l10n/es_SV.json
 4023share/nextcloud/apps/activity/l10n/es_UY.js
 4024share/nextcloud/apps/activity/l10n/es_UY.json
3286share/nextcloud/apps/activity/l10n/et_EE.js 4025share/nextcloud/apps/activity/l10n/et_EE.js
3287share/nextcloud/apps/activity/l10n/et_EE.json 4026share/nextcloud/apps/activity/l10n/et_EE.json
3288share/nextcloud/apps/activity/l10n/eu.js 4027share/nextcloud/apps/activity/l10n/eu.js
3289share/nextcloud/apps/activity/l10n/eu.json 4028share/nextcloud/apps/activity/l10n/eu.json
3290share/nextcloud/apps/activity/l10n/fa.js 4029share/nextcloud/apps/activity/l10n/fa.js
3291share/nextcloud/apps/activity/l10n/fa.json 4030share/nextcloud/apps/activity/l10n/fa.json
3292share/nextcloud/apps/activity/l10n/fi.js 4031share/nextcloud/apps/activity/l10n/fi.js
3293share/nextcloud/apps/activity/l10n/fi.json 4032share/nextcloud/apps/activity/l10n/fi.json
3294share/nextcloud/apps/activity/l10n/fr.js 4033share/nextcloud/apps/activity/l10n/fr.js
3295share/nextcloud/apps/activity/l10n/fr.json 4034share/nextcloud/apps/activity/l10n/fr.json
3296share/nextcloud/apps/activity/l10n/gl.js 4035share/nextcloud/apps/activity/l10n/gl.js
3297share/nextcloud/apps/activity/l10n/gl.json 4036share/nextcloud/apps/activity/l10n/gl.json
3298share/nextcloud/apps/activity/l10n/he.js 4037share/nextcloud/apps/activity/l10n/he.js
@@ -3493,28 +4232,54 @@ share/nextcloud/apps/comments/l10n/el.js @@ -3493,28 +4232,54 @@ share/nextcloud/apps/comments/l10n/el.js
3493share/nextcloud/apps/comments/l10n/el.json 4232share/nextcloud/apps/comments/l10n/el.json
3494share/nextcloud/apps/comments/l10n/en_GB.js 4233share/nextcloud/apps/comments/l10n/en_GB.js
3495share/nextcloud/apps/comments/l10n/en_GB.json 4234share/nextcloud/apps/comments/l10n/en_GB.json
3496share/nextcloud/apps/comments/l10n/eo.js 4235share/nextcloud/apps/comments/l10n/eo.js
3497share/nextcloud/apps/comments/l10n/eo.json 4236share/nextcloud/apps/comments/l10n/eo.json
3498share/nextcloud/apps/comments/l10n/es.js 4237share/nextcloud/apps/comments/l10n/es.js
3499share/nextcloud/apps/comments/l10n/es.json 4238share/nextcloud/apps/comments/l10n/es.json
3500share/nextcloud/apps/comments/l10n/es_419.js 4239share/nextcloud/apps/comments/l10n/es_419.js
3501share/nextcloud/apps/comments/l10n/es_419.json 4240share/nextcloud/apps/comments/l10n/es_419.json
3502share/nextcloud/apps/comments/l10n/es_AR.js 4241share/nextcloud/apps/comments/l10n/es_AR.js
3503share/nextcloud/apps/comments/l10n/es_AR.json 4242share/nextcloud/apps/comments/l10n/es_AR.json
3504share/nextcloud/apps/comments/l10n/es_CL.js 4243share/nextcloud/apps/comments/l10n/es_CL.js
3505share/nextcloud/apps/comments/l10n/es_CL.json 4244share/nextcloud/apps/comments/l10n/es_CL.json
 4245share/nextcloud/apps/comments/l10n/es_CO.js
 4246share/nextcloud/apps/comments/l10n/es_CO.json
 4247share/nextcloud/apps/comments/l10n/es_CR.js
 4248share/nextcloud/apps/comments/l10n/es_CR.json
 4249share/nextcloud/apps/comments/l10n/es_DO.js
 4250share/nextcloud/apps/comments/l10n/es_DO.json
 4251share/nextcloud/apps/comments/l10n/es_EC.js
 4252share/nextcloud/apps/comments/l10n/es_EC.json
 4253share/nextcloud/apps/comments/l10n/es_GT.js
 4254share/nextcloud/apps/comments/l10n/es_GT.json
 4255share/nextcloud/apps/comments/l10n/es_HN.js
 4256share/nextcloud/apps/comments/l10n/es_HN.json
3506share/nextcloud/apps/comments/l10n/es_MX.js 4257share/nextcloud/apps/comments/l10n/es_MX.js
3507share/nextcloud/apps/comments/l10n/es_MX.json 4258share/nextcloud/apps/comments/l10n/es_MX.json
 4259share/nextcloud/apps/comments/l10n/es_NI.js
 4260share/nextcloud/apps/comments/l10n/es_NI.json
 4261share/nextcloud/apps/comments/l10n/es_PA.js
 4262share/nextcloud/apps/comments/l10n/es_PA.json
 4263share/nextcloud/apps/comments/l10n/es_PE.js
 4264share/nextcloud/apps/comments/l10n/es_PE.json
 4265share/nextcloud/apps/comments/l10n/es_PR.js
 4266share/nextcloud/apps/comments/l10n/es_PR.json
 4267share/nextcloud/apps/comments/l10n/es_PY.js
 4268share/nextcloud/apps/comments/l10n/es_PY.json
 4269share/nextcloud/apps/comments/l10n/es_SV.js
 4270share/nextcloud/apps/comments/l10n/es_SV.json
 4271share/nextcloud/apps/comments/l10n/es_UY.js
 4272share/nextcloud/apps/comments/l10n/es_UY.json
3508share/nextcloud/apps/comments/l10n/et_EE.js 4273share/nextcloud/apps/comments/l10n/et_EE.js
3509share/nextcloud/apps/comments/l10n/et_EE.json 4274share/nextcloud/apps/comments/l10n/et_EE.json
3510share/nextcloud/apps/comments/l10n/eu.js 4275share/nextcloud/apps/comments/l10n/eu.js
3511share/nextcloud/apps/comments/l10n/eu.json 4276share/nextcloud/apps/comments/l10n/eu.json
3512share/nextcloud/apps/comments/l10n/fa.js 4277share/nextcloud/apps/comments/l10n/fa.js
3513share/nextcloud/apps/comments/l10n/fa.json 4278share/nextcloud/apps/comments/l10n/fa.json
3514share/nextcloud/apps/comments/l10n/fi.js 4279share/nextcloud/apps/comments/l10n/fi.js
3515share/nextcloud/apps/comments/l10n/fi.json 4280share/nextcloud/apps/comments/l10n/fi.json
3516share/nextcloud/apps/comments/l10n/fi_FI.js 4281share/nextcloud/apps/comments/l10n/fi_FI.js
3517share/nextcloud/apps/comments/l10n/fi_FI.json 4282share/nextcloud/apps/comments/l10n/fi_FI.json
3518share/nextcloud/apps/comments/l10n/fil.js 4283share/nextcloud/apps/comments/l10n/fil.js
3519share/nextcloud/apps/comments/l10n/fil.json 4284share/nextcloud/apps/comments/l10n/fil.json
3520share/nextcloud/apps/comments/l10n/fr.js 4285share/nextcloud/apps/comments/l10n/fr.js
@@ -3643,92 +4408,128 @@ share/nextcloud/apps/dav/appinfo/databas @@ -3643,92 +4408,128 @@ share/nextcloud/apps/dav/appinfo/databas
3643share/nextcloud/apps/dav/appinfo/info.xml 4408share/nextcloud/apps/dav/appinfo/info.xml
3644share/nextcloud/apps/dav/appinfo/signature.json 4409share/nextcloud/apps/dav/appinfo/signature.json
3645share/nextcloud/apps/dav/appinfo/v1/caldav.php 4410share/nextcloud/apps/dav/appinfo/v1/caldav.php
3646share/nextcloud/apps/dav/appinfo/v1/carddav.php 4411share/nextcloud/apps/dav/appinfo/v1/carddav.php
3647share/nextcloud/apps/dav/appinfo/v1/publicwebdav.php 4412share/nextcloud/apps/dav/appinfo/v1/publicwebdav.php
3648share/nextcloud/apps/dav/appinfo/v1/webdav.php 4413share/nextcloud/apps/dav/appinfo/v1/webdav.php
3649share/nextcloud/apps/dav/appinfo/v2/remote.php 4414share/nextcloud/apps/dav/appinfo/v2/remote.php
3650share/nextcloud/apps/dav/bin/chunkperf.php 4415share/nextcloud/apps/dav/bin/chunkperf.php
3651share/nextcloud/apps/dav/l10n/.gitkeep 4416share/nextcloud/apps/dav/l10n/.gitkeep
3652share/nextcloud/apps/dav/l10n/bg.js 4417share/nextcloud/apps/dav/l10n/bg.js
3653share/nextcloud/apps/dav/l10n/bg.json 4418share/nextcloud/apps/dav/l10n/bg.json
3654share/nextcloud/apps/dav/l10n/bg_BG.js 4419share/nextcloud/apps/dav/l10n/bg_BG.js
3655share/nextcloud/apps/dav/l10n/bg_BG.json 4420share/nextcloud/apps/dav/l10n/bg_BG.json
 4421share/nextcloud/apps/dav/l10n/ca.js
 4422share/nextcloud/apps/dav/l10n/ca.json
3656share/nextcloud/apps/dav/l10n/cs.js 4423share/nextcloud/apps/dav/l10n/cs.js
3657share/nextcloud/apps/dav/l10n/cs.json 4424share/nextcloud/apps/dav/l10n/cs.json
3658share/nextcloud/apps/dav/l10n/cs_CZ.js 4425share/nextcloud/apps/dav/l10n/cs_CZ.js
3659share/nextcloud/apps/dav/l10n/cs_CZ.json 4426share/nextcloud/apps/dav/l10n/cs_CZ.json
3660share/nextcloud/apps/dav/l10n/da.js 4427share/nextcloud/apps/dav/l10n/da.js
3661share/nextcloud/apps/dav/l10n/da.json 4428share/nextcloud/apps/dav/l10n/da.json
3662share/nextcloud/apps/dav/l10n/de.js 4429share/nextcloud/apps/dav/l10n/de.js
3663share/nextcloud/apps/dav/l10n/de.json 4430share/nextcloud/apps/dav/l10n/de.json
3664share/nextcloud/apps/dav/l10n/de_DE.js 4431share/nextcloud/apps/dav/l10n/de_DE.js
3665share/nextcloud/apps/dav/l10n/de_DE.json 4432share/nextcloud/apps/dav/l10n/de_DE.json
3666share/nextcloud/apps/dav/l10n/el.js 4433share/nextcloud/apps/dav/l10n/el.js
3667share/nextcloud/apps/dav/l10n/el.json 4434share/nextcloud/apps/dav/l10n/el.json
3668share/nextcloud/apps/dav/l10n/en_GB.js 4435share/nextcloud/apps/dav/l10n/en_GB.js
3669share/nextcloud/apps/dav/l10n/en_GB.json 4436share/nextcloud/apps/dav/l10n/en_GB.json
3670share/nextcloud/apps/dav/l10n/es.js 4437share/nextcloud/apps/dav/l10n/es.js
3671share/nextcloud/apps/dav/l10n/es.json 4438share/nextcloud/apps/dav/l10n/es.json
3672share/nextcloud/apps/dav/l10n/es_AR.js 4439share/nextcloud/apps/dav/l10n/es_AR.js
3673share/nextcloud/apps/dav/l10n/es_AR.json 4440share/nextcloud/apps/dav/l10n/es_AR.json
 4441share/nextcloud/apps/dav/l10n/es_CL.js
 4442share/nextcloud/apps/dav/l10n/es_CL.json
 4443share/nextcloud/apps/dav/l10n/es_CO.js
 4444share/nextcloud/apps/dav/l10n/es_CO.json
 4445share/nextcloud/apps/dav/l10n/es_CR.js
 4446share/nextcloud/apps/dav/l10n/es_CR.json
 4447share/nextcloud/apps/dav/l10n/es_DO.js
 4448share/nextcloud/apps/dav/l10n/es_DO.json
 4449share/nextcloud/apps/dav/l10n/es_EC.js
 4450share/nextcloud/apps/dav/l10n/es_EC.json
 4451share/nextcloud/apps/dav/l10n/es_GT.js
 4452share/nextcloud/apps/dav/l10n/es_GT.json
 4453share/nextcloud/apps/dav/l10n/es_HN.js
 4454share/nextcloud/apps/dav/l10n/es_HN.json
3674share/nextcloud/apps/dav/l10n/es_MX.js 4455share/nextcloud/apps/dav/l10n/es_MX.js
3675share/nextcloud/apps/dav/l10n/es_MX.json 4456share/nextcloud/apps/dav/l10n/es_MX.json
 4457share/nextcloud/apps/dav/l10n/es_NI.js
 4458share/nextcloud/apps/dav/l10n/es_NI.json
 4459share/nextcloud/apps/dav/l10n/es_PA.js
 4460share/nextcloud/apps/dav/l10n/es_PA.json
 4461share/nextcloud/apps/dav/l10n/es_PE.js
 4462share/nextcloud/apps/dav/l10n/es_PE.json
 4463share/nextcloud/apps/dav/l10n/es_PR.js
 4464share/nextcloud/apps/dav/l10n/es_PR.json
 4465share/nextcloud/apps/dav/l10n/es_PY.js
 4466share/nextcloud/apps/dav/l10n/es_PY.json
 4467share/nextcloud/apps/dav/l10n/es_SV.js
 4468share/nextcloud/apps/dav/l10n/es_SV.json
 4469share/nextcloud/apps/dav/l10n/es_UY.js
 4470share/nextcloud/apps/dav/l10n/es_UY.json
 4471share/nextcloud/apps/dav/l10n/eu.js
 4472share/nextcloud/apps/dav/l10n/eu.json
3676share/nextcloud/apps/dav/l10n/fi.js 4473share/nextcloud/apps/dav/l10n/fi.js
3677share/nextcloud/apps/dav/l10n/fi.json 4474share/nextcloud/apps/dav/l10n/fi.json
3678share/nextcloud/apps/dav/l10n/fi_FI.js 4475share/nextcloud/apps/dav/l10n/fi_FI.js
3679share/nextcloud/apps/dav/l10n/fi_FI.json 4476share/nextcloud/apps/dav/l10n/fi_FI.json
3680share/nextcloud/apps/dav/l10n/fr.js 4477share/nextcloud/apps/dav/l10n/fr.js
3681share/nextcloud/apps/dav/l10n/fr.json 4478share/nextcloud/apps/dav/l10n/fr.json
3682share/nextcloud/apps/dav/l10n/gl.js 4479share/nextcloud/apps/dav/l10n/gl.js
3683share/nextcloud/apps/dav/l10n/gl.json 4480share/nextcloud/apps/dav/l10n/gl.json
3684share/nextcloud/apps/dav/l10n/hu.js 4481share/nextcloud/apps/dav/l10n/hu.js
3685share/nextcloud/apps/dav/l10n/hu.json 4482share/nextcloud/apps/dav/l10n/hu.json
3686share/nextcloud/apps/dav/l10n/hu_HU.js 4483share/nextcloud/apps/dav/l10n/hu_HU.js
3687share/nextcloud/apps/dav/l10n/hu_HU.json 4484share/nextcloud/apps/dav/l10n/hu_HU.json
3688share/nextcloud/apps/dav/l10n/id.js 4485share/nextcloud/apps/dav/l10n/id.js
3689share/nextcloud/apps/dav/l10n/id.json 4486share/nextcloud/apps/dav/l10n/id.json
3690share/nextcloud/apps/dav/l10n/is.js 4487share/nextcloud/apps/dav/l10n/is.js
3691share/nextcloud/apps/dav/l10n/is.json 4488share/nextcloud/apps/dav/l10n/is.json
3692share/nextcloud/apps/dav/l10n/it.js 4489share/nextcloud/apps/dav/l10n/it.js
3693share/nextcloud/apps/dav/l10n/it.json 4490share/nextcloud/apps/dav/l10n/it.json
3694share/nextcloud/apps/dav/l10n/ja.js 4491share/nextcloud/apps/dav/l10n/ja.js
3695share/nextcloud/apps/dav/l10n/ja.json 4492share/nextcloud/apps/dav/l10n/ja.json
 4493share/nextcloud/apps/dav/l10n/ka_GE.js
 4494share/nextcloud/apps/dav/l10n/ka_GE.json
3696share/nextcloud/apps/dav/l10n/ko.js 4495share/nextcloud/apps/dav/l10n/ko.js
3697share/nextcloud/apps/dav/l10n/ko.json 4496share/nextcloud/apps/dav/l10n/ko.json
3698share/nextcloud/apps/dav/l10n/lt_LT.js 4497share/nextcloud/apps/dav/l10n/lt_LT.js
3699share/nextcloud/apps/dav/l10n/lt_LT.json 4498share/nextcloud/apps/dav/l10n/lt_LT.json
3700share/nextcloud/apps/dav/l10n/lv.js 4499share/nextcloud/apps/dav/l10n/lv.js
3701share/nextcloud/apps/dav/l10n/lv.json 4500share/nextcloud/apps/dav/l10n/lv.json
3702share/nextcloud/apps/dav/l10n/nb.js 4501share/nextcloud/apps/dav/l10n/nb.js
3703share/nextcloud/apps/dav/l10n/nb.json 4502share/nextcloud/apps/dav/l10n/nb.json
3704share/nextcloud/apps/dav/l10n/nb_NO.js 4503share/nextcloud/apps/dav/l10n/nb_NO.js
3705share/nextcloud/apps/dav/l10n/nb_NO.json 4504share/nextcloud/apps/dav/l10n/nb_NO.json
3706share/nextcloud/apps/dav/l10n/nl.js 4505share/nextcloud/apps/dav/l10n/nl.js
3707share/nextcloud/apps/dav/l10n/nl.json 4506share/nextcloud/apps/dav/l10n/nl.json
3708share/nextcloud/apps/dav/l10n/pl.js 4507share/nextcloud/apps/dav/l10n/pl.js
3709share/nextcloud/apps/dav/l10n/pl.json 4508share/nextcloud/apps/dav/l10n/pl.json
3710share/nextcloud/apps/dav/l10n/pt_BR.js 4509share/nextcloud/apps/dav/l10n/pt_BR.js
3711share/nextcloud/apps/dav/l10n/pt_BR.json 4510share/nextcloud/apps/dav/l10n/pt_BR.json
3712share/nextcloud/apps/dav/l10n/ro.js 4511share/nextcloud/apps/dav/l10n/ro.js
3713share/nextcloud/apps/dav/l10n/ro.json 4512share/nextcloud/apps/dav/l10n/ro.json
3714share/nextcloud/apps/dav/l10n/ru.js 4513share/nextcloud/apps/dav/l10n/ru.js
3715share/nextcloud/apps/dav/l10n/ru.json 4514share/nextcloud/apps/dav/l10n/ru.json
3716share/nextcloud/apps/dav/l10n/sk.js 4515share/nextcloud/apps/dav/l10n/sk.js
3717share/nextcloud/apps/dav/l10n/sk.json 4516share/nextcloud/apps/dav/l10n/sk.json
3718share/nextcloud/apps/dav/l10n/sl.js 4517share/nextcloud/apps/dav/l10n/sl.js
3719share/nextcloud/apps/dav/l10n/sl.json 4518share/nextcloud/apps/dav/l10n/sl.json
3720share/nextcloud/apps/dav/l10n/sq.js 4519share/nextcloud/apps/dav/l10n/sq.js
3721share/nextcloud/apps/dav/l10n/sq.json 4520share/nextcloud/apps/dav/l10n/sq.json
 4521share/nextcloud/apps/dav/l10n/sr.js
 4522share/nextcloud/apps/dav/l10n/sr.json
3722share/nextcloud/apps/dav/l10n/sv.js 4523share/nextcloud/apps/dav/l10n/sv.js
3723share/nextcloud/apps/dav/l10n/sv.json 4524share/nextcloud/apps/dav/l10n/sv.json
3724share/nextcloud/apps/dav/l10n/tr.js 4525share/nextcloud/apps/dav/l10n/tr.js
3725share/nextcloud/apps/dav/l10n/tr.json 4526share/nextcloud/apps/dav/l10n/tr.json
3726share/nextcloud/apps/dav/l10n/zh_CN.js 4527share/nextcloud/apps/dav/l10n/zh_CN.js
3727share/nextcloud/apps/dav/l10n/zh_CN.json 4528share/nextcloud/apps/dav/l10n/zh_CN.json
3728share/nextcloud/apps/dav/l10n/zh_TW.js 4529share/nextcloud/apps/dav/l10n/zh_TW.js
3729share/nextcloud/apps/dav/l10n/zh_TW.json 4530share/nextcloud/apps/dav/l10n/zh_TW.json
3730share/nextcloud/apps/dav/lib/AppInfo/Application.php 4531share/nextcloud/apps/dav/lib/AppInfo/Application.php
3731share/nextcloud/apps/dav/lib/Avatars/AvatarHome.php 4532share/nextcloud/apps/dav/lib/Avatars/AvatarHome.php
3732share/nextcloud/apps/dav/lib/Avatars/AvatarNode.php 4533share/nextcloud/apps/dav/lib/Avatars/AvatarNode.php
3733share/nextcloud/apps/dav/lib/Avatars/RootCollection.php 4534share/nextcloud/apps/dav/lib/Avatars/RootCollection.php
3734share/nextcloud/apps/dav/lib/CalDAV/Activity/Backend.php 4535share/nextcloud/apps/dav/lib/CalDAV/Activity/Backend.php
@@ -3894,28 +4695,56 @@ share/nextcloud/apps/encryption/l10n/de_ @@ -3894,28 +4695,56 @@ share/nextcloud/apps/encryption/l10n/de_
3894share/nextcloud/apps/encryption/l10n/de_AT.json 4695share/nextcloud/apps/encryption/l10n/de_AT.json
3895share/nextcloud/apps/encryption/l10n/de_DE.js 4696share/nextcloud/apps/encryption/l10n/de_DE.js
3896share/nextcloud/apps/encryption/l10n/de_DE.json 4697share/nextcloud/apps/encryption/l10n/de_DE.json
3897share/nextcloud/apps/encryption/l10n/el.js 4698share/nextcloud/apps/encryption/l10n/el.js
3898share/nextcloud/apps/encryption/l10n/el.json 4699share/nextcloud/apps/encryption/l10n/el.json
3899share/nextcloud/apps/encryption/l10n/en_GB.js 4700share/nextcloud/apps/encryption/l10n/en_GB.js
3900share/nextcloud/apps/encryption/l10n/en_GB.json 4701share/nextcloud/apps/encryption/l10n/en_GB.json
3901share/nextcloud/apps/encryption/l10n/eo.js 4702share/nextcloud/apps/encryption/l10n/eo.js
3902share/nextcloud/apps/encryption/l10n/eo.json 4703share/nextcloud/apps/encryption/l10n/eo.json
3903share/nextcloud/apps/encryption/l10n/es.js 4704share/nextcloud/apps/encryption/l10n/es.js
3904share/nextcloud/apps/encryption/l10n/es.json 4705share/nextcloud/apps/encryption/l10n/es.json
3905share/nextcloud/apps/encryption/l10n/es_AR.js 4706share/nextcloud/apps/encryption/l10n/es_AR.js
3906share/nextcloud/apps/encryption/l10n/es_AR.json 4707share/nextcloud/apps/encryption/l10n/es_AR.json
 4708share/nextcloud/apps/encryption/l10n/es_CL.js
 4709share/nextcloud/apps/encryption/l10n/es_CL.json
 4710share/nextcloud/apps/encryption/l10n/es_CO.js
 4711share/nextcloud/apps/encryption/l10n/es_CO.json
 4712share/nextcloud/apps/encryption/l10n/es_CR.js
 4713share/nextcloud/apps/encryption/l10n/es_CR.json
 4714share/nextcloud/apps/encryption/l10n/es_DO.js
 4715share/nextcloud/apps/encryption/l10n/es_DO.json
 4716share/nextcloud/apps/encryption/l10n/es_EC.js
 4717share/nextcloud/apps/encryption/l10n/es_EC.json
 4718share/nextcloud/apps/encryption/l10n/es_GT.js
 4719share/nextcloud/apps/encryption/l10n/es_GT.json
 4720share/nextcloud/apps/encryption/l10n/es_HN.js
 4721share/nextcloud/apps/encryption/l10n/es_HN.json
3907share/nextcloud/apps/encryption/l10n/es_MX.js 4722share/nextcloud/apps/encryption/l10n/es_MX.js
3908share/nextcloud/apps/encryption/l10n/es_MX.json 4723share/nextcloud/apps/encryption/l10n/es_MX.json
 4724share/nextcloud/apps/encryption/l10n/es_NI.js
 4725share/nextcloud/apps/encryption/l10n/es_NI.json
 4726share/nextcloud/apps/encryption/l10n/es_PA.js
 4727share/nextcloud/apps/encryption/l10n/es_PA.json
 4728share/nextcloud/apps/encryption/l10n/es_PE.js
 4729share/nextcloud/apps/encryption/l10n/es_PE.json
 4730share/nextcloud/apps/encryption/l10n/es_PR.js
 4731share/nextcloud/apps/encryption/l10n/es_PR.json
 4732share/nextcloud/apps/encryption/l10n/es_PY.js
 4733share/nextcloud/apps/encryption/l10n/es_PY.json
 4734share/nextcloud/apps/encryption/l10n/es_SV.js
 4735share/nextcloud/apps/encryption/l10n/es_SV.json
 4736share/nextcloud/apps/encryption/l10n/es_UY.js
 4737share/nextcloud/apps/encryption/l10n/es_UY.json
3909share/nextcloud/apps/encryption/l10n/et_EE.js 4738share/nextcloud/apps/encryption/l10n/et_EE.js
3910share/nextcloud/apps/encryption/l10n/et_EE.json 4739share/nextcloud/apps/encryption/l10n/et_EE.json
3911share/nextcloud/apps/encryption/l10n/eu.js 4740share/nextcloud/apps/encryption/l10n/eu.js
3912share/nextcloud/apps/encryption/l10n/eu.json 4741share/nextcloud/apps/encryption/l10n/eu.json
3913share/nextcloud/apps/encryption/l10n/fa.js 4742share/nextcloud/apps/encryption/l10n/fa.js
3914share/nextcloud/apps/encryption/l10n/fa.json 4743share/nextcloud/apps/encryption/l10n/fa.json
3915share/nextcloud/apps/encryption/l10n/fi.js 4744share/nextcloud/apps/encryption/l10n/fi.js
3916share/nextcloud/apps/encryption/l10n/fi.json 4745share/nextcloud/apps/encryption/l10n/fi.json
3917share/nextcloud/apps/encryption/l10n/fi_FI.js 4746share/nextcloud/apps/encryption/l10n/fi_FI.js
3918share/nextcloud/apps/encryption/l10n/fi_FI.json 4747share/nextcloud/apps/encryption/l10n/fi_FI.json
3919share/nextcloud/apps/encryption/l10n/fr.js 4748share/nextcloud/apps/encryption/l10n/fr.js
3920share/nextcloud/apps/encryption/l10n/fr.json 4749share/nextcloud/apps/encryption/l10n/fr.json
3921share/nextcloud/apps/encryption/l10n/gl.js 4750share/nextcloud/apps/encryption/l10n/gl.js
@@ -3928,26 +4757,28 @@ share/nextcloud/apps/encryption/l10n/hu. @@ -3928,26 +4757,28 @@ share/nextcloud/apps/encryption/l10n/hu.
3928share/nextcloud/apps/encryption/l10n/hu.json 4757share/nextcloud/apps/encryption/l10n/hu.json
3929share/nextcloud/apps/encryption/l10n/hu_HU.js 4758share/nextcloud/apps/encryption/l10n/hu_HU.js
3930share/nextcloud/apps/encryption/l10n/hu_HU.json 4759share/nextcloud/apps/encryption/l10n/hu_HU.json
3931share/nextcloud/apps/encryption/l10n/ia.js 4760share/nextcloud/apps/encryption/l10n/ia.js
3932share/nextcloud/apps/encryption/l10n/ia.json 4761share/nextcloud/apps/encryption/l10n/ia.json
3933share/nextcloud/apps/encryption/l10n/id.js 4762share/nextcloud/apps/encryption/l10n/id.js
3934share/nextcloud/apps/encryption/l10n/id.json 4763share/nextcloud/apps/encryption/l10n/id.json
3935share/nextcloud/apps/encryption/l10n/is.js 4764share/nextcloud/apps/encryption/l10n/is.js
3936share/nextcloud/apps/encryption/l10n/is.json 4765share/nextcloud/apps/encryption/l10n/is.json
3937share/nextcloud/apps/encryption/l10n/it.js 4766share/nextcloud/apps/encryption/l10n/it.js
3938share/nextcloud/apps/encryption/l10n/it.json 4767share/nextcloud/apps/encryption/l10n/it.json
3939share/nextcloud/apps/encryption/l10n/ja.js 4768share/nextcloud/apps/encryption/l10n/ja.js
3940share/nextcloud/apps/encryption/l10n/ja.json 4769share/nextcloud/apps/encryption/l10n/ja.json
 4770share/nextcloud/apps/encryption/l10n/ka_GE.js
 4771share/nextcloud/apps/encryption/l10n/ka_GE.json
3941share/nextcloud/apps/encryption/l10n/km.js 4772share/nextcloud/apps/encryption/l10n/km.js
3942share/nextcloud/apps/encryption/l10n/km.json 4773share/nextcloud/apps/encryption/l10n/km.json
3943share/nextcloud/apps/encryption/l10n/kn.js 4774share/nextcloud/apps/encryption/l10n/kn.js
3944share/nextcloud/apps/encryption/l10n/kn.json 4775share/nextcloud/apps/encryption/l10n/kn.json
3945share/nextcloud/apps/encryption/l10n/ko.js 4776share/nextcloud/apps/encryption/l10n/ko.js
3946share/nextcloud/apps/encryption/l10n/ko.json 4777share/nextcloud/apps/encryption/l10n/ko.json
3947share/nextcloud/apps/encryption/l10n/lb.js 4778share/nextcloud/apps/encryption/l10n/lb.js
3948share/nextcloud/apps/encryption/l10n/lb.json 4779share/nextcloud/apps/encryption/l10n/lb.json
3949share/nextcloud/apps/encryption/l10n/lt_LT.js 4780share/nextcloud/apps/encryption/l10n/lt_LT.js
3950share/nextcloud/apps/encryption/l10n/lt_LT.json 4781share/nextcloud/apps/encryption/l10n/lt_LT.json
3951share/nextcloud/apps/encryption/l10n/lv.js 4782share/nextcloud/apps/encryption/l10n/lv.js
3952share/nextcloud/apps/encryption/l10n/lv.json 4783share/nextcloud/apps/encryption/l10n/lv.json
3953share/nextcloud/apps/encryption/l10n/mk.js 4784share/nextcloud/apps/encryption/l10n/mk.js
@@ -4065,28 +4896,56 @@ share/nextcloud/apps/federatedfilesharin @@ -4065,28 +4896,56 @@ share/nextcloud/apps/federatedfilesharin
4065share/nextcloud/apps/federatedfilesharing/l10n/de.json 4896share/nextcloud/apps/federatedfilesharing/l10n/de.json
4066share/nextcloud/apps/federatedfilesharing/l10n/de_DE.js 4897share/nextcloud/apps/federatedfilesharing/l10n/de_DE.js
4067share/nextcloud/apps/federatedfilesharing/l10n/de_DE.json 4898share/nextcloud/apps/federatedfilesharing/l10n/de_DE.json
4068share/nextcloud/apps/federatedfilesharing/l10n/el.js 4899share/nextcloud/apps/federatedfilesharing/l10n/el.js
4069share/nextcloud/apps/federatedfilesharing/l10n/el.json 4900share/nextcloud/apps/federatedfilesharing/l10n/el.json
4070share/nextcloud/apps/federatedfilesharing/l10n/en_GB.js 4901share/nextcloud/apps/federatedfilesharing/l10n/en_GB.js
4071share/nextcloud/apps/federatedfilesharing/l10n/en_GB.json 4902share/nextcloud/apps/federatedfilesharing/l10n/en_GB.json
4072share/nextcloud/apps/federatedfilesharing/l10n/eo.js 4903share/nextcloud/apps/federatedfilesharing/l10n/eo.js
4073share/nextcloud/apps/federatedfilesharing/l10n/eo.json 4904share/nextcloud/apps/federatedfilesharing/l10n/eo.json
4074share/nextcloud/apps/federatedfilesharing/l10n/es.js 4905share/nextcloud/apps/federatedfilesharing/l10n/es.js
4075share/nextcloud/apps/federatedfilesharing/l10n/es.json 4906share/nextcloud/apps/federatedfilesharing/l10n/es.json
4076share/nextcloud/apps/federatedfilesharing/l10n/es_AR.js 4907share/nextcloud/apps/federatedfilesharing/l10n/es_AR.js
4077share/nextcloud/apps/federatedfilesharing/l10n/es_AR.json 4908share/nextcloud/apps/federatedfilesharing/l10n/es_AR.json
 4909share/nextcloud/apps/federatedfilesharing/l10n/es_CL.js
 4910share/nextcloud/apps/federatedfilesharing/l10n/es_CL.json
 4911share/nextcloud/apps/federatedfilesharing/l10n/es_CO.js
 4912share/nextcloud/apps/federatedfilesharing/l10n/es_CO.json
 4913share/nextcloud/apps/federatedfilesharing/l10n/es_CR.js
 4914share/nextcloud/apps/federatedfilesharing/l10n/es_CR.json
 4915share/nextcloud/apps/federatedfilesharing/l10n/es_DO.js
 4916share/nextcloud/apps/federatedfilesharing/l10n/es_DO.json
 4917share/nextcloud/apps/federatedfilesharing/l10n/es_EC.js
 4918share/nextcloud/apps/federatedfilesharing/l10n/es_EC.json
 4919share/nextcloud/apps/federatedfilesharing/l10n/es_GT.js
 4920share/nextcloud/apps/federatedfilesharing/l10n/es_GT.json
 4921share/nextcloud/apps/federatedfilesharing/l10n/es_HN.js
 4922share/nextcloud/apps/federatedfilesharing/l10n/es_HN.json
4078share/nextcloud/apps/federatedfilesharing/l10n/es_MX.js 4923share/nextcloud/apps/federatedfilesharing/l10n/es_MX.js
4079share/nextcloud/apps/federatedfilesharing/l10n/es_MX.json 4924share/nextcloud/apps/federatedfilesharing/l10n/es_MX.json
 4925share/nextcloud/apps/federatedfilesharing/l10n/es_NI.js
 4926share/nextcloud/apps/federatedfilesharing/l10n/es_NI.json
 4927share/nextcloud/apps/federatedfilesharing/l10n/es_PA.js
 4928share/nextcloud/apps/federatedfilesharing/l10n/es_PA.json
 4929share/nextcloud/apps/federatedfilesharing/l10n/es_PE.js
 4930share/nextcloud/apps/federatedfilesharing/l10n/es_PE.json
 4931share/nextcloud/apps/federatedfilesharing/l10n/es_PR.js
 4932share/nextcloud/apps/federatedfilesharing/l10n/es_PR.json
 4933share/nextcloud/apps/federatedfilesharing/l10n/es_PY.js
 4934share/nextcloud/apps/federatedfilesharing/l10n/es_PY.json
 4935share/nextcloud/apps/federatedfilesharing/l10n/es_SV.js
 4936share/nextcloud/apps/federatedfilesharing/l10n/es_SV.json
 4937share/nextcloud/apps/federatedfilesharing/l10n/es_UY.js
 4938share/nextcloud/apps/federatedfilesharing/l10n/es_UY.json
4080share/nextcloud/apps/federatedfilesharing/l10n/et_EE.js 4939share/nextcloud/apps/federatedfilesharing/l10n/et_EE.js
4081share/nextcloud/apps/federatedfilesharing/l10n/et_EE.json 4940share/nextcloud/apps/federatedfilesharing/l10n/et_EE.json
4082share/nextcloud/apps/federatedfilesharing/l10n/eu.js 4941share/nextcloud/apps/federatedfilesharing/l10n/eu.js
4083share/nextcloud/apps/federatedfilesharing/l10n/eu.json 4942share/nextcloud/apps/federatedfilesharing/l10n/eu.json
4084share/nextcloud/apps/federatedfilesharing/l10n/fa.js 4943share/nextcloud/apps/federatedfilesharing/l10n/fa.js
4085share/nextcloud/apps/federatedfilesharing/l10n/fa.json 4944share/nextcloud/apps/federatedfilesharing/l10n/fa.json
4086share/nextcloud/apps/federatedfilesharing/l10n/fi.js 4945share/nextcloud/apps/federatedfilesharing/l10n/fi.js
4087share/nextcloud/apps/federatedfilesharing/l10n/fi.json 4946share/nextcloud/apps/federatedfilesharing/l10n/fi.json
4088share/nextcloud/apps/federatedfilesharing/l10n/fi_FI.js 4947share/nextcloud/apps/federatedfilesharing/l10n/fi_FI.js
4089share/nextcloud/apps/federatedfilesharing/l10n/fi_FI.json 4948share/nextcloud/apps/federatedfilesharing/l10n/fi_FI.json
4090share/nextcloud/apps/federatedfilesharing/l10n/fr.js 4949share/nextcloud/apps/federatedfilesharing/l10n/fr.js
4091share/nextcloud/apps/federatedfilesharing/l10n/fr.json 4950share/nextcloud/apps/federatedfilesharing/l10n/fr.json
4092share/nextcloud/apps/federatedfilesharing/l10n/gl.js 4951share/nextcloud/apps/federatedfilesharing/l10n/gl.js
@@ -4099,26 +4958,28 @@ share/nextcloud/apps/federatedfilesharin @@ -4099,26 +4958,28 @@ share/nextcloud/apps/federatedfilesharin
4099share/nextcloud/apps/federatedfilesharing/l10n/hu.json 4958share/nextcloud/apps/federatedfilesharing/l10n/hu.json
4100share/nextcloud/apps/federatedfilesharing/l10n/hu_HU.js 4959share/nextcloud/apps/federatedfilesharing/l10n/hu_HU.js
4101share/nextcloud/apps/federatedfilesharing/l10n/hu_HU.json 4960share/nextcloud/apps/federatedfilesharing/l10n/hu_HU.json
4102share/nextcloud/apps/federatedfilesharing/l10n/ia.js 4961share/nextcloud/apps/federatedfilesharing/l10n/ia.js
4103share/nextcloud/apps/federatedfilesharing/l10n/ia.json 4962share/nextcloud/apps/federatedfilesharing/l10n/ia.json
4104share/nextcloud/apps/federatedfilesharing/l10n/id.js 4963share/nextcloud/apps/federatedfilesharing/l10n/id.js
4105share/nextcloud/apps/federatedfilesharing/l10n/id.json 4964share/nextcloud/apps/federatedfilesharing/l10n/id.json
4106share/nextcloud/apps/federatedfilesharing/l10n/is.js 4965share/nextcloud/apps/federatedfilesharing/l10n/is.js
4107share/nextcloud/apps/federatedfilesharing/l10n/is.json 4966share/nextcloud/apps/federatedfilesharing/l10n/is.json
4108share/nextcloud/apps/federatedfilesharing/l10n/it.js 4967share/nextcloud/apps/federatedfilesharing/l10n/it.js
4109share/nextcloud/apps/federatedfilesharing/l10n/it.json 4968share/nextcloud/apps/federatedfilesharing/l10n/it.json
4110share/nextcloud/apps/federatedfilesharing/l10n/ja.js 4969share/nextcloud/apps/federatedfilesharing/l10n/ja.js
4111share/nextcloud/apps/federatedfilesharing/l10n/ja.json 4970share/nextcloud/apps/federatedfilesharing/l10n/ja.json
 4971share/nextcloud/apps/federatedfilesharing/l10n/ka_GE.js
 4972share/nextcloud/apps/federatedfilesharing/l10n/ka_GE.json
4112share/nextcloud/apps/federatedfilesharing/l10n/ko.js 4973share/nextcloud/apps/federatedfilesharing/l10n/ko.js
4113share/nextcloud/apps/federatedfilesharing/l10n/ko.json 4974share/nextcloud/apps/federatedfilesharing/l10n/ko.json
4114share/nextcloud/apps/federatedfilesharing/l10n/lb.js 4975share/nextcloud/apps/federatedfilesharing/l10n/lb.js
4115share/nextcloud/apps/federatedfilesharing/l10n/lb.json 4976share/nextcloud/apps/federatedfilesharing/l10n/lb.json
4116share/nextcloud/apps/federatedfilesharing/l10n/lt_LT.js 4977share/nextcloud/apps/federatedfilesharing/l10n/lt_LT.js
4117share/nextcloud/apps/federatedfilesharing/l10n/lt_LT.json 4978share/nextcloud/apps/federatedfilesharing/l10n/lt_LT.json
4118share/nextcloud/apps/federatedfilesharing/l10n/lv.js 4979share/nextcloud/apps/federatedfilesharing/l10n/lv.js
4119share/nextcloud/apps/federatedfilesharing/l10n/lv.json 4980share/nextcloud/apps/federatedfilesharing/l10n/lv.json
4120share/nextcloud/apps/federatedfilesharing/l10n/mk.js 4981share/nextcloud/apps/federatedfilesharing/l10n/mk.js
4121share/nextcloud/apps/federatedfilesharing/l10n/mk.json 4982share/nextcloud/apps/federatedfilesharing/l10n/mk.json
4122share/nextcloud/apps/federatedfilesharing/l10n/nb.js 4983share/nextcloud/apps/federatedfilesharing/l10n/nb.js
4123share/nextcloud/apps/federatedfilesharing/l10n/nb.json 4984share/nextcloud/apps/federatedfilesharing/l10n/nb.json
4124share/nextcloud/apps/federatedfilesharing/l10n/nb_NO.js 4985share/nextcloud/apps/federatedfilesharing/l10n/nb_NO.js
@@ -4127,26 +4988,28 @@ share/nextcloud/apps/federatedfilesharin @@ -4127,26 +4988,28 @@ share/nextcloud/apps/federatedfilesharin
4127share/nextcloud/apps/federatedfilesharing/l10n/nl.json 4988share/nextcloud/apps/federatedfilesharing/l10n/nl.json
4128share/nextcloud/apps/federatedfilesharing/l10n/oc.js 4989share/nextcloud/apps/federatedfilesharing/l10n/oc.js
4129share/nextcloud/apps/federatedfilesharing/l10n/oc.json 4990share/nextcloud/apps/federatedfilesharing/l10n/oc.json
4130share/nextcloud/apps/federatedfilesharing/l10n/pl.js 4991share/nextcloud/apps/federatedfilesharing/l10n/pl.js
4131share/nextcloud/apps/federatedfilesharing/l10n/pl.json 4992share/nextcloud/apps/federatedfilesharing/l10n/pl.json
4132share/nextcloud/apps/federatedfilesharing/l10n/pt_BR.js 4993share/nextcloud/apps/federatedfilesharing/l10n/pt_BR.js
4133share/nextcloud/apps/federatedfilesharing/l10n/pt_BR.json 4994share/nextcloud/apps/federatedfilesharing/l10n/pt_BR.json
4134share/nextcloud/apps/federatedfilesharing/l10n/pt_PT.js 4995share/nextcloud/apps/federatedfilesharing/l10n/pt_PT.js
4135share/nextcloud/apps/federatedfilesharing/l10n/pt_PT.json 4996share/nextcloud/apps/federatedfilesharing/l10n/pt_PT.json
4136share/nextcloud/apps/federatedfilesharing/l10n/ro.js 4997share/nextcloud/apps/federatedfilesharing/l10n/ro.js
4137share/nextcloud/apps/federatedfilesharing/l10n/ro.json 4998share/nextcloud/apps/federatedfilesharing/l10n/ro.json
4138share/nextcloud/apps/federatedfilesharing/l10n/ru.js 4999share/nextcloud/apps/federatedfilesharing/l10n/ru.js
4139share/nextcloud/apps/federatedfilesharing/l10n/ru.json 5000share/nextcloud/apps/federatedfilesharing/l10n/ru.json
 5001share/nextcloud/apps/federatedfilesharing/l10n/sk.js
 5002share/nextcloud/apps/federatedfilesharing/l10n/sk.json
4140share/nextcloud/apps/federatedfilesharing/l10n/sk_SK.js 5003share/nextcloud/apps/federatedfilesharing/l10n/sk_SK.js
4141share/nextcloud/apps/federatedfilesharing/l10n/sk_SK.json 5004share/nextcloud/apps/federatedfilesharing/l10n/sk_SK.json
4142share/nextcloud/apps/federatedfilesharing/l10n/sl.js 5005share/nextcloud/apps/federatedfilesharing/l10n/sl.js
4143share/nextcloud/apps/federatedfilesharing/l10n/sl.json 5006share/nextcloud/apps/federatedfilesharing/l10n/sl.json
4144share/nextcloud/apps/federatedfilesharing/l10n/sq.js 5007share/nextcloud/apps/federatedfilesharing/l10n/sq.js
4145share/nextcloud/apps/federatedfilesharing/l10n/sq.json 5008share/nextcloud/apps/federatedfilesharing/l10n/sq.json
4146share/nextcloud/apps/federatedfilesharing/l10n/sr.js 5009share/nextcloud/apps/federatedfilesharing/l10n/sr.js
4147share/nextcloud/apps/federatedfilesharing/l10n/sr.json 5010share/nextcloud/apps/federatedfilesharing/l10n/sr.json
4148share/nextcloud/apps/federatedfilesharing/l10n/sr@latin.js 5011share/nextcloud/apps/federatedfilesharing/l10n/sr@latin.js
4149share/nextcloud/apps/federatedfilesharing/l10n/sr@latin.json 5012share/nextcloud/apps/federatedfilesharing/l10n/sr@latin.json
4150share/nextcloud/apps/federatedfilesharing/l10n/sv.js 5013share/nextcloud/apps/federatedfilesharing/l10n/sv.js
4151share/nextcloud/apps/federatedfilesharing/l10n/sv.json 5014share/nextcloud/apps/federatedfilesharing/l10n/sv.json
4152share/nextcloud/apps/federatedfilesharing/l10n/th_TH.js 5015share/nextcloud/apps/federatedfilesharing/l10n/th_TH.js
@@ -4199,54 +5062,86 @@ share/nextcloud/apps/federation/l10n/de. @@ -4199,54 +5062,86 @@ share/nextcloud/apps/federation/l10n/de.
4199share/nextcloud/apps/federation/l10n/de.json 5062share/nextcloud/apps/federation/l10n/de.json
4200share/nextcloud/apps/federation/l10n/de_DE.js 5063share/nextcloud/apps/federation/l10n/de_DE.js
4201share/nextcloud/apps/federation/l10n/de_DE.json 5064share/nextcloud/apps/federation/l10n/de_DE.json
4202share/nextcloud/apps/federation/l10n/el.js 5065share/nextcloud/apps/federation/l10n/el.js
4203share/nextcloud/apps/federation/l10n/el.json 5066share/nextcloud/apps/federation/l10n/el.json
4204share/nextcloud/apps/federation/l10n/en_GB.js 5067share/nextcloud/apps/federation/l10n/en_GB.js
4205share/nextcloud/apps/federation/l10n/en_GB.json 5068share/nextcloud/apps/federation/l10n/en_GB.json
4206share/nextcloud/apps/federation/l10n/eo.js 5069share/nextcloud/apps/federation/l10n/eo.js
4207share/nextcloud/apps/federation/l10n/eo.json 5070share/nextcloud/apps/federation/l10n/eo.json
4208share/nextcloud/apps/federation/l10n/es.js 5071share/nextcloud/apps/federation/l10n/es.js
4209share/nextcloud/apps/federation/l10n/es.json 5072share/nextcloud/apps/federation/l10n/es.json
4210share/nextcloud/apps/federation/l10n/es_AR.js 5073share/nextcloud/apps/federation/l10n/es_AR.js
4211share/nextcloud/apps/federation/l10n/es_AR.json 5074share/nextcloud/apps/federation/l10n/es_AR.json
 5075share/nextcloud/apps/federation/l10n/es_CL.js
 5076share/nextcloud/apps/federation/l10n/es_CL.json
 5077share/nextcloud/apps/federation/l10n/es_CO.js
 5078share/nextcloud/apps/federation/l10n/es_CO.json
 5079share/nextcloud/apps/federation/l10n/es_CR.js
 5080share/nextcloud/apps/federation/l10n/es_CR.json
 5081share/nextcloud/apps/federation/l10n/es_DO.js
 5082share/nextcloud/apps/federation/l10n/es_DO.json
 5083share/nextcloud/apps/federation/l10n/es_EC.js
 5084share/nextcloud/apps/federation/l10n/es_EC.json
 5085share/nextcloud/apps/federation/l10n/es_GT.js
 5086share/nextcloud/apps/federation/l10n/es_GT.json
 5087share/nextcloud/apps/federation/l10n/es_HN.js
 5088share/nextcloud/apps/federation/l10n/es_HN.json
4212share/nextcloud/apps/federation/l10n/es_MX.js 5089share/nextcloud/apps/federation/l10n/es_MX.js
4213share/nextcloud/apps/federation/l10n/es_MX.json 5090share/nextcloud/apps/federation/l10n/es_MX.json
 5091share/nextcloud/apps/federation/l10n/es_NI.js
 5092share/nextcloud/apps/federation/l10n/es_NI.json
 5093share/nextcloud/apps/federation/l10n/es_PA.js
 5094share/nextcloud/apps/federation/l10n/es_PA.json
 5095share/nextcloud/apps/federation/l10n/es_PE.js
 5096share/nextcloud/apps/federation/l10n/es_PE.json
 5097share/nextcloud/apps/federation/l10n/es_PR.js
 5098share/nextcloud/apps/federation/l10n/es_PR.json
 5099share/nextcloud/apps/federation/l10n/es_PY.js
 5100share/nextcloud/apps/federation/l10n/es_PY.json
 5101share/nextcloud/apps/federation/l10n/es_SV.js
 5102share/nextcloud/apps/federation/l10n/es_SV.json
 5103share/nextcloud/apps/federation/l10n/es_UY.js
 5104share/nextcloud/apps/federation/l10n/es_UY.json
4214share/nextcloud/apps/federation/l10n/et_EE.js 5105share/nextcloud/apps/federation/l10n/et_EE.js
4215share/nextcloud/apps/federation/l10n/et_EE.json 5106share/nextcloud/apps/federation/l10n/et_EE.json
 5107share/nextcloud/apps/federation/l10n/eu.js
 5108share/nextcloud/apps/federation/l10n/eu.json
4216share/nextcloud/apps/federation/l10n/fi.js 5109share/nextcloud/apps/federation/l10n/fi.js
4217share/nextcloud/apps/federation/l10n/fi.json 5110share/nextcloud/apps/federation/l10n/fi.json
4218share/nextcloud/apps/federation/l10n/fi_FI.js 5111share/nextcloud/apps/federation/l10n/fi_FI.js
4219share/nextcloud/apps/federation/l10n/fi_FI.json 5112share/nextcloud/apps/federation/l10n/fi_FI.json
4220share/nextcloud/apps/federation/l10n/fr.js 5113share/nextcloud/apps/federation/l10n/fr.js
4221share/nextcloud/apps/federation/l10n/fr.json 5114share/nextcloud/apps/federation/l10n/fr.json
4222share/nextcloud/apps/federation/l10n/gl.js 5115share/nextcloud/apps/federation/l10n/gl.js
4223share/nextcloud/apps/federation/l10n/gl.json 5116share/nextcloud/apps/federation/l10n/gl.json
4224share/nextcloud/apps/federation/l10n/he.js 5117share/nextcloud/apps/federation/l10n/he.js
4225share/nextcloud/apps/federation/l10n/he.json 5118share/nextcloud/apps/federation/l10n/he.json
4226share/nextcloud/apps/federation/l10n/hu.js 5119share/nextcloud/apps/federation/l10n/hu.js
4227share/nextcloud/apps/federation/l10n/hu.json 5120share/nextcloud/apps/federation/l10n/hu.json
4228share/nextcloud/apps/federation/l10n/hu_HU.js 5121share/nextcloud/apps/federation/l10n/hu_HU.js
4229share/nextcloud/apps/federation/l10n/hu_HU.json 5122share/nextcloud/apps/federation/l10n/hu_HU.json
4230share/nextcloud/apps/federation/l10n/ia.js 5123share/nextcloud/apps/federation/l10n/ia.js
4231share/nextcloud/apps/federation/l10n/ia.json 5124share/nextcloud/apps/federation/l10n/ia.json
4232share/nextcloud/apps/federation/l10n/id.js 5125share/nextcloud/apps/federation/l10n/id.js
4233share/nextcloud/apps/federation/l10n/id.json 5126share/nextcloud/apps/federation/l10n/id.json
4234share/nextcloud/apps/federation/l10n/is.js 5127share/nextcloud/apps/federation/l10n/is.js
4235share/nextcloud/apps/federation/l10n/is.json 5128share/nextcloud/apps/federation/l10n/is.json
4236share/nextcloud/apps/federation/l10n/it.js 5129share/nextcloud/apps/federation/l10n/it.js
4237share/nextcloud/apps/federation/l10n/it.json 5130share/nextcloud/apps/federation/l10n/it.json
4238share/nextcloud/apps/federation/l10n/ja.js 5131share/nextcloud/apps/federation/l10n/ja.js
4239share/nextcloud/apps/federation/l10n/ja.json 5132share/nextcloud/apps/federation/l10n/ja.json
 5133share/nextcloud/apps/federation/l10n/ka_GE.js
 5134share/nextcloud/apps/federation/l10n/ka_GE.json
4240share/nextcloud/apps/federation/l10n/ko.js 5135share/nextcloud/apps/federation/l10n/ko.js
4241share/nextcloud/apps/federation/l10n/ko.json 5136share/nextcloud/apps/federation/l10n/ko.json
4242share/nextcloud/apps/federation/l10n/lb.js 5137share/nextcloud/apps/federation/l10n/lb.js
4243share/nextcloud/apps/federation/l10n/lb.json 5138share/nextcloud/apps/federation/l10n/lb.json
4244share/nextcloud/apps/federation/l10n/lt_LT.js 5139share/nextcloud/apps/federation/l10n/lt_LT.js
4245share/nextcloud/apps/federation/l10n/lt_LT.json 5140share/nextcloud/apps/federation/l10n/lt_LT.json
4246share/nextcloud/apps/federation/l10n/lv.js 5141share/nextcloud/apps/federation/l10n/lv.js
4247share/nextcloud/apps/federation/l10n/lv.json 5142share/nextcloud/apps/federation/l10n/lv.json
4248share/nextcloud/apps/federation/l10n/mn.js 5143share/nextcloud/apps/federation/l10n/mn.js
4249share/nextcloud/apps/federation/l10n/mn.json 5144share/nextcloud/apps/federation/l10n/mn.json
4250share/nextcloud/apps/federation/l10n/nb.js 5145share/nextcloud/apps/federation/l10n/nb.js
4251share/nextcloud/apps/federation/l10n/nb.json 5146share/nextcloud/apps/federation/l10n/nb.json
4252share/nextcloud/apps/federation/l10n/nb_NO.js 5147share/nextcloud/apps/federation/l10n/nb_NO.js
@@ -4255,26 +5150,28 @@ share/nextcloud/apps/federation/l10n/nl. @@ -4255,26 +5150,28 @@ share/nextcloud/apps/federation/l10n/nl.
4255share/nextcloud/apps/federation/l10n/nl.json 5150share/nextcloud/apps/federation/l10n/nl.json
4256share/nextcloud/apps/federation/l10n/oc.js 5151share/nextcloud/apps/federation/l10n/oc.js
4257share/nextcloud/apps/federation/l10n/oc.json 5152share/nextcloud/apps/federation/l10n/oc.json
4258share/nextcloud/apps/federation/l10n/pl.js 5153share/nextcloud/apps/federation/l10n/pl.js
4259share/nextcloud/apps/federation/l10n/pl.json 5154share/nextcloud/apps/federation/l10n/pl.json
4260share/nextcloud/apps/federation/l10n/pt_BR.js 5155share/nextcloud/apps/federation/l10n/pt_BR.js
4261share/nextcloud/apps/federation/l10n/pt_BR.json 5156share/nextcloud/apps/federation/l10n/pt_BR.json
4262share/nextcloud/apps/federation/l10n/pt_PT.js 5157share/nextcloud/apps/federation/l10n/pt_PT.js
4263share/nextcloud/apps/federation/l10n/pt_PT.json 5158share/nextcloud/apps/federation/l10n/pt_PT.json
4264share/nextcloud/apps/federation/l10n/ro.js 5159share/nextcloud/apps/federation/l10n/ro.js
4265share/nextcloud/apps/federation/l10n/ro.json 5160share/nextcloud/apps/federation/l10n/ro.json
4266share/nextcloud/apps/federation/l10n/ru.js 5161share/nextcloud/apps/federation/l10n/ru.js
4267share/nextcloud/apps/federation/l10n/ru.json 5162share/nextcloud/apps/federation/l10n/ru.json
 5163share/nextcloud/apps/federation/l10n/sk.js
 5164share/nextcloud/apps/federation/l10n/sk.json
4268share/nextcloud/apps/federation/l10n/sl.js 5165share/nextcloud/apps/federation/l10n/sl.js
4269share/nextcloud/apps/federation/l10n/sl.json 5166share/nextcloud/apps/federation/l10n/sl.json
4270share/nextcloud/apps/federation/l10n/sq.js 5167share/nextcloud/apps/federation/l10n/sq.js
4271share/nextcloud/apps/federation/l10n/sq.json 5168share/nextcloud/apps/federation/l10n/sq.json
4272share/nextcloud/apps/federation/l10n/sr.js 5169share/nextcloud/apps/federation/l10n/sr.js
4273share/nextcloud/apps/federation/l10n/sr.json 5170share/nextcloud/apps/federation/l10n/sr.json
4274share/nextcloud/apps/federation/l10n/sv.js 5171share/nextcloud/apps/federation/l10n/sv.js
4275share/nextcloud/apps/federation/l10n/sv.json 5172share/nextcloud/apps/federation/l10n/sv.json
4276share/nextcloud/apps/federation/l10n/th_TH.js 5173share/nextcloud/apps/federation/l10n/th_TH.js
4277share/nextcloud/apps/federation/l10n/th_TH.json 5174share/nextcloud/apps/federation/l10n/th_TH.json
4278share/nextcloud/apps/federation/l10n/tr.js 5175share/nextcloud/apps/federation/l10n/tr.js
4279share/nextcloud/apps/federation/l10n/tr.json 5176share/nextcloud/apps/federation/l10n/tr.json
4280share/nextcloud/apps/federation/l10n/uk.js 5177share/nextcloud/apps/federation/l10n/uk.js
@@ -4402,28 +5299,54 @@ share/nextcloud/apps/files/l10n/de_DE.js @@ -4402,28 +5299,54 @@ share/nextcloud/apps/files/l10n/de_DE.js
4402share/nextcloud/apps/files/l10n/de_DE.json 5299share/nextcloud/apps/files/l10n/de_DE.json
4403share/nextcloud/apps/files/l10n/el.js 5300share/nextcloud/apps/files/l10n/el.js
4404share/nextcloud/apps/files/l10n/el.json 5301share/nextcloud/apps/files/l10n/el.json
4405share/nextcloud/apps/files/l10n/en_GB.js 5302share/nextcloud/apps/files/l10n/en_GB.js
4406share/nextcloud/apps/files/l10n/en_GB.json 5303share/nextcloud/apps/files/l10n/en_GB.json
4407share/nextcloud/apps/files/l10n/eo.js 5304share/nextcloud/apps/files/l10n/eo.js
4408share/nextcloud/apps/files/l10n/eo.json 5305share/nextcloud/apps/files/l10n/eo.json
4409share/nextcloud/apps/files/l10n/es.js 5306share/nextcloud/apps/files/l10n/es.js
4410share/nextcloud/apps/files/l10n/es.json 5307share/nextcloud/apps/files/l10n/es.json
4411share/nextcloud/apps/files/l10n/es_AR.js 5308share/nextcloud/apps/files/l10n/es_AR.js
4412share/nextcloud/apps/files/l10n/es_AR.json 5309share/nextcloud/apps/files/l10n/es_AR.json
4413share/nextcloud/apps/files/l10n/es_CL.js 5310share/nextcloud/apps/files/l10n/es_CL.js
4414share/nextcloud/apps/files/l10n/es_CL.json 5311share/nextcloud/apps/files/l10n/es_CL.json
 5312share/nextcloud/apps/files/l10n/es_CO.js
 5313share/nextcloud/apps/files/l10n/es_CO.json
 5314share/nextcloud/apps/files/l10n/es_CR.js
 5315share/nextcloud/apps/files/l10n/es_CR.json
 5316share/nextcloud/apps/files/l10n/es_DO.js
 5317share/nextcloud/apps/files/l10n/es_DO.json
 5318share/nextcloud/apps/files/l10n/es_EC.js
 5319share/nextcloud/apps/files/l10n/es_EC.json
 5320share/nextcloud/apps/files/l10n/es_GT.js
 5321share/nextcloud/apps/files/l10n/es_GT.json
 5322share/nextcloud/apps/files/l10n/es_HN.js
 5323share/nextcloud/apps/files/l10n/es_HN.json
4415share/nextcloud/apps/files/l10n/es_MX.js 5324share/nextcloud/apps/files/l10n/es_MX.js
4416share/nextcloud/apps/files/l10n/es_MX.json 5325share/nextcloud/apps/files/l10n/es_MX.json
 5326share/nextcloud/apps/files/l10n/es_NI.js
 5327share/nextcloud/apps/files/l10n/es_NI.json
 5328share/nextcloud/apps/files/l10n/es_PA.js
 5329share/nextcloud/apps/files/l10n/es_PA.json
 5330share/nextcloud/apps/files/l10n/es_PE.js
 5331share/nextcloud/apps/files/l10n/es_PE.json
 5332share/nextcloud/apps/files/l10n/es_PR.js
 5333share/nextcloud/apps/files/l10n/es_PR.json
 5334share/nextcloud/apps/files/l10n/es_PY.js
 5335share/nextcloud/apps/files/l10n/es_PY.json
 5336share/nextcloud/apps/files/l10n/es_SV.js
 5337share/nextcloud/apps/files/l10n/es_SV.json
 5338share/nextcloud/apps/files/l10n/es_UY.js
 5339share/nextcloud/apps/files/l10n/es_UY.json
4417share/nextcloud/apps/files/l10n/et_EE.js 5340share/nextcloud/apps/files/l10n/et_EE.js
4418share/nextcloud/apps/files/l10n/et_EE.json 5341share/nextcloud/apps/files/l10n/et_EE.json
4419share/nextcloud/apps/files/l10n/eu.js 5342share/nextcloud/apps/files/l10n/eu.js
4420share/nextcloud/apps/files/l10n/eu.json 5343share/nextcloud/apps/files/l10n/eu.json
4421share/nextcloud/apps/files/l10n/fa.js 5344share/nextcloud/apps/files/l10n/fa.js
4422share/nextcloud/apps/files/l10n/fa.json 5345share/nextcloud/apps/files/l10n/fa.json
4423share/nextcloud/apps/files/l10n/fi.js 5346share/nextcloud/apps/files/l10n/fi.js
4424share/nextcloud/apps/files/l10n/fi.json 5347share/nextcloud/apps/files/l10n/fi.json
4425share/nextcloud/apps/files/l10n/fi_FI.js 5348share/nextcloud/apps/files/l10n/fi_FI.js
4426share/nextcloud/apps/files/l10n/fi_FI.json 5349share/nextcloud/apps/files/l10n/fi_FI.json
4427share/nextcloud/apps/files/l10n/fil.js 5350share/nextcloud/apps/files/l10n/fil.js
4428share/nextcloud/apps/files/l10n/fil.json 5351share/nextcloud/apps/files/l10n/fil.json
4429share/nextcloud/apps/files/l10n/fr.js 5352share/nextcloud/apps/files/l10n/fr.js
@@ -4617,639 +5540,26 @@ share/nextcloud/apps/files_external/3rdp @@ -4617,639 +5540,26 @@ share/nextcloud/apps/files_external/3rdp
4617share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/NotFound.php 5540share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/NotFound.php
4618share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/OverQuota.php 5541share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/OverQuota.php
4619share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php 5542share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php
4620share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth.php 5543share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth.php
4621share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Consumer/Dropbox.php 5544share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Consumer/Dropbox.php
4622share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Curl.php 5545share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Curl.php
4623share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/PEAR.php 5546share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/PEAR.php
4624share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/PHP.php 5547share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/PHP.php
4625share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Wordpress.php 5548share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Wordpress.php
4626share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Zend.php 5549share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Zend.php
4627share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/ca-bundle.pem 5550share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/ca-bundle.pem
4628share/nextcloud/apps/files_external/3rdparty/Dropbox/autoload.php 5551share/nextcloud/apps/files_external/3rdparty/Dropbox/autoload.php
4629share/nextcloud/apps/files_external/3rdparty/autoload.php 5552share/nextcloud/apps/files_external/3rdparty/autoload.php
4630share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Aws.php 
4631share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AbstractClient.php 
4632share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AwsClientInterface.php 
4633share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ClientBuilder.php 
4634share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/DefaultClient.php 
4635share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ExpiredCredentialsChecker.php 
4636share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ThrottlingErrorChecker.php 
4637share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/UploadBodyListener.php 
4638share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/UserAgentListener.php 
4639share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/AwsQueryVisitor.php 
4640share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/JsonCommand.php 
4641share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/QueryCommand.php 
4642share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/XmlResponseLocationVisitor.php 
4643share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/AbstractCredentialsDecorator.php 
4644share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/AbstractRefreshableCredentials.php 
4645share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/CacheableCredentials.php 
4646share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/Credentials.php 
4647share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/CredentialsInterface.php 
4648share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/NullCredentials.php 
4649share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php 
4650share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum.php 
4651share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/ClientOptions.php 
4652share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/DateFormat.php 
4653share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Region.php 
4654share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Size.php 
4655share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Time.php 
4656share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/UaString.php 
4657share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/AwsExceptionInterface.php 
4658share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/BadMethodCallException.php 
4659share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/DomainException.php 
4660share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ExceptionFactoryInterface.php 
4661share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ExceptionListener.php 
4662share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/InstanceProfileCredentialsException.php 
4663share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/InvalidArgumentException.php 
4664share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/LogicException.php 
4665share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/MultipartUploadException.php 
4666share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/NamespaceExceptionFactory.php 
4667share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/OutOfBoundsException.php 
4668share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/OverflowException.php 
4669share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php 
4670share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php 
4671share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/ExceptionParserInterface.php 
4672share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php 
4673share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/JsonRestExceptionParser.php 
4674share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/RequiredExtensionNotLoadedException.php 
4675share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/RuntimeException.php 
4676share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ServiceResponseException.php 
4677share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/TransferException.php 
4678share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/UnexpectedValueException.php 
4679share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/Facade.php 
4680share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/FacadeInterface.php 
4681share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/facade-classes.php 
4682share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/ChunkHash.php 
4683share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/ChunkHashInterface.php 
4684share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/HashUtils.php 
4685share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/TreeHash.php 
4686share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/HostNameUtils.php 
4687share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/InstanceMetadata/InstanceMetadataClient.php 
4688share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php 
4689share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Iterator/AwsResourceIterator.php 
4690share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Iterator/AwsResourceIteratorFactory.php 
4691share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractTransfer.php 
4692share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractTransferState.php 
4693share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php 
4694share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadId.php 
4695share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php 
4696share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/TransferInterface.php 
4697share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/TransferStateInterface.php 
4698share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/UploadIdInterface.php 
4699share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/UploadPartInterface.php 
4700share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/aws-config.php 
4701share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/public-endpoints.php 
4702share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/sdk1-config.php 
4703share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/RulesEndpointProvider.php 
4704share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/AbstractSignature.php 
4705share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/EndpointSignatureInterface.php 
4706share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureInterface.php 
4707share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureListener.php 
4708share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV2.php 
4709share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV3Https.php 
4710share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV4.php 
4711share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/AbstractResourceWaiter.php 
4712share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/AbstractWaiter.php 
4713share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/CallableWaiter.php 
4714share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/CompositeWaiterFactory.php 
4715share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/ConfigResourceWaiter.php 
4716share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/ResourceWaiterInterface.php 
4717share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterClassFactory.php 
4718share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterConfig.php 
4719share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterConfigFactory.php 
4720share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterFactoryInterface.php 
4721share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterInterface.php 
4722share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/AcpListener.php 
4723share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/BucketStyleListener.php 
4724share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Command/S3Command.php 
4725share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/CannedAcl.php 
4726share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/EncodingType.php 
4727share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Event.php 
4728share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/GranteeType.php 
4729share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Group.php 
4730share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/MFADelete.php 
4731share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/MetadataDirective.php 
4732share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Payer.php 
4733share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Permission.php 
4734share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Protocol.php 
4735share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/ServerSideEncryption.php 
4736share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Status.php 
4737share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Storage.php 
4738share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/StorageClass.php 
4739share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AccessDeniedException.php 
4740share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AccountProblemException.php 
4741share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php 
4742share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BadDigestException.php 
4743share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketAlreadyExistsException.php 
4744share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php 
4745share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketNotEmptyException.php 
4746share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/CredentialsNotSupportedException.php 
4747share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php 
4748share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/DeleteMultipleObjectsException.php 
4749share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/EntityTooLargeException.php 
4750share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/EntityTooSmallException.php 
4751share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ExpiredTokenException.php 
4752share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IllegalVersioningConfigurationException.php 
4753share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IncompleteBodyException.php 
4754share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php 
4755share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InlineDataTooLargeException.php 
4756share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InternalErrorException.php 
4757share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidAccessKeyIdException.php 
4758share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidAddressingHeaderException.php 
4759share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidArgumentException.php 
4760share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidBucketNameException.php 
4761share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidBucketStateException.php 
4762share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidDigestException.php 
4763share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidLocationConstraintException.php 
4764share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPartException.php 
4765share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPartOrderException.php 
4766share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPayerException.php 
4767share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPolicyDocumentException.php 
4768share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidRangeException.php 
4769share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidRequestException.php 
4770share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidSOAPRequestException.php 
4771share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidSecurityException.php 
4772share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidStorageClassException.php 
4773share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTagErrorException.php 
4774share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php 
4775share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTokenException.php 
4776share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidURIException.php 
4777share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/KeyTooLongException.php 
4778share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedACLErrorException.php 
4779share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedPOSTRequestException.php 
4780share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedXMLException.php 
4781share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MaxMessageLengthExceededException.php 
4782share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php 
4783share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MetadataTooLargeException.php 
4784share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MethodNotAllowedException.php 
4785share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingAttachmentException.php 
4786share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingContentLengthException.php 
4787share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingRequestBodyErrorException.php 
4788share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingSecurityElementException.php 
4789share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingSecurityHeaderException.php 
4790share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoLoggingStatusForKeyException.php 
4791share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchBucketException.php 
4792share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchBucketPolicyException.php 
4793share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchCORSConfigurationException.php 
4794share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchKeyException.php 
4795share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php 
4796share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchTagSetErrorException.php 
4797share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchUploadException.php 
4798share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchVersionException.php 
4799share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php 
4800share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotImplementedException.php 
4801share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotSignedUpException.php 
4802share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotSuchBucketPolicyException.php 
4803share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php 
4804share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php 
4805share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/OperationAbortedException.php 
4806share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/Parser/S3ExceptionParser.php 
4807share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/PermanentRedirectException.php 
4808share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/PreconditionFailedException.php 
4809share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RedirectException.php 
4810share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestIsNotMultiPartContentException.php 
4811share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTimeTooSkewedException.php 
4812share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTimeoutException.php 
4813share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php 
4814share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/S3Exception.php 
4815share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ServiceUnavailableException.php 
4816share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/SignatureDoesNotMatchException.php 
4817share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/SlowDownException.php 
4818share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TemporaryRedirectException.php 
4819share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TokenRefreshRequiredException.php 
4820share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TooManyBucketsException.php 
4821share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UnexpectedContentException.php 
4822share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php 
4823share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php 
4824share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListBucketsIterator.php 
4825share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListMultipartUploadsIterator.php 
4826share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListObjectVersionsIterator.php 
4827share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListObjectsIterator.php 
4828share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/OpendirIterator.php 
4829share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Acp.php 
4830share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/AcpBuilder.php 
4831share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/ClearBucket.php 
4832share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/DeleteObjectsBatch.php 
4833share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/DeleteObjectsTransfer.php 
4834share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Grant.php 
4835share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Grantee.php 
4836share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/AbstractTransfer.php 
4837share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/ParallelTransfer.php 
4838share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/SerialTransfer.php 
4839share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/TransferState.php 
4840share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadBuilder.php 
4841share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadId.php 
4842share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadPart.php 
4843share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/PostObject.php 
4844share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Resources/s3-2006-03-01.php 
4845share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/ResumableDownload.php 
4846share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Client.php 
4847share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Md5Listener.php 
4848share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Signature.php 
4849share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3SignatureInterface.php 
4850share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3SignatureV4.php 
4851share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/SocketTimeoutChecker.php 
4852share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/SseCpkListener.php 
4853share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/StreamWrapper.php 
4854share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/AbstractSync.php 
4855share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/AbstractSyncBuilder.php 
4856share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/ChangedFilesIterator.php 
4857share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/DownloadSync.php 
4858share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/DownloadSyncBuilder.php 
4859share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/FilenameConverterInterface.php 
4860share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/KeyConverter.php 
4861share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/UploadSync.php 
4862share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/UploadSyncBuilder.php 
4863share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/AbstractBatchDecorator.php 
4864share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/Batch.php 
4865share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchBuilder.php 
4866share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchClosureDivisor.php 
4867share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchClosureTransfer.php 
4868share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchCommandTransfer.php 
4869share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchDivisorInterface.php 
4870share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchInterface.php 
4871share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchRequestTransfer.php 
4872share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchSizeDivisor.php 
4873share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchTransferInterface.php 
4874share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/Exception/BatchTransferException.php 
4875share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/ExceptionBufferingBatch.php 
4876share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/FlushingBatch.php 
4877share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/HistoryBatch.php 
4878share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/NotifyingBatch.php 
4879share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/composer.json 
4880share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/AbstractCacheAdapter.php 
4881share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/CacheAdapterFactory.php 
4882share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/CacheAdapterInterface.php 
4883share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/ClosureCacheAdapter.php 
4884share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/DoctrineCacheAdapter.php 
4885share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/NullCacheAdapter.php 
4886share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/Zf1CacheAdapter.php 
4887share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/Zf2CacheAdapter.php 
4888share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/composer.json 
4889share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/AbstractHasDispatcher.php 
4890share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Collection.php 
4891share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Event.php 
4892share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/BadMethodCallException.php 
4893share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/ExceptionCollection.php 
4894share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/GuzzleException.php 
4895share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/InvalidArgumentException.php 
4896share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/RuntimeException.php 
4897share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/UnexpectedValueException.php 
4898share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/FromConfigInterface.php 
4899share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/HasDispatcherInterface.php 
4900share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/ToArrayInterface.php 
4901share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Version.php 
4902share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/composer.json 
4903share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/AbstractEntityBodyDecorator.php 
4904share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/CachingEntityBody.php 
4905share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Client.php 
4906share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/ClientInterface.php 
4907share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlHandle.php 
4908share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMulti.php 
4909share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMultiInterface.php 
4910share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMultiProxy.php 
4911share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlVersion.php 
4912share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/RequestMediator.php 
4913share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/EntityBody.php 
4914share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/EntityBodyInterface.php 
4915share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/BadResponseException.php 
4916share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/ClientErrorResponseException.php 
4917share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/CouldNotRewindStreamException.php 
4918share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/CurlException.php 
4919share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/HttpException.php 
4920share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/MultiTransferException.php 
4921share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/RequestException.php 
4922share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/ServerErrorResponseException.php 
4923share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/TooManyRedirectsException.php 
4924share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/IoEmittingEntityBody.php 
4925share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/AbstractMessage.php 
4926share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/EntityEnclosingRequest.php 
4927share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/EntityEnclosingRequestInterface.php 
4928share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header.php 
4929share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/CacheControl.php 
4930share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderCollection.php 
4931share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderFactory.php 
4932share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderFactoryInterface.php 
4933share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderInterface.php 
4934share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/Link.php 
4935share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/MessageInterface.php 
4936share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/PostFile.php 
4937share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/PostFileInterface.php 
4938share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Request.php 
4939share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestFactory.php 
4940share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestFactoryInterface.php 
4941share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestInterface.php 
4942share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Response.php 
4943share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Mimetypes.php 
4944share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/CommaAggregator.php 
4945share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/DuplicateAggregator.php 
4946share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/PhpAggregator.php 
4947share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php 
4948share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryString.php 
4949share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/ReadLimitEntityBody.php 
4950share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/RedirectPlugin.php 
4951share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Resources/cacert.pem 
4952share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/StaticClient.php 
4953share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Url.php 
4954share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/composer.json 
4955share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/Inflector.php 
4956share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/InflectorInterface.php 
4957share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/MemoizingInflector.php 
4958share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/PreComputedInflector.php 
4959share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/composer.json 
4960share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/AppendIterator.php 
4961share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/ChunkedIterator.php 
4962share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/FilterIterator.php 
4963share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/MapIterator.php 
4964share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/MethodProxyIterator.php 
4965share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/README.md 
4966share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/composer.json 
4967share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/AbstractLogAdapter.php 
4968share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/ArrayLogAdapter.php 
4969share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/ClosureLogAdapter.php 
4970share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/LogAdapterInterface.php 
4971share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/MessageFormatter.php 
4972share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/MonologLogAdapter.php 
4973share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/PsrLogAdapter.php 
4974share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/Zf1LogAdapter.php 
4975share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/Zf2LogAdapter.php 
4976share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/composer.json 
4977share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Cookie/CookieParser.php 
4978share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Cookie/CookieParserInterface.php 
4979share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/AbstractMessageParser.php 
4980share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/MessageParser.php 
4981share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/MessageParserInterface.php 
4982share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/PeclHttpMessageParser.php 
4983share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/ParserRegistry.php 
4984share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/PeclUriTemplate.php 
4985share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/UriTemplate.php 
4986share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/UriTemplateInterface.php 
4987share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Url/UrlParser.php 
4988share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Url/UrlParserInterface.php 
4989share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/composer.json 
4990share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Async/AsyncPlugin.php 
4991share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Async/composer.json 
4992share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php 
4993share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php 
4994share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffLogger.php 
4995share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffPlugin.php 
4996share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php 
4997share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php 
4998share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php 
4999share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php 
5000share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php 
5001share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php 
5002share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php 
5003share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php 
5004share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php 
5005share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/composer.json 
5006share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php 
5007share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CachePlugin.php 
5008share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CacheStorageInterface.php 
5009share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php 
5010share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php 
5011share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php 
5012share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCacheStorage.php 
5013share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php 
5014share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultRevalidation.php 
5015share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DenyRevalidation.php 
5016share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/RevalidationInterface.php 
5017share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/SkipRevalidation.php 
5018share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/composer.json 
5019share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/Cookie.php 
5020share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php 
5021share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php 
5022share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php 
5023share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookiePlugin.php 
5024share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php 
5025share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/composer.json 
5026share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php 
5027share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/CurlAuth/composer.json 
5028share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php 
5029share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php 
5030share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php 
5031share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/composer.json 
5032share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/History/HistoryPlugin.php 
5033share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/History/composer.json 
5034share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/LogPlugin.php 
5035share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json 
5036share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php 
5037share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php 
5038share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/composer.json 
5039share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Mock/MockPlugin.php 
5040share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Mock/composer.json 
5041share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Oauth/OauthPlugin.php 
5042share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Oauth/composer.json 
5043share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/composer.json 
5044share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/AbstractConfigLoader.php 
5045share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilder.php 
5046share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilderInterface.php 
5047share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilderLoader.php 
5048share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/CachingConfigLoader.php 
5049share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Client.php 
5050share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/ClientInterface.php 
5051share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/AbstractCommand.php 
5052share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ClosureCommand.php 
5053share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/CommandInterface.php 
5054share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/CreateResponseClassEvent.php 
5055share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/DefaultRequestSerializer.php 
5056share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/DefaultResponseParser.php 
5057share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/AliasFactory.php 
5058share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/CompositeFactory.php 
5059share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/ConcreteClassFactory.php 
5060share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/FactoryInterface.php 
5061share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/MapFactory.php 
5062share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php 
5063share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php 
5064share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php 
5065share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php 
5066share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php 
5067share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php 
5068share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php 
5069share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php 
5070share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php 
5071share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php 
5072share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php 
5073share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php 
5074share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php 
5075share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php 
5076share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php 
5077share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php 
5078share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php 
5079share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php 
5080share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php 
5081share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php 
5082share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/OperationCommand.php 
5083share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/OperationResponseParser.php 
5084share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/RequestSerializerInterface.php 
5085share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ResponseClassInterface.php 
5086share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ResponseParserInterface.php 
5087share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/ConfigLoaderInterface.php 
5088share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/Operation.php 
5089share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/OperationInterface.php 
5090share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/Parameter.php 
5091share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/SchemaFormatter.php 
5092share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/SchemaValidator.php 
5093share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescription.php 
5094share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescriptionInterface.php 
5095share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescriptionLoader.php 
5096share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ValidatorInterface.php 
5097share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandException.php 
5098share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandTransferException.php 
5099share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/DescriptionBuilderException.php 
5100share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/InconsistentClientTransferException.php 
5101share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ResponseClassException.php 
5102share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ServiceBuilderException.php 
5103share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ServiceNotFoundException.php 
5104share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ValidationException.php 
5105share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php 
5106share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php 
5107share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/MapResourceIteratorFactory.php 
5108share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/Model.php 
5109share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIterator.php 
5110share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php 
5111share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorClassFactory.php 
5112share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php 
5113share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorInterface.php 
5114share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/composer.json 
5115share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/PhpStreamRequestFactory.php 
5116share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/Stream.php 
5117share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamInterface.php 
5118share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamRequestFactoryInterface.php 
5119share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json 
5120share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/.gitignore 
5121share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcClassLoader.php 
5122share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php 
5123share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/CHANGELOG.md 
5124share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassCollectionLoader.php 
5125share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassLoader.php 
5126share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassMapGenerator.php 
5127share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/DebugClassLoader.php 
5128share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php 
5129share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/LICENSE 
5130share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/MapClassLoader.php 
5131share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Psr4ClassLoader.php 
5132share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/README.md 
5133share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php 
5134share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php 
5135share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php 
5136share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php 
5137share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Bar.php 
5138share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Baz.php 
5139share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Foo.php 
5140share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/FooBar.php 
5141share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Bar.php 
5142share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Baz.php 
5143share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Foo.php 
5144share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Bar.php 
5145share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php 
5146share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Bar.php 
5147share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Foo.php 
5148share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php 
5149share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php 
5150share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Bar.php 
5151share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Foo.php 
5152share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php 
5153share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php 
5154share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/A.php 
5155share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/ATrait.php 
5156share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/B.php 
5157share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/BTrait.php 
5158share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php 
5159share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php 
5160share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php 
5161share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/E.php 
5162share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/GInterface.php 
5163share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php 
5164share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php 
5165share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Foo.php 
5166share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithComments.php 
5167share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Bar.php 
5168share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Baz.php 
5169share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Foo.php 
5170share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Bar.php 
5171share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Baz.php 
5172share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Foo.php 
5173share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/WithComments.php 
5174share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Bar.php 
5175share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Baz.php 
5176share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Foo.php 
5177share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Bar.php 
5178share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Foo.php 
5179share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Bar.php 
5180share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Foo.php 
5181share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Bar.php 
5182share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Foo.php 
5183share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Bar.php 
5184share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Foo.php 
5185share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Bar.php 
5186share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Foo.php 
5187share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Bar.php 
5188share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Foo.php 
5189share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Bar.php 
5190share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Foo.php 
5191share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Bar.php 
5192share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php 
5193share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeClass.php 
5194share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeInterface.php 
5195share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeParent.php 
5196share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/multipleNs.php 
5197share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notAClass.php 
5198share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notPhpFile.md 
5199share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/sameNsMultipleClasses.php 
5200share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php 
5201share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced/FooBar.php 
5202share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced2/FooBar.php 
5203share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike/FooBar.php 
5204share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php 
5205share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/includepath/Foo.php 
5206share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/traits.php 
5207share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Class_With_Underscores.php 
5208share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Foo.php 
5209share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php 
5210share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php 
5211share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Psr4ClassLoaderTest.php 
5212share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php 
5213share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/UniversalClassLoader.php 
5214share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/WinCacheClassLoader.php 
5215share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/XcacheClassLoader.php 
5216share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/composer.json 
5217share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/phpunit.xml.dist 
5218share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/.gitignore 
5219share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/CHANGELOG.md 
5220share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php 
5221share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php 
5222share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php 
5223share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/WrappedListener.php 
5224share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php 
5225share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Event.php 
5226share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventDispatcher.php 
5227share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventDispatcherInterface.php 
5228share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventSubscriberInterface.php 
5229share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/GenericEvent.php 
5230share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php 
5231share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/LICENSE 
5232share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/README.md 
5233share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php 
5234share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php 
5235share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php 
5236share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php 
5237share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/EventTest.php 
5238share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php 
5239share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php 
5240share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/composer.json 
5241share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/phpunit.xml.dist 
5242share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/aws-autoloader.php 
5243share/nextcloud/apps/files_external/3rdparty/composer.json 5553share/nextcloud/apps/files_external/3rdparty/composer.json
5244share/nextcloud/apps/files_external/3rdparty/composer.lock 5554share/nextcloud/apps/files_external/3rdparty/composer.lock
5245share/nextcloud/apps/files_external/3rdparty/composer/ClassLoader.php 5555share/nextcloud/apps/files_external/3rdparty/composer/ClassLoader.php
5246share/nextcloud/apps/files_external/3rdparty/composer/LICENSE 5556share/nextcloud/apps/files_external/3rdparty/composer/LICENSE
5247share/nextcloud/apps/files_external/3rdparty/composer/autoload_classmap.php 5557share/nextcloud/apps/files_external/3rdparty/composer/autoload_classmap.php
5248share/nextcloud/apps/files_external/3rdparty/composer/autoload_namespaces.php 5558share/nextcloud/apps/files_external/3rdparty/composer/autoload_namespaces.php
5249share/nextcloud/apps/files_external/3rdparty/composer/autoload_psr4.php 5559share/nextcloud/apps/files_external/3rdparty/composer/autoload_psr4.php
5250share/nextcloud/apps/files_external/3rdparty/composer/autoload_real.php 5560share/nextcloud/apps/files_external/3rdparty/composer/autoload_real.php
5251share/nextcloud/apps/files_external/3rdparty/composer/autoload_static.php 5561share/nextcloud/apps/files_external/3rdparty/composer/autoload_static.php
5252share/nextcloud/apps/files_external/3rdparty/composer/installed.json 5562share/nextcloud/apps/files_external/3rdparty/composer/installed.json
5253share/nextcloud/apps/files_external/3rdparty/google-api-php-client/LICENSE 5563share/nextcloud/apps/files_external/3rdparty/google-api-php-client/LICENSE
5254share/nextcloud/apps/files_external/3rdparty/google-api-php-client/README.md 5564share/nextcloud/apps/files_external/3rdparty/google-api-php-client/README.md
5255share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Abstract.php 5565share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Abstract.php
@@ -5513,28 +5823,54 @@ share/nextcloud/apps/files_external/l10n @@ -5513,28 +5823,54 @@ share/nextcloud/apps/files_external/l10n
5513share/nextcloud/apps/files_external/l10n/de_DE.json 5823share/nextcloud/apps/files_external/l10n/de_DE.json
5514share/nextcloud/apps/files_external/l10n/el.js 5824share/nextcloud/apps/files_external/l10n/el.js
5515share/nextcloud/apps/files_external/l10n/el.json 5825share/nextcloud/apps/files_external/l10n/el.json
5516share/nextcloud/apps/files_external/l10n/en_GB.js 5826share/nextcloud/apps/files_external/l10n/en_GB.js
5517share/nextcloud/apps/files_external/l10n/en_GB.json 5827share/nextcloud/apps/files_external/l10n/en_GB.json
5518share/nextcloud/apps/files_external/l10n/eo.js 5828share/nextcloud/apps/files_external/l10n/eo.js
5519share/nextcloud/apps/files_external/l10n/eo.json 5829share/nextcloud/apps/files_external/l10n/eo.json
5520share/nextcloud/apps/files_external/l10n/es.js 5830share/nextcloud/apps/files_external/l10n/es.js
5521share/nextcloud/apps/files_external/l10n/es.json 5831share/nextcloud/apps/files_external/l10n/es.json
5522share/nextcloud/apps/files_external/l10n/es_AR.js 5832share/nextcloud/apps/files_external/l10n/es_AR.js
5523share/nextcloud/apps/files_external/l10n/es_AR.json 5833share/nextcloud/apps/files_external/l10n/es_AR.json
5524share/nextcloud/apps/files_external/l10n/es_CL.js 5834share/nextcloud/apps/files_external/l10n/es_CL.js
5525share/nextcloud/apps/files_external/l10n/es_CL.json 5835share/nextcloud/apps/files_external/l10n/es_CL.json
 5836share/nextcloud/apps/files_external/l10n/es_CO.js
 5837share/nextcloud/apps/files_external/l10n/es_CO.json
 5838share/nextcloud/apps/files_external/l10n/es_CR.js
 5839share/nextcloud/apps/files_external/l10n/es_CR.json
 5840share/nextcloud/apps/files_external/l10n/es_DO.js
 5841share/nextcloud/apps/files_external/l10n/es_DO.json
 5842share/nextcloud/apps/files_external/l10n/es_EC.js
 5843share/nextcloud/apps/files_external/l10n/es_EC.json
 5844share/nextcloud/apps/files_external/l10n/es_GT.js
 5845share/nextcloud/apps/files_external/l10n/es_GT.json
 5846share/nextcloud/apps/files_external/l10n/es_HN.js
 5847share/nextcloud/apps/files_external/l10n/es_HN.json
5526share/nextcloud/apps/files_external/l10n/es_MX.js 5848share/nextcloud/apps/files_external/l10n/es_MX.js
5527share/nextcloud/apps/files_external/l10n/es_MX.json 5849share/nextcloud/apps/files_external/l10n/es_MX.json
 5850share/nextcloud/apps/files_external/l10n/es_NI.js
 5851share/nextcloud/apps/files_external/l10n/es_NI.json
 5852share/nextcloud/apps/files_external/l10n/es_PA.js
 5853share/nextcloud/apps/files_external/l10n/es_PA.json
 5854share/nextcloud/apps/files_external/l10n/es_PE.js
 5855share/nextcloud/apps/files_external/l10n/es_PE.json
 5856share/nextcloud/apps/files_external/l10n/es_PR.js
 5857share/nextcloud/apps/files_external/l10n/es_PR.json
 5858share/nextcloud/apps/files_external/l10n/es_PY.js
 5859share/nextcloud/apps/files_external/l10n/es_PY.json
 5860share/nextcloud/apps/files_external/l10n/es_SV.js
 5861share/nextcloud/apps/files_external/l10n/es_SV.json
 5862share/nextcloud/apps/files_external/l10n/es_UY.js
 5863share/nextcloud/apps/files_external/l10n/es_UY.json
5528share/nextcloud/apps/files_external/l10n/et_EE.js 5864share/nextcloud/apps/files_external/l10n/et_EE.js
5529share/nextcloud/apps/files_external/l10n/et_EE.json 5865share/nextcloud/apps/files_external/l10n/et_EE.json
5530share/nextcloud/apps/files_external/l10n/eu.js 5866share/nextcloud/apps/files_external/l10n/eu.js
5531share/nextcloud/apps/files_external/l10n/eu.json 5867share/nextcloud/apps/files_external/l10n/eu.json
5532share/nextcloud/apps/files_external/l10n/fa.js 5868share/nextcloud/apps/files_external/l10n/fa.js
5533share/nextcloud/apps/files_external/l10n/fa.json 5869share/nextcloud/apps/files_external/l10n/fa.json
5534share/nextcloud/apps/files_external/l10n/fi.js 5870share/nextcloud/apps/files_external/l10n/fi.js
5535share/nextcloud/apps/files_external/l10n/fi.json 5871share/nextcloud/apps/files_external/l10n/fi.json
5536share/nextcloud/apps/files_external/l10n/fi_FI.js 5872share/nextcloud/apps/files_external/l10n/fi_FI.js
5537share/nextcloud/apps/files_external/l10n/fi_FI.json 5873share/nextcloud/apps/files_external/l10n/fi_FI.json
5538share/nextcloud/apps/files_external/l10n/fil.js 5874share/nextcloud/apps/files_external/l10n/fil.js
5539share/nextcloud/apps/files_external/l10n/fil.json 5875share/nextcloud/apps/files_external/l10n/fil.json
5540share/nextcloud/apps/files_external/l10n/fr.js 5876share/nextcloud/apps/files_external/l10n/fr.js
@@ -6189,28 +6525,54 @@ share/nextcloud/apps/files_sharing/l10n/ @@ -6189,28 +6525,54 @@ share/nextcloud/apps/files_sharing/l10n/
6189share/nextcloud/apps/files_sharing/l10n/de_DE.json 6525share/nextcloud/apps/files_sharing/l10n/de_DE.json
6190share/nextcloud/apps/files_sharing/l10n/el.js 6526share/nextcloud/apps/files_sharing/l10n/el.js
6191share/nextcloud/apps/files_sharing/l10n/el.json 6527share/nextcloud/apps/files_sharing/l10n/el.json
6192share/nextcloud/apps/files_sharing/l10n/en_GB.js 6528share/nextcloud/apps/files_sharing/l10n/en_GB.js
6193share/nextcloud/apps/files_sharing/l10n/en_GB.json 6529share/nextcloud/apps/files_sharing/l10n/en_GB.json
6194share/nextcloud/apps/files_sharing/l10n/eo.js 6530share/nextcloud/apps/files_sharing/l10n/eo.js
6195share/nextcloud/apps/files_sharing/l10n/eo.json 6531share/nextcloud/apps/files_sharing/l10n/eo.json
6196share/nextcloud/apps/files_sharing/l10n/es.js 6532share/nextcloud/apps/files_sharing/l10n/es.js
6197share/nextcloud/apps/files_sharing/l10n/es.json 6533share/nextcloud/apps/files_sharing/l10n/es.json
6198share/nextcloud/apps/files_sharing/l10n/es_AR.js 6534share/nextcloud/apps/files_sharing/l10n/es_AR.js
6199share/nextcloud/apps/files_sharing/l10n/es_AR.json 6535share/nextcloud/apps/files_sharing/l10n/es_AR.json
6200share/nextcloud/apps/files_sharing/l10n/es_CL.js 6536share/nextcloud/apps/files_sharing/l10n/es_CL.js
6201share/nextcloud/apps/files_sharing/l10n/es_CL.json 6537share/nextcloud/apps/files_sharing/l10n/es_CL.json
 6538share/nextcloud/apps/files_sharing/l10n/es_CO.js
 6539share/nextcloud/apps/files_sharing/l10n/es_CO.json
 6540share/nextcloud/apps/files_sharing/l10n/es_CR.js
 6541share/nextcloud/apps/files_sharing/l10n/es_CR.json
 6542share/nextcloud/apps/files_sharing/l10n/es_DO.js
 6543share/nextcloud/apps/files_sharing/l10n/es_DO.json
 6544share/nextcloud/apps/files_sharing/l10n/es_EC.js
 6545share/nextcloud/apps/files_sharing/l10n/es_EC.json
 6546share/nextcloud/apps/files_sharing/l10n/es_GT.js
 6547share/nextcloud/apps/files_sharing/l10n/es_GT.json
 6548share/nextcloud/apps/files_sharing/l10n/es_HN.js
 6549share/nextcloud/apps/files_sharing/l10n/es_HN.json
6202share/nextcloud/apps/files_sharing/l10n/es_MX.js 6550share/nextcloud/apps/files_sharing/l10n/es_MX.js
6203share/nextcloud/apps/files_sharing/l10n/es_MX.json 6551share/nextcloud/apps/files_sharing/l10n/es_MX.json
 6552share/nextcloud/apps/files_sharing/l10n/es_NI.js
 6553share/nextcloud/apps/files_sharing/l10n/es_NI.json
 6554share/nextcloud/apps/files_sharing/l10n/es_PA.js
 6555share/nextcloud/apps/files_sharing/l10n/es_PA.json
 6556share/nextcloud/apps/files_sharing/l10n/es_PE.js
 6557share/nextcloud/apps/files_sharing/l10n/es_PE.json
 6558share/nextcloud/apps/files_sharing/l10n/es_PR.js
 6559share/nextcloud/apps/files_sharing/l10n/es_PR.json
 6560share/nextcloud/apps/files_sharing/l10n/es_PY.js
 6561share/nextcloud/apps/files_sharing/l10n/es_PY.json
 6562share/nextcloud/apps/files_sharing/l10n/es_SV.js
 6563share/nextcloud/apps/files_sharing/l10n/es_SV.json
 6564share/nextcloud/apps/files_sharing/l10n/es_UY.js
 6565share/nextcloud/apps/files_sharing/l10n/es_UY.json
6204share/nextcloud/apps/files_sharing/l10n/et_EE.js 6566share/nextcloud/apps/files_sharing/l10n/et_EE.js
6205share/nextcloud/apps/files_sharing/l10n/et_EE.json 6567share/nextcloud/apps/files_sharing/l10n/et_EE.json
6206share/nextcloud/apps/files_sharing/l10n/eu.js 6568share/nextcloud/apps/files_sharing/l10n/eu.js
6207share/nextcloud/apps/files_sharing/l10n/eu.json 6569share/nextcloud/apps/files_sharing/l10n/eu.json
6208share/nextcloud/apps/files_sharing/l10n/fa.js 6570share/nextcloud/apps/files_sharing/l10n/fa.js
6209share/nextcloud/apps/files_sharing/l10n/fa.json 6571share/nextcloud/apps/files_sharing/l10n/fa.json
6210share/nextcloud/apps/files_sharing/l10n/fi.js 6572share/nextcloud/apps/files_sharing/l10n/fi.js
6211share/nextcloud/apps/files_sharing/l10n/fi.json 6573share/nextcloud/apps/files_sharing/l10n/fi.json
6212share/nextcloud/apps/files_sharing/l10n/fi_FI.js 6574share/nextcloud/apps/files_sharing/l10n/fi_FI.js
6213share/nextcloud/apps/files_sharing/l10n/fi_FI.json 6575share/nextcloud/apps/files_sharing/l10n/fi_FI.json
6214share/nextcloud/apps/files_sharing/l10n/fil.js 6576share/nextcloud/apps/files_sharing/l10n/fil.js
6215share/nextcloud/apps/files_sharing/l10n/fil.json 6577share/nextcloud/apps/files_sharing/l10n/fil.json
6216share/nextcloud/apps/files_sharing/l10n/fr.js 6578share/nextcloud/apps/files_sharing/l10n/fr.js
@@ -6735,31 +7097,60 @@ share/nextcloud/apps/files_texteditor/l1 @@ -6735,31 +7097,60 @@ share/nextcloud/apps/files_texteditor/l1
6735share/nextcloud/apps/files_texteditor/l10n/de_CH.php 7097share/nextcloud/apps/files_texteditor/l10n/de_CH.php
6736share/nextcloud/apps/files_texteditor/l10n/de_DE.js 7098share/nextcloud/apps/files_texteditor/l10n/de_DE.js
6737share/nextcloud/apps/files_texteditor/l10n/de_DE.json 7099share/nextcloud/apps/files_texteditor/l10n/de_DE.json
6738share/nextcloud/apps/files_texteditor/l10n/el.js 7100share/nextcloud/apps/files_texteditor/l10n/el.js
6739share/nextcloud/apps/files_texteditor/l10n/el.json 7101share/nextcloud/apps/files_texteditor/l10n/el.json
6740share/nextcloud/apps/files_texteditor/l10n/en_GB.js 7102share/nextcloud/apps/files_texteditor/l10n/en_GB.js
6741share/nextcloud/apps/files_texteditor/l10n/en_GB.json 7103share/nextcloud/apps/files_texteditor/l10n/en_GB.json
6742share/nextcloud/apps/files_texteditor/l10n/eo.js 7104share/nextcloud/apps/files_texteditor/l10n/eo.js
6743share/nextcloud/apps/files_texteditor/l10n/eo.json 7105share/nextcloud/apps/files_texteditor/l10n/eo.json
6744share/nextcloud/apps/files_texteditor/l10n/es.js 7106share/nextcloud/apps/files_texteditor/l10n/es.js
6745share/nextcloud/apps/files_texteditor/l10n/es.json 7107share/nextcloud/apps/files_texteditor/l10n/es.json
6746share/nextcloud/apps/files_texteditor/l10n/es_AR.js 7108share/nextcloud/apps/files_texteditor/l10n/es_AR.js
6747share/nextcloud/apps/files_texteditor/l10n/es_AR.json 7109share/nextcloud/apps/files_texteditor/l10n/es_AR.json
 7110share/nextcloud/apps/files_texteditor/l10n/es_CL.js
 7111share/nextcloud/apps/files_texteditor/l10n/es_CL.json
 7112share/nextcloud/apps/files_texteditor/l10n/es_CO.js
 7113share/nextcloud/apps/files_texteditor/l10n/es_CO.json
 7114share/nextcloud/apps/files_texteditor/l10n/es_CR.js
 7115share/nextcloud/apps/files_texteditor/l10n/es_CR.json
 7116share/nextcloud/apps/files_texteditor/l10n/es_DO.js
 7117share/nextcloud/apps/files_texteditor/l10n/es_DO.json
 7118share/nextcloud/apps/files_texteditor/l10n/es_EC.js
 7119share/nextcloud/apps/files_texteditor/l10n/es_EC.json
 7120share/nextcloud/apps/files_texteditor/l10n/es_GT.js
 7121share/nextcloud/apps/files_texteditor/l10n/es_GT.json
 7122share/nextcloud/apps/files_texteditor/l10n/es_HN.js
 7123share/nextcloud/apps/files_texteditor/l10n/es_HN.json
6748share/nextcloud/apps/files_texteditor/l10n/es_MX.js 7124share/nextcloud/apps/files_texteditor/l10n/es_MX.js
6749share/nextcloud/apps/files_texteditor/l10n/es_MX.json 7125share/nextcloud/apps/files_texteditor/l10n/es_MX.json
 7126share/nextcloud/apps/files_texteditor/l10n/es_NI.js
 7127share/nextcloud/apps/files_texteditor/l10n/es_NI.json
 7128share/nextcloud/apps/files_texteditor/l10n/es_PA.js
 7129share/nextcloud/apps/files_texteditor/l10n/es_PA.json
 7130share/nextcloud/apps/files_texteditor/l10n/es_PE.js
 7131share/nextcloud/apps/files_texteditor/l10n/es_PE.json
 7132share/nextcloud/apps/files_texteditor/l10n/es_PR.js
 7133share/nextcloud/apps/files_texteditor/l10n/es_PR.json
 7134share/nextcloud/apps/files_texteditor/l10n/es_PY.js
 7135share/nextcloud/apps/files_texteditor/l10n/es_PY.json
 7136share/nextcloud/apps/files_texteditor/l10n/es_SV.js
 7137share/nextcloud/apps/files_texteditor/l10n/es_SV.json
 7138share/nextcloud/apps/files_texteditor/l10n/es_UY.js
 7139share/nextcloud/apps/files_texteditor/l10n/es_UY.json
6750share/nextcloud/apps/files_texteditor/l10n/et_EE.js 7140share/nextcloud/apps/files_texteditor/l10n/et_EE.js
6751share/nextcloud/apps/files_texteditor/l10n/et_EE.json 7141share/nextcloud/apps/files_texteditor/l10n/et_EE.json
6752share/nextcloud/apps/files_texteditor/l10n/eu.php 7142share/nextcloud/apps/files_texteditor/l10n/eu.js
 7143share/nextcloud/apps/files_texteditor/l10n/eu.json
6753share/nextcloud/apps/files_texteditor/l10n/eu_ES.php 7144share/nextcloud/apps/files_texteditor/l10n/eu_ES.php
6754share/nextcloud/apps/files_texteditor/l10n/fa.js 7145share/nextcloud/apps/files_texteditor/l10n/fa.js
6755share/nextcloud/apps/files_texteditor/l10n/fa.json 7146share/nextcloud/apps/files_texteditor/l10n/fa.json
6756share/nextcloud/apps/files_texteditor/l10n/fi.js 7147share/nextcloud/apps/files_texteditor/l10n/fi.js
6757share/nextcloud/apps/files_texteditor/l10n/fi.json 7148share/nextcloud/apps/files_texteditor/l10n/fi.json
6758share/nextcloud/apps/files_texteditor/l10n/fi_FI.js 7149share/nextcloud/apps/files_texteditor/l10n/fi_FI.js
6759share/nextcloud/apps/files_texteditor/l10n/fi_FI.json 7150share/nextcloud/apps/files_texteditor/l10n/fi_FI.json
6760share/nextcloud/apps/files_texteditor/l10n/fr.js 7151share/nextcloud/apps/files_texteditor/l10n/fr.js
6761share/nextcloud/apps/files_texteditor/l10n/fr.json 7152share/nextcloud/apps/files_texteditor/l10n/fr.json
6762share/nextcloud/apps/files_texteditor/l10n/gl.js 7153share/nextcloud/apps/files_texteditor/l10n/gl.js
6763share/nextcloud/apps/files_texteditor/l10n/gl.json 7154share/nextcloud/apps/files_texteditor/l10n/gl.json
6764share/nextcloud/apps/files_texteditor/l10n/he.js 7155share/nextcloud/apps/files_texteditor/l10n/he.js
6765share/nextcloud/apps/files_texteditor/l10n/he.json 7156share/nextcloud/apps/files_texteditor/l10n/he.json
@@ -6770,27 +7161,28 @@ share/nextcloud/apps/files_texteditor/l1 @@ -6770,27 +7161,28 @@ share/nextcloud/apps/files_texteditor/l1
6770share/nextcloud/apps/files_texteditor/l10n/hu_HU.js 7161share/nextcloud/apps/files_texteditor/l10n/hu_HU.js
6771share/nextcloud/apps/files_texteditor/l10n/hu_HU.json 7162share/nextcloud/apps/files_texteditor/l10n/hu_HU.json
6772share/nextcloud/apps/files_texteditor/l10n/hy.js 7163share/nextcloud/apps/files_texteditor/l10n/hy.js
6773share/nextcloud/apps/files_texteditor/l10n/hy.json 7164share/nextcloud/apps/files_texteditor/l10n/hy.json
6774share/nextcloud/apps/files_texteditor/l10n/ia.php 7165share/nextcloud/apps/files_texteditor/l10n/ia.php
6775share/nextcloud/apps/files_texteditor/l10n/id.js 7166share/nextcloud/apps/files_texteditor/l10n/id.js
6776share/nextcloud/apps/files_texteditor/l10n/id.json 7167share/nextcloud/apps/files_texteditor/l10n/id.json
6777share/nextcloud/apps/files_texteditor/l10n/is.js 7168share/nextcloud/apps/files_texteditor/l10n/is.js
6778share/nextcloud/apps/files_texteditor/l10n/is.json 7169share/nextcloud/apps/files_texteditor/l10n/is.json
6779share/nextcloud/apps/files_texteditor/l10n/it.js 7170share/nextcloud/apps/files_texteditor/l10n/it.js
6780share/nextcloud/apps/files_texteditor/l10n/it.json 7171share/nextcloud/apps/files_texteditor/l10n/it.json
6781share/nextcloud/apps/files_texteditor/l10n/ja.js 7172share/nextcloud/apps/files_texteditor/l10n/ja.js
6782share/nextcloud/apps/files_texteditor/l10n/ja.json 7173share/nextcloud/apps/files_texteditor/l10n/ja.json
6783share/nextcloud/apps/files_texteditor/l10n/ka_GE.php 7174share/nextcloud/apps/files_texteditor/l10n/ka_GE.js
 7175share/nextcloud/apps/files_texteditor/l10n/ka_GE.json
6784share/nextcloud/apps/files_texteditor/l10n/km.php 7176share/nextcloud/apps/files_texteditor/l10n/km.php
6785share/nextcloud/apps/files_texteditor/l10n/ko.js 7177share/nextcloud/apps/files_texteditor/l10n/ko.js
6786share/nextcloud/apps/files_texteditor/l10n/ko.json 7178share/nextcloud/apps/files_texteditor/l10n/ko.json
6787share/nextcloud/apps/files_texteditor/l10n/ku_IQ.php 7179share/nextcloud/apps/files_texteditor/l10n/ku_IQ.php
6788share/nextcloud/apps/files_texteditor/l10n/lb.php 7180share/nextcloud/apps/files_texteditor/l10n/lb.php
6789share/nextcloud/apps/files_texteditor/l10n/lt_LT.js 7181share/nextcloud/apps/files_texteditor/l10n/lt_LT.js
6790share/nextcloud/apps/files_texteditor/l10n/lt_LT.json 7182share/nextcloud/apps/files_texteditor/l10n/lt_LT.json
6791share/nextcloud/apps/files_texteditor/l10n/lv.php 7183share/nextcloud/apps/files_texteditor/l10n/lv.php
6792share/nextcloud/apps/files_texteditor/l10n/mk.php 7184share/nextcloud/apps/files_texteditor/l10n/mk.php
6793share/nextcloud/apps/files_texteditor/l10n/ms_MY.php 7185share/nextcloud/apps/files_texteditor/l10n/ms_MY.php
6794share/nextcloud/apps/files_texteditor/l10n/nb.js 7186share/nextcloud/apps/files_texteditor/l10n/nb.js
6795share/nextcloud/apps/files_texteditor/l10n/nb.json 7187share/nextcloud/apps/files_texteditor/l10n/nb.json
6796share/nextcloud/apps/files_texteditor/l10n/nb_NO.js 7188share/nextcloud/apps/files_texteditor/l10n/nb_NO.js
@@ -6900,28 +7292,54 @@ share/nextcloud/apps/files_trashbin/l10n @@ -6900,28 +7292,54 @@ share/nextcloud/apps/files_trashbin/l10n
6900share/nextcloud/apps/files_trashbin/l10n/de_DE.json 7292share/nextcloud/apps/files_trashbin/l10n/de_DE.json
6901share/nextcloud/apps/files_trashbin/l10n/el.js 7293share/nextcloud/apps/files_trashbin/l10n/el.js
6902share/nextcloud/apps/files_trashbin/l10n/el.json 7294share/nextcloud/apps/files_trashbin/l10n/el.json
6903share/nextcloud/apps/files_trashbin/l10n/en_GB.js 7295share/nextcloud/apps/files_trashbin/l10n/en_GB.js
6904share/nextcloud/apps/files_trashbin/l10n/en_GB.json 7296share/nextcloud/apps/files_trashbin/l10n/en_GB.json
6905share/nextcloud/apps/files_trashbin/l10n/eo.js 7297share/nextcloud/apps/files_trashbin/l10n/eo.js
6906share/nextcloud/apps/files_trashbin/l10n/eo.json 7298share/nextcloud/apps/files_trashbin/l10n/eo.json
6907share/nextcloud/apps/files_trashbin/l10n/es.js 7299share/nextcloud/apps/files_trashbin/l10n/es.js
6908share/nextcloud/apps/files_trashbin/l10n/es.json 7300share/nextcloud/apps/files_trashbin/l10n/es.json
6909share/nextcloud/apps/files_trashbin/l10n/es_AR.js 7301share/nextcloud/apps/files_trashbin/l10n/es_AR.js
6910share/nextcloud/apps/files_trashbin/l10n/es_AR.json 7302share/nextcloud/apps/files_trashbin/l10n/es_AR.json
6911share/nextcloud/apps/files_trashbin/l10n/es_CL.js 7303share/nextcloud/apps/files_trashbin/l10n/es_CL.js
6912share/nextcloud/apps/files_trashbin/l10n/es_CL.json 7304share/nextcloud/apps/files_trashbin/l10n/es_CL.json
 7305share/nextcloud/apps/files_trashbin/l10n/es_CO.js
 7306share/nextcloud/apps/files_trashbin/l10n/es_CO.json
 7307share/nextcloud/apps/files_trashbin/l10n/es_CR.js
 7308share/nextcloud/apps/files_trashbin/l10n/es_CR.json
 7309share/nextcloud/apps/files_trashbin/l10n/es_DO.js
 7310share/nextcloud/apps/files_trashbin/l10n/es_DO.json
 7311share/nextcloud/apps/files_trashbin/l10n/es_EC.js
 7312share/nextcloud/apps/files_trashbin/l10n/es_EC.json
 7313share/nextcloud/apps/files_trashbin/l10n/es_GT.js
 7314share/nextcloud/apps/files_trashbin/l10n/es_GT.json
 7315share/nextcloud/apps/files_trashbin/l10n/es_HN.js
 7316share/nextcloud/apps/files_trashbin/l10n/es_HN.json
6913share/nextcloud/apps/files_trashbin/l10n/es_MX.js 7317share/nextcloud/apps/files_trashbin/l10n/es_MX.js
6914share/nextcloud/apps/files_trashbin/l10n/es_MX.json 7318share/nextcloud/apps/files_trashbin/l10n/es_MX.json
 7319share/nextcloud/apps/files_trashbin/l10n/es_NI.js
 7320share/nextcloud/apps/files_trashbin/l10n/es_NI.json
 7321share/nextcloud/apps/files_trashbin/l10n/es_PA.js
 7322share/nextcloud/apps/files_trashbin/l10n/es_PA.json
 7323share/nextcloud/apps/files_trashbin/l10n/es_PE.js
 7324share/nextcloud/apps/files_trashbin/l10n/es_PE.json
 7325share/nextcloud/apps/files_trashbin/l10n/es_PR.js
 7326share/nextcloud/apps/files_trashbin/l10n/es_PR.json
 7327share/nextcloud/apps/files_trashbin/l10n/es_PY.js
 7328share/nextcloud/apps/files_trashbin/l10n/es_PY.json
 7329share/nextcloud/apps/files_trashbin/l10n/es_SV.js
 7330share/nextcloud/apps/files_trashbin/l10n/es_SV.json
 7331share/nextcloud/apps/files_trashbin/l10n/es_UY.js
 7332share/nextcloud/apps/files_trashbin/l10n/es_UY.json
6915share/nextcloud/apps/files_trashbin/l10n/et_EE.js 7333share/nextcloud/apps/files_trashbin/l10n/et_EE.js
6916share/nextcloud/apps/files_trashbin/l10n/et_EE.json 7334share/nextcloud/apps/files_trashbin/l10n/et_EE.json
6917share/nextcloud/apps/files_trashbin/l10n/eu.js 7335share/nextcloud/apps/files_trashbin/l10n/eu.js
6918share/nextcloud/apps/files_trashbin/l10n/eu.json 7336share/nextcloud/apps/files_trashbin/l10n/eu.json
6919share/nextcloud/apps/files_trashbin/l10n/fa.js 7337share/nextcloud/apps/files_trashbin/l10n/fa.js
6920share/nextcloud/apps/files_trashbin/l10n/fa.json 7338share/nextcloud/apps/files_trashbin/l10n/fa.json
6921share/nextcloud/apps/files_trashbin/l10n/fi.js 7339share/nextcloud/apps/files_trashbin/l10n/fi.js
6922share/nextcloud/apps/files_trashbin/l10n/fi.json 7340share/nextcloud/apps/files_trashbin/l10n/fi.json
6923share/nextcloud/apps/files_trashbin/l10n/fi_FI.js 7341share/nextcloud/apps/files_trashbin/l10n/fi_FI.js
6924share/nextcloud/apps/files_trashbin/l10n/fi_FI.json 7342share/nextcloud/apps/files_trashbin/l10n/fi_FI.json
6925share/nextcloud/apps/files_trashbin/l10n/fil.js 7343share/nextcloud/apps/files_trashbin/l10n/fil.js
6926share/nextcloud/apps/files_trashbin/l10n/fil.json 7344share/nextcloud/apps/files_trashbin/l10n/fil.json
6927share/nextcloud/apps/files_trashbin/l10n/fr.js 7345share/nextcloud/apps/files_trashbin/l10n/fr.js
@@ -7096,28 +7514,56 @@ share/nextcloud/apps/files_versions/l10n @@ -7096,28 +7514,56 @@ share/nextcloud/apps/files_versions/l10n
7096share/nextcloud/apps/files_versions/l10n/de.json 7514share/nextcloud/apps/files_versions/l10n/de.json
7097share/nextcloud/apps/files_versions/l10n/de_DE.js 7515share/nextcloud/apps/files_versions/l10n/de_DE.js
7098share/nextcloud/apps/files_versions/l10n/de_DE.json 7516share/nextcloud/apps/files_versions/l10n/de_DE.json
7099share/nextcloud/apps/files_versions/l10n/el.js 7517share/nextcloud/apps/files_versions/l10n/el.js
7100share/nextcloud/apps/files_versions/l10n/el.json 7518share/nextcloud/apps/files_versions/l10n/el.json
7101share/nextcloud/apps/files_versions/l10n/en_GB.js 7519share/nextcloud/apps/files_versions/l10n/en_GB.js
7102share/nextcloud/apps/files_versions/l10n/en_GB.json 7520share/nextcloud/apps/files_versions/l10n/en_GB.json
7103share/nextcloud/apps/files_versions/l10n/eo.js 7521share/nextcloud/apps/files_versions/l10n/eo.js
7104share/nextcloud/apps/files_versions/l10n/eo.json 7522share/nextcloud/apps/files_versions/l10n/eo.json
7105share/nextcloud/apps/files_versions/l10n/es.js 7523share/nextcloud/apps/files_versions/l10n/es.js
7106share/nextcloud/apps/files_versions/l10n/es.json 7524share/nextcloud/apps/files_versions/l10n/es.json
7107share/nextcloud/apps/files_versions/l10n/es_AR.js 7525share/nextcloud/apps/files_versions/l10n/es_AR.js
7108share/nextcloud/apps/files_versions/l10n/es_AR.json 7526share/nextcloud/apps/files_versions/l10n/es_AR.json
 7527share/nextcloud/apps/files_versions/l10n/es_CL.js
 7528share/nextcloud/apps/files_versions/l10n/es_CL.json
 7529share/nextcloud/apps/files_versions/l10n/es_CO.js
 7530share/nextcloud/apps/files_versions/l10n/es_CO.json
 7531share/nextcloud/apps/files_versions/l10n/es_CR.js
 7532share/nextcloud/apps/files_versions/l10n/es_CR.json
 7533share/nextcloud/apps/files_versions/l10n/es_DO.js
 7534share/nextcloud/apps/files_versions/l10n/es_DO.json
 7535share/nextcloud/apps/files_versions/l10n/es_EC.js
 7536share/nextcloud/apps/files_versions/l10n/es_EC.json
 7537share/nextcloud/apps/files_versions/l10n/es_GT.js
 7538share/nextcloud/apps/files_versions/l10n/es_GT.json
 7539share/nextcloud/apps/files_versions/l10n/es_HN.js
 7540share/nextcloud/apps/files_versions/l10n/es_HN.json
7109share/nextcloud/apps/files_versions/l10n/es_MX.js 7541share/nextcloud/apps/files_versions/l10n/es_MX.js
7110share/nextcloud/apps/files_versions/l10n/es_MX.json 7542share/nextcloud/apps/files_versions/l10n/es_MX.json
 7543share/nextcloud/apps/files_versions/l10n/es_NI.js
 7544share/nextcloud/apps/files_versions/l10n/es_NI.json
 7545share/nextcloud/apps/files_versions/l10n/es_PA.js
 7546share/nextcloud/apps/files_versions/l10n/es_PA.json
 7547share/nextcloud/apps/files_versions/l10n/es_PE.js
 7548share/nextcloud/apps/files_versions/l10n/es_PE.json
 7549share/nextcloud/apps/files_versions/l10n/es_PR.js
 7550share/nextcloud/apps/files_versions/l10n/es_PR.json
 7551share/nextcloud/apps/files_versions/l10n/es_PY.js
 7552share/nextcloud/apps/files_versions/l10n/es_PY.json
 7553share/nextcloud/apps/files_versions/l10n/es_SV.js
 7554share/nextcloud/apps/files_versions/l10n/es_SV.json
 7555share/nextcloud/apps/files_versions/l10n/es_UY.js
 7556share/nextcloud/apps/files_versions/l10n/es_UY.json
7111share/nextcloud/apps/files_versions/l10n/et_EE.js 7557share/nextcloud/apps/files_versions/l10n/et_EE.js
7112share/nextcloud/apps/files_versions/l10n/et_EE.json 7558share/nextcloud/apps/files_versions/l10n/et_EE.json
7113share/nextcloud/apps/files_versions/l10n/eu.js 7559share/nextcloud/apps/files_versions/l10n/eu.js
7114share/nextcloud/apps/files_versions/l10n/eu.json 7560share/nextcloud/apps/files_versions/l10n/eu.json
7115share/nextcloud/apps/files_versions/l10n/fa.js 7561share/nextcloud/apps/files_versions/l10n/fa.js
7116share/nextcloud/apps/files_versions/l10n/fa.json 7562share/nextcloud/apps/files_versions/l10n/fa.json
7117share/nextcloud/apps/files_versions/l10n/fi.js 7563share/nextcloud/apps/files_versions/l10n/fi.js
7118share/nextcloud/apps/files_versions/l10n/fi.json 7564share/nextcloud/apps/files_versions/l10n/fi.json
7119share/nextcloud/apps/files_versions/l10n/fi_FI.js 7565share/nextcloud/apps/files_versions/l10n/fi_FI.js
7120share/nextcloud/apps/files_versions/l10n/fi_FI.json 7566share/nextcloud/apps/files_versions/l10n/fi_FI.json
7121share/nextcloud/apps/files_versions/l10n/fr.js 7567share/nextcloud/apps/files_versions/l10n/fr.js
7122share/nextcloud/apps/files_versions/l10n/fr.json 7568share/nextcloud/apps/files_versions/l10n/fr.json
7123share/nextcloud/apps/files_versions/l10n/gl.js 7569share/nextcloud/apps/files_versions/l10n/gl.js
@@ -7304,28 +7750,56 @@ share/nextcloud/apps/firstrunwizard/l10n @@ -7304,28 +7750,56 @@ share/nextcloud/apps/firstrunwizard/l10n
7304share/nextcloud/apps/firstrunwizard/l10n/de_CH.php 7750share/nextcloud/apps/firstrunwizard/l10n/de_CH.php
7305share/nextcloud/apps/firstrunwizard/l10n/de_DE.js 7751share/nextcloud/apps/firstrunwizard/l10n/de_DE.js
7306share/nextcloud/apps/firstrunwizard/l10n/de_DE.json 7752share/nextcloud/apps/firstrunwizard/l10n/de_DE.json
7307share/nextcloud/apps/firstrunwizard/l10n/el.js 7753share/nextcloud/apps/firstrunwizard/l10n/el.js
7308share/nextcloud/apps/firstrunwizard/l10n/el.json 7754share/nextcloud/apps/firstrunwizard/l10n/el.json
7309share/nextcloud/apps/firstrunwizard/l10n/en_GB.js 7755share/nextcloud/apps/firstrunwizard/l10n/en_GB.js
7310share/nextcloud/apps/firstrunwizard/l10n/en_GB.json 7756share/nextcloud/apps/firstrunwizard/l10n/en_GB.json
7311share/nextcloud/apps/firstrunwizard/l10n/eo.js 7757share/nextcloud/apps/firstrunwizard/l10n/eo.js
7312share/nextcloud/apps/firstrunwizard/l10n/eo.json 7758share/nextcloud/apps/firstrunwizard/l10n/eo.json
7313share/nextcloud/apps/firstrunwizard/l10n/es.js 7759share/nextcloud/apps/firstrunwizard/l10n/es.js
7314share/nextcloud/apps/firstrunwizard/l10n/es.json 7760share/nextcloud/apps/firstrunwizard/l10n/es.json
7315share/nextcloud/apps/firstrunwizard/l10n/es_AR.js 7761share/nextcloud/apps/firstrunwizard/l10n/es_AR.js
7316share/nextcloud/apps/firstrunwizard/l10n/es_AR.json 7762share/nextcloud/apps/firstrunwizard/l10n/es_AR.json
 7763share/nextcloud/apps/firstrunwizard/l10n/es_CL.js
 7764share/nextcloud/apps/firstrunwizard/l10n/es_CL.json
 7765share/nextcloud/apps/firstrunwizard/l10n/es_CO.js
 7766share/nextcloud/apps/firstrunwizard/l10n/es_CO.json
 7767share/nextcloud/apps/firstrunwizard/l10n/es_CR.js
 7768share/nextcloud/apps/firstrunwizard/l10n/es_CR.json
 7769share/nextcloud/apps/firstrunwizard/l10n/es_DO.js
 7770share/nextcloud/apps/firstrunwizard/l10n/es_DO.json
 7771share/nextcloud/apps/firstrunwizard/l10n/es_EC.js
 7772share/nextcloud/apps/firstrunwizard/l10n/es_EC.json
 7773share/nextcloud/apps/firstrunwizard/l10n/es_GT.js
 7774share/nextcloud/apps/firstrunwizard/l10n/es_GT.json
 7775share/nextcloud/apps/firstrunwizard/l10n/es_HN.js
 7776share/nextcloud/apps/firstrunwizard/l10n/es_HN.json
7317share/nextcloud/apps/firstrunwizard/l10n/es_MX.js 7777share/nextcloud/apps/firstrunwizard/l10n/es_MX.js
7318share/nextcloud/apps/firstrunwizard/l10n/es_MX.json 7778share/nextcloud/apps/firstrunwizard/l10n/es_MX.json
 7779share/nextcloud/apps/firstrunwizard/l10n/es_NI.js
 7780share/nextcloud/apps/firstrunwizard/l10n/es_NI.json
 7781share/nextcloud/apps/firstrunwizard/l10n/es_PA.js
 7782share/nextcloud/apps/firstrunwizard/l10n/es_PA.json
 7783share/nextcloud/apps/firstrunwizard/l10n/es_PE.js
 7784share/nextcloud/apps/firstrunwizard/l10n/es_PE.json
 7785share/nextcloud/apps/firstrunwizard/l10n/es_PR.js
 7786share/nextcloud/apps/firstrunwizard/l10n/es_PR.json
 7787share/nextcloud/apps/firstrunwizard/l10n/es_PY.js
 7788share/nextcloud/apps/firstrunwizard/l10n/es_PY.json
 7789share/nextcloud/apps/firstrunwizard/l10n/es_SV.js
 7790share/nextcloud/apps/firstrunwizard/l10n/es_SV.json
 7791share/nextcloud/apps/firstrunwizard/l10n/es_UY.js
 7792share/nextcloud/apps/firstrunwizard/l10n/es_UY.json
7319share/nextcloud/apps/firstrunwizard/l10n/et_EE.js 7793share/nextcloud/apps/firstrunwizard/l10n/et_EE.js
7320share/nextcloud/apps/firstrunwizard/l10n/et_EE.json 7794share/nextcloud/apps/firstrunwizard/l10n/et_EE.json
7321share/nextcloud/apps/firstrunwizard/l10n/eu.js 7795share/nextcloud/apps/firstrunwizard/l10n/eu.js
7322share/nextcloud/apps/firstrunwizard/l10n/eu.json 7796share/nextcloud/apps/firstrunwizard/l10n/eu.json
7323share/nextcloud/apps/firstrunwizard/l10n/fa.js 7797share/nextcloud/apps/firstrunwizard/l10n/fa.js
7324share/nextcloud/apps/firstrunwizard/l10n/fa.json 7798share/nextcloud/apps/firstrunwizard/l10n/fa.json
7325share/nextcloud/apps/firstrunwizard/l10n/fi.js 7799share/nextcloud/apps/firstrunwizard/l10n/fi.js
7326share/nextcloud/apps/firstrunwizard/l10n/fi.json 7800share/nextcloud/apps/firstrunwizard/l10n/fi.json
7327share/nextcloud/apps/firstrunwizard/l10n/fr.js 7801share/nextcloud/apps/firstrunwizard/l10n/fr.js
7328share/nextcloud/apps/firstrunwizard/l10n/fr.json 7802share/nextcloud/apps/firstrunwizard/l10n/fr.json
7329share/nextcloud/apps/firstrunwizard/l10n/gl.js 7803share/nextcloud/apps/firstrunwizard/l10n/gl.js
7330share/nextcloud/apps/firstrunwizard/l10n/gl.json 7804share/nextcloud/apps/firstrunwizard/l10n/gl.json
7331share/nextcloud/apps/firstrunwizard/l10n/he.js 7805share/nextcloud/apps/firstrunwizard/l10n/he.js
@@ -7525,29 +7999,56 @@ share/nextcloud/apps/gallery/l10n/de_AT. @@ -7525,29 +7999,56 @@ share/nextcloud/apps/gallery/l10n/de_AT.
7525share/nextcloud/apps/gallery/l10n/de_CH.php 7999share/nextcloud/apps/gallery/l10n/de_CH.php
7526share/nextcloud/apps/gallery/l10n/de_DE.js 8000share/nextcloud/apps/gallery/l10n/de_DE.js
7527share/nextcloud/apps/gallery/l10n/de_DE.json 8001share/nextcloud/apps/gallery/l10n/de_DE.json
7528share/nextcloud/apps/gallery/l10n/el.js 8002share/nextcloud/apps/gallery/l10n/el.js
7529share/nextcloud/apps/gallery/l10n/el.json 8003share/nextcloud/apps/gallery/l10n/el.json
7530share/nextcloud/apps/gallery/l10n/en_GB.js 8004share/nextcloud/apps/gallery/l10n/en_GB.js
7531share/nextcloud/apps/gallery/l10n/en_GB.json 8005share/nextcloud/apps/gallery/l10n/en_GB.json
7532share/nextcloud/apps/gallery/l10n/eo.js 8006share/nextcloud/apps/gallery/l10n/eo.js
7533share/nextcloud/apps/gallery/l10n/eo.json 8007share/nextcloud/apps/gallery/l10n/eo.json
7534share/nextcloud/apps/gallery/l10n/es.js 8008share/nextcloud/apps/gallery/l10n/es.js
7535share/nextcloud/apps/gallery/l10n/es.json 8009share/nextcloud/apps/gallery/l10n/es.json
7536share/nextcloud/apps/gallery/l10n/es_AR.js 8010share/nextcloud/apps/gallery/l10n/es_AR.js
7537share/nextcloud/apps/gallery/l10n/es_AR.json 8011share/nextcloud/apps/gallery/l10n/es_AR.json
7538share/nextcloud/apps/gallery/l10n/es_CL.php 8012share/nextcloud/apps/gallery/l10n/es_CL.js
 8013share/nextcloud/apps/gallery/l10n/es_CL.json
 8014share/nextcloud/apps/gallery/l10n/es_CO.js
 8015share/nextcloud/apps/gallery/l10n/es_CO.json
 8016share/nextcloud/apps/gallery/l10n/es_CR.js
 8017share/nextcloud/apps/gallery/l10n/es_CR.json
 8018share/nextcloud/apps/gallery/l10n/es_DO.js
 8019share/nextcloud/apps/gallery/l10n/es_DO.json
 8020share/nextcloud/apps/gallery/l10n/es_EC.js
 8021share/nextcloud/apps/gallery/l10n/es_EC.json
 8022share/nextcloud/apps/gallery/l10n/es_GT.js
 8023share/nextcloud/apps/gallery/l10n/es_GT.json
 8024share/nextcloud/apps/gallery/l10n/es_HN.js
 8025share/nextcloud/apps/gallery/l10n/es_HN.json
7539share/nextcloud/apps/gallery/l10n/es_MX.js 8026share/nextcloud/apps/gallery/l10n/es_MX.js
7540share/nextcloud/apps/gallery/l10n/es_MX.json 8027share/nextcloud/apps/gallery/l10n/es_MX.json
 8028share/nextcloud/apps/gallery/l10n/es_NI.js
 8029share/nextcloud/apps/gallery/l10n/es_NI.json
 8030share/nextcloud/apps/gallery/l10n/es_PA.js
 8031share/nextcloud/apps/gallery/l10n/es_PA.json
 8032share/nextcloud/apps/gallery/l10n/es_PE.js
 8033share/nextcloud/apps/gallery/l10n/es_PE.json
 8034share/nextcloud/apps/gallery/l10n/es_PR.js
 8035share/nextcloud/apps/gallery/l10n/es_PR.json
 8036share/nextcloud/apps/gallery/l10n/es_PY.js
 8037share/nextcloud/apps/gallery/l10n/es_PY.json
 8038share/nextcloud/apps/gallery/l10n/es_SV.js
 8039share/nextcloud/apps/gallery/l10n/es_SV.json
 8040share/nextcloud/apps/gallery/l10n/es_UY.js
 8041share/nextcloud/apps/gallery/l10n/es_UY.json
7541share/nextcloud/apps/gallery/l10n/et_EE.js 8042share/nextcloud/apps/gallery/l10n/et_EE.js
7542share/nextcloud/apps/gallery/l10n/et_EE.json 8043share/nextcloud/apps/gallery/l10n/et_EE.json
7543share/nextcloud/apps/gallery/l10n/eu.js 8044share/nextcloud/apps/gallery/l10n/eu.js
7544share/nextcloud/apps/gallery/l10n/eu.json 8045share/nextcloud/apps/gallery/l10n/eu.json
7545share/nextcloud/apps/gallery/l10n/fa.js 8046share/nextcloud/apps/gallery/l10n/fa.js
7546share/nextcloud/apps/gallery/l10n/fa.json 8047share/nextcloud/apps/gallery/l10n/fa.json
7547share/nextcloud/apps/gallery/l10n/fi.js 8048share/nextcloud/apps/gallery/l10n/fi.js
7548share/nextcloud/apps/gallery/l10n/fi.json 8049share/nextcloud/apps/gallery/l10n/fi.json
7549share/nextcloud/apps/gallery/l10n/fr.js 8050share/nextcloud/apps/gallery/l10n/fr.js
7550share/nextcloud/apps/gallery/l10n/fr.json 8051share/nextcloud/apps/gallery/l10n/fr.json
7551share/nextcloud/apps/gallery/l10n/gl.js 8052share/nextcloud/apps/gallery/l10n/gl.js
7552share/nextcloud/apps/gallery/l10n/gl.json 8053share/nextcloud/apps/gallery/l10n/gl.json
7553share/nextcloud/apps/gallery/l10n/he.js 8054share/nextcloud/apps/gallery/l10n/he.js
@@ -7769,74 +8270,112 @@ share/nextcloud/apps/logreader/js/Compon @@ -7769,74 +8270,112 @@ share/nextcloud/apps/logreader/js/Compon
7769share/nextcloud/apps/logreader/js/Components/ToggleEntry.less 8270share/nextcloud/apps/logreader/js/Components/ToggleEntry.less
7770share/nextcloud/apps/logreader/js/Components/TraceLine.js 8271share/nextcloud/apps/logreader/js/Components/TraceLine.js
7771share/nextcloud/apps/logreader/js/Components/TraceLine.less 8272share/nextcloud/apps/logreader/js/Components/TraceLine.less
7772share/nextcloud/apps/logreader/js/DateFormatConverter.js 8273share/nextcloud/apps/logreader/js/DateFormatConverter.js
7773share/nextcloud/apps/logreader/js/ExceptionParser.js 8274share/nextcloud/apps/logreader/js/ExceptionParser.js
7774share/nextcloud/apps/logreader/js/Providers/LogFile.js 8275share/nextcloud/apps/logreader/js/Providers/LogFile.js
7775share/nextcloud/apps/logreader/js/Providers/LogProvider.js 8276share/nextcloud/apps/logreader/js/Providers/LogProvider.js
7776share/nextcloud/apps/logreader/js/Search.js 8277share/nextcloud/apps/logreader/js/Search.js
7777share/nextcloud/apps/logreader/js/index.js 8278share/nextcloud/apps/logreader/js/index.js
7778share/nextcloud/apps/logreader/js/unserialize.js 8279share/nextcloud/apps/logreader/js/unserialize.js
7779share/nextcloud/apps/logreader/l10n/.tx/config 8280share/nextcloud/apps/logreader/l10n/.tx/config
7780share/nextcloud/apps/logreader/l10n/ast.js 8281share/nextcloud/apps/logreader/l10n/ast.js
7781share/nextcloud/apps/logreader/l10n/ast.json 8282share/nextcloud/apps/logreader/l10n/ast.json
 8283share/nextcloud/apps/logreader/l10n/ca.js
 8284share/nextcloud/apps/logreader/l10n/ca.json
7782share/nextcloud/apps/logreader/l10n/cs.js 8285share/nextcloud/apps/logreader/l10n/cs.js
7783share/nextcloud/apps/logreader/l10n/cs.json 8286share/nextcloud/apps/logreader/l10n/cs.json
7784share/nextcloud/apps/logreader/l10n/da.js 8287share/nextcloud/apps/logreader/l10n/da.js
7785share/nextcloud/apps/logreader/l10n/da.json 8288share/nextcloud/apps/logreader/l10n/da.json
7786share/nextcloud/apps/logreader/l10n/de.js 8289share/nextcloud/apps/logreader/l10n/de.js
7787share/nextcloud/apps/logreader/l10n/de.json 8290share/nextcloud/apps/logreader/l10n/de.json
7788share/nextcloud/apps/logreader/l10n/de_DE.js 8291share/nextcloud/apps/logreader/l10n/de_DE.js
7789share/nextcloud/apps/logreader/l10n/de_DE.json 8292share/nextcloud/apps/logreader/l10n/de_DE.json
7790share/nextcloud/apps/logreader/l10n/el.js 8293share/nextcloud/apps/logreader/l10n/el.js
7791share/nextcloud/apps/logreader/l10n/el.json 8294share/nextcloud/apps/logreader/l10n/el.json
7792share/nextcloud/apps/logreader/l10n/en_GB.js 8295share/nextcloud/apps/logreader/l10n/en_GB.js
7793share/nextcloud/apps/logreader/l10n/en_GB.json 8296share/nextcloud/apps/logreader/l10n/en_GB.json
7794share/nextcloud/apps/logreader/l10n/es.js 8297share/nextcloud/apps/logreader/l10n/es.js
7795share/nextcloud/apps/logreader/l10n/es.json 8298share/nextcloud/apps/logreader/l10n/es.json
 8299share/nextcloud/apps/logreader/l10n/es_CL.js
 8300share/nextcloud/apps/logreader/l10n/es_CL.json
 8301share/nextcloud/apps/logreader/l10n/es_CO.js
 8302share/nextcloud/apps/logreader/l10n/es_CO.json
 8303share/nextcloud/apps/logreader/l10n/es_CR.js
 8304share/nextcloud/apps/logreader/l10n/es_CR.json
 8305share/nextcloud/apps/logreader/l10n/es_DO.js
 8306share/nextcloud/apps/logreader/l10n/es_DO.json
 8307share/nextcloud/apps/logreader/l10n/es_EC.js
 8308share/nextcloud/apps/logreader/l10n/es_EC.json
 8309share/nextcloud/apps/logreader/l10n/es_GT.js
 8310share/nextcloud/apps/logreader/l10n/es_GT.json
 8311share/nextcloud/apps/logreader/l10n/es_HN.js
 8312share/nextcloud/apps/logreader/l10n/es_HN.json
7796share/nextcloud/apps/logreader/l10n/es_MX.js 8313share/nextcloud/apps/logreader/l10n/es_MX.js
7797share/nextcloud/apps/logreader/l10n/es_MX.json 8314share/nextcloud/apps/logreader/l10n/es_MX.json
 8315share/nextcloud/apps/logreader/l10n/es_NI.js
 8316share/nextcloud/apps/logreader/l10n/es_NI.json
 8317share/nextcloud/apps/logreader/l10n/es_PA.js
 8318share/nextcloud/apps/logreader/l10n/es_PA.json
 8319share/nextcloud/apps/logreader/l10n/es_PE.js
 8320share/nextcloud/apps/logreader/l10n/es_PE.json
 8321share/nextcloud/apps/logreader/l10n/es_PR.js
 8322share/nextcloud/apps/logreader/l10n/es_PR.json
 8323share/nextcloud/apps/logreader/l10n/es_PY.js
 8324share/nextcloud/apps/logreader/l10n/es_PY.json
 8325share/nextcloud/apps/logreader/l10n/es_SV.js
 8326share/nextcloud/apps/logreader/l10n/es_SV.json
 8327share/nextcloud/apps/logreader/l10n/es_UY.js
 8328share/nextcloud/apps/logreader/l10n/es_UY.json
7798share/nextcloud/apps/logreader/l10n/et_EE.js 8329share/nextcloud/apps/logreader/l10n/et_EE.js
7799share/nextcloud/apps/logreader/l10n/et_EE.json 8330share/nextcloud/apps/logreader/l10n/et_EE.json
 8331share/nextcloud/apps/logreader/l10n/eu.js
 8332share/nextcloud/apps/logreader/l10n/eu.json
7800share/nextcloud/apps/logreader/l10n/fi.js 8333share/nextcloud/apps/logreader/l10n/fi.js
7801share/nextcloud/apps/logreader/l10n/fi.json 8334share/nextcloud/apps/logreader/l10n/fi.json
7802share/nextcloud/apps/logreader/l10n/fr.js 8335share/nextcloud/apps/logreader/l10n/fr.js
7803share/nextcloud/apps/logreader/l10n/fr.json 8336share/nextcloud/apps/logreader/l10n/fr.json
7804share/nextcloud/apps/logreader/l10n/he.js 8337share/nextcloud/apps/logreader/l10n/he.js
7805share/nextcloud/apps/logreader/l10n/he.json 8338share/nextcloud/apps/logreader/l10n/he.json
7806share/nextcloud/apps/logreader/l10n/hu.js 8339share/nextcloud/apps/logreader/l10n/hu.js
7807share/nextcloud/apps/logreader/l10n/hu.json 8340share/nextcloud/apps/logreader/l10n/hu.json
7808share/nextcloud/apps/logreader/l10n/is.js 8341share/nextcloud/apps/logreader/l10n/is.js
7809share/nextcloud/apps/logreader/l10n/is.json 8342share/nextcloud/apps/logreader/l10n/is.json
7810share/nextcloud/apps/logreader/l10n/it.js 8343share/nextcloud/apps/logreader/l10n/it.js
7811share/nextcloud/apps/logreader/l10n/it.json 8344share/nextcloud/apps/logreader/l10n/it.json
7812share/nextcloud/apps/logreader/l10n/ja.js 8345share/nextcloud/apps/logreader/l10n/ja.js
7813share/nextcloud/apps/logreader/l10n/ja.json 8346share/nextcloud/apps/logreader/l10n/ja.json
 8347share/nextcloud/apps/logreader/l10n/ka_GE.js
 8348share/nextcloud/apps/logreader/l10n/ka_GE.json
7814share/nextcloud/apps/logreader/l10n/lt_LT.js 8349share/nextcloud/apps/logreader/l10n/lt_LT.js
7815share/nextcloud/apps/logreader/l10n/lt_LT.json 8350share/nextcloud/apps/logreader/l10n/lt_LT.json
7816share/nextcloud/apps/logreader/l10n/lv.js 8351share/nextcloud/apps/logreader/l10n/lv.js
7817share/nextcloud/apps/logreader/l10n/lv.json 8352share/nextcloud/apps/logreader/l10n/lv.json
7818share/nextcloud/apps/logreader/l10n/nb.js 8353share/nextcloud/apps/logreader/l10n/nb.js
7819share/nextcloud/apps/logreader/l10n/nb.json 8354share/nextcloud/apps/logreader/l10n/nb.json
7820share/nextcloud/apps/logreader/l10n/nl.js 8355share/nextcloud/apps/logreader/l10n/nl.js
7821share/nextcloud/apps/logreader/l10n/nl.json 8356share/nextcloud/apps/logreader/l10n/nl.json
7822share/nextcloud/apps/logreader/l10n/pl.js 8357share/nextcloud/apps/logreader/l10n/pl.js
7823share/nextcloud/apps/logreader/l10n/pl.json 8358share/nextcloud/apps/logreader/l10n/pl.json
7824share/nextcloud/apps/logreader/l10n/pt_BR.js 8359share/nextcloud/apps/logreader/l10n/pt_BR.js
7825share/nextcloud/apps/logreader/l10n/pt_BR.json 8360share/nextcloud/apps/logreader/l10n/pt_BR.json
7826share/nextcloud/apps/logreader/l10n/ru.js 8361share/nextcloud/apps/logreader/l10n/ru.js
7827share/nextcloud/apps/logreader/l10n/ru.json 8362share/nextcloud/apps/logreader/l10n/ru.json
 8363share/nextcloud/apps/logreader/l10n/sk.js
 8364share/nextcloud/apps/logreader/l10n/sk.json
7828share/nextcloud/apps/logreader/l10n/sq.js 8365share/nextcloud/apps/logreader/l10n/sq.js
7829share/nextcloud/apps/logreader/l10n/sq.json 8366share/nextcloud/apps/logreader/l10n/sq.json
 8367share/nextcloud/apps/logreader/l10n/sr.js
 8368share/nextcloud/apps/logreader/l10n/sr.json
7830share/nextcloud/apps/logreader/l10n/sv.js 8369share/nextcloud/apps/logreader/l10n/sv.js
7831share/nextcloud/apps/logreader/l10n/sv.json 8370share/nextcloud/apps/logreader/l10n/sv.json
7832share/nextcloud/apps/logreader/l10n/tr.js 8371share/nextcloud/apps/logreader/l10n/tr.js
7833share/nextcloud/apps/logreader/l10n/tr.json 8372share/nextcloud/apps/logreader/l10n/tr.json
7834share/nextcloud/apps/logreader/l10n/zh_CN.js 8373share/nextcloud/apps/logreader/l10n/zh_CN.js
7835share/nextcloud/apps/logreader/l10n/zh_CN.json 8374share/nextcloud/apps/logreader/l10n/zh_CN.json
7836share/nextcloud/apps/logreader/l10n/zh_TW.js 8375share/nextcloud/apps/logreader/l10n/zh_TW.js
7837share/nextcloud/apps/logreader/l10n/zh_TW.json 8376share/nextcloud/apps/logreader/l10n/zh_TW.json
7838share/nextcloud/apps/logreader/lib/Controller/LogController.php 8377share/nextcloud/apps/logreader/lib/Controller/LogController.php
7839share/nextcloud/apps/logreader/lib/Controller/PageController.php 8378share/nextcloud/apps/logreader/lib/Controller/PageController.php
7840share/nextcloud/apps/logreader/lib/Log/LogIterator.php 8379share/nextcloud/apps/logreader/lib/Log/LogIterator.php
7841share/nextcloud/apps/logreader/lib/Log/SearchFilter.php 8380share/nextcloud/apps/logreader/lib/Log/SearchFilter.php
7842share/nextcloud/apps/logreader/lib/Settings/Admin.php 8381share/nextcloud/apps/logreader/lib/Settings/Admin.php
@@ -7882,78 +8421,114 @@ share/nextcloud/apps/nextcloud_announcem @@ -7882,78 +8421,114 @@ share/nextcloud/apps/nextcloud_announcem
7882share/nextcloud/apps/nextcloud_announcements/l10n/da.json 8421share/nextcloud/apps/nextcloud_announcements/l10n/da.json
7883share/nextcloud/apps/nextcloud_announcements/l10n/de.js 8422share/nextcloud/apps/nextcloud_announcements/l10n/de.js
7884share/nextcloud/apps/nextcloud_announcements/l10n/de.json 8423share/nextcloud/apps/nextcloud_announcements/l10n/de.json
7885share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.js 8424share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.js
7886share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.json 8425share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.json
7887share/nextcloud/apps/nextcloud_announcements/l10n/el.js 8426share/nextcloud/apps/nextcloud_announcements/l10n/el.js
7888share/nextcloud/apps/nextcloud_announcements/l10n/el.json 8427share/nextcloud/apps/nextcloud_announcements/l10n/el.json
7889share/nextcloud/apps/nextcloud_announcements/l10n/en_GB.js 8428share/nextcloud/apps/nextcloud_announcements/l10n/en_GB.js
7890share/nextcloud/apps/nextcloud_announcements/l10n/en_GB.json 8429share/nextcloud/apps/nextcloud_announcements/l10n/en_GB.json
7891share/nextcloud/apps/nextcloud_announcements/l10n/es.js 8430share/nextcloud/apps/nextcloud_announcements/l10n/es.js
7892share/nextcloud/apps/nextcloud_announcements/l10n/es.json 8431share/nextcloud/apps/nextcloud_announcements/l10n/es.json
7893share/nextcloud/apps/nextcloud_announcements/l10n/es_AR.js 8432share/nextcloud/apps/nextcloud_announcements/l10n/es_AR.js
7894share/nextcloud/apps/nextcloud_announcements/l10n/es_AR.json 8433share/nextcloud/apps/nextcloud_announcements/l10n/es_AR.json
 8434share/nextcloud/apps/nextcloud_announcements/l10n/es_CL.js
 8435share/nextcloud/apps/nextcloud_announcements/l10n/es_CL.json
 8436share/nextcloud/apps/nextcloud_announcements/l10n/es_CO.js
 8437share/nextcloud/apps/nextcloud_announcements/l10n/es_CO.json
 8438share/nextcloud/apps/nextcloud_announcements/l10n/es_CR.js
 8439share/nextcloud/apps/nextcloud_announcements/l10n/es_CR.json
 8440share/nextcloud/apps/nextcloud_announcements/l10n/es_DO.js
 8441share/nextcloud/apps/nextcloud_announcements/l10n/es_DO.json
 8442share/nextcloud/apps/nextcloud_announcements/l10n/es_EC.js
 8443share/nextcloud/apps/nextcloud_announcements/l10n/es_EC.json
 8444share/nextcloud/apps/nextcloud_announcements/l10n/es_GT.js
 8445share/nextcloud/apps/nextcloud_announcements/l10n/es_GT.json
 8446share/nextcloud/apps/nextcloud_announcements/l10n/es_HN.js
 8447share/nextcloud/apps/nextcloud_announcements/l10n/es_HN.json
7895share/nextcloud/apps/nextcloud_announcements/l10n/es_MX.js 8448share/nextcloud/apps/nextcloud_announcements/l10n/es_MX.js
7896share/nextcloud/apps/nextcloud_announcements/l10n/es_MX.json 8449share/nextcloud/apps/nextcloud_announcements/l10n/es_MX.json
 8450share/nextcloud/apps/nextcloud_announcements/l10n/es_NI.js
 8451share/nextcloud/apps/nextcloud_announcements/l10n/es_NI.json
 8452share/nextcloud/apps/nextcloud_announcements/l10n/es_PA.js
 8453share/nextcloud/apps/nextcloud_announcements/l10n/es_PA.json
 8454share/nextcloud/apps/nextcloud_announcements/l10n/es_PE.js
 8455share/nextcloud/apps/nextcloud_announcements/l10n/es_PE.json
 8456share/nextcloud/apps/nextcloud_announcements/l10n/es_PR.js
 8457share/nextcloud/apps/nextcloud_announcements/l10n/es_PR.json
 8458share/nextcloud/apps/nextcloud_announcements/l10n/es_PY.js
 8459share/nextcloud/apps/nextcloud_announcements/l10n/es_PY.json
 8460share/nextcloud/apps/nextcloud_announcements/l10n/es_SV.js
 8461share/nextcloud/apps/nextcloud_announcements/l10n/es_SV.json
 8462share/nextcloud/apps/nextcloud_announcements/l10n/es_UY.js
 8463share/nextcloud/apps/nextcloud_announcements/l10n/es_UY.json
7897share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.js 8464share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.js
7898share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.json 8465share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.json
 8466share/nextcloud/apps/nextcloud_announcements/l10n/eu.js
 8467share/nextcloud/apps/nextcloud_announcements/l10n/eu.json
7899share/nextcloud/apps/nextcloud_announcements/l10n/fi.js 8468share/nextcloud/apps/nextcloud_announcements/l10n/fi.js
7900share/nextcloud/apps/nextcloud_announcements/l10n/fi.json 8469share/nextcloud/apps/nextcloud_announcements/l10n/fi.json
7901share/nextcloud/apps/nextcloud_announcements/l10n/fr.js 8470share/nextcloud/apps/nextcloud_announcements/l10n/fr.js
7902share/nextcloud/apps/nextcloud_announcements/l10n/fr.json 8471share/nextcloud/apps/nextcloud_announcements/l10n/fr.json
7903share/nextcloud/apps/nextcloud_announcements/l10n/gl.js 8472share/nextcloud/apps/nextcloud_announcements/l10n/gl.js
7904share/nextcloud/apps/nextcloud_announcements/l10n/gl.json 8473share/nextcloud/apps/nextcloud_announcements/l10n/gl.json
7905share/nextcloud/apps/nextcloud_announcements/l10n/hu.js 8474share/nextcloud/apps/nextcloud_announcements/l10n/hu.js
7906share/nextcloud/apps/nextcloud_announcements/l10n/hu.json 8475share/nextcloud/apps/nextcloud_announcements/l10n/hu.json
7907share/nextcloud/apps/nextcloud_announcements/l10n/ia.js 8476share/nextcloud/apps/nextcloud_announcements/l10n/ia.js
7908share/nextcloud/apps/nextcloud_announcements/l10n/ia.json 8477share/nextcloud/apps/nextcloud_announcements/l10n/ia.json
7909share/nextcloud/apps/nextcloud_announcements/l10n/id.js 8478share/nextcloud/apps/nextcloud_announcements/l10n/id.js
7910share/nextcloud/apps/nextcloud_announcements/l10n/id.json 8479share/nextcloud/apps/nextcloud_announcements/l10n/id.json
7911share/nextcloud/apps/nextcloud_announcements/l10n/is.js 8480share/nextcloud/apps/nextcloud_announcements/l10n/is.js
7912share/nextcloud/apps/nextcloud_announcements/l10n/is.json 8481share/nextcloud/apps/nextcloud_announcements/l10n/is.json
7913share/nextcloud/apps/nextcloud_announcements/l10n/it.js 8482share/nextcloud/apps/nextcloud_announcements/l10n/it.js
7914share/nextcloud/apps/nextcloud_announcements/l10n/it.json 8483share/nextcloud/apps/nextcloud_announcements/l10n/it.json
7915share/nextcloud/apps/nextcloud_announcements/l10n/ja.js 8484share/nextcloud/apps/nextcloud_announcements/l10n/ja.js
7916share/nextcloud/apps/nextcloud_announcements/l10n/ja.json 8485share/nextcloud/apps/nextcloud_announcements/l10n/ja.json
 8486share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.js
 8487share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.json
7917share/nextcloud/apps/nextcloud_announcements/l10n/ko.js 8488share/nextcloud/apps/nextcloud_announcements/l10n/ko.js
7918share/nextcloud/apps/nextcloud_announcements/l10n/ko.json 8489share/nextcloud/apps/nextcloud_announcements/l10n/ko.json
7919share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.js 8490share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.js
7920share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.json 8491share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.json
7921share/nextcloud/apps/nextcloud_announcements/l10n/lv.js 8492share/nextcloud/apps/nextcloud_announcements/l10n/lv.js
7922share/nextcloud/apps/nextcloud_announcements/l10n/lv.json 8493share/nextcloud/apps/nextcloud_announcements/l10n/lv.json
7923share/nextcloud/apps/nextcloud_announcements/l10n/nb.js 8494share/nextcloud/apps/nextcloud_announcements/l10n/nb.js
7924share/nextcloud/apps/nextcloud_announcements/l10n/nb.json 8495share/nextcloud/apps/nextcloud_announcements/l10n/nb.json
7925share/nextcloud/apps/nextcloud_announcements/l10n/nl.js 8496share/nextcloud/apps/nextcloud_announcements/l10n/nl.js
7926share/nextcloud/apps/nextcloud_announcements/l10n/nl.json 8497share/nextcloud/apps/nextcloud_announcements/l10n/nl.json
7927share/nextcloud/apps/nextcloud_announcements/l10n/pl.js 8498share/nextcloud/apps/nextcloud_announcements/l10n/pl.js
7928share/nextcloud/apps/nextcloud_announcements/l10n/pl.json 8499share/nextcloud/apps/nextcloud_announcements/l10n/pl.json
7929share/nextcloud/apps/nextcloud_announcements/l10n/pt_BR.js 8500share/nextcloud/apps/nextcloud_announcements/l10n/pt_BR.js
7930share/nextcloud/apps/nextcloud_announcements/l10n/pt_BR.json 8501share/nextcloud/apps/nextcloud_announcements/l10n/pt_BR.json
 8502share/nextcloud/apps/nextcloud_announcements/l10n/pt_PT.js
 8503share/nextcloud/apps/nextcloud_announcements/l10n/pt_PT.json
7931share/nextcloud/apps/nextcloud_announcements/l10n/ro.js 8504share/nextcloud/apps/nextcloud_announcements/l10n/ro.js
7932share/nextcloud/apps/nextcloud_announcements/l10n/ro.json 8505share/nextcloud/apps/nextcloud_announcements/l10n/ro.json
7933share/nextcloud/apps/nextcloud_announcements/l10n/ru.js 8506share/nextcloud/apps/nextcloud_announcements/l10n/ru.js
7934share/nextcloud/apps/nextcloud_announcements/l10n/ru.json 8507share/nextcloud/apps/nextcloud_announcements/l10n/ru.json
7935share/nextcloud/apps/nextcloud_announcements/l10n/sk.js 8508share/nextcloud/apps/nextcloud_announcements/l10n/sk.js
7936share/nextcloud/apps/nextcloud_announcements/l10n/sk.json 8509share/nextcloud/apps/nextcloud_announcements/l10n/sk.json
7937share/nextcloud/apps/nextcloud_announcements/l10n/sl.js 8510share/nextcloud/apps/nextcloud_announcements/l10n/sl.js
7938share/nextcloud/apps/nextcloud_announcements/l10n/sl.json 8511share/nextcloud/apps/nextcloud_announcements/l10n/sl.json
7939share/nextcloud/apps/nextcloud_announcements/l10n/sq.js 8512share/nextcloud/apps/nextcloud_announcements/l10n/sq.js
7940share/nextcloud/apps/nextcloud_announcements/l10n/sq.json 8513share/nextcloud/apps/nextcloud_announcements/l10n/sq.json
7941share/nextcloud/apps/nextcloud_announcements/l10n/sr.js 8514share/nextcloud/apps/nextcloud_announcements/l10n/sr.js
7942share/nextcloud/apps/nextcloud_announcements/l10n/sr.json 8515share/nextcloud/apps/nextcloud_announcements/l10n/sr.json
7943share/nextcloud/apps/nextcloud_announcements/l10n/sv.js 8516share/nextcloud/apps/nextcloud_announcements/l10n/sv.js
7944share/nextcloud/apps/nextcloud_announcements/l10n/sv.json 8517share/nextcloud/apps/nextcloud_announcements/l10n/sv.json
7945share/nextcloud/apps/nextcloud_announcements/l10n/tr.js 8518share/nextcloud/apps/nextcloud_announcements/l10n/tr.js
7946share/nextcloud/apps/nextcloud_announcements/l10n/tr.json 8519share/nextcloud/apps/nextcloud_announcements/l10n/tr.json
 8520share/nextcloud/apps/nextcloud_announcements/l10n/vi.js
 8521share/nextcloud/apps/nextcloud_announcements/l10n/vi.json
7947share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.js 8522share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.js
7948share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.json 8523share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.json
7949share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.js 8524share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.js
7950share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.json 8525share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.json
7951share/nextcloud/apps/nextcloud_announcements/lib/AppInfo/Application.php 8526share/nextcloud/apps/nextcloud_announcements/lib/AppInfo/Application.php
7952share/nextcloud/apps/nextcloud_announcements/lib/Cron/Crawler.php 8527share/nextcloud/apps/nextcloud_announcements/lib/Cron/Crawler.php
7953share/nextcloud/apps/nextcloud_announcements/lib/Notification/Notifier.php 8528share/nextcloud/apps/nextcloud_announcements/lib/Notification/Notifier.php
7954share/nextcloud/apps/nextcloud_announcements/lib/Settings/Admin.php 8529share/nextcloud/apps/nextcloud_announcements/lib/Settings/Admin.php
7955share/nextcloud/apps/nextcloud_announcements/templates/admin.php 8530share/nextcloud/apps/nextcloud_announcements/templates/admin.php
7956share/nextcloud/apps/notifications/COPYING 8531share/nextcloud/apps/notifications/COPYING
7957share/nextcloud/apps/notifications/appinfo/app.php 8532share/nextcloud/apps/notifications/appinfo/app.php
7958share/nextcloud/apps/notifications/appinfo/database.xml 8533share/nextcloud/apps/notifications/appinfo/database.xml
7959share/nextcloud/apps/notifications/appinfo/info.xml 8534share/nextcloud/apps/notifications/appinfo/info.xml
@@ -7991,84 +8566,118 @@ share/nextcloud/apps/notifications/l10n/ @@ -7991,84 +8566,118 @@ share/nextcloud/apps/notifications/l10n/
7991share/nextcloud/apps/notifications/l10n/da.json 8566share/nextcloud/apps/notifications/l10n/da.json
7992share/nextcloud/apps/notifications/l10n/de.js 8567share/nextcloud/apps/notifications/l10n/de.js
7993share/nextcloud/apps/notifications/l10n/de.json 8568share/nextcloud/apps/notifications/l10n/de.json
7994share/nextcloud/apps/notifications/l10n/de_DE.js 8569share/nextcloud/apps/notifications/l10n/de_DE.js
7995share/nextcloud/apps/notifications/l10n/de_DE.json 8570share/nextcloud/apps/notifications/l10n/de_DE.json
7996share/nextcloud/apps/notifications/l10n/el.js 8571share/nextcloud/apps/notifications/l10n/el.js
7997share/nextcloud/apps/notifications/l10n/el.json 8572share/nextcloud/apps/notifications/l10n/el.json
7998share/nextcloud/apps/notifications/l10n/en_GB.js 8573share/nextcloud/apps/notifications/l10n/en_GB.js
7999share/nextcloud/apps/notifications/l10n/en_GB.json 8574share/nextcloud/apps/notifications/l10n/en_GB.json
8000share/nextcloud/apps/notifications/l10n/es.js 8575share/nextcloud/apps/notifications/l10n/es.js
8001share/nextcloud/apps/notifications/l10n/es.json 8576share/nextcloud/apps/notifications/l10n/es.json
8002share/nextcloud/apps/notifications/l10n/es_AR.js 8577share/nextcloud/apps/notifications/l10n/es_AR.js
8003share/nextcloud/apps/notifications/l10n/es_AR.json 8578share/nextcloud/apps/notifications/l10n/es_AR.json
 8579share/nextcloud/apps/notifications/l10n/es_CL.js
 8580share/nextcloud/apps/notifications/l10n/es_CL.json
 8581share/nextcloud/apps/notifications/l10n/es_CO.js
 8582share/nextcloud/apps/notifications/l10n/es_CO.json
 8583share/nextcloud/apps/notifications/l10n/es_CR.js
 8584share/nextcloud/apps/notifications/l10n/es_CR.json
 8585share/nextcloud/apps/notifications/l10n/es_DO.js
 8586share/nextcloud/apps/notifications/l10n/es_DO.json
 8587share/nextcloud/apps/notifications/l10n/es_EC.js
 8588share/nextcloud/apps/notifications/l10n/es_EC.json
 8589share/nextcloud/apps/notifications/l10n/es_GT.js
 8590share/nextcloud/apps/notifications/l10n/es_GT.json
 8591share/nextcloud/apps/notifications/l10n/es_HN.js
 8592share/nextcloud/apps/notifications/l10n/es_HN.json
8004share/nextcloud/apps/notifications/l10n/es_MX.js 8593share/nextcloud/apps/notifications/l10n/es_MX.js
8005share/nextcloud/apps/notifications/l10n/es_MX.json 8594share/nextcloud/apps/notifications/l10n/es_MX.json
 8595share/nextcloud/apps/notifications/l10n/es_NI.js
 8596share/nextcloud/apps/notifications/l10n/es_NI.json
 8597share/nextcloud/apps/notifications/l10n/es_PA.js
 8598share/nextcloud/apps/notifications/l10n/es_PA.json
 8599share/nextcloud/apps/notifications/l10n/es_PE.js
 8600share/nextcloud/apps/notifications/l10n/es_PE.json
 8601share/nextcloud/apps/notifications/l10n/es_PR.js
 8602share/nextcloud/apps/notifications/l10n/es_PR.json
 8603share/nextcloud/apps/notifications/l10n/es_PY.js
 8604share/nextcloud/apps/notifications/l10n/es_PY.json
 8605share/nextcloud/apps/notifications/l10n/es_SV.js
 8606share/nextcloud/apps/notifications/l10n/es_SV.json
 8607share/nextcloud/apps/notifications/l10n/es_UY.js
 8608share/nextcloud/apps/notifications/l10n/es_UY.json
8006share/nextcloud/apps/notifications/l10n/et_EE.js 8609share/nextcloud/apps/notifications/l10n/et_EE.js
8007share/nextcloud/apps/notifications/l10n/et_EE.json 8610share/nextcloud/apps/notifications/l10n/et_EE.json
8008share/nextcloud/apps/notifications/l10n/eu.js 8611share/nextcloud/apps/notifications/l10n/eu.js
8009share/nextcloud/apps/notifications/l10n/eu.json 8612share/nextcloud/apps/notifications/l10n/eu.json
8010share/nextcloud/apps/notifications/l10n/fi.js 8613share/nextcloud/apps/notifications/l10n/fi.js
8011share/nextcloud/apps/notifications/l10n/fi.json 8614share/nextcloud/apps/notifications/l10n/fi.json
8012share/nextcloud/apps/notifications/l10n/fr.js 8615share/nextcloud/apps/notifications/l10n/fr.js
8013share/nextcloud/apps/notifications/l10n/fr.json 8616share/nextcloud/apps/notifications/l10n/fr.json
8014share/nextcloud/apps/notifications/l10n/gl.js 8617share/nextcloud/apps/notifications/l10n/gl.js
8015share/nextcloud/apps/notifications/l10n/gl.json 8618share/nextcloud/apps/notifications/l10n/gl.json
8016share/nextcloud/apps/notifications/l10n/hu.js 8619share/nextcloud/apps/notifications/l10n/hu.js
8017share/nextcloud/apps/notifications/l10n/hu.json 8620share/nextcloud/apps/notifications/l10n/hu.json
8018share/nextcloud/apps/notifications/l10n/ia.js 8621share/nextcloud/apps/notifications/l10n/ia.js
8019share/nextcloud/apps/notifications/l10n/ia.json 8622share/nextcloud/apps/notifications/l10n/ia.json
8020share/nextcloud/apps/notifications/l10n/id.js 8623share/nextcloud/apps/notifications/l10n/id.js
8021share/nextcloud/apps/notifications/l10n/id.json 8624share/nextcloud/apps/notifications/l10n/id.json
8022share/nextcloud/apps/notifications/l10n/is.js 8625share/nextcloud/apps/notifications/l10n/is.js
8023share/nextcloud/apps/notifications/l10n/is.json 8626share/nextcloud/apps/notifications/l10n/is.json
8024share/nextcloud/apps/notifications/l10n/it.js 8627share/nextcloud/apps/notifications/l10n/it.js
8025share/nextcloud/apps/notifications/l10n/it.json 8628share/nextcloud/apps/notifications/l10n/it.json
8026share/nextcloud/apps/notifications/l10n/ja.js 8629share/nextcloud/apps/notifications/l10n/ja.js
8027share/nextcloud/apps/notifications/l10n/ja.json 8630share/nextcloud/apps/notifications/l10n/ja.json
 8631share/nextcloud/apps/notifications/l10n/ka_GE.js
 8632share/nextcloud/apps/notifications/l10n/ka_GE.json
8028share/nextcloud/apps/notifications/l10n/ko.js 8633share/nextcloud/apps/notifications/l10n/ko.js
8029share/nextcloud/apps/notifications/l10n/ko.json 8634share/nextcloud/apps/notifications/l10n/ko.json
8030share/nextcloud/apps/notifications/l10n/lt_LT.js 8635share/nextcloud/apps/notifications/l10n/lt_LT.js
8031share/nextcloud/apps/notifications/l10n/lt_LT.json 8636share/nextcloud/apps/notifications/l10n/lt_LT.json
8032share/nextcloud/apps/notifications/l10n/lv.js 8637share/nextcloud/apps/notifications/l10n/lv.js
8033share/nextcloud/apps/notifications/l10n/lv.json 8638share/nextcloud/apps/notifications/l10n/lv.json
8034share/nextcloud/apps/notifications/l10n/mn.js 8639share/nextcloud/apps/notifications/l10n/mn.js
8035share/nextcloud/apps/notifications/l10n/mn.json 8640share/nextcloud/apps/notifications/l10n/mn.json
8036share/nextcloud/apps/notifications/l10n/nb.js 8641share/nextcloud/apps/notifications/l10n/nb.js
8037share/nextcloud/apps/notifications/l10n/nb.json 8642share/nextcloud/apps/notifications/l10n/nb.json
8038share/nextcloud/apps/notifications/l10n/nl.js 8643share/nextcloud/apps/notifications/l10n/nl.js
8039share/nextcloud/apps/notifications/l10n/nl.json 8644share/nextcloud/apps/notifications/l10n/nl.json
8040share/nextcloud/apps/notifications/l10n/pl.js 8645share/nextcloud/apps/notifications/l10n/pl.js
8041share/nextcloud/apps/notifications/l10n/pl.json 8646share/nextcloud/apps/notifications/l10n/pl.json
8042share/nextcloud/apps/notifications/l10n/pt_BR.js 8647share/nextcloud/apps/notifications/l10n/pt_BR.js
8043share/nextcloud/apps/notifications/l10n/pt_BR.json 8648share/nextcloud/apps/notifications/l10n/pt_BR.json
 8649share/nextcloud/apps/notifications/l10n/pt_PT.js
 8650share/nextcloud/apps/notifications/l10n/pt_PT.json
8044share/nextcloud/apps/notifications/l10n/ro.js 8651share/nextcloud/apps/notifications/l10n/ro.js
8045share/nextcloud/apps/notifications/l10n/ro.json 8652share/nextcloud/apps/notifications/l10n/ro.json
8046share/nextcloud/apps/notifications/l10n/ru.js 8653share/nextcloud/apps/notifications/l10n/ru.js
8047share/nextcloud/apps/notifications/l10n/ru.json 8654share/nextcloud/apps/notifications/l10n/ru.json
8048share/nextcloud/apps/notifications/l10n/sk.js 8655share/nextcloud/apps/notifications/l10n/sk.js
8049share/nextcloud/apps/notifications/l10n/sk.json 8656share/nextcloud/apps/notifications/l10n/sk.json
8050share/nextcloud/apps/notifications/l10n/sl.js 8657share/nextcloud/apps/notifications/l10n/sl.js
8051share/nextcloud/apps/notifications/l10n/sl.json 8658share/nextcloud/apps/notifications/l10n/sl.json
8052share/nextcloud/apps/notifications/l10n/sq.js 8659share/nextcloud/apps/notifications/l10n/sq.js
8053share/nextcloud/apps/notifications/l10n/sq.json 8660share/nextcloud/apps/notifications/l10n/sq.json
8054share/nextcloud/apps/notifications/l10n/sr.js 8661share/nextcloud/apps/notifications/l10n/sr.js
8055share/nextcloud/apps/notifications/l10n/sr.json 8662share/nextcloud/apps/notifications/l10n/sr.json
8056share/nextcloud/apps/notifications/l10n/sv.js 8663share/nextcloud/apps/notifications/l10n/sv.js
8057share/nextcloud/apps/notifications/l10n/sv.json 8664share/nextcloud/apps/notifications/l10n/sv.json
8058share/nextcloud/apps/notifications/l10n/tr.js 8665share/nextcloud/apps/notifications/l10n/tr.js
8059share/nextcloud/apps/notifications/l10n/tr.json 8666share/nextcloud/apps/notifications/l10n/tr.json
8060share/nextcloud/apps/notifications/l10n/uk.js 8667share/nextcloud/apps/notifications/l10n/uk.js
8061share/nextcloud/apps/notifications/l10n/uk.json 8668share/nextcloud/apps/notifications/l10n/uk.json
 8669share/nextcloud/apps/notifications/l10n/uz.js
 8670share/nextcloud/apps/notifications/l10n/uz.json
8062share/nextcloud/apps/notifications/l10n/vi.js 8671share/nextcloud/apps/notifications/l10n/vi.js
8063share/nextcloud/apps/notifications/l10n/vi.json 8672share/nextcloud/apps/notifications/l10n/vi.json
8064share/nextcloud/apps/notifications/l10n/zh_CN.js 8673share/nextcloud/apps/notifications/l10n/zh_CN.js
8065share/nextcloud/apps/notifications/l10n/zh_CN.json 8674share/nextcloud/apps/notifications/l10n/zh_CN.json
8066share/nextcloud/apps/notifications/l10n/zh_TW.js 8675share/nextcloud/apps/notifications/l10n/zh_TW.js
8067share/nextcloud/apps/notifications/l10n/zh_TW.json 8676share/nextcloud/apps/notifications/l10n/zh_TW.json
8068share/nextcloud/apps/notifications/lib/App.php 8677share/nextcloud/apps/notifications/lib/App.php
8069share/nextcloud/apps/notifications/lib/AppInfo/Application.php 8678share/nextcloud/apps/notifications/lib/AppInfo/Application.php
8070share/nextcloud/apps/notifications/lib/Capabilities.php 8679share/nextcloud/apps/notifications/lib/Capabilities.php
8071share/nextcloud/apps/notifications/lib/Controller/EndpointController.php 8680share/nextcloud/apps/notifications/lib/Controller/EndpointController.php
8072share/nextcloud/apps/notifications/lib/Controller/PushController.php 8681share/nextcloud/apps/notifications/lib/Controller/PushController.php
8073share/nextcloud/apps/notifications/lib/Handler.php 8682share/nextcloud/apps/notifications/lib/Handler.php
8074share/nextcloud/apps/notifications/lib/Push.php 8683share/nextcloud/apps/notifications/lib/Push.php
@@ -8091,66 +8700,104 @@ share/nextcloud/apps/oauth2/l10n/da.js @@ -8091,66 +8700,104 @@ share/nextcloud/apps/oauth2/l10n/da.js
8091share/nextcloud/apps/oauth2/l10n/da.json 8700share/nextcloud/apps/oauth2/l10n/da.json
8092share/nextcloud/apps/oauth2/l10n/de.js 8701share/nextcloud/apps/oauth2/l10n/de.js
8093share/nextcloud/apps/oauth2/l10n/de.json 8702share/nextcloud/apps/oauth2/l10n/de.json
8094share/nextcloud/apps/oauth2/l10n/de_DE.js 8703share/nextcloud/apps/oauth2/l10n/de_DE.js
8095share/nextcloud/apps/oauth2/l10n/de_DE.json 8704share/nextcloud/apps/oauth2/l10n/de_DE.json
8096share/nextcloud/apps/oauth2/l10n/el.js 8705share/nextcloud/apps/oauth2/l10n/el.js
8097share/nextcloud/apps/oauth2/l10n/el.json 8706share/nextcloud/apps/oauth2/l10n/el.json
8098share/nextcloud/apps/oauth2/l10n/en_GB.js 8707share/nextcloud/apps/oauth2/l10n/en_GB.js
8099share/nextcloud/apps/oauth2/l10n/en_GB.json 8708share/nextcloud/apps/oauth2/l10n/en_GB.json
8100share/nextcloud/apps/oauth2/l10n/es.js 8709share/nextcloud/apps/oauth2/l10n/es.js
8101share/nextcloud/apps/oauth2/l10n/es.json 8710share/nextcloud/apps/oauth2/l10n/es.json
8102share/nextcloud/apps/oauth2/l10n/es_AR.js 8711share/nextcloud/apps/oauth2/l10n/es_AR.js
8103share/nextcloud/apps/oauth2/l10n/es_AR.json 8712share/nextcloud/apps/oauth2/l10n/es_AR.json
 8713share/nextcloud/apps/oauth2/l10n/es_CL.js
 8714share/nextcloud/apps/oauth2/l10n/es_CL.json
 8715share/nextcloud/apps/oauth2/l10n/es_CO.js
 8716share/nextcloud/apps/oauth2/l10n/es_CO.json
 8717share/nextcloud/apps/oauth2/l10n/es_CR.js
 8718share/nextcloud/apps/oauth2/l10n/es_CR.json
 8719share/nextcloud/apps/oauth2/l10n/es_DO.js
 8720share/nextcloud/apps/oauth2/l10n/es_DO.json
 8721share/nextcloud/apps/oauth2/l10n/es_EC.js
 8722share/nextcloud/apps/oauth2/l10n/es_EC.json
 8723share/nextcloud/apps/oauth2/l10n/es_GT.js
 8724share/nextcloud/apps/oauth2/l10n/es_GT.json
 8725share/nextcloud/apps/oauth2/l10n/es_HN.js
 8726share/nextcloud/apps/oauth2/l10n/es_HN.json
8104share/nextcloud/apps/oauth2/l10n/es_MX.js 8727share/nextcloud/apps/oauth2/l10n/es_MX.js
8105share/nextcloud/apps/oauth2/l10n/es_MX.json 8728share/nextcloud/apps/oauth2/l10n/es_MX.json
 8729share/nextcloud/apps/oauth2/l10n/es_NI.js
 8730share/nextcloud/apps/oauth2/l10n/es_NI.json
 8731share/nextcloud/apps/oauth2/l10n/es_PA.js
 8732share/nextcloud/apps/oauth2/l10n/es_PA.json
 8733share/nextcloud/apps/oauth2/l10n/es_PE.js
 8734share/nextcloud/apps/oauth2/l10n/es_PE.json
 8735share/nextcloud/apps/oauth2/l10n/es_PR.js
 8736share/nextcloud/apps/oauth2/l10n/es_PR.json
 8737share/nextcloud/apps/oauth2/l10n/es_PY.js
 8738share/nextcloud/apps/oauth2/l10n/es_PY.json
 8739share/nextcloud/apps/oauth2/l10n/es_SV.js
 8740share/nextcloud/apps/oauth2/l10n/es_SV.json
 8741share/nextcloud/apps/oauth2/l10n/es_UY.js
 8742share/nextcloud/apps/oauth2/l10n/es_UY.json
 8743share/nextcloud/apps/oauth2/l10n/eu.js
 8744share/nextcloud/apps/oauth2/l10n/eu.json
8106share/nextcloud/apps/oauth2/l10n/fi.js 8745share/nextcloud/apps/oauth2/l10n/fi.js
8107share/nextcloud/apps/oauth2/l10n/fi.json 8746share/nextcloud/apps/oauth2/l10n/fi.json
8108share/nextcloud/apps/oauth2/l10n/fr.js 8747share/nextcloud/apps/oauth2/l10n/fr.js
8109share/nextcloud/apps/oauth2/l10n/fr.json 8748share/nextcloud/apps/oauth2/l10n/fr.json
 8749share/nextcloud/apps/oauth2/l10n/hu.js
 8750share/nextcloud/apps/oauth2/l10n/hu.json
8110share/nextcloud/apps/oauth2/l10n/id.js 8751share/nextcloud/apps/oauth2/l10n/id.js
8111share/nextcloud/apps/oauth2/l10n/id.json 8752share/nextcloud/apps/oauth2/l10n/id.json
8112share/nextcloud/apps/oauth2/l10n/is.js 8753share/nextcloud/apps/oauth2/l10n/is.js
8113share/nextcloud/apps/oauth2/l10n/is.json 8754share/nextcloud/apps/oauth2/l10n/is.json
8114share/nextcloud/apps/oauth2/l10n/it.js 8755share/nextcloud/apps/oauth2/l10n/it.js
8115share/nextcloud/apps/oauth2/l10n/it.json 8756share/nextcloud/apps/oauth2/l10n/it.json
8116share/nextcloud/apps/oauth2/l10n/ja.js 8757share/nextcloud/apps/oauth2/l10n/ja.js
8117share/nextcloud/apps/oauth2/l10n/ja.json 8758share/nextcloud/apps/oauth2/l10n/ja.json
 8759share/nextcloud/apps/oauth2/l10n/ka_GE.js
 8760share/nextcloud/apps/oauth2/l10n/ka_GE.json
8118share/nextcloud/apps/oauth2/l10n/lt_LT.js 8761share/nextcloud/apps/oauth2/l10n/lt_LT.js
8119share/nextcloud/apps/oauth2/l10n/lt_LT.json 8762share/nextcloud/apps/oauth2/l10n/lt_LT.json
8120share/nextcloud/apps/oauth2/l10n/lv.js 8763share/nextcloud/apps/oauth2/l10n/lv.js
8121share/nextcloud/apps/oauth2/l10n/lv.json 8764share/nextcloud/apps/oauth2/l10n/lv.json
8122share/nextcloud/apps/oauth2/l10n/nb.js 8765share/nextcloud/apps/oauth2/l10n/nb.js
8123share/nextcloud/apps/oauth2/l10n/nb.json 8766share/nextcloud/apps/oauth2/l10n/nb.json
8124share/nextcloud/apps/oauth2/l10n/nl.js 8767share/nextcloud/apps/oauth2/l10n/nl.js
8125share/nextcloud/apps/oauth2/l10n/nl.json 8768share/nextcloud/apps/oauth2/l10n/nl.json
8126share/nextcloud/apps/oauth2/l10n/pl.js 8769share/nextcloud/apps/oauth2/l10n/pl.js
8127share/nextcloud/apps/oauth2/l10n/pl.json 8770share/nextcloud/apps/oauth2/l10n/pl.json
8128share/nextcloud/apps/oauth2/l10n/pt_BR.js 8771share/nextcloud/apps/oauth2/l10n/pt_BR.js
8129share/nextcloud/apps/oauth2/l10n/pt_BR.json 8772share/nextcloud/apps/oauth2/l10n/pt_BR.json
8130share/nextcloud/apps/oauth2/l10n/ru.js 8773share/nextcloud/apps/oauth2/l10n/ru.js
8131share/nextcloud/apps/oauth2/l10n/ru.json 8774share/nextcloud/apps/oauth2/l10n/ru.json
8132share/nextcloud/apps/oauth2/l10n/sk.js 8775share/nextcloud/apps/oauth2/l10n/sk.js
8133share/nextcloud/apps/oauth2/l10n/sk.json 8776share/nextcloud/apps/oauth2/l10n/sk.json
8134share/nextcloud/apps/oauth2/l10n/sq.js 8777share/nextcloud/apps/oauth2/l10n/sq.js
8135share/nextcloud/apps/oauth2/l10n/sq.json 8778share/nextcloud/apps/oauth2/l10n/sq.json
 8779share/nextcloud/apps/oauth2/l10n/sr.js
 8780share/nextcloud/apps/oauth2/l10n/sr.json
8136share/nextcloud/apps/oauth2/l10n/sv.js 8781share/nextcloud/apps/oauth2/l10n/sv.js
8137share/nextcloud/apps/oauth2/l10n/sv.json 8782share/nextcloud/apps/oauth2/l10n/sv.json
8138share/nextcloud/apps/oauth2/l10n/tr.js 8783share/nextcloud/apps/oauth2/l10n/tr.js
8139share/nextcloud/apps/oauth2/l10n/tr.json 8784share/nextcloud/apps/oauth2/l10n/tr.json
8140share/nextcloud/apps/oauth2/l10n/vi.js 8785share/nextcloud/apps/oauth2/l10n/vi.js
8141share/nextcloud/apps/oauth2/l10n/vi.json 8786share/nextcloud/apps/oauth2/l10n/vi.json
8142share/nextcloud/apps/oauth2/l10n/zh_CN.js 8787share/nextcloud/apps/oauth2/l10n/zh_CN.js
8143share/nextcloud/apps/oauth2/l10n/zh_CN.json 8788share/nextcloud/apps/oauth2/l10n/zh_CN.json
 8789share/nextcloud/apps/oauth2/l10n/zh_TW.js
 8790share/nextcloud/apps/oauth2/l10n/zh_TW.json
8144share/nextcloud/apps/oauth2/lib/Controller/LoginRedirectorController.php 8791share/nextcloud/apps/oauth2/lib/Controller/LoginRedirectorController.php
8145share/nextcloud/apps/oauth2/lib/Controller/OauthApiController.php 8792share/nextcloud/apps/oauth2/lib/Controller/OauthApiController.php
8146share/nextcloud/apps/oauth2/lib/Controller/SettingsController.php 8793share/nextcloud/apps/oauth2/lib/Controller/SettingsController.php
8147share/nextcloud/apps/oauth2/lib/Db/AccessToken.php 8794share/nextcloud/apps/oauth2/lib/Db/AccessToken.php
8148share/nextcloud/apps/oauth2/lib/Db/AccessTokenMapper.php 8795share/nextcloud/apps/oauth2/lib/Db/AccessTokenMapper.php
8149share/nextcloud/apps/oauth2/lib/Db/Client.php 8796share/nextcloud/apps/oauth2/lib/Db/Client.php
8150share/nextcloud/apps/oauth2/lib/Db/ClientMapper.php 8797share/nextcloud/apps/oauth2/lib/Db/ClientMapper.php
8151share/nextcloud/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php 8798share/nextcloud/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php
8152share/nextcloud/apps/oauth2/lib/Exceptions/ClientNotFoundException.php 8799share/nextcloud/apps/oauth2/lib/Exceptions/ClientNotFoundException.php
8153share/nextcloud/apps/oauth2/lib/Settings/Admin.php 8800share/nextcloud/apps/oauth2/lib/Settings/Admin.php
8154share/nextcloud/apps/oauth2/templates/admin.php 8801share/nextcloud/apps/oauth2/templates/admin.php
8155share/nextcloud/apps/password_policy/.github/contributing.md 8802share/nextcloud/apps/password_policy/.github/contributing.md
8156share/nextcloud/apps/password_policy/.github/issue_template.md 8803share/nextcloud/apps/password_policy/.github/issue_template.md
@@ -8176,70 +8823,106 @@ share/nextcloud/apps/password_policy/l10 @@ -8176,70 +8823,106 @@ share/nextcloud/apps/password_policy/l10
8176share/nextcloud/apps/password_policy/l10n/da.json 8823share/nextcloud/apps/password_policy/l10n/da.json
8177share/nextcloud/apps/password_policy/l10n/de.js 8824share/nextcloud/apps/password_policy/l10n/de.js
8178share/nextcloud/apps/password_policy/l10n/de.json 8825share/nextcloud/apps/password_policy/l10n/de.json
8179share/nextcloud/apps/password_policy/l10n/de_DE.js 8826share/nextcloud/apps/password_policy/l10n/de_DE.js
8180share/nextcloud/apps/password_policy/l10n/de_DE.json 8827share/nextcloud/apps/password_policy/l10n/de_DE.json
8181share/nextcloud/apps/password_policy/l10n/el.js 8828share/nextcloud/apps/password_policy/l10n/el.js
8182share/nextcloud/apps/password_policy/l10n/el.json 8829share/nextcloud/apps/password_policy/l10n/el.json
8183share/nextcloud/apps/password_policy/l10n/en_GB.js 8830share/nextcloud/apps/password_policy/l10n/en_GB.js
8184share/nextcloud/apps/password_policy/l10n/en_GB.json 8831share/nextcloud/apps/password_policy/l10n/en_GB.json
8185share/nextcloud/apps/password_policy/l10n/es.js 8832share/nextcloud/apps/password_policy/l10n/es.js
8186share/nextcloud/apps/password_policy/l10n/es.json 8833share/nextcloud/apps/password_policy/l10n/es.json
8187share/nextcloud/apps/password_policy/l10n/es_AR.js 8834share/nextcloud/apps/password_policy/l10n/es_AR.js
8188share/nextcloud/apps/password_policy/l10n/es_AR.json 8835share/nextcloud/apps/password_policy/l10n/es_AR.json
 8836share/nextcloud/apps/password_policy/l10n/es_CL.js
 8837share/nextcloud/apps/password_policy/l10n/es_CL.json
 8838share/nextcloud/apps/password_policy/l10n/es_CO.js
 8839share/nextcloud/apps/password_policy/l10n/es_CO.json
 8840share/nextcloud/apps/password_policy/l10n/es_CR.js
 8841share/nextcloud/apps/password_policy/l10n/es_CR.json
 8842share/nextcloud/apps/password_policy/l10n/es_DO.js
 8843share/nextcloud/apps/password_policy/l10n/es_DO.json
 8844share/nextcloud/apps/password_policy/l10n/es_EC.js
 8845share/nextcloud/apps/password_policy/l10n/es_EC.json
 8846share/nextcloud/apps/password_policy/l10n/es_GT.js
 8847share/nextcloud/apps/password_policy/l10n/es_GT.json
 8848share/nextcloud/apps/password_policy/l10n/es_HN.js
 8849share/nextcloud/apps/password_policy/l10n/es_HN.json
8189share/nextcloud/apps/password_policy/l10n/es_MX.js 8850share/nextcloud/apps/password_policy/l10n/es_MX.js
8190share/nextcloud/apps/password_policy/l10n/es_MX.json 8851share/nextcloud/apps/password_policy/l10n/es_MX.json
 8852share/nextcloud/apps/password_policy/l10n/es_NI.js
 8853share/nextcloud/apps/password_policy/l10n/es_NI.json
 8854share/nextcloud/apps/password_policy/l10n/es_PA.js
 8855share/nextcloud/apps/password_policy/l10n/es_PA.json
 8856share/nextcloud/apps/password_policy/l10n/es_PE.js
 8857share/nextcloud/apps/password_policy/l10n/es_PE.json
 8858share/nextcloud/apps/password_policy/l10n/es_PR.js
 8859share/nextcloud/apps/password_policy/l10n/es_PR.json
 8860share/nextcloud/apps/password_policy/l10n/es_PY.js
 8861share/nextcloud/apps/password_policy/l10n/es_PY.json
 8862share/nextcloud/apps/password_policy/l10n/es_SV.js
 8863share/nextcloud/apps/password_policy/l10n/es_SV.json
 8864share/nextcloud/apps/password_policy/l10n/es_UY.js
 8865share/nextcloud/apps/password_policy/l10n/es_UY.json
 8866share/nextcloud/apps/password_policy/l10n/et_EE.js
 8867share/nextcloud/apps/password_policy/l10n/et_EE.json
 8868share/nextcloud/apps/password_policy/l10n/eu.js
 8869share/nextcloud/apps/password_policy/l10n/eu.json
8191share/nextcloud/apps/password_policy/l10n/fi.js 8870share/nextcloud/apps/password_policy/l10n/fi.js
8192share/nextcloud/apps/password_policy/l10n/fi.json 8871share/nextcloud/apps/password_policy/l10n/fi.json
8193share/nextcloud/apps/password_policy/l10n/fr.js 8872share/nextcloud/apps/password_policy/l10n/fr.js
8194share/nextcloud/apps/password_policy/l10n/fr.json 8873share/nextcloud/apps/password_policy/l10n/fr.json
8195share/nextcloud/apps/password_policy/l10n/gl.js 8874share/nextcloud/apps/password_policy/l10n/gl.js
8196share/nextcloud/apps/password_policy/l10n/gl.json 8875share/nextcloud/apps/password_policy/l10n/gl.json
8197share/nextcloud/apps/password_policy/l10n/hu.js 8876share/nextcloud/apps/password_policy/l10n/hu.js
8198share/nextcloud/apps/password_policy/l10n/hu.json 8877share/nextcloud/apps/password_policy/l10n/hu.json
8199share/nextcloud/apps/password_policy/l10n/ia.js 8878share/nextcloud/apps/password_policy/l10n/ia.js
8200share/nextcloud/apps/password_policy/l10n/ia.json 8879share/nextcloud/apps/password_policy/l10n/ia.json
8201share/nextcloud/apps/password_policy/l10n/id.js 8880share/nextcloud/apps/password_policy/l10n/id.js
8202share/nextcloud/apps/password_policy/l10n/id.json 8881share/nextcloud/apps/password_policy/l10n/id.json
8203share/nextcloud/apps/password_policy/l10n/is.js 8882share/nextcloud/apps/password_policy/l10n/is.js
8204share/nextcloud/apps/password_policy/l10n/is.json 8883share/nextcloud/apps/password_policy/l10n/is.json
8205share/nextcloud/apps/password_policy/l10n/it.js 8884share/nextcloud/apps/password_policy/l10n/it.js
8206share/nextcloud/apps/password_policy/l10n/it.json 8885share/nextcloud/apps/password_policy/l10n/it.json
8207share/nextcloud/apps/password_policy/l10n/ja.js 8886share/nextcloud/apps/password_policy/l10n/ja.js
8208share/nextcloud/apps/password_policy/l10n/ja.json 8887share/nextcloud/apps/password_policy/l10n/ja.json
 8888share/nextcloud/apps/password_policy/l10n/ka_GE.js
 8889share/nextcloud/apps/password_policy/l10n/ka_GE.json
8209share/nextcloud/apps/password_policy/l10n/ko.js 8890share/nextcloud/apps/password_policy/l10n/ko.js
8210share/nextcloud/apps/password_policy/l10n/ko.json 8891share/nextcloud/apps/password_policy/l10n/ko.json
8211share/nextcloud/apps/password_policy/l10n/lt_LT.js 8892share/nextcloud/apps/password_policy/l10n/lt_LT.js
8212share/nextcloud/apps/password_policy/l10n/lt_LT.json 8893share/nextcloud/apps/password_policy/l10n/lt_LT.json
8213share/nextcloud/apps/password_policy/l10n/lv.js 8894share/nextcloud/apps/password_policy/l10n/lv.js
8214share/nextcloud/apps/password_policy/l10n/lv.json 8895share/nextcloud/apps/password_policy/l10n/lv.json
8215share/nextcloud/apps/password_policy/l10n/mn.js 8896share/nextcloud/apps/password_policy/l10n/mn.js
8216share/nextcloud/apps/password_policy/l10n/mn.json 8897share/nextcloud/apps/password_policy/l10n/mn.json
8217share/nextcloud/apps/password_policy/l10n/nb.js 8898share/nextcloud/apps/password_policy/l10n/nb.js
8218share/nextcloud/apps/password_policy/l10n/nb.json 8899share/nextcloud/apps/password_policy/l10n/nb.json
8219share/nextcloud/apps/password_policy/l10n/nl.js 8900share/nextcloud/apps/password_policy/l10n/nl.js
8220share/nextcloud/apps/password_policy/l10n/nl.json 8901share/nextcloud/apps/password_policy/l10n/nl.json
8221share/nextcloud/apps/password_policy/l10n/pl.js 8902share/nextcloud/apps/password_policy/l10n/pl.js
8222share/nextcloud/apps/password_policy/l10n/pl.json 8903share/nextcloud/apps/password_policy/l10n/pl.json
8223share/nextcloud/apps/password_policy/l10n/pt_BR.js 8904share/nextcloud/apps/password_policy/l10n/pt_BR.js
8224share/nextcloud/apps/password_policy/l10n/pt_BR.json 8905share/nextcloud/apps/password_policy/l10n/pt_BR.json
8225share/nextcloud/apps/password_policy/l10n/ru.js 8906share/nextcloud/apps/password_policy/l10n/ru.js
8226share/nextcloud/apps/password_policy/l10n/ru.json 8907share/nextcloud/apps/password_policy/l10n/ru.json
8227share/nextcloud/apps/password_policy/l10n/sk.js 8908share/nextcloud/apps/password_policy/l10n/sk.js
8228share/nextcloud/apps/password_policy/l10n/sk.json 8909share/nextcloud/apps/password_policy/l10n/sk.json
8229share/nextcloud/apps/password_policy/l10n/sl.js 8910share/nextcloud/apps/password_policy/l10n/sl.js
8230share/nextcloud/apps/password_policy/l10n/sl.json 8911share/nextcloud/apps/password_policy/l10n/sl.json
8231share/nextcloud/apps/password_policy/l10n/sq.js 8912share/nextcloud/apps/password_policy/l10n/sq.js
8232share/nextcloud/apps/password_policy/l10n/sq.json 8913share/nextcloud/apps/password_policy/l10n/sq.json
 8914share/nextcloud/apps/password_policy/l10n/sr.js
 8915share/nextcloud/apps/password_policy/l10n/sr.json
8233share/nextcloud/apps/password_policy/l10n/sv.js 8916share/nextcloud/apps/password_policy/l10n/sv.js
8234share/nextcloud/apps/password_policy/l10n/sv.json 8917share/nextcloud/apps/password_policy/l10n/sv.json
8235share/nextcloud/apps/password_policy/l10n/tr.js 8918share/nextcloud/apps/password_policy/l10n/tr.js
8236share/nextcloud/apps/password_policy/l10n/tr.json 8919share/nextcloud/apps/password_policy/l10n/tr.json
8237share/nextcloud/apps/password_policy/l10n/zh_CN.js 8920share/nextcloud/apps/password_policy/l10n/zh_CN.js
8238share/nextcloud/apps/password_policy/l10n/zh_CN.json 8921share/nextcloud/apps/password_policy/l10n/zh_CN.json
8239share/nextcloud/apps/password_policy/l10n/zh_TW.js 8922share/nextcloud/apps/password_policy/l10n/zh_TW.js
8240share/nextcloud/apps/password_policy/l10n/zh_TW.json 8923share/nextcloud/apps/password_policy/l10n/zh_TW.json
8241share/nextcloud/apps/password_policy/lib/AppInfo/Application.php 8924share/nextcloud/apps/password_policy/lib/AppInfo/Application.php
8242share/nextcloud/apps/password_policy/lib/Capabilities.php 8925share/nextcloud/apps/password_policy/lib/Capabilities.php
8243share/nextcloud/apps/password_policy/lib/PasswordPolicyConfig.php 8926share/nextcloud/apps/password_policy/lib/PasswordPolicyConfig.php
8244share/nextcloud/apps/password_policy/lib/PasswordValidator.php 8927share/nextcloud/apps/password_policy/lib/PasswordValidator.php
8245share/nextcloud/apps/password_policy/lib/Settings.php 8928share/nextcloud/apps/password_policy/lib/Settings.php
@@ -8325,72 +9008,106 @@ share/nextcloud/apps/serverinfo/l10n/da. @@ -8325,72 +9008,106 @@ share/nextcloud/apps/serverinfo/l10n/da.
8325share/nextcloud/apps/serverinfo/l10n/da.json 9008share/nextcloud/apps/serverinfo/l10n/da.json
8326share/nextcloud/apps/serverinfo/l10n/de.js 9009share/nextcloud/apps/serverinfo/l10n/de.js
8327share/nextcloud/apps/serverinfo/l10n/de.json 9010share/nextcloud/apps/serverinfo/l10n/de.json
8328share/nextcloud/apps/serverinfo/l10n/de_DE.js 9011share/nextcloud/apps/serverinfo/l10n/de_DE.js
8329share/nextcloud/apps/serverinfo/l10n/de_DE.json 9012share/nextcloud/apps/serverinfo/l10n/de_DE.json
8330share/nextcloud/apps/serverinfo/l10n/el.js 9013share/nextcloud/apps/serverinfo/l10n/el.js
8331share/nextcloud/apps/serverinfo/l10n/el.json 9014share/nextcloud/apps/serverinfo/l10n/el.json
8332share/nextcloud/apps/serverinfo/l10n/en_GB.js 9015share/nextcloud/apps/serverinfo/l10n/en_GB.js
8333share/nextcloud/apps/serverinfo/l10n/en_GB.json 9016share/nextcloud/apps/serverinfo/l10n/en_GB.json
8334share/nextcloud/apps/serverinfo/l10n/es.js 9017share/nextcloud/apps/serverinfo/l10n/es.js
8335share/nextcloud/apps/serverinfo/l10n/es.json 9018share/nextcloud/apps/serverinfo/l10n/es.json
8336share/nextcloud/apps/serverinfo/l10n/es_AR.js 9019share/nextcloud/apps/serverinfo/l10n/es_AR.js
8337share/nextcloud/apps/serverinfo/l10n/es_AR.json 9020share/nextcloud/apps/serverinfo/l10n/es_AR.json
 9021share/nextcloud/apps/serverinfo/l10n/es_CL.js
 9022share/nextcloud/apps/serverinfo/l10n/es_CL.json
 9023share/nextcloud/apps/serverinfo/l10n/es_CO.js
 9024share/nextcloud/apps/serverinfo/l10n/es_CO.json
 9025share/nextcloud/apps/serverinfo/l10n/es_CR.js
 9026share/nextcloud/apps/serverinfo/l10n/es_CR.json
 9027share/nextcloud/apps/serverinfo/l10n/es_DO.js
 9028share/nextcloud/apps/serverinfo/l10n/es_DO.json
 9029share/nextcloud/apps/serverinfo/l10n/es_EC.js
 9030share/nextcloud/apps/serverinfo/l10n/es_EC.json
 9031share/nextcloud/apps/serverinfo/l10n/es_GT.js
 9032share/nextcloud/apps/serverinfo/l10n/es_GT.json
 9033share/nextcloud/apps/serverinfo/l10n/es_HN.js
 9034share/nextcloud/apps/serverinfo/l10n/es_HN.json
8338share/nextcloud/apps/serverinfo/l10n/es_MX.js 9035share/nextcloud/apps/serverinfo/l10n/es_MX.js
8339share/nextcloud/apps/serverinfo/l10n/es_MX.json 9036share/nextcloud/apps/serverinfo/l10n/es_MX.json
 9037share/nextcloud/apps/serverinfo/l10n/es_NI.js
 9038share/nextcloud/apps/serverinfo/l10n/es_NI.json
 9039share/nextcloud/apps/serverinfo/l10n/es_PA.js
 9040share/nextcloud/apps/serverinfo/l10n/es_PA.json
 9041share/nextcloud/apps/serverinfo/l10n/es_PE.js
 9042share/nextcloud/apps/serverinfo/l10n/es_PE.json
 9043share/nextcloud/apps/serverinfo/l10n/es_PR.js
 9044share/nextcloud/apps/serverinfo/l10n/es_PR.json
 9045share/nextcloud/apps/serverinfo/l10n/es_PY.js
 9046share/nextcloud/apps/serverinfo/l10n/es_PY.json
 9047share/nextcloud/apps/serverinfo/l10n/es_SV.js
 9048share/nextcloud/apps/serverinfo/l10n/es_SV.json
 9049share/nextcloud/apps/serverinfo/l10n/es_UY.js
 9050share/nextcloud/apps/serverinfo/l10n/es_UY.json
 9051share/nextcloud/apps/serverinfo/l10n/et_EE.js
 9052share/nextcloud/apps/serverinfo/l10n/et_EE.json
8340share/nextcloud/apps/serverinfo/l10n/eu.js 9053share/nextcloud/apps/serverinfo/l10n/eu.js
8341share/nextcloud/apps/serverinfo/l10n/eu.json 9054share/nextcloud/apps/serverinfo/l10n/eu.json
8342share/nextcloud/apps/serverinfo/l10n/fi.js 9055share/nextcloud/apps/serverinfo/l10n/fi.js
8343share/nextcloud/apps/serverinfo/l10n/fi.json 9056share/nextcloud/apps/serverinfo/l10n/fi.json
8344share/nextcloud/apps/serverinfo/l10n/fr.js 9057share/nextcloud/apps/serverinfo/l10n/fr.js
8345share/nextcloud/apps/serverinfo/l10n/fr.json 9058share/nextcloud/apps/serverinfo/l10n/fr.json
8346share/nextcloud/apps/serverinfo/l10n/gl.js 9059share/nextcloud/apps/serverinfo/l10n/gl.js
8347share/nextcloud/apps/serverinfo/l10n/gl.json 9060share/nextcloud/apps/serverinfo/l10n/gl.json
8348share/nextcloud/apps/serverinfo/l10n/hu.js 9061share/nextcloud/apps/serverinfo/l10n/hu.js
8349share/nextcloud/apps/serverinfo/l10n/hu.json 9062share/nextcloud/apps/serverinfo/l10n/hu.json
8350share/nextcloud/apps/serverinfo/l10n/ia.js 9063share/nextcloud/apps/serverinfo/l10n/ia.js
8351share/nextcloud/apps/serverinfo/l10n/ia.json 9064share/nextcloud/apps/serverinfo/l10n/ia.json
8352share/nextcloud/apps/serverinfo/l10n/id.js 9065share/nextcloud/apps/serverinfo/l10n/id.js
8353share/nextcloud/apps/serverinfo/l10n/id.json 9066share/nextcloud/apps/serverinfo/l10n/id.json
8354share/nextcloud/apps/serverinfo/l10n/is.js 9067share/nextcloud/apps/serverinfo/l10n/is.js
8355share/nextcloud/apps/serverinfo/l10n/is.json 9068share/nextcloud/apps/serverinfo/l10n/is.json
8356share/nextcloud/apps/serverinfo/l10n/it.js 9069share/nextcloud/apps/serverinfo/l10n/it.js
8357share/nextcloud/apps/serverinfo/l10n/it.json 9070share/nextcloud/apps/serverinfo/l10n/it.json
8358share/nextcloud/apps/serverinfo/l10n/ja.js 9071share/nextcloud/apps/serverinfo/l10n/ja.js
8359share/nextcloud/apps/serverinfo/l10n/ja.json 9072share/nextcloud/apps/serverinfo/l10n/ja.json
 9073share/nextcloud/apps/serverinfo/l10n/ka_GE.js
 9074share/nextcloud/apps/serverinfo/l10n/ka_GE.json
8360share/nextcloud/apps/serverinfo/l10n/ko.js 9075share/nextcloud/apps/serverinfo/l10n/ko.js
8361share/nextcloud/apps/serverinfo/l10n/ko.json 9076share/nextcloud/apps/serverinfo/l10n/ko.json
8362share/nextcloud/apps/serverinfo/l10n/lt_LT.js 9077share/nextcloud/apps/serverinfo/l10n/lt_LT.js
8363share/nextcloud/apps/serverinfo/l10n/lt_LT.json 9078share/nextcloud/apps/serverinfo/l10n/lt_LT.json
8364share/nextcloud/apps/serverinfo/l10n/lv.js 9079share/nextcloud/apps/serverinfo/l10n/lv.js
8365share/nextcloud/apps/serverinfo/l10n/lv.json 9080share/nextcloud/apps/serverinfo/l10n/lv.json
8366share/nextcloud/apps/serverinfo/l10n/mn.js 9081share/nextcloud/apps/serverinfo/l10n/mn.js
8367share/nextcloud/apps/serverinfo/l10n/mn.json 9082share/nextcloud/apps/serverinfo/l10n/mn.json
8368share/nextcloud/apps/serverinfo/l10n/nb.js 9083share/nextcloud/apps/serverinfo/l10n/nb.js
8369share/nextcloud/apps/serverinfo/l10n/nb.json 9084share/nextcloud/apps/serverinfo/l10n/nb.json
8370share/nextcloud/apps/serverinfo/l10n/nl.js 9085share/nextcloud/apps/serverinfo/l10n/nl.js
8371share/nextcloud/apps/serverinfo/l10n/nl.json 9086share/nextcloud/apps/serverinfo/l10n/nl.json
8372share/nextcloud/apps/serverinfo/l10n/pl.js 9087share/nextcloud/apps/serverinfo/l10n/pl.js
8373share/nextcloud/apps/serverinfo/l10n/pl.json 9088share/nextcloud/apps/serverinfo/l10n/pl.json
8374share/nextcloud/apps/serverinfo/l10n/pt_BR.js 9089share/nextcloud/apps/serverinfo/l10n/pt_BR.js
8375share/nextcloud/apps/serverinfo/l10n/pt_BR.json 9090share/nextcloud/apps/serverinfo/l10n/pt_BR.json
8376share/nextcloud/apps/serverinfo/l10n/ru.js 9091share/nextcloud/apps/serverinfo/l10n/ru.js
8377share/nextcloud/apps/serverinfo/l10n/ru.json 9092share/nextcloud/apps/serverinfo/l10n/ru.json
8378share/nextcloud/apps/serverinfo/l10n/sk.js 9093share/nextcloud/apps/serverinfo/l10n/sk.js
8379share/nextcloud/apps/serverinfo/l10n/sk.json 9094share/nextcloud/apps/serverinfo/l10n/sk.json
8380share/nextcloud/apps/serverinfo/l10n/sl.js 9095share/nextcloud/apps/serverinfo/l10n/sl.js
8381share/nextcloud/apps/serverinfo/l10n/sl.json 9096share/nextcloud/apps/serverinfo/l10n/sl.json
8382share/nextcloud/apps/serverinfo/l10n/sq.js 9097share/nextcloud/apps/serverinfo/l10n/sq.js
8383share/nextcloud/apps/serverinfo/l10n/sq.json 9098share/nextcloud/apps/serverinfo/l10n/sq.json
 9099share/nextcloud/apps/serverinfo/l10n/sr.js
 9100share/nextcloud/apps/serverinfo/l10n/sr.json
8384share/nextcloud/apps/serverinfo/l10n/sv.js 9101share/nextcloud/apps/serverinfo/l10n/sv.js
8385share/nextcloud/apps/serverinfo/l10n/sv.json 9102share/nextcloud/apps/serverinfo/l10n/sv.json
8386share/nextcloud/apps/serverinfo/l10n/tr.js 9103share/nextcloud/apps/serverinfo/l10n/tr.js
8387share/nextcloud/apps/serverinfo/l10n/tr.json 9104share/nextcloud/apps/serverinfo/l10n/tr.json
8388share/nextcloud/apps/serverinfo/l10n/vi.js 9105share/nextcloud/apps/serverinfo/l10n/vi.js
8389share/nextcloud/apps/serverinfo/l10n/vi.json 9106share/nextcloud/apps/serverinfo/l10n/vi.json
8390share/nextcloud/apps/serverinfo/l10n/zh_CN.js 9107share/nextcloud/apps/serverinfo/l10n/zh_CN.js
8391share/nextcloud/apps/serverinfo/l10n/zh_CN.json 9108share/nextcloud/apps/serverinfo/l10n/zh_CN.json
8392share/nextcloud/apps/serverinfo/l10n/zh_TW.js 9109share/nextcloud/apps/serverinfo/l10n/zh_TW.js
8393share/nextcloud/apps/serverinfo/l10n/zh_TW.json 9110share/nextcloud/apps/serverinfo/l10n/zh_TW.json
8394share/nextcloud/apps/serverinfo/lib/Controller/ApiController.php 9111share/nextcloud/apps/serverinfo/lib/Controller/ApiController.php
8395share/nextcloud/apps/serverinfo/lib/Controller/PageController.php 9112share/nextcloud/apps/serverinfo/lib/Controller/PageController.php
8396share/nextcloud/apps/serverinfo/lib/DatabaseStatistics.php 9113share/nextcloud/apps/serverinfo/lib/DatabaseStatistics.php
@@ -8401,84 +9118,120 @@ share/nextcloud/apps/serverinfo/lib/Sett @@ -8401,84 +9118,120 @@ share/nextcloud/apps/serverinfo/lib/Sett
8401share/nextcloud/apps/serverinfo/lib/ShareStatistics.php 9118share/nextcloud/apps/serverinfo/lib/ShareStatistics.php
8402share/nextcloud/apps/serverinfo/lib/StorageStatistics.php 9119share/nextcloud/apps/serverinfo/lib/StorageStatistics.php
8403share/nextcloud/apps/serverinfo/lib/SystemStatistics.php 9120share/nextcloud/apps/serverinfo/lib/SystemStatistics.php
8404share/nextcloud/apps/serverinfo/templates/settings-admin.php 9121share/nextcloud/apps/serverinfo/templates/settings-admin.php
8405share/nextcloud/apps/sharebymail/appinfo/app.php 9122share/nextcloud/apps/sharebymail/appinfo/app.php
8406share/nextcloud/apps/sharebymail/appinfo/info.xml 9123share/nextcloud/apps/sharebymail/appinfo/info.xml
8407share/nextcloud/apps/sharebymail/appinfo/signature.json 9124share/nextcloud/apps/sharebymail/appinfo/signature.json
8408share/nextcloud/apps/sharebymail/css/settings-admin.css 9125share/nextcloud/apps/sharebymail/css/settings-admin.css
8409share/nextcloud/apps/sharebymail/img/app.svg 9126share/nextcloud/apps/sharebymail/img/app.svg
8410share/nextcloud/apps/sharebymail/js/settings-admin.js 9127share/nextcloud/apps/sharebymail/js/settings-admin.js
8411share/nextcloud/apps/sharebymail/l10n/.gitkeep 9128share/nextcloud/apps/sharebymail/l10n/.gitkeep
8412share/nextcloud/apps/sharebymail/l10n/ast.js 9129share/nextcloud/apps/sharebymail/l10n/ast.js
8413share/nextcloud/apps/sharebymail/l10n/ast.json 9130share/nextcloud/apps/sharebymail/l10n/ast.json
 9131share/nextcloud/apps/sharebymail/l10n/ca.js
 9132share/nextcloud/apps/sharebymail/l10n/ca.json
8414share/nextcloud/apps/sharebymail/l10n/cs.js 9133share/nextcloud/apps/sharebymail/l10n/cs.js
8415share/nextcloud/apps/sharebymail/l10n/cs.json 9134share/nextcloud/apps/sharebymail/l10n/cs.json
8416share/nextcloud/apps/sharebymail/l10n/cs_CZ.js 9135share/nextcloud/apps/sharebymail/l10n/cs_CZ.js
8417share/nextcloud/apps/sharebymail/l10n/cs_CZ.json 9136share/nextcloud/apps/sharebymail/l10n/cs_CZ.json
8418share/nextcloud/apps/sharebymail/l10n/da.js 9137share/nextcloud/apps/sharebymail/l10n/da.js
8419share/nextcloud/apps/sharebymail/l10n/da.json 9138share/nextcloud/apps/sharebymail/l10n/da.json
8420share/nextcloud/apps/sharebymail/l10n/de.js 9139share/nextcloud/apps/sharebymail/l10n/de.js
8421share/nextcloud/apps/sharebymail/l10n/de.json 9140share/nextcloud/apps/sharebymail/l10n/de.json
8422share/nextcloud/apps/sharebymail/l10n/de_DE.js 9141share/nextcloud/apps/sharebymail/l10n/de_DE.js
8423share/nextcloud/apps/sharebymail/l10n/de_DE.json 9142share/nextcloud/apps/sharebymail/l10n/de_DE.json
8424share/nextcloud/apps/sharebymail/l10n/el.js 9143share/nextcloud/apps/sharebymail/l10n/el.js
8425share/nextcloud/apps/sharebymail/l10n/el.json 9144share/nextcloud/apps/sharebymail/l10n/el.json
8426share/nextcloud/apps/sharebymail/l10n/en_GB.js 9145share/nextcloud/apps/sharebymail/l10n/en_GB.js
8427share/nextcloud/apps/sharebymail/l10n/en_GB.json 9146share/nextcloud/apps/sharebymail/l10n/en_GB.json
8428share/nextcloud/apps/sharebymail/l10n/es.js 9147share/nextcloud/apps/sharebymail/l10n/es.js
8429share/nextcloud/apps/sharebymail/l10n/es.json 9148share/nextcloud/apps/sharebymail/l10n/es.json
8430share/nextcloud/apps/sharebymail/l10n/es_AR.js 9149share/nextcloud/apps/sharebymail/l10n/es_AR.js
8431share/nextcloud/apps/sharebymail/l10n/es_AR.json 9150share/nextcloud/apps/sharebymail/l10n/es_AR.json
 9151share/nextcloud/apps/sharebymail/l10n/es_CL.js
 9152share/nextcloud/apps/sharebymail/l10n/es_CL.json
 9153share/nextcloud/apps/sharebymail/l10n/es_CO.js
 9154share/nextcloud/apps/sharebymail/l10n/es_CO.json
 9155share/nextcloud/apps/sharebymail/l10n/es_CR.js
 9156share/nextcloud/apps/sharebymail/l10n/es_CR.json
 9157share/nextcloud/apps/sharebymail/l10n/es_DO.js
 9158share/nextcloud/apps/sharebymail/l10n/es_DO.json
 9159share/nextcloud/apps/sharebymail/l10n/es_EC.js
 9160share/nextcloud/apps/sharebymail/l10n/es_EC.json
 9161share/nextcloud/apps/sharebymail/l10n/es_GT.js
 9162share/nextcloud/apps/sharebymail/l10n/es_GT.json
 9163share/nextcloud/apps/sharebymail/l10n/es_HN.js
 9164share/nextcloud/apps/sharebymail/l10n/es_HN.json
8432share/nextcloud/apps/sharebymail/l10n/es_MX.js 9165share/nextcloud/apps/sharebymail/l10n/es_MX.js
8433share/nextcloud/apps/sharebymail/l10n/es_MX.json 9166share/nextcloud/apps/sharebymail/l10n/es_MX.json
 9167share/nextcloud/apps/sharebymail/l10n/es_NI.js
 9168share/nextcloud/apps/sharebymail/l10n/es_NI.json
 9169share/nextcloud/apps/sharebymail/l10n/es_PA.js
 9170share/nextcloud/apps/sharebymail/l10n/es_PA.json
 9171share/nextcloud/apps/sharebymail/l10n/es_PE.js
 9172share/nextcloud/apps/sharebymail/l10n/es_PE.json
 9173share/nextcloud/apps/sharebymail/l10n/es_PR.js
 9174share/nextcloud/apps/sharebymail/l10n/es_PR.json
 9175share/nextcloud/apps/sharebymail/l10n/es_PY.js
 9176share/nextcloud/apps/sharebymail/l10n/es_PY.json
 9177share/nextcloud/apps/sharebymail/l10n/es_SV.js
 9178share/nextcloud/apps/sharebymail/l10n/es_SV.json
 9179share/nextcloud/apps/sharebymail/l10n/es_UY.js
 9180share/nextcloud/apps/sharebymail/l10n/es_UY.json
8434share/nextcloud/apps/sharebymail/l10n/fi.js 9181share/nextcloud/apps/sharebymail/l10n/fi.js
8435share/nextcloud/apps/sharebymail/l10n/fi.json 9182share/nextcloud/apps/sharebymail/l10n/fi.json
8436share/nextcloud/apps/sharebymail/l10n/fr.js 9183share/nextcloud/apps/sharebymail/l10n/fr.js
8437share/nextcloud/apps/sharebymail/l10n/fr.json 9184share/nextcloud/apps/sharebymail/l10n/fr.json
8438share/nextcloud/apps/sharebymail/l10n/gl.js 9185share/nextcloud/apps/sharebymail/l10n/gl.js
8439share/nextcloud/apps/sharebymail/l10n/gl.json 9186share/nextcloud/apps/sharebymail/l10n/gl.json
 9187share/nextcloud/apps/sharebymail/l10n/hu.js
 9188share/nextcloud/apps/sharebymail/l10n/hu.json
8440share/nextcloud/apps/sharebymail/l10n/ia.js 9189share/nextcloud/apps/sharebymail/l10n/ia.js
8441share/nextcloud/apps/sharebymail/l10n/ia.json 9190share/nextcloud/apps/sharebymail/l10n/ia.json
8442share/nextcloud/apps/sharebymail/l10n/id.js 9191share/nextcloud/apps/sharebymail/l10n/id.js
8443share/nextcloud/apps/sharebymail/l10n/id.json 9192share/nextcloud/apps/sharebymail/l10n/id.json
8444share/nextcloud/apps/sharebymail/l10n/is.js 9193share/nextcloud/apps/sharebymail/l10n/is.js
8445share/nextcloud/apps/sharebymail/l10n/is.json 9194share/nextcloud/apps/sharebymail/l10n/is.json
8446share/nextcloud/apps/sharebymail/l10n/it.js 9195share/nextcloud/apps/sharebymail/l10n/it.js
8447share/nextcloud/apps/sharebymail/l10n/it.json 9196share/nextcloud/apps/sharebymail/l10n/it.json
8448share/nextcloud/apps/sharebymail/l10n/ja.js 9197share/nextcloud/apps/sharebymail/l10n/ja.js
8449share/nextcloud/apps/sharebymail/l10n/ja.json 9198share/nextcloud/apps/sharebymail/l10n/ja.json
 9199share/nextcloud/apps/sharebymail/l10n/ka_GE.js
 9200share/nextcloud/apps/sharebymail/l10n/ka_GE.json
8450share/nextcloud/apps/sharebymail/l10n/ko.js 9201share/nextcloud/apps/sharebymail/l10n/ko.js
8451share/nextcloud/apps/sharebymail/l10n/ko.json 9202share/nextcloud/apps/sharebymail/l10n/ko.json
8452share/nextcloud/apps/sharebymail/l10n/lt_LT.js 9203share/nextcloud/apps/sharebymail/l10n/lt_LT.js
8453share/nextcloud/apps/sharebymail/l10n/lt_LT.json 9204share/nextcloud/apps/sharebymail/l10n/lt_LT.json
8454share/nextcloud/apps/sharebymail/l10n/nb.js 9205share/nextcloud/apps/sharebymail/l10n/nb.js
8455share/nextcloud/apps/sharebymail/l10n/nb.json 9206share/nextcloud/apps/sharebymail/l10n/nb.json
8456share/nextcloud/apps/sharebymail/l10n/nb_NO.js 9207share/nextcloud/apps/sharebymail/l10n/nb_NO.js
8457share/nextcloud/apps/sharebymail/l10n/nb_NO.json 9208share/nextcloud/apps/sharebymail/l10n/nb_NO.json
8458share/nextcloud/apps/sharebymail/l10n/nl.js 9209share/nextcloud/apps/sharebymail/l10n/nl.js
8459share/nextcloud/apps/sharebymail/l10n/nl.json 9210share/nextcloud/apps/sharebymail/l10n/nl.json
8460share/nextcloud/apps/sharebymail/l10n/pl.js 9211share/nextcloud/apps/sharebymail/l10n/pl.js
8461share/nextcloud/apps/sharebymail/l10n/pl.json 9212share/nextcloud/apps/sharebymail/l10n/pl.json
8462share/nextcloud/apps/sharebymail/l10n/pt_BR.js 9213share/nextcloud/apps/sharebymail/l10n/pt_BR.js
8463share/nextcloud/apps/sharebymail/l10n/pt_BR.json 9214share/nextcloud/apps/sharebymail/l10n/pt_BR.json
8464share/nextcloud/apps/sharebymail/l10n/ru.js 9215share/nextcloud/apps/sharebymail/l10n/ru.js
8465share/nextcloud/apps/sharebymail/l10n/ru.json 9216share/nextcloud/apps/sharebymail/l10n/ru.json
8466share/nextcloud/apps/sharebymail/l10n/sk.js 9217share/nextcloud/apps/sharebymail/l10n/sk.js
8467share/nextcloud/apps/sharebymail/l10n/sk.json 9218share/nextcloud/apps/sharebymail/l10n/sk.json
8468share/nextcloud/apps/sharebymail/l10n/sk_SK.js 9219share/nextcloud/apps/sharebymail/l10n/sk_SK.js
8469share/nextcloud/apps/sharebymail/l10n/sk_SK.json 9220share/nextcloud/apps/sharebymail/l10n/sk_SK.json
8470share/nextcloud/apps/sharebymail/l10n/sq.js 9221share/nextcloud/apps/sharebymail/l10n/sq.js
8471share/nextcloud/apps/sharebymail/l10n/sq.json 9222share/nextcloud/apps/sharebymail/l10n/sq.json
 9223share/nextcloud/apps/sharebymail/l10n/sr.js
 9224share/nextcloud/apps/sharebymail/l10n/sr.json
8472share/nextcloud/apps/sharebymail/l10n/sv.js 9225share/nextcloud/apps/sharebymail/l10n/sv.js
8473share/nextcloud/apps/sharebymail/l10n/sv.json 9226share/nextcloud/apps/sharebymail/l10n/sv.json
8474share/nextcloud/apps/sharebymail/l10n/tr.js 9227share/nextcloud/apps/sharebymail/l10n/tr.js
8475share/nextcloud/apps/sharebymail/l10n/tr.json 9228share/nextcloud/apps/sharebymail/l10n/tr.json
8476share/nextcloud/apps/sharebymail/l10n/zh_CN.js 9229share/nextcloud/apps/sharebymail/l10n/zh_CN.js
8477share/nextcloud/apps/sharebymail/l10n/zh_CN.json 9230share/nextcloud/apps/sharebymail/l10n/zh_CN.json
8478share/nextcloud/apps/sharebymail/lib/Activity.php 9231share/nextcloud/apps/sharebymail/lib/Activity.php
8479share/nextcloud/apps/sharebymail/lib/AppInfo/Application.php 9232share/nextcloud/apps/sharebymail/lib/AppInfo/Application.php
8480share/nextcloud/apps/sharebymail/lib/Capabilities.php 9233share/nextcloud/apps/sharebymail/lib/Capabilities.php
8481share/nextcloud/apps/sharebymail/lib/Settings.php 9234share/nextcloud/apps/sharebymail/lib/Settings.php
8482share/nextcloud/apps/sharebymail/lib/Settings/Admin.php 9235share/nextcloud/apps/sharebymail/lib/Settings/Admin.php
8483share/nextcloud/apps/sharebymail/lib/Settings/SettingsManager.php 9236share/nextcloud/apps/sharebymail/lib/Settings/SettingsManager.php
8484share/nextcloud/apps/sharebymail/lib/ShareByMailProvider.php 9237share/nextcloud/apps/sharebymail/lib/ShareByMailProvider.php
@@ -8488,68 +9241,106 @@ share/nextcloud/apps/survey_client/ISSUE @@ -8488,68 +9241,106 @@ share/nextcloud/apps/survey_client/ISSUE
8488share/nextcloud/apps/survey_client/appinfo/app.php 9241share/nextcloud/apps/survey_client/appinfo/app.php
8489share/nextcloud/apps/survey_client/appinfo/info.xml 9242share/nextcloud/apps/survey_client/appinfo/info.xml
8490share/nextcloud/apps/survey_client/appinfo/install.php 9243share/nextcloud/apps/survey_client/appinfo/install.php
8491share/nextcloud/apps/survey_client/appinfo/routes.php 9244share/nextcloud/apps/survey_client/appinfo/routes.php
8492share/nextcloud/apps/survey_client/appinfo/signature.json 9245share/nextcloud/apps/survey_client/appinfo/signature.json
8493share/nextcloud/apps/survey_client/appinfo/update.php 9246share/nextcloud/apps/survey_client/appinfo/update.php
8494share/nextcloud/apps/survey_client/css/admin.css 9247share/nextcloud/apps/survey_client/css/admin.css
8495share/nextcloud/apps/survey_client/img/app-dark.svg 9248share/nextcloud/apps/survey_client/img/app-dark.svg
8496share/nextcloud/apps/survey_client/img/app.svg 9249share/nextcloud/apps/survey_client/img/app.svg
8497share/nextcloud/apps/survey_client/js/admin.js 9250share/nextcloud/apps/survey_client/js/admin.js
8498share/nextcloud/apps/survey_client/l10n/.tx/config 9251share/nextcloud/apps/survey_client/l10n/.tx/config
8499share/nextcloud/apps/survey_client/l10n/ast.js 9252share/nextcloud/apps/survey_client/l10n/ast.js
8500share/nextcloud/apps/survey_client/l10n/ast.json 9253share/nextcloud/apps/survey_client/l10n/ast.json
 9254share/nextcloud/apps/survey_client/l10n/ca.js
 9255share/nextcloud/apps/survey_client/l10n/ca.json
 9256share/nextcloud/apps/survey_client/l10n/cs.js
 9257share/nextcloud/apps/survey_client/l10n/cs.json
8501share/nextcloud/apps/survey_client/l10n/da.js 9258share/nextcloud/apps/survey_client/l10n/da.js
8502share/nextcloud/apps/survey_client/l10n/da.json 9259share/nextcloud/apps/survey_client/l10n/da.json
8503share/nextcloud/apps/survey_client/l10n/de.js 9260share/nextcloud/apps/survey_client/l10n/de.js
8504share/nextcloud/apps/survey_client/l10n/de.json 9261share/nextcloud/apps/survey_client/l10n/de.json
8505share/nextcloud/apps/survey_client/l10n/de_DE.js 9262share/nextcloud/apps/survey_client/l10n/de_DE.js
8506share/nextcloud/apps/survey_client/l10n/de_DE.json 9263share/nextcloud/apps/survey_client/l10n/de_DE.json
8507share/nextcloud/apps/survey_client/l10n/el.js 9264share/nextcloud/apps/survey_client/l10n/el.js
8508share/nextcloud/apps/survey_client/l10n/el.json 9265share/nextcloud/apps/survey_client/l10n/el.json
8509share/nextcloud/apps/survey_client/l10n/en_GB.js 9266share/nextcloud/apps/survey_client/l10n/en_GB.js
8510share/nextcloud/apps/survey_client/l10n/en_GB.json 9267share/nextcloud/apps/survey_client/l10n/en_GB.json
8511share/nextcloud/apps/survey_client/l10n/es.js 9268share/nextcloud/apps/survey_client/l10n/es.js
8512share/nextcloud/apps/survey_client/l10n/es.json 9269share/nextcloud/apps/survey_client/l10n/es.json
 9270share/nextcloud/apps/survey_client/l10n/es_CL.js
 9271share/nextcloud/apps/survey_client/l10n/es_CL.json
 9272share/nextcloud/apps/survey_client/l10n/es_CO.js
 9273share/nextcloud/apps/survey_client/l10n/es_CO.json
 9274share/nextcloud/apps/survey_client/l10n/es_CR.js
 9275share/nextcloud/apps/survey_client/l10n/es_CR.json
 9276share/nextcloud/apps/survey_client/l10n/es_DO.js
 9277share/nextcloud/apps/survey_client/l10n/es_DO.json
 9278share/nextcloud/apps/survey_client/l10n/es_EC.js
 9279share/nextcloud/apps/survey_client/l10n/es_EC.json
 9280share/nextcloud/apps/survey_client/l10n/es_GT.js
 9281share/nextcloud/apps/survey_client/l10n/es_GT.json
 9282share/nextcloud/apps/survey_client/l10n/es_HN.js
 9283share/nextcloud/apps/survey_client/l10n/es_HN.json
8513share/nextcloud/apps/survey_client/l10n/es_MX.js 9284share/nextcloud/apps/survey_client/l10n/es_MX.js
8514share/nextcloud/apps/survey_client/l10n/es_MX.json 9285share/nextcloud/apps/survey_client/l10n/es_MX.json
 9286share/nextcloud/apps/survey_client/l10n/es_NI.js
 9287share/nextcloud/apps/survey_client/l10n/es_NI.json
 9288share/nextcloud/apps/survey_client/l10n/es_PA.js
 9289share/nextcloud/apps/survey_client/l10n/es_PA.json
 9290share/nextcloud/apps/survey_client/l10n/es_PE.js
 9291share/nextcloud/apps/survey_client/l10n/es_PE.json
 9292share/nextcloud/apps/survey_client/l10n/es_PR.js
 9293share/nextcloud/apps/survey_client/l10n/es_PR.json
 9294share/nextcloud/apps/survey_client/l10n/es_PY.js
 9295share/nextcloud/apps/survey_client/l10n/es_PY.json
 9296share/nextcloud/apps/survey_client/l10n/es_SV.js
 9297share/nextcloud/apps/survey_client/l10n/es_SV.json
 9298share/nextcloud/apps/survey_client/l10n/es_UY.js
 9299share/nextcloud/apps/survey_client/l10n/es_UY.json
8515share/nextcloud/apps/survey_client/l10n/fi.js 9300share/nextcloud/apps/survey_client/l10n/fi.js
8516share/nextcloud/apps/survey_client/l10n/fi.json 9301share/nextcloud/apps/survey_client/l10n/fi.json
8517share/nextcloud/apps/survey_client/l10n/fr.js 9302share/nextcloud/apps/survey_client/l10n/fr.js
8518share/nextcloud/apps/survey_client/l10n/fr.json 9303share/nextcloud/apps/survey_client/l10n/fr.json
8519share/nextcloud/apps/survey_client/l10n/hu.js 9304share/nextcloud/apps/survey_client/l10n/hu.js
8520share/nextcloud/apps/survey_client/l10n/hu.json 9305share/nextcloud/apps/survey_client/l10n/hu.json
8521share/nextcloud/apps/survey_client/l10n/is.js 9306share/nextcloud/apps/survey_client/l10n/is.js
8522share/nextcloud/apps/survey_client/l10n/is.json 9307share/nextcloud/apps/survey_client/l10n/is.json
8523share/nextcloud/apps/survey_client/l10n/it.js 9308share/nextcloud/apps/survey_client/l10n/it.js
8524share/nextcloud/apps/survey_client/l10n/it.json 9309share/nextcloud/apps/survey_client/l10n/it.json
8525share/nextcloud/apps/survey_client/l10n/ja.js 9310share/nextcloud/apps/survey_client/l10n/ja.js
8526share/nextcloud/apps/survey_client/l10n/ja.json 9311share/nextcloud/apps/survey_client/l10n/ja.json
 9312share/nextcloud/apps/survey_client/l10n/ka_GE.js
 9313share/nextcloud/apps/survey_client/l10n/ka_GE.json
8527share/nextcloud/apps/survey_client/l10n/lv.js 9314share/nextcloud/apps/survey_client/l10n/lv.js
8528share/nextcloud/apps/survey_client/l10n/lv.json 9315share/nextcloud/apps/survey_client/l10n/lv.json
8529share/nextcloud/apps/survey_client/l10n/mn.js 9316share/nextcloud/apps/survey_client/l10n/mn.js
8530share/nextcloud/apps/survey_client/l10n/mn.json 9317share/nextcloud/apps/survey_client/l10n/mn.json
8531share/nextcloud/apps/survey_client/l10n/nb.js 9318share/nextcloud/apps/survey_client/l10n/nb.js
8532share/nextcloud/apps/survey_client/l10n/nb.json 9319share/nextcloud/apps/survey_client/l10n/nb.json
8533share/nextcloud/apps/survey_client/l10n/nl.js 9320share/nextcloud/apps/survey_client/l10n/nl.js
8534share/nextcloud/apps/survey_client/l10n/nl.json 9321share/nextcloud/apps/survey_client/l10n/nl.json
8535share/nextcloud/apps/survey_client/l10n/pl.js 9322share/nextcloud/apps/survey_client/l10n/pl.js
8536share/nextcloud/apps/survey_client/l10n/pl.json 9323share/nextcloud/apps/survey_client/l10n/pl.json
8537share/nextcloud/apps/survey_client/l10n/pt_BR.js 9324share/nextcloud/apps/survey_client/l10n/pt_BR.js
8538share/nextcloud/apps/survey_client/l10n/pt_BR.json 9325share/nextcloud/apps/survey_client/l10n/pt_BR.json
8539share/nextcloud/apps/survey_client/l10n/ru.js 9326share/nextcloud/apps/survey_client/l10n/ru.js
8540share/nextcloud/apps/survey_client/l10n/ru.json 9327share/nextcloud/apps/survey_client/l10n/ru.json
 9328share/nextcloud/apps/survey_client/l10n/sk.js
 9329share/nextcloud/apps/survey_client/l10n/sk.json
8541share/nextcloud/apps/survey_client/l10n/sq.js 9330share/nextcloud/apps/survey_client/l10n/sq.js
8542share/nextcloud/apps/survey_client/l10n/sq.json 9331share/nextcloud/apps/survey_client/l10n/sq.json
 9332share/nextcloud/apps/survey_client/l10n/sr.js
 9333share/nextcloud/apps/survey_client/l10n/sr.json
8543share/nextcloud/apps/survey_client/l10n/sv.js 9334share/nextcloud/apps/survey_client/l10n/sv.js
8544share/nextcloud/apps/survey_client/l10n/sv.json 9335share/nextcloud/apps/survey_client/l10n/sv.json
8545share/nextcloud/apps/survey_client/l10n/th.js 9336share/nextcloud/apps/survey_client/l10n/th.js
8546share/nextcloud/apps/survey_client/l10n/th.json 9337share/nextcloud/apps/survey_client/l10n/th.json
8547share/nextcloud/apps/survey_client/l10n/tr.js 9338share/nextcloud/apps/survey_client/l10n/tr.js
8548share/nextcloud/apps/survey_client/l10n/tr.json 9339share/nextcloud/apps/survey_client/l10n/tr.json
8549share/nextcloud/apps/survey_client/l10n/zh_CN.js 9340share/nextcloud/apps/survey_client/l10n/zh_CN.js
8550share/nextcloud/apps/survey_client/l10n/zh_CN.json 9341share/nextcloud/apps/survey_client/l10n/zh_CN.json
8551share/nextcloud/apps/survey_client/lib/AppInfo/Application.php 9342share/nextcloud/apps/survey_client/lib/AppInfo/Application.php
8552share/nextcloud/apps/survey_client/lib/BackgroundJobs/AdminNotification.php 9343share/nextcloud/apps/survey_client/lib/BackgroundJobs/AdminNotification.php
8553share/nextcloud/apps/survey_client/lib/BackgroundJobs/MonthlyReport.php 9344share/nextcloud/apps/survey_client/lib/BackgroundJobs/MonthlyReport.php
8554share/nextcloud/apps/survey_client/lib/Categories/Apps.php 9345share/nextcloud/apps/survey_client/lib/Categories/Apps.php
8555share/nextcloud/apps/survey_client/lib/Categories/Database.php 9346share/nextcloud/apps/survey_client/lib/Categories/Database.php
@@ -8612,28 +9403,56 @@ share/nextcloud/apps/systemtags/l10n/de_ @@ -8612,28 +9403,56 @@ share/nextcloud/apps/systemtags/l10n/de_
8612share/nextcloud/apps/systemtags/l10n/de_AT.json 9403share/nextcloud/apps/systemtags/l10n/de_AT.json
8613share/nextcloud/apps/systemtags/l10n/de_DE.js 9404share/nextcloud/apps/systemtags/l10n/de_DE.js
8614share/nextcloud/apps/systemtags/l10n/de_DE.json 9405share/nextcloud/apps/systemtags/l10n/de_DE.json
8615share/nextcloud/apps/systemtags/l10n/el.js 9406share/nextcloud/apps/systemtags/l10n/el.js
8616share/nextcloud/apps/systemtags/l10n/el.json 9407share/nextcloud/apps/systemtags/l10n/el.json
8617share/nextcloud/apps/systemtags/l10n/en_GB.js 9408share/nextcloud/apps/systemtags/l10n/en_GB.js
8618share/nextcloud/apps/systemtags/l10n/en_GB.json 9409share/nextcloud/apps/systemtags/l10n/en_GB.json
8619share/nextcloud/apps/systemtags/l10n/eo.js 9410share/nextcloud/apps/systemtags/l10n/eo.js
8620share/nextcloud/apps/systemtags/l10n/eo.json 9411share/nextcloud/apps/systemtags/l10n/eo.json
8621share/nextcloud/apps/systemtags/l10n/es.js 9412share/nextcloud/apps/systemtags/l10n/es.js
8622share/nextcloud/apps/systemtags/l10n/es.json 9413share/nextcloud/apps/systemtags/l10n/es.json
8623share/nextcloud/apps/systemtags/l10n/es_AR.js 9414share/nextcloud/apps/systemtags/l10n/es_AR.js
8624share/nextcloud/apps/systemtags/l10n/es_AR.json 9415share/nextcloud/apps/systemtags/l10n/es_AR.json
 9416share/nextcloud/apps/systemtags/l10n/es_CL.js
 9417share/nextcloud/apps/systemtags/l10n/es_CL.json
 9418share/nextcloud/apps/systemtags/l10n/es_CO.js
 9419share/nextcloud/apps/systemtags/l10n/es_CO.json
 9420share/nextcloud/apps/systemtags/l10n/es_CR.js
 9421share/nextcloud/apps/systemtags/l10n/es_CR.json
 9422share/nextcloud/apps/systemtags/l10n/es_DO.js
 9423share/nextcloud/apps/systemtags/l10n/es_DO.json
 9424share/nextcloud/apps/systemtags/l10n/es_EC.js
 9425share/nextcloud/apps/systemtags/l10n/es_EC.json
 9426share/nextcloud/apps/systemtags/l10n/es_GT.js
 9427share/nextcloud/apps/systemtags/l10n/es_GT.json
 9428share/nextcloud/apps/systemtags/l10n/es_HN.js
 9429share/nextcloud/apps/systemtags/l10n/es_HN.json
8625share/nextcloud/apps/systemtags/l10n/es_MX.js 9430share/nextcloud/apps/systemtags/l10n/es_MX.js
8626share/nextcloud/apps/systemtags/l10n/es_MX.json 9431share/nextcloud/apps/systemtags/l10n/es_MX.json
 9432share/nextcloud/apps/systemtags/l10n/es_NI.js
 9433share/nextcloud/apps/systemtags/l10n/es_NI.json
 9434share/nextcloud/apps/systemtags/l10n/es_PA.js
 9435share/nextcloud/apps/systemtags/l10n/es_PA.json
 9436share/nextcloud/apps/systemtags/l10n/es_PE.js
 9437share/nextcloud/apps/systemtags/l10n/es_PE.json
 9438share/nextcloud/apps/systemtags/l10n/es_PR.js
 9439share/nextcloud/apps/systemtags/l10n/es_PR.json
 9440share/nextcloud/apps/systemtags/l10n/es_PY.js
 9441share/nextcloud/apps/systemtags/l10n/es_PY.json
 9442share/nextcloud/apps/systemtags/l10n/es_SV.js
 9443share/nextcloud/apps/systemtags/l10n/es_SV.json
 9444share/nextcloud/apps/systemtags/l10n/es_UY.js
 9445share/nextcloud/apps/systemtags/l10n/es_UY.json
8627share/nextcloud/apps/systemtags/l10n/et_EE.js 9446share/nextcloud/apps/systemtags/l10n/et_EE.js
8628share/nextcloud/apps/systemtags/l10n/et_EE.json 9447share/nextcloud/apps/systemtags/l10n/et_EE.json
8629share/nextcloud/apps/systemtags/l10n/eu.js 9448share/nextcloud/apps/systemtags/l10n/eu.js
8630share/nextcloud/apps/systemtags/l10n/eu.json 9449share/nextcloud/apps/systemtags/l10n/eu.json
8631share/nextcloud/apps/systemtags/l10n/fa.js 9450share/nextcloud/apps/systemtags/l10n/fa.js
8632share/nextcloud/apps/systemtags/l10n/fa.json 9451share/nextcloud/apps/systemtags/l10n/fa.json
8633share/nextcloud/apps/systemtags/l10n/fi.js 9452share/nextcloud/apps/systemtags/l10n/fi.js
8634share/nextcloud/apps/systemtags/l10n/fi.json 9453share/nextcloud/apps/systemtags/l10n/fi.json
8635share/nextcloud/apps/systemtags/l10n/fi_FI.js 9454share/nextcloud/apps/systemtags/l10n/fi_FI.js
8636share/nextcloud/apps/systemtags/l10n/fi_FI.json 9455share/nextcloud/apps/systemtags/l10n/fi_FI.json
8637share/nextcloud/apps/systemtags/l10n/fr.js 9456share/nextcloud/apps/systemtags/l10n/fr.js
8638share/nextcloud/apps/systemtags/l10n/fr.json 9457share/nextcloud/apps/systemtags/l10n/fr.json
8639share/nextcloud/apps/systemtags/l10n/gl.js 9458share/nextcloud/apps/systemtags/l10n/gl.js
@@ -8773,68 +9592,102 @@ share/nextcloud/apps/theming/l10n/da.js @@ -8773,68 +9592,102 @@ share/nextcloud/apps/theming/l10n/da.js
8773share/nextcloud/apps/theming/l10n/da.json 9592share/nextcloud/apps/theming/l10n/da.json
8774share/nextcloud/apps/theming/l10n/de.js 9593share/nextcloud/apps/theming/l10n/de.js
8775share/nextcloud/apps/theming/l10n/de.json 9594share/nextcloud/apps/theming/l10n/de.json
8776share/nextcloud/apps/theming/l10n/de_DE.js 9595share/nextcloud/apps/theming/l10n/de_DE.js
8777share/nextcloud/apps/theming/l10n/de_DE.json 9596share/nextcloud/apps/theming/l10n/de_DE.json
8778share/nextcloud/apps/theming/l10n/el.js 9597share/nextcloud/apps/theming/l10n/el.js
8779share/nextcloud/apps/theming/l10n/el.json 9598share/nextcloud/apps/theming/l10n/el.json
8780share/nextcloud/apps/theming/l10n/en_GB.js 9599share/nextcloud/apps/theming/l10n/en_GB.js
8781share/nextcloud/apps/theming/l10n/en_GB.json 9600share/nextcloud/apps/theming/l10n/en_GB.json
8782share/nextcloud/apps/theming/l10n/es.js 9601share/nextcloud/apps/theming/l10n/es.js
8783share/nextcloud/apps/theming/l10n/es.json 9602share/nextcloud/apps/theming/l10n/es.json
8784share/nextcloud/apps/theming/l10n/es_AR.js 9603share/nextcloud/apps/theming/l10n/es_AR.js
8785share/nextcloud/apps/theming/l10n/es_AR.json 9604share/nextcloud/apps/theming/l10n/es_AR.json
 9605share/nextcloud/apps/theming/l10n/es_CL.js
 9606share/nextcloud/apps/theming/l10n/es_CL.json
 9607share/nextcloud/apps/theming/l10n/es_CO.js
 9608share/nextcloud/apps/theming/l10n/es_CO.json
 9609share/nextcloud/apps/theming/l10n/es_CR.js
 9610share/nextcloud/apps/theming/l10n/es_CR.json
 9611share/nextcloud/apps/theming/l10n/es_DO.js
 9612share/nextcloud/apps/theming/l10n/es_DO.json
 9613share/nextcloud/apps/theming/l10n/es_EC.js
 9614share/nextcloud/apps/theming/l10n/es_EC.json
 9615share/nextcloud/apps/theming/l10n/es_GT.js
 9616share/nextcloud/apps/theming/l10n/es_GT.json
 9617share/nextcloud/apps/theming/l10n/es_HN.js
 9618share/nextcloud/apps/theming/l10n/es_HN.json
8786share/nextcloud/apps/theming/l10n/es_MX.js 9619share/nextcloud/apps/theming/l10n/es_MX.js
8787share/nextcloud/apps/theming/l10n/es_MX.json 9620share/nextcloud/apps/theming/l10n/es_MX.json
 9621share/nextcloud/apps/theming/l10n/es_NI.js
 9622share/nextcloud/apps/theming/l10n/es_NI.json
 9623share/nextcloud/apps/theming/l10n/es_PA.js
 9624share/nextcloud/apps/theming/l10n/es_PA.json
 9625share/nextcloud/apps/theming/l10n/es_PE.js
 9626share/nextcloud/apps/theming/l10n/es_PE.json
 9627share/nextcloud/apps/theming/l10n/es_PR.js
 9628share/nextcloud/apps/theming/l10n/es_PR.json
 9629share/nextcloud/apps/theming/l10n/es_PY.js
 9630share/nextcloud/apps/theming/l10n/es_PY.json
 9631share/nextcloud/apps/theming/l10n/es_SV.js
 9632share/nextcloud/apps/theming/l10n/es_SV.json
 9633share/nextcloud/apps/theming/l10n/es_UY.js
 9634share/nextcloud/apps/theming/l10n/es_UY.json
 9635share/nextcloud/apps/theming/l10n/et_EE.js
 9636share/nextcloud/apps/theming/l10n/et_EE.json
8788share/nextcloud/apps/theming/l10n/fi.js 9637share/nextcloud/apps/theming/l10n/fi.js
8789share/nextcloud/apps/theming/l10n/fi.json 9638share/nextcloud/apps/theming/l10n/fi.json
8790share/nextcloud/apps/theming/l10n/fr.js 9639share/nextcloud/apps/theming/l10n/fr.js
8791share/nextcloud/apps/theming/l10n/fr.json 9640share/nextcloud/apps/theming/l10n/fr.json
8792share/nextcloud/apps/theming/l10n/gl.js 9641share/nextcloud/apps/theming/l10n/gl.js
8793share/nextcloud/apps/theming/l10n/gl.json 9642share/nextcloud/apps/theming/l10n/gl.json
8794share/nextcloud/apps/theming/l10n/hu.js 9643share/nextcloud/apps/theming/l10n/hu.js
8795share/nextcloud/apps/theming/l10n/hu.json 9644share/nextcloud/apps/theming/l10n/hu.json
8796share/nextcloud/apps/theming/l10n/id.js 9645share/nextcloud/apps/theming/l10n/id.js
8797share/nextcloud/apps/theming/l10n/id.json 9646share/nextcloud/apps/theming/l10n/id.json
8798share/nextcloud/apps/theming/l10n/is.js 9647share/nextcloud/apps/theming/l10n/is.js
8799share/nextcloud/apps/theming/l10n/is.json 9648share/nextcloud/apps/theming/l10n/is.json
8800share/nextcloud/apps/theming/l10n/it.js 9649share/nextcloud/apps/theming/l10n/it.js
8801share/nextcloud/apps/theming/l10n/it.json 9650share/nextcloud/apps/theming/l10n/it.json
8802share/nextcloud/apps/theming/l10n/ja.js 9651share/nextcloud/apps/theming/l10n/ja.js
8803share/nextcloud/apps/theming/l10n/ja.json 9652share/nextcloud/apps/theming/l10n/ja.json
 9653share/nextcloud/apps/theming/l10n/ka_GE.js
 9654share/nextcloud/apps/theming/l10n/ka_GE.json
8804share/nextcloud/apps/theming/l10n/ko.js 9655share/nextcloud/apps/theming/l10n/ko.js
8805share/nextcloud/apps/theming/l10n/ko.json 9656share/nextcloud/apps/theming/l10n/ko.json
8806share/nextcloud/apps/theming/l10n/lt_LT.js 9657share/nextcloud/apps/theming/l10n/lt_LT.js
8807share/nextcloud/apps/theming/l10n/lt_LT.json 9658share/nextcloud/apps/theming/l10n/lt_LT.json
8808share/nextcloud/apps/theming/l10n/lv.js 9659share/nextcloud/apps/theming/l10n/lv.js
8809share/nextcloud/apps/theming/l10n/lv.json 9660share/nextcloud/apps/theming/l10n/lv.json
8810share/nextcloud/apps/theming/l10n/mn.js 9661share/nextcloud/apps/theming/l10n/mn.js
8811share/nextcloud/apps/theming/l10n/mn.json 9662share/nextcloud/apps/theming/l10n/mn.json
8812share/nextcloud/apps/theming/l10n/nb.js 9663share/nextcloud/apps/theming/l10n/nb.js
8813share/nextcloud/apps/theming/l10n/nb.json 9664share/nextcloud/apps/theming/l10n/nb.json
8814share/nextcloud/apps/theming/l10n/nl.js 9665share/nextcloud/apps/theming/l10n/nl.js
8815share/nextcloud/apps/theming/l10n/nl.json 9666share/nextcloud/apps/theming/l10n/nl.json
8816share/nextcloud/apps/theming/l10n/pl.js 9667share/nextcloud/apps/theming/l10n/pl.js
8817share/nextcloud/apps/theming/l10n/pl.json 9668share/nextcloud/apps/theming/l10n/pl.json
8818share/nextcloud/apps/theming/l10n/pt_BR.js 9669share/nextcloud/apps/theming/l10n/pt_BR.js
8819share/nextcloud/apps/theming/l10n/pt_BR.json 9670share/nextcloud/apps/theming/l10n/pt_BR.json
8820share/nextcloud/apps/theming/l10n/ru.js 9671share/nextcloud/apps/theming/l10n/ru.js
8821share/nextcloud/apps/theming/l10n/ru.json 9672share/nextcloud/apps/theming/l10n/ru.json
8822share/nextcloud/apps/theming/l10n/sk.js 9673share/nextcloud/apps/theming/l10n/sk.js
8823share/nextcloud/apps/theming/l10n/sk.json 9674share/nextcloud/apps/theming/l10n/sk.json
8824share/nextcloud/apps/theming/l10n/sl.js 9675share/nextcloud/apps/theming/l10n/sl.js
8825share/nextcloud/apps/theming/l10n/sl.json 9676share/nextcloud/apps/theming/l10n/sl.json
8826share/nextcloud/apps/theming/l10n/sq.js 9677share/nextcloud/apps/theming/l10n/sq.js
8827share/nextcloud/apps/theming/l10n/sq.json 9678share/nextcloud/apps/theming/l10n/sq.json
 9679share/nextcloud/apps/theming/l10n/sr.js
 9680share/nextcloud/apps/theming/l10n/sr.json
8828share/nextcloud/apps/theming/l10n/sv.js 9681share/nextcloud/apps/theming/l10n/sv.js
8829share/nextcloud/apps/theming/l10n/sv.json 9682share/nextcloud/apps/theming/l10n/sv.json
8830share/nextcloud/apps/theming/l10n/tr.js 9683share/nextcloud/apps/theming/l10n/tr.js
8831share/nextcloud/apps/theming/l10n/tr.json 9684share/nextcloud/apps/theming/l10n/tr.json
8832share/nextcloud/apps/theming/l10n/vi.js 9685share/nextcloud/apps/theming/l10n/vi.js
8833share/nextcloud/apps/theming/l10n/vi.json 9686share/nextcloud/apps/theming/l10n/vi.json
8834share/nextcloud/apps/theming/l10n/zh_CN.js 9687share/nextcloud/apps/theming/l10n/zh_CN.js
8835share/nextcloud/apps/theming/l10n/zh_CN.json 9688share/nextcloud/apps/theming/l10n/zh_CN.json
8836share/nextcloud/apps/theming/l10n/zh_TW.js 9689share/nextcloud/apps/theming/l10n/zh_TW.js
8837share/nextcloud/apps/theming/l10n/zh_TW.json 9690share/nextcloud/apps/theming/l10n/zh_TW.json
8838share/nextcloud/apps/theming/lib/Capabilities.php 9691share/nextcloud/apps/theming/lib/Capabilities.php
8839share/nextcloud/apps/theming/lib/Controller/IconController.php 9692share/nextcloud/apps/theming/lib/Controller/IconController.php
8840share/nextcloud/apps/theming/lib/Controller/ThemingController.php 9693share/nextcloud/apps/theming/lib/Controller/ThemingController.php
@@ -8847,82 +9700,118 @@ share/nextcloud/apps/theming/lib/Theming @@ -8847,82 +9700,118 @@ share/nextcloud/apps/theming/lib/Theming
8847share/nextcloud/apps/theming/lib/Util.php 9700share/nextcloud/apps/theming/lib/Util.php
8848share/nextcloud/apps/theming/templates/settings-admin.php 9701share/nextcloud/apps/theming/templates/settings-admin.php
8849share/nextcloud/apps/twofactor_backupcodes/appinfo/app.php 9702share/nextcloud/apps/twofactor_backupcodes/appinfo/app.php
8850share/nextcloud/apps/twofactor_backupcodes/appinfo/database.xml 9703share/nextcloud/apps/twofactor_backupcodes/appinfo/database.xml
8851share/nextcloud/apps/twofactor_backupcodes/appinfo/info.xml 9704share/nextcloud/apps/twofactor_backupcodes/appinfo/info.xml
8852share/nextcloud/apps/twofactor_backupcodes/appinfo/routes.php 9705share/nextcloud/apps/twofactor_backupcodes/appinfo/routes.php
8853share/nextcloud/apps/twofactor_backupcodes/appinfo/signature.json 9706share/nextcloud/apps/twofactor_backupcodes/appinfo/signature.json
8854share/nextcloud/apps/twofactor_backupcodes/css/style.css 9707share/nextcloud/apps/twofactor_backupcodes/css/style.css
8855share/nextcloud/apps/twofactor_backupcodes/js/settings.js 9708share/nextcloud/apps/twofactor_backupcodes/js/settings.js
8856share/nextcloud/apps/twofactor_backupcodes/js/settingsview.js 9709share/nextcloud/apps/twofactor_backupcodes/js/settingsview.js
8857share/nextcloud/apps/twofactor_backupcodes/l10n/.gitkeep 9710share/nextcloud/apps/twofactor_backupcodes/l10n/.gitkeep
8858share/nextcloud/apps/twofactor_backupcodes/l10n/af.js 9711share/nextcloud/apps/twofactor_backupcodes/l10n/af.js
8859share/nextcloud/apps/twofactor_backupcodes/l10n/af.json 9712share/nextcloud/apps/twofactor_backupcodes/l10n/af.json
 9713share/nextcloud/apps/twofactor_backupcodes/l10n/ca.js
 9714share/nextcloud/apps/twofactor_backupcodes/l10n/ca.json
8860share/nextcloud/apps/twofactor_backupcodes/l10n/cs.js 9715share/nextcloud/apps/twofactor_backupcodes/l10n/cs.js
8861share/nextcloud/apps/twofactor_backupcodes/l10n/cs.json 9716share/nextcloud/apps/twofactor_backupcodes/l10n/cs.json
8862share/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.js 9717share/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.js
8863share/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.json 9718share/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.json
8864share/nextcloud/apps/twofactor_backupcodes/l10n/da.js 9719share/nextcloud/apps/twofactor_backupcodes/l10n/da.js
8865share/nextcloud/apps/twofactor_backupcodes/l10n/da.json 9720share/nextcloud/apps/twofactor_backupcodes/l10n/da.json
8866share/nextcloud/apps/twofactor_backupcodes/l10n/de.js 9721share/nextcloud/apps/twofactor_backupcodes/l10n/de.js
8867share/nextcloud/apps/twofactor_backupcodes/l10n/de.json 9722share/nextcloud/apps/twofactor_backupcodes/l10n/de.json
8868share/nextcloud/apps/twofactor_backupcodes/l10n/de_DE.js 9723share/nextcloud/apps/twofactor_backupcodes/l10n/de_DE.js
8869share/nextcloud/apps/twofactor_backupcodes/l10n/de_DE.json 9724share/nextcloud/apps/twofactor_backupcodes/l10n/de_DE.json
8870share/nextcloud/apps/twofactor_backupcodes/l10n/el.js 9725share/nextcloud/apps/twofactor_backupcodes/l10n/el.js
8871share/nextcloud/apps/twofactor_backupcodes/l10n/el.json 9726share/nextcloud/apps/twofactor_backupcodes/l10n/el.json
8872share/nextcloud/apps/twofactor_backupcodes/l10n/en_GB.js 9727share/nextcloud/apps/twofactor_backupcodes/l10n/en_GB.js
8873share/nextcloud/apps/twofactor_backupcodes/l10n/en_GB.json 9728share/nextcloud/apps/twofactor_backupcodes/l10n/en_GB.json
8874share/nextcloud/apps/twofactor_backupcodes/l10n/es.js 9729share/nextcloud/apps/twofactor_backupcodes/l10n/es.js
8875share/nextcloud/apps/twofactor_backupcodes/l10n/es.json 9730share/nextcloud/apps/twofactor_backupcodes/l10n/es.json
8876share/nextcloud/apps/twofactor_backupcodes/l10n/es_AR.js 9731share/nextcloud/apps/twofactor_backupcodes/l10n/es_AR.js
8877share/nextcloud/apps/twofactor_backupcodes/l10n/es_AR.json 9732share/nextcloud/apps/twofactor_backupcodes/l10n/es_AR.json
 9733share/nextcloud/apps/twofactor_backupcodes/l10n/es_CL.js
 9734share/nextcloud/apps/twofactor_backupcodes/l10n/es_CL.json
 9735share/nextcloud/apps/twofactor_backupcodes/l10n/es_CO.js
 9736share/nextcloud/apps/twofactor_backupcodes/l10n/es_CO.json
 9737share/nextcloud/apps/twofactor_backupcodes/l10n/es_CR.js
 9738share/nextcloud/apps/twofactor_backupcodes/l10n/es_CR.json
 9739share/nextcloud/apps/twofactor_backupcodes/l10n/es_DO.js
 9740share/nextcloud/apps/twofactor_backupcodes/l10n/es_DO.json
 9741share/nextcloud/apps/twofactor_backupcodes/l10n/es_EC.js
 9742share/nextcloud/apps/twofactor_backupcodes/l10n/es_EC.json
 9743share/nextcloud/apps/twofactor_backupcodes/l10n/es_GT.js
 9744share/nextcloud/apps/twofactor_backupcodes/l10n/es_GT.json
 9745share/nextcloud/apps/twofactor_backupcodes/l10n/es_HN.js
 9746share/nextcloud/apps/twofactor_backupcodes/l10n/es_HN.json
8878share/nextcloud/apps/twofactor_backupcodes/l10n/es_MX.js 9747share/nextcloud/apps/twofactor_backupcodes/l10n/es_MX.js
8879share/nextcloud/apps/twofactor_backupcodes/l10n/es_MX.json 9748share/nextcloud/apps/twofactor_backupcodes/l10n/es_MX.json
 9749share/nextcloud/apps/twofactor_backupcodes/l10n/es_NI.js
 9750share/nextcloud/apps/twofactor_backupcodes/l10n/es_NI.json
 9751share/nextcloud/apps/twofactor_backupcodes/l10n/es_PA.js
 9752share/nextcloud/apps/twofactor_backupcodes/l10n/es_PA.json
 9753share/nextcloud/apps/twofactor_backupcodes/l10n/es_PE.js
 9754share/nextcloud/apps/twofactor_backupcodes/l10n/es_PE.json
 9755share/nextcloud/apps/twofactor_backupcodes/l10n/es_PR.js
 9756share/nextcloud/apps/twofactor_backupcodes/l10n/es_PR.json
 9757share/nextcloud/apps/twofactor_backupcodes/l10n/es_PY.js
 9758share/nextcloud/apps/twofactor_backupcodes/l10n/es_PY.json
 9759share/nextcloud/apps/twofactor_backupcodes/l10n/es_SV.js
 9760share/nextcloud/apps/twofactor_backupcodes/l10n/es_SV.json
 9761share/nextcloud/apps/twofactor_backupcodes/l10n/es_UY.js
 9762share/nextcloud/apps/twofactor_backupcodes/l10n/es_UY.json
8880share/nextcloud/apps/twofactor_backupcodes/l10n/fi.js 9763share/nextcloud/apps/twofactor_backupcodes/l10n/fi.js
8881share/nextcloud/apps/twofactor_backupcodes/l10n/fi.json 9764share/nextcloud/apps/twofactor_backupcodes/l10n/fi.json
8882share/nextcloud/apps/twofactor_backupcodes/l10n/fr.js 9765share/nextcloud/apps/twofactor_backupcodes/l10n/fr.js
8883share/nextcloud/apps/twofactor_backupcodes/l10n/fr.json 9766share/nextcloud/apps/twofactor_backupcodes/l10n/fr.json
8884share/nextcloud/apps/twofactor_backupcodes/l10n/gl.js 9767share/nextcloud/apps/twofactor_backupcodes/l10n/gl.js
8885share/nextcloud/apps/twofactor_backupcodes/l10n/gl.json 9768share/nextcloud/apps/twofactor_backupcodes/l10n/gl.json
8886share/nextcloud/apps/twofactor_backupcodes/l10n/hu.js 9769share/nextcloud/apps/twofactor_backupcodes/l10n/hu.js
8887share/nextcloud/apps/twofactor_backupcodes/l10n/hu.json 9770share/nextcloud/apps/twofactor_backupcodes/l10n/hu.json
8888share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.js 9771share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.js
8889share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.json 9772share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.json
8890share/nextcloud/apps/twofactor_backupcodes/l10n/is.js 9773share/nextcloud/apps/twofactor_backupcodes/l10n/is.js
8891share/nextcloud/apps/twofactor_backupcodes/l10n/is.json 9774share/nextcloud/apps/twofactor_backupcodes/l10n/is.json
8892share/nextcloud/apps/twofactor_backupcodes/l10n/it.js 9775share/nextcloud/apps/twofactor_backupcodes/l10n/it.js
8893share/nextcloud/apps/twofactor_backupcodes/l10n/it.json 9776share/nextcloud/apps/twofactor_backupcodes/l10n/it.json
8894share/nextcloud/apps/twofactor_backupcodes/l10n/ja.js 9777share/nextcloud/apps/twofactor_backupcodes/l10n/ja.js
8895share/nextcloud/apps/twofactor_backupcodes/l10n/ja.json 9778share/nextcloud/apps/twofactor_backupcodes/l10n/ja.json
 9779share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.js
 9780share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.json
8896share/nextcloud/apps/twofactor_backupcodes/l10n/ko.js 9781share/nextcloud/apps/twofactor_backupcodes/l10n/ko.js
8897share/nextcloud/apps/twofactor_backupcodes/l10n/ko.json 9782share/nextcloud/apps/twofactor_backupcodes/l10n/ko.json
8898share/nextcloud/apps/twofactor_backupcodes/l10n/lv.js 9783share/nextcloud/apps/twofactor_backupcodes/l10n/lv.js
8899share/nextcloud/apps/twofactor_backupcodes/l10n/lv.json 9784share/nextcloud/apps/twofactor_backupcodes/l10n/lv.json
8900share/nextcloud/apps/twofactor_backupcodes/l10n/mn.js 9785share/nextcloud/apps/twofactor_backupcodes/l10n/mn.js
8901share/nextcloud/apps/twofactor_backupcodes/l10n/mn.json 9786share/nextcloud/apps/twofactor_backupcodes/l10n/mn.json
8902share/nextcloud/apps/twofactor_backupcodes/l10n/nb.js 9787share/nextcloud/apps/twofactor_backupcodes/l10n/nb.js
8903share/nextcloud/apps/twofactor_backupcodes/l10n/nb.json 9788share/nextcloud/apps/twofactor_backupcodes/l10n/nb.json
8904share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js 9789share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js
8905share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.json 9790share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.json
8906share/nextcloud/apps/twofactor_backupcodes/l10n/nl.js 9791share/nextcloud/apps/twofactor_backupcodes/l10n/nl.js
8907share/nextcloud/apps/twofactor_backupcodes/l10n/nl.json 9792share/nextcloud/apps/twofactor_backupcodes/l10n/nl.json
8908share/nextcloud/apps/twofactor_backupcodes/l10n/pl.js 9793share/nextcloud/apps/twofactor_backupcodes/l10n/pl.js
8909share/nextcloud/apps/twofactor_backupcodes/l10n/pl.json 9794share/nextcloud/apps/twofactor_backupcodes/l10n/pl.json
8910share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.js 9795share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.js
8911share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json 9796share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json
8912share/nextcloud/apps/twofactor_backupcodes/l10n/ru.js 9797share/nextcloud/apps/twofactor_backupcodes/l10n/ru.js
8913share/nextcloud/apps/twofactor_backupcodes/l10n/ru.json 9798share/nextcloud/apps/twofactor_backupcodes/l10n/ru.json
 9799share/nextcloud/apps/twofactor_backupcodes/l10n/sk.js
 9800share/nextcloud/apps/twofactor_backupcodes/l10n/sk.json
8914share/nextcloud/apps/twofactor_backupcodes/l10n/sq.js 9801share/nextcloud/apps/twofactor_backupcodes/l10n/sq.js
8915share/nextcloud/apps/twofactor_backupcodes/l10n/sq.json 9802share/nextcloud/apps/twofactor_backupcodes/l10n/sq.json
 9803share/nextcloud/apps/twofactor_backupcodes/l10n/sr.js
 9804share/nextcloud/apps/twofactor_backupcodes/l10n/sr.json
8916share/nextcloud/apps/twofactor_backupcodes/l10n/sv.js 9805share/nextcloud/apps/twofactor_backupcodes/l10n/sv.js
8917share/nextcloud/apps/twofactor_backupcodes/l10n/sv.json 9806share/nextcloud/apps/twofactor_backupcodes/l10n/sv.json
8918share/nextcloud/apps/twofactor_backupcodes/l10n/tr.js 9807share/nextcloud/apps/twofactor_backupcodes/l10n/tr.js
8919share/nextcloud/apps/twofactor_backupcodes/l10n/tr.json 9808share/nextcloud/apps/twofactor_backupcodes/l10n/tr.json
8920share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.js 9809share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.js
8921share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.json 9810share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.json
8922share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.js 9811share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.js
8923share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.json 9812share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.json
8924share/nextcloud/apps/twofactor_backupcodes/lib/Activity/Provider.php 9813share/nextcloud/apps/twofactor_backupcodes/lib/Activity/Provider.php
8925share/nextcloud/apps/twofactor_backupcodes/lib/AppInfo/Application.php 9814share/nextcloud/apps/twofactor_backupcodes/lib/AppInfo/Application.php
8926share/nextcloud/apps/twofactor_backupcodes/lib/Controller/SettingsController.php 9815share/nextcloud/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
8927share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCode.php 9816share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCode.php
8928share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php 9817share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
@@ -8969,28 +9858,56 @@ share/nextcloud/apps/updatenotification/ @@ -8969,28 +9858,56 @@ share/nextcloud/apps/updatenotification/
8969share/nextcloud/apps/updatenotification/l10n/de.json 9858share/nextcloud/apps/updatenotification/l10n/de.json
8970share/nextcloud/apps/updatenotification/l10n/de_DE.js 9859share/nextcloud/apps/updatenotification/l10n/de_DE.js
8971share/nextcloud/apps/updatenotification/l10n/de_DE.json 9860share/nextcloud/apps/updatenotification/l10n/de_DE.json
8972share/nextcloud/apps/updatenotification/l10n/el.js 9861share/nextcloud/apps/updatenotification/l10n/el.js
8973share/nextcloud/apps/updatenotification/l10n/el.json 9862share/nextcloud/apps/updatenotification/l10n/el.json
8974share/nextcloud/apps/updatenotification/l10n/en_GB.js 9863share/nextcloud/apps/updatenotification/l10n/en_GB.js
8975share/nextcloud/apps/updatenotification/l10n/en_GB.json 9864share/nextcloud/apps/updatenotification/l10n/en_GB.json
8976share/nextcloud/apps/updatenotification/l10n/eo.js 9865share/nextcloud/apps/updatenotification/l10n/eo.js
8977share/nextcloud/apps/updatenotification/l10n/eo.json 9866share/nextcloud/apps/updatenotification/l10n/eo.json
8978share/nextcloud/apps/updatenotification/l10n/es.js 9867share/nextcloud/apps/updatenotification/l10n/es.js
8979share/nextcloud/apps/updatenotification/l10n/es.json 9868share/nextcloud/apps/updatenotification/l10n/es.json
8980share/nextcloud/apps/updatenotification/l10n/es_AR.js 9869share/nextcloud/apps/updatenotification/l10n/es_AR.js
8981share/nextcloud/apps/updatenotification/l10n/es_AR.json 9870share/nextcloud/apps/updatenotification/l10n/es_AR.json
 9871share/nextcloud/apps/updatenotification/l10n/es_CL.js
 9872share/nextcloud/apps/updatenotification/l10n/es_CL.json
 9873share/nextcloud/apps/updatenotification/l10n/es_CO.js
 9874share/nextcloud/apps/updatenotification/l10n/es_CO.json
 9875share/nextcloud/apps/updatenotification/l10n/es_CR.js
 9876share/nextcloud/apps/updatenotification/l10n/es_CR.json
 9877share/nextcloud/apps/updatenotification/l10n/es_DO.js
 9878share/nextcloud/apps/updatenotification/l10n/es_DO.json
 9879share/nextcloud/apps/updatenotification/l10n/es_EC.js
 9880share/nextcloud/apps/updatenotification/l10n/es_EC.json
 9881share/nextcloud/apps/updatenotification/l10n/es_GT.js
 9882share/nextcloud/apps/updatenotification/l10n/es_GT.json
 9883share/nextcloud/apps/updatenotification/l10n/es_HN.js
 9884share/nextcloud/apps/updatenotification/l10n/es_HN.json
8982share/nextcloud/apps/updatenotification/l10n/es_MX.js 9885share/nextcloud/apps/updatenotification/l10n/es_MX.js
8983share/nextcloud/apps/updatenotification/l10n/es_MX.json 9886share/nextcloud/apps/updatenotification/l10n/es_MX.json
 9887share/nextcloud/apps/updatenotification/l10n/es_NI.js
 9888share/nextcloud/apps/updatenotification/l10n/es_NI.json
 9889share/nextcloud/apps/updatenotification/l10n/es_PA.js
 9890share/nextcloud/apps/updatenotification/l10n/es_PA.json
 9891share/nextcloud/apps/updatenotification/l10n/es_PE.js
 9892share/nextcloud/apps/updatenotification/l10n/es_PE.json
 9893share/nextcloud/apps/updatenotification/l10n/es_PR.js
 9894share/nextcloud/apps/updatenotification/l10n/es_PR.json
 9895share/nextcloud/apps/updatenotification/l10n/es_PY.js
 9896share/nextcloud/apps/updatenotification/l10n/es_PY.json
 9897share/nextcloud/apps/updatenotification/l10n/es_SV.js
 9898share/nextcloud/apps/updatenotification/l10n/es_SV.json
 9899share/nextcloud/apps/updatenotification/l10n/es_UY.js
 9900share/nextcloud/apps/updatenotification/l10n/es_UY.json
8984share/nextcloud/apps/updatenotification/l10n/et_EE.js 9901share/nextcloud/apps/updatenotification/l10n/et_EE.js
8985share/nextcloud/apps/updatenotification/l10n/et_EE.json 9902share/nextcloud/apps/updatenotification/l10n/et_EE.json
8986share/nextcloud/apps/updatenotification/l10n/eu.js 9903share/nextcloud/apps/updatenotification/l10n/eu.js
8987share/nextcloud/apps/updatenotification/l10n/eu.json 9904share/nextcloud/apps/updatenotification/l10n/eu.json
8988share/nextcloud/apps/updatenotification/l10n/fa.js 9905share/nextcloud/apps/updatenotification/l10n/fa.js
8989share/nextcloud/apps/updatenotification/l10n/fa.json 9906share/nextcloud/apps/updatenotification/l10n/fa.json
8990share/nextcloud/apps/updatenotification/l10n/fi.js 9907share/nextcloud/apps/updatenotification/l10n/fi.js
8991share/nextcloud/apps/updatenotification/l10n/fi.json 9908share/nextcloud/apps/updatenotification/l10n/fi.json
8992share/nextcloud/apps/updatenotification/l10n/fi_FI.js 9909share/nextcloud/apps/updatenotification/l10n/fi_FI.js
8993share/nextcloud/apps/updatenotification/l10n/fi_FI.json 9910share/nextcloud/apps/updatenotification/l10n/fi_FI.json
8994share/nextcloud/apps/updatenotification/l10n/fr.js 9911share/nextcloud/apps/updatenotification/l10n/fr.js
8995share/nextcloud/apps/updatenotification/l10n/fr.json 9912share/nextcloud/apps/updatenotification/l10n/fr.json
8996share/nextcloud/apps/updatenotification/l10n/gl.js 9913share/nextcloud/apps/updatenotification/l10n/gl.js
@@ -9003,26 +9920,28 @@ share/nextcloud/apps/updatenotification/ @@ -9003,26 +9920,28 @@ share/nextcloud/apps/updatenotification/
9003share/nextcloud/apps/updatenotification/l10n/hu.json 9920share/nextcloud/apps/updatenotification/l10n/hu.json
9004share/nextcloud/apps/updatenotification/l10n/hu_HU.js 9921share/nextcloud/apps/updatenotification/l10n/hu_HU.js
9005share/nextcloud/apps/updatenotification/l10n/hu_HU.json 9922share/nextcloud/apps/updatenotification/l10n/hu_HU.json
9006share/nextcloud/apps/updatenotification/l10n/ia.js 9923share/nextcloud/apps/updatenotification/l10n/ia.js
9007share/nextcloud/apps/updatenotification/l10n/ia.json 9924share/nextcloud/apps/updatenotification/l10n/ia.json
9008share/nextcloud/apps/updatenotification/l10n/id.js 9925share/nextcloud/apps/updatenotification/l10n/id.js
9009share/nextcloud/apps/updatenotification/l10n/id.json 9926share/nextcloud/apps/updatenotification/l10n/id.json
9010share/nextcloud/apps/updatenotification/l10n/is.js 9927share/nextcloud/apps/updatenotification/l10n/is.js
9011share/nextcloud/apps/updatenotification/l10n/is.json 9928share/nextcloud/apps/updatenotification/l10n/is.json
9012share/nextcloud/apps/updatenotification/l10n/it.js 9929share/nextcloud/apps/updatenotification/l10n/it.js
9013share/nextcloud/apps/updatenotification/l10n/it.json 9930share/nextcloud/apps/updatenotification/l10n/it.json
9014share/nextcloud/apps/updatenotification/l10n/ja.js 9931share/nextcloud/apps/updatenotification/l10n/ja.js
9015share/nextcloud/apps/updatenotification/l10n/ja.json 9932share/nextcloud/apps/updatenotification/l10n/ja.json
 9933share/nextcloud/apps/updatenotification/l10n/ka_GE.js
 9934share/nextcloud/apps/updatenotification/l10n/ka_GE.json
9016share/nextcloud/apps/updatenotification/l10n/ko.js 9935share/nextcloud/apps/updatenotification/l10n/ko.js
9017share/nextcloud/apps/updatenotification/l10n/ko.json 9936share/nextcloud/apps/updatenotification/l10n/ko.json
9018share/nextcloud/apps/updatenotification/l10n/lb.js 9937share/nextcloud/apps/updatenotification/l10n/lb.js
9019share/nextcloud/apps/updatenotification/l10n/lb.json 9938share/nextcloud/apps/updatenotification/l10n/lb.json
9020share/nextcloud/apps/updatenotification/l10n/lt_LT.js 9939share/nextcloud/apps/updatenotification/l10n/lt_LT.js
9021share/nextcloud/apps/updatenotification/l10n/lt_LT.json 9940share/nextcloud/apps/updatenotification/l10n/lt_LT.json
9022share/nextcloud/apps/updatenotification/l10n/lv.js 9941share/nextcloud/apps/updatenotification/l10n/lv.js
9023share/nextcloud/apps/updatenotification/l10n/lv.json 9942share/nextcloud/apps/updatenotification/l10n/lv.json
9024share/nextcloud/apps/updatenotification/l10n/mk.js 9943share/nextcloud/apps/updatenotification/l10n/mk.js
9025share/nextcloud/apps/updatenotification/l10n/mk.json 9944share/nextcloud/apps/updatenotification/l10n/mk.json
9026share/nextcloud/apps/updatenotification/l10n/nb.js 9945share/nextcloud/apps/updatenotification/l10n/nb.js
9027share/nextcloud/apps/updatenotification/l10n/nb.json 9946share/nextcloud/apps/updatenotification/l10n/nb.json
9028share/nextcloud/apps/updatenotification/l10n/nb_NO.js 9947share/nextcloud/apps/updatenotification/l10n/nb_NO.js
@@ -9189,28 +10108,54 @@ share/nextcloud/apps/user_ldap/l10n/de_D @@ -9189,28 +10108,54 @@ share/nextcloud/apps/user_ldap/l10n/de_D
9189share/nextcloud/apps/user_ldap/l10n/de_DE.json 10108share/nextcloud/apps/user_ldap/l10n/de_DE.json
9190share/nextcloud/apps/user_ldap/l10n/el.js 10109share/nextcloud/apps/user_ldap/l10n/el.js
9191share/nextcloud/apps/user_ldap/l10n/el.json 10110share/nextcloud/apps/user_ldap/l10n/el.json
9192share/nextcloud/apps/user_ldap/l10n/en_GB.js 10111share/nextcloud/apps/user_ldap/l10n/en_GB.js
9193share/nextcloud/apps/user_ldap/l10n/en_GB.json 10112share/nextcloud/apps/user_ldap/l10n/en_GB.json
9194share/nextcloud/apps/user_ldap/l10n/eo.js 10113share/nextcloud/apps/user_ldap/l10n/eo.js
9195share/nextcloud/apps/user_ldap/l10n/eo.json 10114share/nextcloud/apps/user_ldap/l10n/eo.json
9196share/nextcloud/apps/user_ldap/l10n/es.js 10115share/nextcloud/apps/user_ldap/l10n/es.js
9197share/nextcloud/apps/user_ldap/l10n/es.json 10116share/nextcloud/apps/user_ldap/l10n/es.json
9198share/nextcloud/apps/user_ldap/l10n/es_AR.js 10117share/nextcloud/apps/user_ldap/l10n/es_AR.js
9199share/nextcloud/apps/user_ldap/l10n/es_AR.json 10118share/nextcloud/apps/user_ldap/l10n/es_AR.json
9200share/nextcloud/apps/user_ldap/l10n/es_CL.js 10119share/nextcloud/apps/user_ldap/l10n/es_CL.js
9201share/nextcloud/apps/user_ldap/l10n/es_CL.json 10120share/nextcloud/apps/user_ldap/l10n/es_CL.json
 10121share/nextcloud/apps/user_ldap/l10n/es_CO.js
 10122share/nextcloud/apps/user_ldap/l10n/es_CO.json
 10123share/nextcloud/apps/user_ldap/l10n/es_CR.js
 10124share/nextcloud/apps/user_ldap/l10n/es_CR.json
 10125share/nextcloud/apps/user_ldap/l10n/es_DO.js
 10126share/nextcloud/apps/user_ldap/l10n/es_DO.json
 10127share/nextcloud/apps/user_ldap/l10n/es_EC.js
 10128share/nextcloud/apps/user_ldap/l10n/es_EC.json
 10129share/nextcloud/apps/user_ldap/l10n/es_GT.js
 10130share/nextcloud/apps/user_ldap/l10n/es_GT.json
 10131share/nextcloud/apps/user_ldap/l10n/es_HN.js
 10132share/nextcloud/apps/user_ldap/l10n/es_HN.json
9202share/nextcloud/apps/user_ldap/l10n/es_MX.js 10133share/nextcloud/apps/user_ldap/l10n/es_MX.js
9203share/nextcloud/apps/user_ldap/l10n/es_MX.json 10134share/nextcloud/apps/user_ldap/l10n/es_MX.json
 10135share/nextcloud/apps/user_ldap/l10n/es_NI.js
 10136share/nextcloud/apps/user_ldap/l10n/es_NI.json
 10137share/nextcloud/apps/user_ldap/l10n/es_PA.js
 10138share/nextcloud/apps/user_ldap/l10n/es_PA.json
 10139share/nextcloud/apps/user_ldap/l10n/es_PE.js
 10140share/nextcloud/apps/user_ldap/l10n/es_PE.json
 10141share/nextcloud/apps/user_ldap/l10n/es_PR.js
 10142share/nextcloud/apps/user_ldap/l10n/es_PR.json
 10143share/nextcloud/apps/user_ldap/l10n/es_PY.js
 10144share/nextcloud/apps/user_ldap/l10n/es_PY.json
 10145share/nextcloud/apps/user_ldap/l10n/es_SV.js
 10146share/nextcloud/apps/user_ldap/l10n/es_SV.json
 10147share/nextcloud/apps/user_ldap/l10n/es_UY.js
 10148share/nextcloud/apps/user_ldap/l10n/es_UY.json
9204share/nextcloud/apps/user_ldap/l10n/et_EE.js 10149share/nextcloud/apps/user_ldap/l10n/et_EE.js
9205share/nextcloud/apps/user_ldap/l10n/et_EE.json 10150share/nextcloud/apps/user_ldap/l10n/et_EE.json
9206share/nextcloud/apps/user_ldap/l10n/eu.js 10151share/nextcloud/apps/user_ldap/l10n/eu.js
9207share/nextcloud/apps/user_ldap/l10n/eu.json 10152share/nextcloud/apps/user_ldap/l10n/eu.json
9208share/nextcloud/apps/user_ldap/l10n/fa.js 10153share/nextcloud/apps/user_ldap/l10n/fa.js
9209share/nextcloud/apps/user_ldap/l10n/fa.json 10154share/nextcloud/apps/user_ldap/l10n/fa.json
9210share/nextcloud/apps/user_ldap/l10n/fi_FI.js 10155share/nextcloud/apps/user_ldap/l10n/fi_FI.js
9211share/nextcloud/apps/user_ldap/l10n/fi_FI.json 10156share/nextcloud/apps/user_ldap/l10n/fi_FI.json
9212share/nextcloud/apps/user_ldap/l10n/fil.js 10157share/nextcloud/apps/user_ldap/l10n/fil.js
9213share/nextcloud/apps/user_ldap/l10n/fil.json 10158share/nextcloud/apps/user_ldap/l10n/fil.json
9214share/nextcloud/apps/user_ldap/l10n/fr.js 10159share/nextcloud/apps/user_ldap/l10n/fr.js
9215share/nextcloud/apps/user_ldap/l10n/fr.json 10160share/nextcloud/apps/user_ldap/l10n/fr.json
9216share/nextcloud/apps/user_ldap/l10n/fy_NL.js 10161share/nextcloud/apps/user_ldap/l10n/fy_NL.js
@@ -9452,74 +10397,106 @@ share/nextcloud/apps/workflowengine/l10n @@ -9452,74 +10397,106 @@ share/nextcloud/apps/workflowengine/l10n
9452share/nextcloud/apps/workflowengine/l10n/da.json 10397share/nextcloud/apps/workflowengine/l10n/da.json
9453share/nextcloud/apps/workflowengine/l10n/de.js 10398share/nextcloud/apps/workflowengine/l10n/de.js
9454share/nextcloud/apps/workflowengine/l10n/de.json 10399share/nextcloud/apps/workflowengine/l10n/de.json
9455share/nextcloud/apps/workflowengine/l10n/de_DE.js 10400share/nextcloud/apps/workflowengine/l10n/de_DE.js
9456share/nextcloud/apps/workflowengine/l10n/de_DE.json 10401share/nextcloud/apps/workflowengine/l10n/de_DE.json
9457share/nextcloud/apps/workflowengine/l10n/el.js 10402share/nextcloud/apps/workflowengine/l10n/el.js
9458share/nextcloud/apps/workflowengine/l10n/el.json 10403share/nextcloud/apps/workflowengine/l10n/el.json
9459share/nextcloud/apps/workflowengine/l10n/en_GB.js 10404share/nextcloud/apps/workflowengine/l10n/en_GB.js
9460share/nextcloud/apps/workflowengine/l10n/en_GB.json 10405share/nextcloud/apps/workflowengine/l10n/en_GB.json
9461share/nextcloud/apps/workflowengine/l10n/es.js 10406share/nextcloud/apps/workflowengine/l10n/es.js
9462share/nextcloud/apps/workflowengine/l10n/es.json 10407share/nextcloud/apps/workflowengine/l10n/es.json
9463share/nextcloud/apps/workflowengine/l10n/es_AR.js 10408share/nextcloud/apps/workflowengine/l10n/es_AR.js
9464share/nextcloud/apps/workflowengine/l10n/es_AR.json 10409share/nextcloud/apps/workflowengine/l10n/es_AR.json
 10410share/nextcloud/apps/workflowengine/l10n/es_CL.js
 10411share/nextcloud/apps/workflowengine/l10n/es_CL.json
 10412share/nextcloud/apps/workflowengine/l10n/es_CO.js
 10413share/nextcloud/apps/workflowengine/l10n/es_CO.json
 10414share/nextcloud/apps/workflowengine/l10n/es_CR.js
 10415share/nextcloud/apps/workflowengine/l10n/es_CR.json
 10416share/nextcloud/apps/workflowengine/l10n/es_DO.js
 10417share/nextcloud/apps/workflowengine/l10n/es_DO.json
 10418share/nextcloud/apps/workflowengine/l10n/es_EC.js
 10419share/nextcloud/apps/workflowengine/l10n/es_EC.json
 10420share/nextcloud/apps/workflowengine/l10n/es_GT.js
 10421share/nextcloud/apps/workflowengine/l10n/es_GT.json
 10422share/nextcloud/apps/workflowengine/l10n/es_HN.js
 10423share/nextcloud/apps/workflowengine/l10n/es_HN.json
9465share/nextcloud/apps/workflowengine/l10n/es_MX.js 10424share/nextcloud/apps/workflowengine/l10n/es_MX.js
9466share/nextcloud/apps/workflowengine/l10n/es_MX.json 10425share/nextcloud/apps/workflowengine/l10n/es_MX.json
 10426share/nextcloud/apps/workflowengine/l10n/es_NI.js
 10427share/nextcloud/apps/workflowengine/l10n/es_NI.json
 10428share/nextcloud/apps/workflowengine/l10n/es_PA.js
 10429share/nextcloud/apps/workflowengine/l10n/es_PA.json
 10430share/nextcloud/apps/workflowengine/l10n/es_PE.js
 10431share/nextcloud/apps/workflowengine/l10n/es_PE.json
 10432share/nextcloud/apps/workflowengine/l10n/es_PR.js
 10433share/nextcloud/apps/workflowengine/l10n/es_PR.json
 10434share/nextcloud/apps/workflowengine/l10n/es_PY.js
 10435share/nextcloud/apps/workflowengine/l10n/es_PY.json
 10436share/nextcloud/apps/workflowengine/l10n/es_SV.js
 10437share/nextcloud/apps/workflowengine/l10n/es_SV.json
 10438share/nextcloud/apps/workflowengine/l10n/es_UY.js
 10439share/nextcloud/apps/workflowengine/l10n/es_UY.json
9467share/nextcloud/apps/workflowengine/l10n/fa.js 10440share/nextcloud/apps/workflowengine/l10n/fa.js
9468share/nextcloud/apps/workflowengine/l10n/fa.json 10441share/nextcloud/apps/workflowengine/l10n/fa.json
9469share/nextcloud/apps/workflowengine/l10n/fi.js 10442share/nextcloud/apps/workflowengine/l10n/fi.js
9470share/nextcloud/apps/workflowengine/l10n/fi.json 10443share/nextcloud/apps/workflowengine/l10n/fi.json
9471share/nextcloud/apps/workflowengine/l10n/fr.js 10444share/nextcloud/apps/workflowengine/l10n/fr.js
9472share/nextcloud/apps/workflowengine/l10n/fr.json 10445share/nextcloud/apps/workflowengine/l10n/fr.json
9473share/nextcloud/apps/workflowengine/l10n/gl.js 10446share/nextcloud/apps/workflowengine/l10n/gl.js
9474share/nextcloud/apps/workflowengine/l10n/gl.json 10447share/nextcloud/apps/workflowengine/l10n/gl.json
9475share/nextcloud/apps/workflowengine/l10n/hu.js 10448share/nextcloud/apps/workflowengine/l10n/hu.js
9476share/nextcloud/apps/workflowengine/l10n/hu.json 10449share/nextcloud/apps/workflowengine/l10n/hu.json
9477share/nextcloud/apps/workflowengine/l10n/hu_HU.js 10450share/nextcloud/apps/workflowengine/l10n/hu_HU.js
9478share/nextcloud/apps/workflowengine/l10n/hu_HU.json 10451share/nextcloud/apps/workflowengine/l10n/hu_HU.json
9479share/nextcloud/apps/workflowengine/l10n/id.js 10452share/nextcloud/apps/workflowengine/l10n/id.js
9480share/nextcloud/apps/workflowengine/l10n/id.json 10453share/nextcloud/apps/workflowengine/l10n/id.json
9481share/nextcloud/apps/workflowengine/l10n/is.js 10454share/nextcloud/apps/workflowengine/l10n/is.js
9482share/nextcloud/apps/workflowengine/l10n/is.json 10455share/nextcloud/apps/workflowengine/l10n/is.json
9483share/nextcloud/apps/workflowengine/l10n/it.js 10456share/nextcloud/apps/workflowengine/l10n/it.js
9484share/nextcloud/apps/workflowengine/l10n/it.json 10457share/nextcloud/apps/workflowengine/l10n/it.json
9485share/nextcloud/apps/workflowengine/l10n/ja.js 10458share/nextcloud/apps/workflowengine/l10n/ja.js
9486share/nextcloud/apps/workflowengine/l10n/ja.json 10459share/nextcloud/apps/workflowengine/l10n/ja.json
 10460share/nextcloud/apps/workflowengine/l10n/ka_GE.js
 10461share/nextcloud/apps/workflowengine/l10n/ka_GE.json
9487share/nextcloud/apps/workflowengine/l10n/ko.js 10462share/nextcloud/apps/workflowengine/l10n/ko.js
9488share/nextcloud/apps/workflowengine/l10n/ko.json 10463share/nextcloud/apps/workflowengine/l10n/ko.json
9489share/nextcloud/apps/workflowengine/l10n/lt_LT.js 10464share/nextcloud/apps/workflowengine/l10n/lt_LT.js
9490share/nextcloud/apps/workflowengine/l10n/lt_LT.json 10465share/nextcloud/apps/workflowengine/l10n/lt_LT.json
9491share/nextcloud/apps/workflowengine/l10n/lv.js 10466share/nextcloud/apps/workflowengine/l10n/lv.js
9492share/nextcloud/apps/workflowengine/l10n/lv.json 10467share/nextcloud/apps/workflowengine/l10n/lv.json
9493share/nextcloud/apps/workflowengine/l10n/mn.js 10468share/nextcloud/apps/workflowengine/l10n/mn.js
9494share/nextcloud/apps/workflowengine/l10n/mn.json 10469share/nextcloud/apps/workflowengine/l10n/mn.json
9495share/nextcloud/apps/workflowengine/l10n/nb.js 10470share/nextcloud/apps/workflowengine/l10n/nb.js
9496share/nextcloud/apps/workflowengine/l10n/nb.json 10471share/nextcloud/apps/workflowengine/l10n/nb.json
9497share/nextcloud/apps/workflowengine/l10n/nb_NO.js 10472share/nextcloud/apps/workflowengine/l10n/nb_NO.js
9498share/nextcloud/apps/workflowengine/l10n/nb_NO.json 10473share/nextcloud/apps/workflowengine/l10n/nb_NO.json
9499share/nextcloud/apps/workflowengine/l10n/nl.js 10474share/nextcloud/apps/workflowengine/l10n/nl.js
9500share/nextcloud/apps/workflowengine/l10n/nl.json 10475share/nextcloud/apps/workflowengine/l10n/nl.json
9501share/nextcloud/apps/workflowengine/l10n/pl.js 10476share/nextcloud/apps/workflowengine/l10n/pl.js
9502share/nextcloud/apps/workflowengine/l10n/pl.json 10477share/nextcloud/apps/workflowengine/l10n/pl.json
9503share/nextcloud/apps/workflowengine/l10n/pt_BR.js 10478share/nextcloud/apps/workflowengine/l10n/pt_BR.js
9504share/nextcloud/apps/workflowengine/l10n/pt_BR.json 10479share/nextcloud/apps/workflowengine/l10n/pt_BR.json
9505share/nextcloud/apps/workflowengine/l10n/ru.js 10480share/nextcloud/apps/workflowengine/l10n/ru.js
9506share/nextcloud/apps/workflowengine/l10n/ru.json 10481share/nextcloud/apps/workflowengine/l10n/ru.json
9507share/nextcloud/apps/workflowengine/l10n/sk.js 10482share/nextcloud/apps/workflowengine/l10n/sk.js
9508share/nextcloud/apps/workflowengine/l10n/sk.json 10483share/nextcloud/apps/workflowengine/l10n/sk.json
9509share/nextcloud/apps/workflowengine/l10n/sk_SK.js 10484share/nextcloud/apps/workflowengine/l10n/sk_SK.js
9510share/nextcloud/apps/workflowengine/l10n/sk_SK.json 10485share/nextcloud/apps/workflowengine/l10n/sk_SK.json
9511share/nextcloud/apps/workflowengine/l10n/sq.js 10486share/nextcloud/apps/workflowengine/l10n/sq.js
9512share/nextcloud/apps/workflowengine/l10n/sq.json 10487share/nextcloud/apps/workflowengine/l10n/sq.json
 10488share/nextcloud/apps/workflowengine/l10n/sr.js
 10489share/nextcloud/apps/workflowengine/l10n/sr.json
9513share/nextcloud/apps/workflowengine/l10n/sv.js 10490share/nextcloud/apps/workflowengine/l10n/sv.js
9514share/nextcloud/apps/workflowengine/l10n/sv.json 10491share/nextcloud/apps/workflowengine/l10n/sv.json
9515share/nextcloud/apps/workflowengine/l10n/tr.js 10492share/nextcloud/apps/workflowengine/l10n/tr.js
9516share/nextcloud/apps/workflowengine/l10n/tr.json 10493share/nextcloud/apps/workflowengine/l10n/tr.json
9517share/nextcloud/apps/workflowengine/l10n/zh_CN.js 10494share/nextcloud/apps/workflowengine/l10n/zh_CN.js
9518share/nextcloud/apps/workflowengine/l10n/zh_CN.json 10495share/nextcloud/apps/workflowengine/l10n/zh_CN.json
9519share/nextcloud/apps/workflowengine/l10n/zh_TW.js 10496share/nextcloud/apps/workflowengine/l10n/zh_TW.js
9520share/nextcloud/apps/workflowengine/l10n/zh_TW.json 10497share/nextcloud/apps/workflowengine/l10n/zh_TW.json
9521share/nextcloud/apps/workflowengine/lib/AppInfo/Application.php 10498share/nextcloud/apps/workflowengine/lib/AppInfo/Application.php
9522share/nextcloud/apps/workflowengine/lib/Check/AbstractStringCheck.php 10499share/nextcloud/apps/workflowengine/lib/Check/AbstractStringCheck.php
9523share/nextcloud/apps/workflowengine/lib/Check/FileMimeType.php 10500share/nextcloud/apps/workflowengine/lib/Check/FileMimeType.php
9524share/nextcloud/apps/workflowengine/lib/Check/FileSize.php 10501share/nextcloud/apps/workflowengine/lib/Check/FileSize.php
9525share/nextcloud/apps/workflowengine/lib/Check/FileSystemTags.php 10502share/nextcloud/apps/workflowengine/lib/Check/FileSystemTags.php
@@ -9804,28 +10781,26 @@ share/nextcloud/core/doc/admin/_sources/ @@ -9804,28 +10781,26 @@ share/nextcloud/core/doc/admin/_sources/
9804share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/sftp.txt 10781share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/sftp.txt
9805share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/smb.txt 10782share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/smb.txt
9806share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/webdav.txt 10783share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/webdav.txt
9807share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration.txt 10784share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration.txt
9808share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.txt 10785share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.txt
9809share/nextcloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.txt 10786share/nextcloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.txt
9810share/nextcloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.txt 10787share/nextcloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.txt
9811share/nextcloud/core/doc/admin/_sources/configuration_files/file_versioning.txt 10788share/nextcloud/core/doc/admin/_sources/configuration_files/file_versioning.txt
9812share/nextcloud/core/doc/admin/_sources/configuration_files/files_locking_transactional.txt 10789share/nextcloud/core/doc/admin/_sources/configuration_files/files_locking_transactional.txt
9813share/nextcloud/core/doc/admin/_sources/configuration_files/index.txt 10790share/nextcloud/core/doc/admin/_sources/configuration_files/index.txt
9814share/nextcloud/core/doc/admin/_sources/configuration_files/previews_configuration.txt 10791share/nextcloud/core/doc/admin/_sources/configuration_files/previews_configuration.txt
9815share/nextcloud/core/doc/admin/_sources/configuration_files/primary_storage.txt 10792share/nextcloud/core/doc/admin/_sources/configuration_files/primary_storage.txt
9816share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/index.txt 10793share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/index.txt
9817share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/mimetype_aliases.txt 
9818share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/mimetype_mapping.txt 
9819share/nextcloud/core/doc/admin/_sources/configuration_server/activity_configuration.txt 10794share/nextcloud/core/doc/admin/_sources/configuration_server/activity_configuration.txt
9820share/nextcloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt 10795share/nextcloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt
9821share/nextcloud/core/doc/admin/_sources/configuration_server/automatic_configuration.txt 10796share/nextcloud/core/doc/admin/_sources/configuration_server/automatic_configuration.txt
9822share/nextcloud/core/doc/admin/_sources/configuration_server/background_jobs_configuration.txt 10797share/nextcloud/core/doc/admin/_sources/configuration_server/background_jobs_configuration.txt
9823share/nextcloud/core/doc/admin/_sources/configuration_server/caching_configuration.txt 10798share/nextcloud/core/doc/admin/_sources/configuration_server/caching_configuration.txt
9824share/nextcloud/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.txt 10799share/nextcloud/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.txt
9825share/nextcloud/core/doc/admin/_sources/configuration_server/custom_client_repos.txt 10800share/nextcloud/core/doc/admin/_sources/configuration_server/custom_client_repos.txt
9826share/nextcloud/core/doc/admin/_sources/configuration_server/email_configuration.txt 10801share/nextcloud/core/doc/admin/_sources/configuration_server/email_configuration.txt
9827share/nextcloud/core/doc/admin/_sources/configuration_server/external_sites.txt 10802share/nextcloud/core/doc/admin/_sources/configuration_server/external_sites.txt
9828share/nextcloud/core/doc/admin/_sources/configuration_server/harden_server.txt 10803share/nextcloud/core/doc/admin/_sources/configuration_server/harden_server.txt
9829share/nextcloud/core/doc/admin/_sources/configuration_server/index.txt 10804share/nextcloud/core/doc/admin/_sources/configuration_server/index.txt
9830share/nextcloud/core/doc/admin/_sources/configuration_server/knowledgebase_configuration.txt 10805share/nextcloud/core/doc/admin/_sources/configuration_server/knowledgebase_configuration.txt
9831share/nextcloud/core/doc/admin/_sources/configuration_server/language_configuration.txt 10806share/nextcloud/core/doc/admin/_sources/configuration_server/language_configuration.txt
@@ -9985,28 +10960,26 @@ share/nextcloud/core/doc/admin/configura @@ -9985,28 +10960,26 @@ share/nextcloud/core/doc/admin/configura
9985share/nextcloud/core/doc/admin/configuration_files/external_storage/sftp.html 10960share/nextcloud/core/doc/admin/configuration_files/external_storage/sftp.html
9986share/nextcloud/core/doc/admin/configuration_files/external_storage/smb.html 10961share/nextcloud/core/doc/admin/configuration_files/external_storage/smb.html
9987share/nextcloud/core/doc/admin/configuration_files/external_storage/webdav.html 10962share/nextcloud/core/doc/admin/configuration_files/external_storage/webdav.html
9988share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration.html 10963share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration.html
9989share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html 10964share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html
9990share/nextcloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html 10965share/nextcloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html
9991share/nextcloud/core/doc/admin/configuration_files/file_sharing_configuration.html 10966share/nextcloud/core/doc/admin/configuration_files/file_sharing_configuration.html
9992share/nextcloud/core/doc/admin/configuration_files/file_versioning.html 10967share/nextcloud/core/doc/admin/configuration_files/file_versioning.html
9993share/nextcloud/core/doc/admin/configuration_files/files_locking_transactional.html 10968share/nextcloud/core/doc/admin/configuration_files/files_locking_transactional.html
9994share/nextcloud/core/doc/admin/configuration_files/index.html 10969share/nextcloud/core/doc/admin/configuration_files/index.html
9995share/nextcloud/core/doc/admin/configuration_files/previews_configuration.html 10970share/nextcloud/core/doc/admin/configuration_files/previews_configuration.html
9996share/nextcloud/core/doc/admin/configuration_files/primary_storage.html 10971share/nextcloud/core/doc/admin/configuration_files/primary_storage.html
9997share/nextcloud/core/doc/admin/configuration_mimetypes/index.html 10972share/nextcloud/core/doc/admin/configuration_mimetypes/index.html
9998share/nextcloud/core/doc/admin/configuration_mimetypes/mimetype_aliases.html 
9999share/nextcloud/core/doc/admin/configuration_mimetypes/mimetype_mapping.html 
10000share/nextcloud/core/doc/admin/configuration_server/activity_configuration.html 10973share/nextcloud/core/doc/admin/configuration_server/activity_configuration.html
10001share/nextcloud/core/doc/admin/configuration_server/antivirus_configuration.html 10974share/nextcloud/core/doc/admin/configuration_server/antivirus_configuration.html
10002share/nextcloud/core/doc/admin/configuration_server/automatic_configuration.html 10975share/nextcloud/core/doc/admin/configuration_server/automatic_configuration.html
10003share/nextcloud/core/doc/admin/configuration_server/background_jobs_configuration.html 10976share/nextcloud/core/doc/admin/configuration_server/background_jobs_configuration.html
10004share/nextcloud/core/doc/admin/configuration_server/caching_configuration.html 10977share/nextcloud/core/doc/admin/configuration_server/caching_configuration.html
10005share/nextcloud/core/doc/admin/configuration_server/config_sample_php_parameters.html 10978share/nextcloud/core/doc/admin/configuration_server/config_sample_php_parameters.html
10006share/nextcloud/core/doc/admin/configuration_server/custom_client_repos.html 10979share/nextcloud/core/doc/admin/configuration_server/custom_client_repos.html
10007share/nextcloud/core/doc/admin/configuration_server/email_configuration.html 10980share/nextcloud/core/doc/admin/configuration_server/email_configuration.html
10008share/nextcloud/core/doc/admin/configuration_server/external_sites.html 10981share/nextcloud/core/doc/admin/configuration_server/external_sites.html
10009share/nextcloud/core/doc/admin/configuration_server/harden_server.html 10982share/nextcloud/core/doc/admin/configuration_server/harden_server.html
10010share/nextcloud/core/doc/admin/configuration_server/index.html 10983share/nextcloud/core/doc/admin/configuration_server/index.html
10011share/nextcloud/core/doc/admin/configuration_server/knowledgebase_configuration.html 10984share/nextcloud/core/doc/admin/configuration_server/knowledgebase_configuration.html
10012share/nextcloud/core/doc/admin/configuration_server/language_configuration.html 10985share/nextcloud/core/doc/admin/configuration_server/language_configuration.html
@@ -10507,70 +11480,98 @@ share/nextcloud/core/js/tests/specs/l10n @@ -10507,70 +11480,98 @@ share/nextcloud/core/js/tests/specs/l10n
10507share/nextcloud/core/js/tests/specs/mimeTypeSpec.js 11480share/nextcloud/core/js/tests/specs/mimeTypeSpec.js
10508share/nextcloud/core/js/tests/specs/oc-backbone-webdavSpec.js 11481share/nextcloud/core/js/tests/specs/oc-backbone-webdavSpec.js
10509share/nextcloud/core/js/tests/specs/setupchecksSpec.js 11482share/nextcloud/core/js/tests/specs/setupchecksSpec.js
10510share/nextcloud/core/js/tests/specs/shareSpec.js 11483share/nextcloud/core/js/tests/specs/shareSpec.js
10511share/nextcloud/core/js/tests/specs/sharedialoglinkshareview.js 11484share/nextcloud/core/js/tests/specs/sharedialoglinkshareview.js
10512share/nextcloud/core/js/tests/specs/sharedialogshareelistview.js 11485share/nextcloud/core/js/tests/specs/sharedialogshareelistview.js
10513share/nextcloud/core/js/tests/specs/sharedialogviewSpec.js 11486share/nextcloud/core/js/tests/specs/sharedialogviewSpec.js
10514share/nextcloud/core/js/tests/specs/shareitemmodelSpec.js 11487share/nextcloud/core/js/tests/specs/shareitemmodelSpec.js
10515share/nextcloud/core/js/tests/specs/systemtags/systemtagsSpec.js 11488share/nextcloud/core/js/tests/specs/systemtags/systemtagsSpec.js
10516share/nextcloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js 11489share/nextcloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js
10517share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js 11490share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
10518share/nextcloud/core/js/update.js 11491share/nextcloud/core/js/update.js
10519share/nextcloud/core/js/visitortimezone.js 11492share/nextcloud/core/js/visitortimezone.js
10520share/nextcloud/core/l10n/ast.js 
10521share/nextcloud/core/l10n/ast.json 
10522share/nextcloud/core/l10n/bg.js 11493share/nextcloud/core/l10n/bg.js
10523share/nextcloud/core/l10n/bg.json 11494share/nextcloud/core/l10n/bg.json
10524share/nextcloud/core/l10n/ca.js 11495share/nextcloud/core/l10n/ca.js
10525share/nextcloud/core/l10n/ca.json 11496share/nextcloud/core/l10n/ca.json
10526share/nextcloud/core/l10n/cs.js 11497share/nextcloud/core/l10n/cs.js
10527share/nextcloud/core/l10n/cs.json 11498share/nextcloud/core/l10n/cs.json
10528share/nextcloud/core/l10n/da.js 11499share/nextcloud/core/l10n/da.js
10529share/nextcloud/core/l10n/da.json 11500share/nextcloud/core/l10n/da.json
10530share/nextcloud/core/l10n/de.js 11501share/nextcloud/core/l10n/de.js
10531share/nextcloud/core/l10n/de.json 11502share/nextcloud/core/l10n/de.json
10532share/nextcloud/core/l10n/de_DE.js 11503share/nextcloud/core/l10n/de_DE.js
10533share/nextcloud/core/l10n/de_DE.json 11504share/nextcloud/core/l10n/de_DE.json
10534share/nextcloud/core/l10n/el.js 11505share/nextcloud/core/l10n/el.js
10535share/nextcloud/core/l10n/el.json 11506share/nextcloud/core/l10n/el.json
10536share/nextcloud/core/l10n/en_GB.js 11507share/nextcloud/core/l10n/en_GB.js
10537share/nextcloud/core/l10n/en_GB.json 11508share/nextcloud/core/l10n/en_GB.json
10538share/nextcloud/core/l10n/es.js 11509share/nextcloud/core/l10n/es.js
10539share/nextcloud/core/l10n/es.json 11510share/nextcloud/core/l10n/es.json
10540share/nextcloud/core/l10n/es_AR.js 11511share/nextcloud/core/l10n/es_AR.js
10541share/nextcloud/core/l10n/es_AR.json 11512share/nextcloud/core/l10n/es_AR.json
 11513share/nextcloud/core/l10n/es_CL.js
 11514share/nextcloud/core/l10n/es_CL.json
 11515share/nextcloud/core/l10n/es_CO.js
 11516share/nextcloud/core/l10n/es_CO.json
 11517share/nextcloud/core/l10n/es_CR.js
 11518share/nextcloud/core/l10n/es_CR.json
 11519share/nextcloud/core/l10n/es_DO.js
 11520share/nextcloud/core/l10n/es_DO.json
 11521share/nextcloud/core/l10n/es_EC.js
 11522share/nextcloud/core/l10n/es_EC.json
 11523share/nextcloud/core/l10n/es_GT.js
 11524share/nextcloud/core/l10n/es_GT.json
 11525share/nextcloud/core/l10n/es_HN.js
 11526share/nextcloud/core/l10n/es_HN.json
10542share/nextcloud/core/l10n/es_MX.js 11527share/nextcloud/core/l10n/es_MX.js
10543share/nextcloud/core/l10n/es_MX.json 11528share/nextcloud/core/l10n/es_MX.json
 11529share/nextcloud/core/l10n/es_NI.js
 11530share/nextcloud/core/l10n/es_NI.json
 11531share/nextcloud/core/l10n/es_PA.js
 11532share/nextcloud/core/l10n/es_PA.json
 11533share/nextcloud/core/l10n/es_PE.js
 11534share/nextcloud/core/l10n/es_PE.json
 11535share/nextcloud/core/l10n/es_PR.js
 11536share/nextcloud/core/l10n/es_PR.json
 11537share/nextcloud/core/l10n/es_PY.js
 11538share/nextcloud/core/l10n/es_PY.json
 11539share/nextcloud/core/l10n/es_SV.js
 11540share/nextcloud/core/l10n/es_SV.json
 11541share/nextcloud/core/l10n/es_UY.js
 11542share/nextcloud/core/l10n/es_UY.json
10544share/nextcloud/core/l10n/et_EE.js 11543share/nextcloud/core/l10n/et_EE.js
10545share/nextcloud/core/l10n/et_EE.json 11544share/nextcloud/core/l10n/et_EE.json
10546share/nextcloud/core/l10n/eu.js 11545share/nextcloud/core/l10n/eu.js
10547share/nextcloud/core/l10n/eu.json 11546share/nextcloud/core/l10n/eu.json
10548share/nextcloud/core/l10n/fa.js 11547share/nextcloud/core/l10n/fa.js
10549share/nextcloud/core/l10n/fa.json 11548share/nextcloud/core/l10n/fa.json
10550share/nextcloud/core/l10n/fi.js 11549share/nextcloud/core/l10n/fi.js
10551share/nextcloud/core/l10n/fi.json 11550share/nextcloud/core/l10n/fi.json
10552share/nextcloud/core/l10n/fr.js 11551share/nextcloud/core/l10n/fr.js
10553share/nextcloud/core/l10n/fr.json 11552share/nextcloud/core/l10n/fr.json
10554share/nextcloud/core/l10n/hu.js 11553share/nextcloud/core/l10n/hu.js
10555share/nextcloud/core/l10n/hu.json 11554share/nextcloud/core/l10n/hu.json
10556share/nextcloud/core/l10n/id.js 11555share/nextcloud/core/l10n/id.js
10557share/nextcloud/core/l10n/id.json 11556share/nextcloud/core/l10n/id.json
10558share/nextcloud/core/l10n/is.js 11557share/nextcloud/core/l10n/is.js
10559share/nextcloud/core/l10n/is.json 11558share/nextcloud/core/l10n/is.json
10560share/nextcloud/core/l10n/it.js 11559share/nextcloud/core/l10n/it.js
10561share/nextcloud/core/l10n/it.json 11560share/nextcloud/core/l10n/it.json
10562share/nextcloud/core/l10n/ja.js 11561share/nextcloud/core/l10n/ja.js
10563share/nextcloud/core/l10n/ja.json 11562share/nextcloud/core/l10n/ja.json
 11563share/nextcloud/core/l10n/ka_GE.js
 11564share/nextcloud/core/l10n/ka_GE.json
10564share/nextcloud/core/l10n/ko.js 11565share/nextcloud/core/l10n/ko.js
10565share/nextcloud/core/l10n/ko.json 11566share/nextcloud/core/l10n/ko.json
10566share/nextcloud/core/l10n/lt_LT.js 11567share/nextcloud/core/l10n/lt_LT.js
10567share/nextcloud/core/l10n/lt_LT.json 11568share/nextcloud/core/l10n/lt_LT.json
10568share/nextcloud/core/l10n/lv.js 11569share/nextcloud/core/l10n/lv.js
10569share/nextcloud/core/l10n/lv.json 11570share/nextcloud/core/l10n/lv.json
10570share/nextcloud/core/l10n/nb.js 11571share/nextcloud/core/l10n/nb.js
10571share/nextcloud/core/l10n/nb.json 11572share/nextcloud/core/l10n/nb.json
10572share/nextcloud/core/l10n/nl.js 11573share/nextcloud/core/l10n/nl.js
10573share/nextcloud/core/l10n/nl.json 11574share/nextcloud/core/l10n/nl.json
10574share/nextcloud/core/l10n/pl.js 11575share/nextcloud/core/l10n/pl.js
10575share/nextcloud/core/l10n/pl.json 11576share/nextcloud/core/l10n/pl.json
10576share/nextcloud/core/l10n/pt_BR.js 11577share/nextcloud/core/l10n/pt_BR.js
@@ -10583,26 +11584,28 @@ share/nextcloud/core/l10n/ru.js @@ -10583,26 +11584,28 @@ share/nextcloud/core/l10n/ru.js
10583share/nextcloud/core/l10n/ru.json 11584share/nextcloud/core/l10n/ru.json
10584share/nextcloud/core/l10n/sk.js 11585share/nextcloud/core/l10n/sk.js
10585share/nextcloud/core/l10n/sk.json 11586share/nextcloud/core/l10n/sk.json
10586share/nextcloud/core/l10n/sl.js 11587share/nextcloud/core/l10n/sl.js
10587share/nextcloud/core/l10n/sl.json 11588share/nextcloud/core/l10n/sl.json
10588share/nextcloud/core/l10n/sq.js 11589share/nextcloud/core/l10n/sq.js
10589share/nextcloud/core/l10n/sq.json 11590share/nextcloud/core/l10n/sq.json
10590share/nextcloud/core/l10n/sr.js 11591share/nextcloud/core/l10n/sr.js
10591share/nextcloud/core/l10n/sr.json 11592share/nextcloud/core/l10n/sr.json
10592share/nextcloud/core/l10n/sv.js 11593share/nextcloud/core/l10n/sv.js
10593share/nextcloud/core/l10n/sv.json 11594share/nextcloud/core/l10n/sv.json
10594share/nextcloud/core/l10n/tr.js 11595share/nextcloud/core/l10n/tr.js
10595share/nextcloud/core/l10n/tr.json 11596share/nextcloud/core/l10n/tr.json
 11597share/nextcloud/core/l10n/uk.js
 11598share/nextcloud/core/l10n/uk.json
10596share/nextcloud/core/l10n/vi.js 11599share/nextcloud/core/l10n/vi.js
10597share/nextcloud/core/l10n/vi.json 11600share/nextcloud/core/l10n/vi.json
10598share/nextcloud/core/l10n/zh_CN.js 11601share/nextcloud/core/l10n/zh_CN.js
10599share/nextcloud/core/l10n/zh_CN.json 11602share/nextcloud/core/l10n/zh_CN.json
10600share/nextcloud/core/l10n/zh_TW.js 11603share/nextcloud/core/l10n/zh_TW.js
10601share/nextcloud/core/l10n/zh_TW.json 11604share/nextcloud/core/l10n/zh_TW.json
10602share/nextcloud/core/register_command.php 11605share/nextcloud/core/register_command.php
10603share/nextcloud/core/routes.php 11606share/nextcloud/core/routes.php
10604share/nextcloud/core/search/ajax/search.php 11607share/nextcloud/core/search/ajax/search.php
10605share/nextcloud/core/search/css/results.css 11608share/nextcloud/core/search/css/results.css
10606share/nextcloud/core/search/js/search.js 11609share/nextcloud/core/search/js/search.js
10607share/nextcloud/core/search/templates/part.results.html 11610share/nextcloud/core/search/templates/part.results.html
10608share/nextcloud/core/shipped.json 11611share/nextcloud/core/shipped.json
@@ -10741,42 +11744,72 @@ share/nextcloud/lib/l10n/cs.js @@ -10741,42 +11744,72 @@ share/nextcloud/lib/l10n/cs.js
10741share/nextcloud/lib/l10n/cs.json 11744share/nextcloud/lib/l10n/cs.json
10742share/nextcloud/lib/l10n/de.js 11745share/nextcloud/lib/l10n/de.js
10743share/nextcloud/lib/l10n/de.json 11746share/nextcloud/lib/l10n/de.json
10744share/nextcloud/lib/l10n/de_DE.js 11747share/nextcloud/lib/l10n/de_DE.js
10745share/nextcloud/lib/l10n/de_DE.json 11748share/nextcloud/lib/l10n/de_DE.json
10746share/nextcloud/lib/l10n/el.js 11749share/nextcloud/lib/l10n/el.js
10747share/nextcloud/lib/l10n/el.json 11750share/nextcloud/lib/l10n/el.json
10748share/nextcloud/lib/l10n/en_GB.js 11751share/nextcloud/lib/l10n/en_GB.js
10749share/nextcloud/lib/l10n/en_GB.json 11752share/nextcloud/lib/l10n/en_GB.json
10750share/nextcloud/lib/l10n/es.js 11753share/nextcloud/lib/l10n/es.js
10751share/nextcloud/lib/l10n/es.json 11754share/nextcloud/lib/l10n/es.json
10752share/nextcloud/lib/l10n/es_AR.js 11755share/nextcloud/lib/l10n/es_AR.js
10753share/nextcloud/lib/l10n/es_AR.json 11756share/nextcloud/lib/l10n/es_AR.json
 11757share/nextcloud/lib/l10n/es_CL.js
 11758share/nextcloud/lib/l10n/es_CL.json
 11759share/nextcloud/lib/l10n/es_CO.js
 11760share/nextcloud/lib/l10n/es_CO.json
 11761share/nextcloud/lib/l10n/es_CR.js
 11762share/nextcloud/lib/l10n/es_CR.json
 11763share/nextcloud/lib/l10n/es_DO.js
 11764share/nextcloud/lib/l10n/es_DO.json
 11765share/nextcloud/lib/l10n/es_EC.js
 11766share/nextcloud/lib/l10n/es_EC.json
 11767share/nextcloud/lib/l10n/es_GT.js
 11768share/nextcloud/lib/l10n/es_GT.json
 11769share/nextcloud/lib/l10n/es_HN.js
 11770share/nextcloud/lib/l10n/es_HN.json
10754share/nextcloud/lib/l10n/es_MX.js 11771share/nextcloud/lib/l10n/es_MX.js
10755share/nextcloud/lib/l10n/es_MX.json 11772share/nextcloud/lib/l10n/es_MX.json
 11773share/nextcloud/lib/l10n/es_NI.js
 11774share/nextcloud/lib/l10n/es_NI.json
 11775share/nextcloud/lib/l10n/es_PA.js
 11776share/nextcloud/lib/l10n/es_PA.json
 11777share/nextcloud/lib/l10n/es_PE.js
 11778share/nextcloud/lib/l10n/es_PE.json
 11779share/nextcloud/lib/l10n/es_PR.js
 11780share/nextcloud/lib/l10n/es_PR.json
 11781share/nextcloud/lib/l10n/es_PY.js
 11782share/nextcloud/lib/l10n/es_PY.json
 11783share/nextcloud/lib/l10n/es_SV.js
 11784share/nextcloud/lib/l10n/es_SV.json
 11785share/nextcloud/lib/l10n/es_UY.js
 11786share/nextcloud/lib/l10n/es_UY.json
10756share/nextcloud/lib/l10n/fi.js 11787share/nextcloud/lib/l10n/fi.js
10757share/nextcloud/lib/l10n/fi.json 11788share/nextcloud/lib/l10n/fi.json
10758share/nextcloud/lib/l10n/fr.js 11789share/nextcloud/lib/l10n/fr.js
10759share/nextcloud/lib/l10n/fr.json 11790share/nextcloud/lib/l10n/fr.json
10760share/nextcloud/lib/l10n/he.js 11791share/nextcloud/lib/l10n/he.js
10761share/nextcloud/lib/l10n/he.json 11792share/nextcloud/lib/l10n/he.json
10762share/nextcloud/lib/l10n/hu.js 11793share/nextcloud/lib/l10n/hu.js
10763share/nextcloud/lib/l10n/hu.json 11794share/nextcloud/lib/l10n/hu.json
10764share/nextcloud/lib/l10n/is.js 11795share/nextcloud/lib/l10n/is.js
10765share/nextcloud/lib/l10n/is.json 11796share/nextcloud/lib/l10n/is.json
10766share/nextcloud/lib/l10n/it.js 11797share/nextcloud/lib/l10n/it.js
10767share/nextcloud/lib/l10n/it.json 11798share/nextcloud/lib/l10n/it.json
10768share/nextcloud/lib/l10n/ja.js 11799share/nextcloud/lib/l10n/ja.js
10769share/nextcloud/lib/l10n/ja.json 11800share/nextcloud/lib/l10n/ja.json
 11801share/nextcloud/lib/l10n/ka_GE.js
 11802share/nextcloud/lib/l10n/ka_GE.json
10770share/nextcloud/lib/l10n/ko.js 11803share/nextcloud/lib/l10n/ko.js
10771share/nextcloud/lib/l10n/ko.json 11804share/nextcloud/lib/l10n/ko.json
10772share/nextcloud/lib/l10n/lt_LT.js 11805share/nextcloud/lib/l10n/lt_LT.js
10773share/nextcloud/lib/l10n/lt_LT.json 11806share/nextcloud/lib/l10n/lt_LT.json
10774share/nextcloud/lib/l10n/nb.js 11807share/nextcloud/lib/l10n/nb.js
10775share/nextcloud/lib/l10n/nb.json 11808share/nextcloud/lib/l10n/nb.json
10776share/nextcloud/lib/l10n/nl.js 11809share/nextcloud/lib/l10n/nl.js
10777share/nextcloud/lib/l10n/nl.json 11810share/nextcloud/lib/l10n/nl.json
10778share/nextcloud/lib/l10n/pl.js 11811share/nextcloud/lib/l10n/pl.js
10779share/nextcloud/lib/l10n/pl.json 11812share/nextcloud/lib/l10n/pl.json
10780share/nextcloud/lib/l10n/pt_BR.js 11813share/nextcloud/lib/l10n/pt_BR.js
10781share/nextcloud/lib/l10n/pt_BR.json 11814share/nextcloud/lib/l10n/pt_BR.json
10782share/nextcloud/lib/l10n/ru.js 11815share/nextcloud/lib/l10n/ru.js
@@ -11012,26 +12045,27 @@ share/nextcloud/lib/private/Files/Node/H @@ -11012,26 +12045,27 @@ share/nextcloud/lib/private/Files/Node/H
11012share/nextcloud/lib/private/Files/Node/LazyRoot.php 12045share/nextcloud/lib/private/Files/Node/LazyRoot.php
11013share/nextcloud/lib/private/Files/Node/Node.php 12046share/nextcloud/lib/private/Files/Node/Node.php
11014share/nextcloud/lib/private/Files/Node/NonExistingFile.php 12047share/nextcloud/lib/private/Files/Node/NonExistingFile.php
11015share/nextcloud/lib/private/Files/Node/NonExistingFolder.php 12048share/nextcloud/lib/private/Files/Node/NonExistingFolder.php
11016share/nextcloud/lib/private/Files/Node/Root.php 12049share/nextcloud/lib/private/Files/Node/Root.php
11017share/nextcloud/lib/private/Files/Notify/Change.php 12050share/nextcloud/lib/private/Files/Notify/Change.php
11018share/nextcloud/lib/private/Files/Notify/RenameChange.php 12051share/nextcloud/lib/private/Files/Notify/RenameChange.php
11019share/nextcloud/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php 12052share/nextcloud/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php
11020share/nextcloud/lib/private/Files/ObjectStore/Mapper.php 12053share/nextcloud/lib/private/Files/ObjectStore/Mapper.php
11021share/nextcloud/lib/private/Files/ObjectStore/NoopScanner.php 12054share/nextcloud/lib/private/Files/ObjectStore/NoopScanner.php
11022share/nextcloud/lib/private/Files/ObjectStore/ObjectStoreStorage.php 12055share/nextcloud/lib/private/Files/ObjectStore/ObjectStoreStorage.php
11023share/nextcloud/lib/private/Files/ObjectStore/S3.php 12056share/nextcloud/lib/private/Files/ObjectStore/S3.php
11024share/nextcloud/lib/private/Files/ObjectStore/S3ConnectionTrait.php 12057share/nextcloud/lib/private/Files/ObjectStore/S3ConnectionTrait.php
 12058share/nextcloud/lib/private/Files/ObjectStore/S3ObjectTrait.php
11025share/nextcloud/lib/private/Files/ObjectStore/StorageObjectStore.php 12059share/nextcloud/lib/private/Files/ObjectStore/StorageObjectStore.php
11026share/nextcloud/lib/private/Files/ObjectStore/Swift.php 12060share/nextcloud/lib/private/Files/ObjectStore/Swift.php
11027share/nextcloud/lib/private/Files/Search/SearchBinaryOperator.php 12061share/nextcloud/lib/private/Files/Search/SearchBinaryOperator.php
11028share/nextcloud/lib/private/Files/Search/SearchComparison.php 12062share/nextcloud/lib/private/Files/Search/SearchComparison.php
11029share/nextcloud/lib/private/Files/Search/SearchOrder.php 12063share/nextcloud/lib/private/Files/Search/SearchOrder.php
11030share/nextcloud/lib/private/Files/Search/SearchQuery.php 12064share/nextcloud/lib/private/Files/Search/SearchQuery.php
11031share/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php 12065share/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php
11032share/nextcloud/lib/private/Files/SimpleFS/SimpleFolder.php 12066share/nextcloud/lib/private/Files/SimpleFS/SimpleFolder.php
11033share/nextcloud/lib/private/Files/Storage/Common.php 12067share/nextcloud/lib/private/Files/Storage/Common.php
11034share/nextcloud/lib/private/Files/Storage/CommonTest.php 12068share/nextcloud/lib/private/Files/Storage/CommonTest.php
11035share/nextcloud/lib/private/Files/Storage/DAV.php 12069share/nextcloud/lib/private/Files/Storage/DAV.php
11036share/nextcloud/lib/private/Files/Storage/FailedStorage.php 12070share/nextcloud/lib/private/Files/Storage/FailedStorage.php
11037share/nextcloud/lib/private/Files/Storage/Flysystem.php 12071share/nextcloud/lib/private/Files/Storage/Flysystem.php
@@ -11680,28 +12714,56 @@ share/nextcloud/settings/l10n/de.js @@ -11680,28 +12714,56 @@ share/nextcloud/settings/l10n/de.js
11680share/nextcloud/settings/l10n/de.json 12714share/nextcloud/settings/l10n/de.json
11681share/nextcloud/settings/l10n/de_DE.js 12715share/nextcloud/settings/l10n/de_DE.js
11682share/nextcloud/settings/l10n/de_DE.json 12716share/nextcloud/settings/l10n/de_DE.json
11683share/nextcloud/settings/l10n/el.js 12717share/nextcloud/settings/l10n/el.js
11684share/nextcloud/settings/l10n/el.json 12718share/nextcloud/settings/l10n/el.json
11685share/nextcloud/settings/l10n/en_GB.js 12719share/nextcloud/settings/l10n/en_GB.js
11686share/nextcloud/settings/l10n/en_GB.json 12720share/nextcloud/settings/l10n/en_GB.json
11687share/nextcloud/settings/l10n/eo.js 12721share/nextcloud/settings/l10n/eo.js
11688share/nextcloud/settings/l10n/eo.json 12722share/nextcloud/settings/l10n/eo.json
11689share/nextcloud/settings/l10n/es.js 12723share/nextcloud/settings/l10n/es.js
11690share/nextcloud/settings/l10n/es.json 12724share/nextcloud/settings/l10n/es.json
11691share/nextcloud/settings/l10n/es_AR.js 12725share/nextcloud/settings/l10n/es_AR.js
11692share/nextcloud/settings/l10n/es_AR.json 12726share/nextcloud/settings/l10n/es_AR.json
 12727share/nextcloud/settings/l10n/es_CL.js
 12728share/nextcloud/settings/l10n/es_CL.json
 12729share/nextcloud/settings/l10n/es_CO.js
 12730share/nextcloud/settings/l10n/es_CO.json
 12731share/nextcloud/settings/l10n/es_CR.js
 12732share/nextcloud/settings/l10n/es_CR.json
 12733share/nextcloud/settings/l10n/es_DO.js
 12734share/nextcloud/settings/l10n/es_DO.json
 12735share/nextcloud/settings/l10n/es_EC.js
 12736share/nextcloud/settings/l10n/es_EC.json
 12737share/nextcloud/settings/l10n/es_GT.js
 12738share/nextcloud/settings/l10n/es_GT.json
 12739share/nextcloud/settings/l10n/es_HN.js
 12740share/nextcloud/settings/l10n/es_HN.json
11693share/nextcloud/settings/l10n/es_MX.js 12741share/nextcloud/settings/l10n/es_MX.js
11694share/nextcloud/settings/l10n/es_MX.json 12742share/nextcloud/settings/l10n/es_MX.json
 12743share/nextcloud/settings/l10n/es_NI.js
 12744share/nextcloud/settings/l10n/es_NI.json
 12745share/nextcloud/settings/l10n/es_PA.js
 12746share/nextcloud/settings/l10n/es_PA.json
 12747share/nextcloud/settings/l10n/es_PE.js
 12748share/nextcloud/settings/l10n/es_PE.json
 12749share/nextcloud/settings/l10n/es_PR.js
 12750share/nextcloud/settings/l10n/es_PR.json
 12751share/nextcloud/settings/l10n/es_PY.js
 12752share/nextcloud/settings/l10n/es_PY.json
 12753share/nextcloud/settings/l10n/es_SV.js
 12754share/nextcloud/settings/l10n/es_SV.json
 12755share/nextcloud/settings/l10n/es_UY.js
 12756share/nextcloud/settings/l10n/es_UY.json
11695share/nextcloud/settings/l10n/et_EE.js 12757share/nextcloud/settings/l10n/et_EE.js
11696share/nextcloud/settings/l10n/et_EE.json 12758share/nextcloud/settings/l10n/et_EE.json
11697share/nextcloud/settings/l10n/eu.js 12759share/nextcloud/settings/l10n/eu.js
11698share/nextcloud/settings/l10n/eu.json 12760share/nextcloud/settings/l10n/eu.json
11699share/nextcloud/settings/l10n/fa.js 12761share/nextcloud/settings/l10n/fa.js
11700share/nextcloud/settings/l10n/fa.json 12762share/nextcloud/settings/l10n/fa.json
11701share/nextcloud/settings/l10n/fi.js 12763share/nextcloud/settings/l10n/fi.js
11702share/nextcloud/settings/l10n/fi.json 12764share/nextcloud/settings/l10n/fi.json
11703share/nextcloud/settings/l10n/fr.js 12765share/nextcloud/settings/l10n/fr.js
11704share/nextcloud/settings/l10n/fr.json 12766share/nextcloud/settings/l10n/fr.json
11705share/nextcloud/settings/l10n/he.js 12767share/nextcloud/settings/l10n/he.js
11706share/nextcloud/settings/l10n/he.json 12768share/nextcloud/settings/l10n/he.json
11707share/nextcloud/settings/l10n/hr.js 12769share/nextcloud/settings/l10n/hr.js

cvs diff -r1.8 -r1.9 pkgsrc/www/php-nextcloud/distinfo (expand / switch to unified diff)

--- pkgsrc/www/php-nextcloud/distinfo 2017/10/08 03:54:40 1.8
+++ pkgsrc/www/php-nextcloud/distinfo 2018/01/03 10:16:54 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2017/10/08 03:54:40 ryoon Exp $ 1$NetBSD: distinfo,v 1.9 2018/01/03 10:16:54 ryoon Exp $
2 2
3SHA1 (nextcloud-12.0.3.tar.bz2) = eed1353d4b43b420b469254184c6e17ba79b0192 3SHA1 (nextcloud-12.0.4.tar.bz2) = e127950ec33b0548fcc3cf8b8893625b75a00c4e
4RMD160 (nextcloud-12.0.3.tar.bz2) = cb2b0fa41535eabe7cdcc2862942045d4a718b0b 4RMD160 (nextcloud-12.0.4.tar.bz2) = 8de33e3f904ad03972dfcb0f33d2d6d3753efc06
5SHA512 (nextcloud-12.0.3.tar.bz2) = 4aae61cb201f3c8b7ba7fa6c2789fb72930b1190ff40ef96494bc2763f268f321b2c2d1ec70c9add8cd45307818ddee39749a5d0a7d0667997980e4b5087c308 5SHA512 (nextcloud-12.0.4.tar.bz2) = 30426e6998ccc38026ab584fbec2e8e64419dc500a62066fefa8efd29eae94c7d11104e1ecfa6307ac754dbb82d4eaa499c2b38459af6353845ea741b304a4bf
6Size (nextcloud-12.0.3.tar.bz2) = 42935218 bytes 6Size (nextcloud-12.0.4.tar.bz2) = 43583313 bytes