Sat Oct 5 13:07:59 2019 UTC ()
Update to 17.0.0

Changelog:
A quick overview of what is new:

     Remote Wipe allows users and administrators to forcibly clean files from remote devices, for example in case they are stolen.
     Nextcloud Text, our new distraction-free, collaborative rich text editor
     Improvements to secure view like enforcable watermarks enable virtual data room use
     Setup two-factor authentication after first login, admins can create one-time login tokens in the web UI and delegate this to group admins
     secure mailbox in Outlook Add-in
     LDAP write support makes it possible to manage users from Nextcloud
    S3 versioning support, IBM Spectrum Scale integration and Global Scale with Collabora Online


(ryoon)
diff -r1.28 -r1.29 pkgsrc/www/php-nextcloud/Makefile
diff -r1.23 -r1.24 pkgsrc/www/php-nextcloud/PLIST
diff -r1.24 -r1.25 pkgsrc/www/php-nextcloud/distinfo

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

--- pkgsrc/www/php-nextcloud/Makefile 2019/08/24 02:50:54 1.28
+++ pkgsrc/www/php-nextcloud/Makefile 2019/10/05 13:07:59 1.29
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.28 2019/08/24 02:50:54 ryoon Exp $ 1# $NetBSD: Makefile,v 1.29 2019/10/05 13:07:59 ryoon Exp $
2# 2#
3 3
4DISTNAME= nextcloud-16.0.4 4DISTNAME= nextcloud-17.0.0
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.23 -r1.24 pkgsrc/www/php-nextcloud/PLIST (expand / switch to unified diff)

--- pkgsrc/www/php-nextcloud/PLIST 2019/08/24 02:50:54 1.23
+++ pkgsrc/www/php-nextcloud/PLIST 2019/10/05 13:07:59 1.24
@@ -1,90 +1,114 @@ @@ -1,90 +1,114 @@
1@comment $NetBSD: PLIST,v 1.23 2019/08/24 02:50:54 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.24 2019/10/05 13:07:59 ryoon Exp $
2share/nextcloud/.htaccess 2share/nextcloud/.htaccess
3share/nextcloud/.user.ini 3share/nextcloud/.user.ini
4share/nextcloud/3rdparty/LICENSE INFO 4share/nextcloud/3rdparty/LICENSE INFO
5share/nextcloud/3rdparty/README.md 5share/nextcloud/3rdparty/README.md
6share/nextcloud/3rdparty/autoload.php 6share/nextcloud/3rdparty/autoload.php
 7share/nextcloud/3rdparty/aws/aws-sdk-php/.github/ISSUE_TEMPLATE/feature_request.md
 8share/nextcloud/3rdparty/aws/aws-sdk-php/.github/ISSUE_TEMPLATE/general_issue.md
7share/nextcloud/3rdparty/aws/aws-sdk-php/LICENSE.md 9share/nextcloud/3rdparty/aws/aws-sdk-php/LICENSE.md
8share/nextcloud/3rdparty/aws/aws-sdk-php/NOTICE.md 10share/nextcloud/3rdparty/aws/aws-sdk-php/NOTICE.md
9share/nextcloud/3rdparty/aws/aws-sdk-php/composer.json 11share/nextcloud/3rdparty/aws/aws-sdk-php/composer.json
10share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php 12share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php
11share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php 13share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php
12share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/AcmClient.php 14share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/AcmClient.php
13share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/Exception/AcmException.php 15share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/Exception/AcmException.php
14share/nextcloud/3rdparty/aws/aws-sdk-php/src/AlexaForBusiness/AlexaForBusinessClient.php 16share/nextcloud/3rdparty/aws/aws-sdk-php/src/AlexaForBusiness/AlexaForBusinessClient.php
15share/nextcloud/3rdparty/aws/aws-sdk-php/src/AlexaForBusiness/Exception/AlexaForBusinessException.php 17share/nextcloud/3rdparty/aws/aws-sdk-php/src/AlexaForBusiness/Exception/AlexaForBusinessException.php
 18share/nextcloud/3rdparty/aws/aws-sdk-php/src/Amplify/AmplifyClient.php
 19share/nextcloud/3rdparty/aws/aws-sdk-php/src/Amplify/Exception/AmplifyException.php
16share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/AbstractModel.php 20share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/AbstractModel.php
17share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ApiProvider.php 21share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ApiProvider.php
18share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DateTimeResult.php 22share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DateTimeResult.php
19share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DocModel.php 23share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DocModel.php
20share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php 24share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php
21share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php 25share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php
22share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php 26share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php
23share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php 27share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php
24share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ListShape.php 28share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ListShape.php
25share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/MapShape.php 29share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/MapShape.php
26share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Operation.php 30share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Operation.php
27share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php 31share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php
28share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php 32share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php
29share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php 33share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php
 34share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/DecodingEventStreamIterator.php
 35share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/EventParsingIterator.php
30share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php 36share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php
31share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonParser.php 37share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonParser.php
32share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php 38share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php
33share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php 39share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php
34share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/QueryParser.php 40share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/QueryParser.php
35share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php 41share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php
36share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php 42share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php
37share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/XmlParser.php 43share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/XmlParser.php
38share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php 44share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php
39share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php 45share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php
40share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php 46share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php
41share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php 47share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php
42share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php 48share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php
43share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php 49share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php
44share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php 50share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php
45share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php 51share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php
46share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php 52share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php
47share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Service.php 53share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Service.php
48share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Shape.php 54share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Shape.php
49share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ShapeMap.php 55share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ShapeMap.php
50share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/StructureShape.php 56share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/StructureShape.php
51share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/TimestampShape.php 57share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/TimestampShape.php
52share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Validator.php 58share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Validator.php
53share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php 59share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php
54share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php 60share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php
 61share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php
 62share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php
 63share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php
 64share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php
 65share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php
 66share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php
55share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppSync/AppSyncClient.php 67share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppSync/AppSyncClient.php
56share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php 68share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php
57share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php 69share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php
58share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php 70share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php
59share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php 71share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php
60share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php 72share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php
61share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/AppstreamClient.php 73share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
62share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php 74share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php
63share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/AthenaClient.php 75share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/AthenaClient.php
64share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php 76share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php
65share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php 77share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php
66share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php 78share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php
67share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php 79share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php
68share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php 80share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php
69share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClient.php 81share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClient.php
70share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientInterface.php 82share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientInterface.php
71share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientTrait.php 83share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientTrait.php
 84share/nextcloud/3rdparty/aws/aws-sdk-php/src/Backup/BackupClient.php
 85share/nextcloud/3rdparty/aws/aws-sdk-php/src/Backup/Exception/BackupException.php
72share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/BatchClient.php 86share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/BatchClient.php
73share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/Exception/BatchException.php 87share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/Exception/BatchException.php
74share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/BudgetsClient.php 88share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/BudgetsClient.php
75share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php 89share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php
76share/nextcloud/3rdparty/aws/aws-sdk-php/src/CacheInterface.php 90share/nextcloud/3rdparty/aws/aws-sdk-php/src/CacheInterface.php
 91share/nextcloud/3rdparty/aws/aws-sdk-php/src/Chime/ChimeClient.php
 92share/nextcloud/3rdparty/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php
77share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientResolver.php 93share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientResolver.php
 94share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/AbstractMonitoringMiddleware.php
 95share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php
 96share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallMonitoringMiddleware.php
 97share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/Configuration.php
 98share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationInterface.php
 99share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php
 100share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php
 101share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/MonitoringMiddlewareInterface.php
78share/nextcloud/3rdparty/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php 102share/nextcloud/3rdparty/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php
79share/nextcloud/3rdparty/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php 103share/nextcloud/3rdparty/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php
80share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php 104share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php
81share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php 105share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php
82share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php 106share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php
83share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php 107share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php
84share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php 108share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php
85share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CookieSigner.php 109share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CookieSigner.php
86share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php 110share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php
87share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Signer.php 111share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Signer.php
88share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/UrlSigner.php 112share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/UrlSigner.php
89share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php 113share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php
90share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php 114share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php
@@ -117,26 +141,28 @@ share/nextcloud/3rdparty/aws/aws-sdk-php @@ -117,26 +141,28 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
117share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php 141share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php
118share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php 142share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php
119share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php 143share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php
120share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php 144share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php
121share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php 145share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php
122share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php 146share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php
123share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php 147share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php
124share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php 148share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php
125share/nextcloud/3rdparty/aws/aws-sdk-php/src/Command.php 149share/nextcloud/3rdparty/aws/aws-sdk-php/src/Command.php
126share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandInterface.php 150share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandInterface.php
127share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandPool.php 151share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandPool.php
128share/nextcloud/3rdparty/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php 152share/nextcloud/3rdparty/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php
129share/nextcloud/3rdparty/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php 153share/nextcloud/3rdparty/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php
 154share/nextcloud/3rdparty/aws/aws-sdk-php/src/ComprehendMedical/ComprehendMedicalClient.php
 155share/nextcloud/3rdparty/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php
130share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php 156share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php
131share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php 157share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php
132share/nextcloud/3rdparty/aws/aws-sdk-php/src/Connect/ConnectClient.php 158share/nextcloud/3rdparty/aws/aws-sdk-php/src/Connect/ConnectClient.php
133share/nextcloud/3rdparty/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php 159share/nextcloud/3rdparty/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php
134share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php 160share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php
135share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php 161share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php
136share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php 162share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php
137share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php 163share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php
138share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php 164share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php
139share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialProvider.php 165share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialProvider.php
140share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/Credentials.php 166share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/Credentials.php
141share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php 167share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php
142share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php 168share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php
@@ -148,43 +174,50 @@ share/nextcloud/3rdparty/aws/aws-sdk-php @@ -148,43 +174,50 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
148share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/AesGcmEncryptingStream.php 174share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/AesGcmEncryptingStream.php
149share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/AesStreamInterface.php 175share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/AesStreamInterface.php
150share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Cipher/Cbc.php 176share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Cipher/Cbc.php
151share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php 177share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php
152share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Cipher/CipherMethod.php 178share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Cipher/CipherMethod.php
153share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/DecryptionTrait.php 179share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/DecryptionTrait.php
154share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/EncryptionTrait.php 180share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/EncryptionTrait.php
155share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/KmsMaterialsProvider.php 181share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/KmsMaterialsProvider.php
156share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MaterialsProvider.php 182share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MaterialsProvider.php
157share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php 183share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php
158share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php 184share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php
159share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/DAXClient.php 185share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/DAXClient.php
160share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/Exception/DAXException.php 186share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/Exception/DAXException.php
 187share/nextcloud/3rdparty/aws/aws-sdk-php/src/DLM/DLMClient.php
 188share/nextcloud/3rdparty/aws/aws-sdk-php/src/DLM/Exception/DLMException.php
161share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php 189share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php
162share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php 190share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php
 191share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataSync/DataSyncClient.php
 192share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataSync/Exception/DataSyncException.php
163share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php 193share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php
164share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php 194share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php
165share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php 195share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php
166share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php 196share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php
167share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php 197share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php
168share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php 198share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php
169share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php 199share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php
170share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php 200share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php
 201share/nextcloud/3rdparty/aws/aws-sdk-php/src/DocDB/DocDBClient.php
 202share/nextcloud/3rdparty/aws/aws-sdk-php/src/DocDB/Exception/DocDBException.php
171share/nextcloud/3rdparty/aws/aws-sdk-php/src/DoctrineCacheAdapter.php 203share/nextcloud/3rdparty/aws/aws-sdk-php/src/DoctrineCacheAdapter.php
172share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php 204share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php
173share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php 205share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php
174share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php 206share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php
175share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php 207share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php
176share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Marshaler.php 208share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Marshaler.php
177share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/NumberValue.php 209share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/NumberValue.php
 210share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionConnectionConfigTrait.php
178share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php 211share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php
179share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php 212share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php
180share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SetValue.php 213share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SetValue.php
181share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php 214share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php
182share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php 215share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php
183share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php 216share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php
184share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php 217share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php
185share/nextcloud/3rdparty/aws/aws-sdk-php/src/EKS/EKSClient.php 218share/nextcloud/3rdparty/aws/aws-sdk-php/src/EKS/EKSClient.php
186share/nextcloud/3rdparty/aws/aws-sdk-php/src/EKS/Exception/EKSException.php 219share/nextcloud/3rdparty/aws/aws-sdk-php/src/EKS/Exception/EKSException.php
187share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Ec2Client.php 220share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Ec2Client.php
188share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php 221share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php
189share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/EcrClient.php 222share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/EcrClient.php
190share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php 223share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php
@@ -201,175 +234,215 @@ share/nextcloud/3rdparty/aws/aws-sdk-php @@ -201,175 +234,215 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
201share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php 234share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php
202share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php 235share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php
203share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php 236share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php
204share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php 237share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php
205share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php 238share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php
206share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php 239share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php
207share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/EmrClient.php 240share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/EmrClient.php
208share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/Exception/EmrException.php 241share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/Exception/EmrException.php
209share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php 242share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php
210share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/Partition.php 243share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/Partition.php
211share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php 244share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php
212share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php 245share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php
213share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php 246share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php
 247share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointDiscovery/Configuration.php
 248share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationInterface.php
 249share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationProvider.php
 250share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointDiscovery/EndpointDiscoveryMiddleware.php
 251share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointDiscovery/EndpointList.php
 252share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointDiscovery/Exception/ConfigurationException.php
 253share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointParameterMiddleware.php
214share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/AwsException.php 254share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/AwsException.php
215share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php 255share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php
216share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CredentialsException.php 256share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CredentialsException.php
 257share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/EventStreamDataException.php
217share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/MultipartUploadException.php 258share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/MultipartUploadException.php
218share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php 259share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php
219share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php 260share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php
220share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php 261share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php
221share/nextcloud/3rdparty/aws/aws-sdk-php/src/FMS/Exception/FMSException.php 262share/nextcloud/3rdparty/aws/aws-sdk-php/src/FMS/Exception/FMSException.php
222share/nextcloud/3rdparty/aws/aws-sdk-php/src/FMS/FMSClient.php 263share/nextcloud/3rdparty/aws/aws-sdk-php/src/FMS/FMSClient.php
 264share/nextcloud/3rdparty/aws/aws-sdk-php/src/FSx/Exception/FSxException.php
 265share/nextcloud/3rdparty/aws/aws-sdk-php/src/FSx/FSxClient.php
223share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php 266share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php
224share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/FirehoseClient.php 267share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/FirehoseClient.php
225share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php 268share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php
226share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/GameLiftClient.php 269share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/GameLiftClient.php
227share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php 270share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php
228share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/GlacierClient.php 271share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/GlacierClient.php
229share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/MultipartUploader.php 272share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/MultipartUploader.php
230share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/TreeHash.php 273share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/TreeHash.php
 274share/nextcloud/3rdparty/aws/aws-sdk-php/src/GlobalAccelerator/Exception/GlobalAcceleratorException.php
 275share/nextcloud/3rdparty/aws/aws-sdk-php/src/GlobalAccelerator/GlobalAcceleratorClient.php
231share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/Exception/GlueException.php 276share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/Exception/GlueException.php
232share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/GlueClient.php 277share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/GlueClient.php
233share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php 278share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php
234share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php 279share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php
235share/nextcloud/3rdparty/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php 280share/nextcloud/3rdparty/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php
236share/nextcloud/3rdparty/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php 281share/nextcloud/3rdparty/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php
237share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php 282share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php
238share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php 283share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php
239share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php 284share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php
240share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php 285share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php
241share/nextcloud/3rdparty/aws/aws-sdk-php/src/HandlerList.php 286share/nextcloud/3rdparty/aws/aws-sdk-php/src/HandlerList.php
242share/nextcloud/3rdparty/aws/aws-sdk-php/src/HasDataTrait.php 287share/nextcloud/3rdparty/aws/aws-sdk-php/src/HasDataTrait.php
 288share/nextcloud/3rdparty/aws/aws-sdk-php/src/HasMonitoringEventsTrait.php
243share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashInterface.php 289share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashInterface.php
244share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashingStream.php 290share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashingStream.php
245share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/Exception/HealthException.php 291share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/Exception/HealthException.php
246share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/HealthClient.php 292share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/HealthClient.php
247share/nextcloud/3rdparty/aws/aws-sdk-php/src/History.php 293share/nextcloud/3rdparty/aws/aws-sdk-php/src/History.php
248share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/Exception/IamException.php 294share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/Exception/IamException.php
249share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/IamClient.php 295share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/IamClient.php
250share/nextcloud/3rdparty/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php 296share/nextcloud/3rdparty/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php
251share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php 297share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php
252share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php 298share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php
253share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php 299share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php
254share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/InspectorClient.php 300share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/InspectorClient.php
255share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php 301share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php
256share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php 302share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php
257share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php 303share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php
258share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickProjects/IoT1ClickProjectsClient.php 304share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickProjects/IoT1ClickProjectsClient.php
259share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php 305share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php
260share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php 306share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php
261share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php 307share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php
262share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php 308share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php
263share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/Exception/IotException.php 309share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/Exception/IotException.php
264share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/IotClient.php 310share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/IotClient.php
265share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php 311share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php
266share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php 312share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php
267share/nextcloud/3rdparty/aws/aws-sdk-php/src/JsonCompiler.php 313share/nextcloud/3rdparty/aws/aws-sdk-php/src/JsonCompiler.php
 314share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kafka/Exception/KafkaException.php
 315share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kafka/KafkaClient.php
268share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php 316share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php
269share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/KinesisClient.php 317share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/KinesisClient.php
270share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php 318share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php
271share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php 319share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php
 320share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php
 321share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php
272share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php 322share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php
273share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php 323share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php
274share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php 324share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php
275share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php 325share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php
276share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php 326share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php
277share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php 327share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php
278share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/Exception/KmsException.php 328share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/Exception/KmsException.php
279share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/KmsClient.php 329share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/KmsClient.php
280share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php 330share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php
281share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/LambdaClient.php 331share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/LambdaClient.php
282share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php 332share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php
283share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php 333share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php
284share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php 334share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php
285share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php 335share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php
 336share/nextcloud/3rdparty/aws/aws-sdk-php/src/LicenseManager/Exception/LicenseManagerException.php
 337share/nextcloud/3rdparty/aws/aws-sdk-php/src/LicenseManager/LicenseManagerClient.php
286share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php 338share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php
287share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/LightsailClient.php 339share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/LightsailClient.php
288share/nextcloud/3rdparty/aws/aws-sdk-php/src/LruArrayCache.php 340share/nextcloud/3rdparty/aws/aws-sdk-php/src/LruArrayCache.php
289share/nextcloud/3rdparty/aws/aws-sdk-php/src/MQ/Exception/MQException.php 341share/nextcloud/3rdparty/aws/aws-sdk-php/src/MQ/Exception/MQException.php
290share/nextcloud/3rdparty/aws/aws-sdk-php/src/MQ/MQClient.php 342share/nextcloud/3rdparty/aws/aws-sdk-php/src/MQ/MQClient.php
291share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php 343share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php
292share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/MTurkClient.php 344share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/MTurkClient.php
293share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php 345share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php
294share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php 346share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php
295share/nextcloud/3rdparty/aws/aws-sdk-php/src/Macie/Exception/MacieException.php 347share/nextcloud/3rdparty/aws/aws-sdk-php/src/Macie/Exception/MacieException.php
296share/nextcloud/3rdparty/aws/aws-sdk-php/src/Macie/MacieClient.php 348share/nextcloud/3rdparty/aws/aws-sdk-php/src/Macie/MacieClient.php
 349share/nextcloud/3rdparty/aws/aws-sdk-php/src/ManagedBlockchain/Exception/ManagedBlockchainException.php
 350share/nextcloud/3rdparty/aws/aws-sdk-php/src/ManagedBlockchain/ManagedBlockchainClient.php
297share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php 351share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php
298share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php 352share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php
299share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php 353share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php
300share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php 354share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php
301share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php 355share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php
302share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php 356share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php
 357share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConnect/Exception/MediaConnectException.php
 358share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConnect/MediaConnectClient.php
303share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php 359share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php
304share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php 360share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php
305share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php 361share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php
306share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php 362share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php
307share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php 363share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php
308share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php 364share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php
309share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php 365share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php
310share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php 366share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php
311share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStoreData/Exception/MediaStoreDataException.php 367share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStoreData/Exception/MediaStoreDataException.php
312share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStoreData/MediaStoreDataClient.php 368share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStoreData/MediaStoreDataClient.php
313share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaTailor/Exception/MediaTailorException.php 369share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaTailor/Exception/MediaTailorException.php
314share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaTailor/MediaTailorClient.php 370share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaTailor/MediaTailorClient.php
315share/nextcloud/3rdparty/aws/aws-sdk-php/src/Middleware.php 371share/nextcloud/3rdparty/aws/aws-sdk-php/src/Middleware.php
316share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php 372share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php
317share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php 373share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php
318share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php 374share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
319share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/MobileClient.php 375share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/MobileClient.php
320share/nextcloud/3rdparty/aws/aws-sdk-php/src/MockHandler.php 376share/nextcloud/3rdparty/aws/aws-sdk-php/src/MockHandler.php
 377share/nextcloud/3rdparty/aws/aws-sdk-php/src/MonitoringEventsInterface.php
321share/nextcloud/3rdparty/aws/aws-sdk-php/src/MultiRegionClient.php 378share/nextcloud/3rdparty/aws/aws-sdk-php/src/MultiRegionClient.php
322share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php 379share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php
323share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploader.php 380share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploader.php
324share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/UploadState.php 381share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/UploadState.php
325share/nextcloud/3rdparty/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php 382share/nextcloud/3rdparty/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php
326share/nextcloud/3rdparty/aws/aws-sdk-php/src/Neptune/NeptuneClient.php 383share/nextcloud/3rdparty/aws/aws-sdk-php/src/Neptune/NeptuneClient.php
327share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php 384share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php
328share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php 385share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php
329share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php 386share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php
330share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php 387share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php
331share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php 388share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php
332share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php 389share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php
333share/nextcloud/3rdparty/aws/aws-sdk-php/src/PI/Exception/PIException.php 390share/nextcloud/3rdparty/aws/aws-sdk-php/src/PI/Exception/PIException.php
334share/nextcloud/3rdparty/aws/aws-sdk-php/src/PI/PIClient.php 391share/nextcloud/3rdparty/aws/aws-sdk-php/src/PI/PIClient.php
335share/nextcloud/3rdparty/aws/aws-sdk-php/src/PhpHash.php 392share/nextcloud/3rdparty/aws/aws-sdk-php/src/PhpHash.php
336share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php 393share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php
337share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php 394share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php
 395share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointEmail/Exception/PinpointEmailException.php
 396share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointEmail/PinpointEmailClient.php
 397share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php
 398share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointSMSVoice/PinpointSMSVoiceClient.php
338share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/Exception/PollyException.php 399share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/Exception/PollyException.php
339share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/PollyClient.php 400share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/PollyClient.php
340share/nextcloud/3rdparty/aws/aws-sdk-php/src/PresignUrlMiddleware.php 401share/nextcloud/3rdparty/aws/aws-sdk-php/src/PresignUrlMiddleware.php
341share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php 402share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php
342share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pricing/PricingClient.php 403share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pricing/PricingClient.php
 404share/nextcloud/3rdparty/aws/aws-sdk-php/src/Psr16CacheAdapter.php
343share/nextcloud/3rdparty/aws/aws-sdk-php/src/PsrCacheAdapter.php 405share/nextcloud/3rdparty/aws/aws-sdk-php/src/PsrCacheAdapter.php
 406share/nextcloud/3rdparty/aws/aws-sdk-php/src/QuickSight/Exception/QuickSightException.php
 407share/nextcloud/3rdparty/aws/aws-sdk-php/src/QuickSight/QuickSightClient.php
 408share/nextcloud/3rdparty/aws/aws-sdk-php/src/RAM/Exception/RAMException.php
 409share/nextcloud/3rdparty/aws/aws-sdk-php/src/RAM/RAMClient.php
 410share/nextcloud/3rdparty/aws/aws-sdk-php/src/RDSDataService/Exception/RDSDataServiceException.php
 411share/nextcloud/3rdparty/aws/aws-sdk-php/src/RDSDataService/RDSDataServiceClient.php
344share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php 412share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php
345share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/Exception/RdsException.php 413share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/Exception/RdsException.php
346share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/RdsClient.php 414share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/RdsClient.php
347share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php 415share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php
348share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/RedshiftClient.php 416share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/RedshiftClient.php
349share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php 417share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php
350share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php 418share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php
351share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroups/Exception/ResourceGroupsException.php 419share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroups/Exception/ResourceGroupsException.php
352share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroups/ResourceGroupsClient.php 420share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroups/ResourceGroupsClient.php
353share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php 421share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php
354share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php 422share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php
 423share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResponseContainerInterface.php
355share/nextcloud/3rdparty/aws/aws-sdk-php/src/Result.php 424share/nextcloud/3rdparty/aws/aws-sdk-php/src/Result.php
356share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultInterface.php 425share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultInterface.php
357share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultPaginator.php 426share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultPaginator.php
358share/nextcloud/3rdparty/aws/aws-sdk-php/src/RetryMiddleware.php 427share/nextcloud/3rdparty/aws/aws-sdk-php/src/RetryMiddleware.php
 428share/nextcloud/3rdparty/aws/aws-sdk-php/src/RoboMaker/Exception/RoboMakerException.php
 429share/nextcloud/3rdparty/aws/aws-sdk-php/src/RoboMaker/RoboMakerClient.php
359share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php 430share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php
360share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Route53Client.php 431share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Route53Client.php
361share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php 432share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php
362share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php 433share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php
 434share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Resolver/Exception/Route53ResolverException.php
 435share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Resolver/Route53ResolverClient.php
363share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php 436share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php
364share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php 437share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php
365share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BatchDelete.php 438share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BatchDelete.php
366share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php 439share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php
367share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTrait.php 440share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTrait.php
368share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/HeadersMetadataStrategy.php 441share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/HeadersMetadataStrategy.php
369share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/InstructionFileMetadataStrategy.php 442share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/InstructionFileMetadataStrategy.php
370share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClient.php 443share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClient.php
371share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploader.php 444share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploader.php
372share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php 445share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php
373share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php 446share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php
374share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3Exception.php 447share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3Exception.php
375share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php 448share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php
@@ -383,33 +456,38 @@ share/nextcloud/3rdparty/aws/aws-sdk-php @@ -383,33 +456,38 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
383share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObject.php 456share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObject.php
384share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObjectV4.php 457share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObjectV4.php
385share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php 458share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php
386share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php 459share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php
387share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3Client.php 460share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3Client.php
388share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3ClientInterface.php 461share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3ClientInterface.php
389share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3ClientTrait.php 462share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3ClientTrait.php
390share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php 463share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php
391share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php 464share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php
392share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3UriParser.php 465share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3UriParser.php
393share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/SSECMiddleware.php 466share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/SSECMiddleware.php
394share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/StreamWrapper.php 467share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/StreamWrapper.php
395share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Transfer.php 468share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Transfer.php
 469share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Control/Exception/S3ControlException.php
 470share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Control/S3ControlClient.php
 471share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Control/S3ControlEndpointMiddleware.php
396share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMaker/Exception/SageMakerException.php 472share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMaker/Exception/SageMakerException.php
397share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php 473share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php
398share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerRuntime/Exception/SageMakerRuntimeException.php 474share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerRuntime/Exception/SageMakerRuntimeException.php
399share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php 475share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php
400share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sdk.php 476share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sdk.php
401share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecretsManager/Exception/SecretsManagerException.php 477share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecretsManager/Exception/SecretsManagerException.php
402share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecretsManager/SecretsManagerClient.php 478share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecretsManager/SecretsManagerClient.php
 479share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecurityHub/Exception/SecurityHubException.php
 480share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php
403share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php 481share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php
404share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php 482share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php
405share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php 483share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php
406share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php 484share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php
407share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceDiscovery/Exception/ServiceDiscoveryException.php 485share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceDiscovery/Exception/ServiceDiscoveryException.php
408share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php 486share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php
409share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/Exception/SesException.php 487share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/Exception/SesException.php
410share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/SesClient.php 488share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/SesClient.php
411share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php 489share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php
412share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/SfnClient.php 490share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/SfnClient.php
413share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php 491share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php
414share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/ShieldClient.php 492share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/ShieldClient.php
415share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/AnonymousSignature.php 493share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/AnonymousSignature.php
@@ -426,79 +504,102 @@ share/nextcloud/3rdparty/aws/aws-sdk-php @@ -426,79 +504,102 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
426share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sns/SnsClient.php 504share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sns/SnsClient.php
427share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php 505share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php
428share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php 506share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php
429share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php 507share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php
430share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/SsmClient.php 508share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/SsmClient.php
431share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php 509share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php
432share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php 510share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php
433share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/Exception/StsException.php 511share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/Exception/StsException.php
434share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/StsClient.php 512share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/StsClient.php
435share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/Exception/SupportException.php 513share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/Exception/SupportException.php
436share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/SupportClient.php 514share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/SupportClient.php
437share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/Exception/SwfException.php 515share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/Exception/SwfException.php
438share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/SwfClient.php 516share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/SwfClient.php
 517share/nextcloud/3rdparty/aws/aws-sdk-php/src/Textract/Exception/TextractException.php
 518share/nextcloud/3rdparty/aws/aws-sdk-php/src/Textract/TextractClient.php
439share/nextcloud/3rdparty/aws/aws-sdk-php/src/TraceMiddleware.php 519share/nextcloud/3rdparty/aws/aws-sdk-php/src/TraceMiddleware.php
440share/nextcloud/3rdparty/aws/aws-sdk-php/src/TranscribeService/Exception/TranscribeServiceException.php 520share/nextcloud/3rdparty/aws/aws-sdk-php/src/TranscribeService/Exception/TranscribeServiceException.php
441share/nextcloud/3rdparty/aws/aws-sdk-php/src/TranscribeService/TranscribeServiceClient.php 521share/nextcloud/3rdparty/aws/aws-sdk-php/src/TranscribeService/TranscribeServiceClient.php
 522share/nextcloud/3rdparty/aws/aws-sdk-php/src/Transfer/Exception/TransferException.php
 523share/nextcloud/3rdparty/aws/aws-sdk-php/src/Transfer/TransferClient.php
442share/nextcloud/3rdparty/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php 524share/nextcloud/3rdparty/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php
443share/nextcloud/3rdparty/aws/aws-sdk-php/src/Translate/TranslateClient.php 525share/nextcloud/3rdparty/aws/aws-sdk-php/src/Translate/TranslateClient.php
444share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/Exception/WafException.php 526share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/Exception/WafException.php
445share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/WafClient.php 527share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/WafClient.php
446share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php 528share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php
447share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php 529share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php
448share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waiter.php 530share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waiter.php
449share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php 531share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php
450share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php 532share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php
 533share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php
 534share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php
451share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkMail/Exception/WorkMailException.php 535share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkMail/Exception/WorkMailException.php
452share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkMail/WorkMailClient.php 536share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkMail/WorkMailClient.php
453share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php 537share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php
454share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php 538share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php
455share/nextcloud/3rdparty/aws/aws-sdk-php/src/WrappedHttpHandler.php 539share/nextcloud/3rdparty/aws/aws-sdk-php/src/WrappedHttpHandler.php
456share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/Exception/XRayException.php 540share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/Exception/XRayException.php
457share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/XRayClient.php 541share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/XRayClient.php
458share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/api-2.json.php 542share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/api-2.json.php
459share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/paginators-1.json.php 543share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/paginators-1.json.php
 544share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/waiters-2.json.php
460share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php 545share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php
461share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php 546share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php
462share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/smoke.json.php 547share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/smoke.json.php
463share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/waiters-2.json.php 548share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/waiters-2.json.php
464share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/api-2.json.php 549share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/api-2.json.php
465share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/paginators-1.json.php 550share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/paginators-1.json.php
 551share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplify/2017-07-25/api-2.json.php
 552share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplify/2017-07-25/paginators-1.json.php
466share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php 553share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php
467share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/paginators-1.json.php 554share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/paginators-1.json.php
468share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/smoke.json.php 555share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/smoke.json.php
 556share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/api-2.json.php
 557share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/paginators-1.json.php
 558share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/api-2.json.php
 559share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/paginators-1.json.php
469share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php 560share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php
470share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php 561share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php
471share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/smoke.json.php 562share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/smoke.json.php
 563share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2018-10-01/api-2.json.php
 564share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2018-10-01/paginators-1.json.php
 565share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2019-01-25/api-2.json.php
 566share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2019-01-25/paginators-1.json.php
472share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php 567share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php
473share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php 568share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php
474share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/smoke.json.php 569share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/smoke.json.php
475share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php 570share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php
476share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appsync/2017-07-25/api-2.json.php 571share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appsync/2017-07-25/api-2.json.php
477share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appsync/2017-07-25/paginators-1.json.php 572share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appsync/2017-07-25/paginators-1.json.php
478share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php 573share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php
479share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php 574share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php
 575share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/smoke.json.php
480share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/api-2.json.php 576share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/api-2.json.php
481share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/paginators-1.json.php 577share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/paginators-1.json.php
482share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php 578share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php
483share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php 579share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php
 580share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/smoke.json.php
484share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php 581share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php
 582share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backup/2018-11-15/api-2.json.php
 583share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backup/2018-11-15/paginators-1.json.php
485share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php 584share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php
486share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php 585share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php
487share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/smoke.json.php 586share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/smoke.json.php
488share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php 587share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php
489share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php 588share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php
490share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ce/2017-10-25/api-2.json.php 589share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ce/2017-10-25/api-2.json.php
491share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ce/2017-10-25/paginators-1.json.php 590share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ce/2017-10-25/paginators-1.json.php
 591share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime/2018-05-01/api-2.json.php
 592share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime/2018-05-01/paginators-1.json.php
492share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloud9/2017-09-23/api-2.json.php 593share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloud9/2017-09-23/api-2.json.php
493share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloud9/2017-09-23/paginators-1.json.php 594share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloud9/2017-09-23/paginators-1.json.php
494share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php 595share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php
495share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/paginators-1.json.php 596share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/paginators-1.json.php
496share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/api-2.json.php 597share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/api-2.json.php
497share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/paginators-1.json.php 598share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/paginators-1.json.php
498share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/api-2.json.php 599share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/api-2.json.php
499share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/paginators-1.json.php 600share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/paginators-1.json.php
500share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php 601share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php
501share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php 602share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php
502share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php 603share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php
503share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php 604share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php
504share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php 605share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php
@@ -521,360 +622,472 @@ share/nextcloud/3rdparty/aws/aws-sdk-php @@ -521,360 +622,472 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
521share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php 622share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php
522share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php 623share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php
523share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php 624share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php
524share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php 625share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php
525share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php 626share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php
526share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php 627share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php
527share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php 628share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php
528share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php 629share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php
529share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/api-2.json.php 630share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/api-2.json.php
530share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/paginators-1.json.php 631share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/paginators-1.json.php
531share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/smoke.json.php 632share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/smoke.json.php
532share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-1.json.php 633share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-1.json.php
533share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-2.json.php 634share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-2.json.php
 635share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/api-2.json.php
 636share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/paginators-1.json.php
 637share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/smoke.json.php
 638share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/waiters-1.json.php
 639share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/waiters-2.json.php
 640share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/api-2.json.php
 641share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/paginators-1.json.php
 642share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/smoke.json.php
 643share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/waiters-1.json.php
 644share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/waiters-2.json.php
534share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php 645share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php
535share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php 646share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php
536share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php 647share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php
537share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php 648share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php
538share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/smoke.json.php 649share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/smoke.json.php
539share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php 650share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php
540share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php 651share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php
541share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php 652share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php
542share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php 653share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php
543share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php 654share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php
 655share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/smoke.json.php
544share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php 656share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php
545share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php 657share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php
 658share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/smoke.json.php
546share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php 659share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php
547share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php 660share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php
548share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/smoke.json.php 661share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/smoke.json.php
549share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php 662share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php
550share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php 663share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php
551share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/smoke.json.php 664share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/smoke.json.php
552share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php 665share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php
553share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php 666share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php
554share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php 667share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php
555share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php 668share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php
 669share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/smoke.json.php
556share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php 670share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php
557share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php 671share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php
 672share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/smoke.json.php
558share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php 673share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php
559share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php 674share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php
560share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php 675share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php
561share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php 676share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php
 677share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/smoke.json.php
562share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/api-2.json.php 678share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/api-2.json.php
563share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehend/2017-11-27/api-2.json.php 679share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehend/2017-11-27/api-2.json.php
564share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehend/2017-11-27/paginators-1.json.php 680share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehend/2017-11-27/paginators-1.json.php
 681share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/api-2.json.php
 682share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/paginators-1.json.php
565share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php 683share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php
566share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php 684share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php
567share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/smoke.json.php 685share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/smoke.json.php
568share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect/2017-08-08/api-2.json.php 686share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect/2017-08-08/api-2.json.php
569share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect/2017-08-08/paginators-1.json.php 687share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect/2017-08-08/paginators-1.json.php
570share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php 688share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php
571share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php 689share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php
 690share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/smoke.json.php
572share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php 691share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php
573share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php 692share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php
574share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php 693share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php
 694share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datasync/2018-11-09/api-2.json.php
 695share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datasync/2018-11-09/paginators-1.json.php
575share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php 696share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php
576share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php 697share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php
577share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/api-2.json.php 698share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/api-2.json.php
578share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/paginators-1.json.php 699share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/paginators-1.json.php
579share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/smoke.json.php 700share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/smoke.json.php
580share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/api-2.json.php 701share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/api-2.json.php
581share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php 702share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php
 703share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/smoke.json.php
582share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php 704share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php
583share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php 705share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php
 706share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php
 707share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dlm/2018-01-12/api-2.json.php
 708share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dlm/2018-01-12/paginators-1.json.php
584share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php 709share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php
585share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php 710share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php
586share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/smoke.json.php 711share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/smoke.json.php
 712share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/waiters-2.json.php
 713share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/api-2.json.php
 714share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/paginators-1.json.php
 715share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/smoke.json.php
 716share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/waiters-2.json.php
587share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php 717share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php
588share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php 718share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php
589share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/smoke.json.php 719share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/smoke.json.php
590share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php 720share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php
591share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php 721share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php
 722share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/smoke.json.php
592share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php 723share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php
593share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php 724share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php
594share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php 725share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php
595share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php 726share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php
 727share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/smoke.json.php
596share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php 728share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php
597share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php 729share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php
598share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/api-2.json.php 730share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/api-2.json.php
599share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php 731share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php
600share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php 732share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php
601share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php 733share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php
602share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php 734share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php
603share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php 735share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php
604share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php 736share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php
605share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php 737share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php
606share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php 738share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php
607share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php 739share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php
608share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php 740share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php
609share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php 741share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php
610share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php 742share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php
611share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/smoke.json.php 743share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/smoke.json.php
612share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php 744share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php
613share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php 745share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php
614share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/api-2.json.php 746share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/api-2.json.php
615share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/paginators-1.json.php 747share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/paginators-1.json.php
 748share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/smoke.json.php
616share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php 749share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php
617share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php 750share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php
 751share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/smoke.json.php
618share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php 752share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php
619share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks/2017-11-01/api-2.json.php 753share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks/2017-11-01/api-2.json.php
620share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks/2017-11-01/paginators-1.json.php 754share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks/2017-11-01/paginators-1.json.php
 755share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks/2017-11-01/waiters-2.json.php
621share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php 756share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php
622share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php 757share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php
 758share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/smoke.json.php
623share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/waiters-2.json.php 759share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/waiters-2.json.php
624share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/api-2.json.php 760share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/api-2.json.php
625share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/paginators-1.json.php 761share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/paginators-1.json.php
626share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/smoke.json.php 762share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/smoke.json.php
627share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php 763share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php
628share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php 764share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php
 765share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/smoke.json.php
629share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/api-2.json.php 766share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/api-2.json.php
630share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php 767share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php
 768share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/smoke.json.php
631share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php 769share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php
632share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php 770share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php
633share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php 771share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php
634share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/smoke.json.php 772share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/smoke.json.php
635share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php 773share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php
636share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php 774share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php
637share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php 775share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php
 776share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/smoke.json.php
638share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php 777share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php
639share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php 778share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php
640share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php 779share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php
 780share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/smoke.json.php
641share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php 781share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php
642share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php 782share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php
643share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php 783share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php
644share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php 784share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php
645share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/smoke.json.php 785share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/smoke.json.php
646share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php 786share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php
647share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php 787share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php
648share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/endpoints.json.php 788share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/endpoints.json.php
 789share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/endpoints_prefix_history.json.php
649share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/api-2.json.php 790share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/api-2.json.php
650share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php 791share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php
651share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/api-2.json.php 792share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/api-2.json.php
652share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/paginators-1.json.php 793share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/paginators-1.json.php
653share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/smoke.json.php 794share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/smoke.json.php
654share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/api-2.json.php 795share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/api-2.json.php
655share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php 796share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php
656share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/smoke.json.php 797share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/smoke.json.php
657share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php 798share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php
658share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php 799share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php
659share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/smoke.json.php 800share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/smoke.json.php
660share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fms/2018-01-01/api-2.json.php 801share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fms/2018-01-01/api-2.json.php
661share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fms/2018-01-01/paginators-1.json.php 802share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fms/2018-01-01/paginators-1.json.php
 803share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fsx/2018-03-01/api-2.json.php
 804share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fsx/2018-03-01/paginators-1.json.php
662share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php 805share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php
663share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php 806share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php
 807share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/smoke.json.php
664share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php 808share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php
665share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php 809share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php
 810share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/smoke.json.php
666share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php 811share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php
667share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php 812share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php
 813share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/api-2.json.php
 814share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/paginators-1.json.php
668share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php 815share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php
669share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php 816share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php
 817share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/smoke.json.php
670share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php 818share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php
671share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/guardduty/2017-11-28/api-2.json.php 819share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/guardduty/2017-11-28/api-2.json.php
672share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/guardduty/2017-11-28/paginators-1.json.php 820share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/guardduty/2017-11-28/paginators-1.json.php
673share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php 821share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php
674share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php 822share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php
675share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php 823share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php
676share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php 824share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php
677share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/smoke.json.php 825share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/smoke.json.php
678share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php 826share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php
679share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php 827share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php
680share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php 828share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php
681share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php 829share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php
682share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php 830share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php
 831share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/smoke.json.php
683share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/api-2.json.php 832share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/api-2.json.php
684share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/paginators-1.json.php 833share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/paginators-1.json.php
685share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php 834share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php
686share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php 835share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php
 836share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/smoke.json.php
687share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-devices/2018-05-14/api-2.json.php 837share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-devices/2018-05-14/api-2.json.php
688share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/api-2.json.php 838share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/api-2.json.php
689share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/paginators-1.json.php 839share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/paginators-1.json.php
690share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/api-2.json.php 840share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/api-2.json.php
691share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/paginators-1.json.php 841share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/paginators-1.json.php
 842share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kafka/2018-11-14/api-2.json.php
 843share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kafka/2018-11-14/paginators-1.json.php
692share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/api-2.json.php 844share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/api-2.json.php
693share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php 845share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php
694share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/api-2.json.php 846share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/api-2.json.php
695share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/paginators-1.json.php 847share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/paginators-1.json.php
696share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php 848share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php
697share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php 849share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php
698share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/smoke.json.php 850share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/smoke.json.php
699share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php 851share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php
700share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php 852share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php
701share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php 853share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php
 854share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/api-2.json.php
 855share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php
702share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/api-2.json.php 856share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/api-2.json.php
703share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/paginators-1.json.php 857share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/paginators-1.json.php
704share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php 858share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php
705share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php 859share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php
706share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/smoke.json.php 860share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/smoke.json.php
707share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php 861share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php
708share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php 862share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php
709share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/smoke.json.php 863share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/smoke.json.php
 864share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/waiters-2.json.php
710share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php 865share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php
711share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php 866share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php
 867share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager/2018-08-01/api-2.json.php
 868share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager/2018-08-01/paginators-1.json.php
712share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php 869share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php
713share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php 870share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php
 871share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/smoke.json.php
714share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php 872share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php
715share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php 873share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php
 874share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/smoke.json.php
716share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php 875share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php
717share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php 876share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php
718share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php 877share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php
719share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/macie/2017-12-19/api-2.json.php 878share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/macie/2017-12-19/api-2.json.php
720share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/macie/2017-12-19/paginators-1.json.php 879share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/macie/2017-12-19/paginators-1.json.php
 880share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/api-2.json.php
 881share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/paginators-1.json.php
721share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/manifest.json.php 882share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/manifest.json.php
722share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php 883share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php
723share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php 884share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php
 885share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/api-2.json.php
 886share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/paginators-1.json.php
724share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/api-2.json.php 887share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/api-2.json.php
 888share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/paginators-1.json.php
725share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medialive/2017-10-14/api-2.json.php 889share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medialive/2017-10-14/api-2.json.php
726share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medialive/2017-10-14/paginators-1.json.php 890share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medialive/2017-10-14/paginators-1.json.php
727share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/api-2.json.php 891share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/api-2.json.php
728share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/paginators-1.json.php 892share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/paginators-1.json.php
729share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/api-2.json.php 893share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/api-2.json.php
730share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/paginators-1.json.php 894share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/paginators-1.json.php
731share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore/2017-09-01/api-2.json.php 895share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore/2017-09-01/api-2.json.php
732share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore/2017-09-01/paginators-1.json.php 896share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore/2017-09-01/paginators-1.json.php
733share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/api-2.json.php 897share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/api-2.json.php
734share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/paginators-1.json.php 898share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/paginators-1.json.php
735share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php 899share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php
 900share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/paginators-1.json.php
736share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php 901share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php
737share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php 902share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php
738share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php 903share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
739share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php 904share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
740share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php 905share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php
741share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php 906share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php
 907share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/smoke.json.php
742share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php 908share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php
743share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mq/2017-11-27/api-2.json.php 909share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mq/2017-11-27/api-2.json.php
 910share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mq/2017-11-27/paginators-1.json.php
744share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php 911share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php
745share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php 912share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php
746share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/smoke.json.php 913share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/smoke.json.php
747share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/api-2.json.php 914share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/api-2.json.php
748share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/paginators-1.json.php 915share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/paginators-1.json.php
 916share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/smoke.json.php
749share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/waiters-2.json.php 917share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/waiters-2.json.php
750share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php 918share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php
751share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php 919share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php
752share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/smoke.json.php 920share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/smoke.json.php
753share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php 921share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php
754share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php 922share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php
755share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php 923share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php
756share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/waiters-2.json.php 924share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/waiters-2.json.php
757share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php 925share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php
758share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php 926share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php
759share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pi/2018-02-27/api-2.json.php 927share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pi/2018-02-27/api-2.json.php
760share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pi/2018-02-27/paginators-1.json.php 928share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pi/2018-02-27/paginators-1.json.php
 929share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/api-2.json.php
 930share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/paginators-1.json.php
761share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php 931share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php
762share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php 932share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php
763share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php 933share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php
764share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/smoke.json.php 934share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/smoke.json.php
765share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pricing/2017-10-15/api-2.json.php 935share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pricing/2017-10-15/api-2.json.php
766share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pricing/2017-10-15/paginators-1.json.php 936share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pricing/2017-10-15/paginators-1.json.php
 937share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/quicksight/2018-04-01/api-2.json.php
 938share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/quicksight/2018-04-01/paginators-1.json.php
 939share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ram/2018-01-04/api-2.json.php
 940share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ram/2018-01-04/paginators-1.json.php
 941share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds-data/2018-08-01/api-2.json.php
 942share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds-data/2018-08-01/paginators-1.json.php
767share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php 943share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php
768share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php 944share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php
769share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/smoke.json.php 945share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/smoke.json.php
770share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php 946share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php
771share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php 947share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php
772share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/smoke.json.php 948share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/smoke.json.php
773share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php 949share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php
774share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php 950share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php
775share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php 951share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php
776share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php 952share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php
777share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/smoke.json.php 953share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/smoke.json.php
778share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php 954share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php
779share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php 955share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php
780share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php 956share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php
781share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php 957share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php
 958share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/smoke.json.php
782share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/api-2.json.php 959share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/api-2.json.php
783share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/paginators-1.json.php 960share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/paginators-1.json.php
784share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php 961share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php
785share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php 962share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php
 963share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/robomaker/2018-06-29/api-2.json.php
 964share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/robomaker/2018-06-29/paginators-1.json.php
786share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php 965share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php
787share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php 966share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php
788share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/smoke.json.php 967share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/smoke.json.php
789share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php 968share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php
790share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php 969share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php
791share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php 970share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php
 971share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/api-2.json.php
 972share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/paginators-1.json.php
 973share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/smoke.json.php
792share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php 974share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php
793share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php 975share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php
794share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/api-2.json.php 976share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/api-2.json.php
795share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/paginators-1.json.php 977share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/paginators-1.json.php
796share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php 978share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php
797share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php 979share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php
798share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/smoke.json.php 980share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/smoke.json.php
799share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php 981share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php
800share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php 982share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php
 983share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3control/2018-08-20/api-2.json.php
 984share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3control/2018-08-20/paginators-1.json.php
801share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/api-2.json.php 985share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/api-2.json.php
802share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/paginators-1.json.php 986share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/paginators-1.json.php
803share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/waiters-2.json.php 987share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/waiters-2.json.php
804share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/api-2.json.php 988share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/api-2.json.php
805share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/paginators-1.json.php 989share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/paginators-1.json.php
806share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/smoke.json.php 990share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/smoke.json.php
 991share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/securityhub/2018-10-26/api-2.json.php
 992share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/securityhub/2018-10-26/paginators-1.json.php
807share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/api-2.json.php 993share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/api-2.json.php
808share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/paginators-1.json.php 994share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/paginators-1.json.php
809share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php 995share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php
810share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php 996share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php
811share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/smoke.json.php 997share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/smoke.json.php
812share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/api-2.json.php 998share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/api-2.json.php
813share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/paginators-1.json.php 999share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/paginators-1.json.php
814share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php 1000share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php
815share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/paginators-1.json.php 1001share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/paginators-1.json.php
 1002share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/smoke.json.php
 1003share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/signer/2017-08-25/api-2.json.php
 1004share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/signer/2017-08-25/paginators-1.json.php
 1005share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/signer/2017-08-25/waiters-2.json.php
 1006share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/api-2.json.php
816share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php 1007share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php
817share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php 1008share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php
 1009share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/smoke.json.php
818share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php 1010share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php
819share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php 1011share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php
 1012share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/smoke.json.php
820share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php 1013share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php
821share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php 1014share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php
822share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/smoke.json.php 1015share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/smoke.json.php
823share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php 1016share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php
824share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php 1017share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php
 1018share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/smoke.json.php
825share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php 1019share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php
826share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php 1020share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php
827share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php 1021share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php
828share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/smoke.json.php 1022share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/smoke.json.php
829share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php 1023share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php
830share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php 1024share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php
 1025share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/smoke.json.php
831share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php 1026share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php
832share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php 1027share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php
833share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php 1028share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php
834share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php 1029share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php
835share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php 1030share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php
836share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php 1031share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php
837share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/smoke.json.php 1032share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/smoke.json.php
838share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php 1033share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php
839share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php 1034share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php
840share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php 1035share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php
841share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php 1036share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php
 1037share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/textract/2018-06-27/api-2.json.php
 1038share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/textract/2018-06-27/paginators-1.json.php
842share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transcribe/2017-10-26/api-2.json.php 1039share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transcribe/2017-10-26/api-2.json.php
843share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transcribe/2017-10-26/paginators-1.json.php 1040share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transcribe/2017-10-26/paginators-1.json.php
 1041share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transfer/2018-11-05/api-2.json.php
 1042share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transfer/2018-11-05/paginators-1.json.php
844share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/translate/2017-07-01/api-2.json.php 1043share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/translate/2017-07-01/api-2.json.php
845share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/translate/2017-07-01/paginators-1.json.php 1044share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/translate/2017-07-01/paginators-1.json.php
846share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php 1045share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php
847share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php 1046share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php
848share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/smoke.json.php 1047share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/smoke.json.php
849share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php 1048share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php
850share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php 1049share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php
851share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/smoke.json.php 1050share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/smoke.json.php
852share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php 1051share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php
853share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php 1052share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php
 1053share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/worklink/2018-09-25/api-2.json.php
 1054share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/worklink/2018-09-25/paginators-1.json.php
854share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmail/2017-10-01/api-2.json.php 1055share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmail/2017-10-01/api-2.json.php
855share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmail/2017-10-01/paginators-1.json.php 1056share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmail/2017-10-01/paginators-1.json.php
856share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php 1057share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php
857share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php 1058share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php
858share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/smoke.json.php 1059share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/smoke.json.php
859share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php 1060share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php
860share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php 1061share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php
861share/nextcloud/3rdparty/aws/aws-sdk-php/src/functions.php 1062share/nextcloud/3rdparty/aws/aws-sdk-php/src/functions.php
 1063share/nextcloud/3rdparty/aws/aws-sdk-php/src/signer/Exception/signerException.php
 1064share/nextcloud/3rdparty/aws/aws-sdk-php/src/signer/signerClient.php
862share/nextcloud/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml 1065share/nextcloud/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml
863share/nextcloud/3rdparty/bantu/ini-get-wrapper/LICENSE 1066share/nextcloud/3rdparty/bantu/ini-get-wrapper/LICENSE
864share/nextcloud/3rdparty/bantu/ini-get-wrapper/README.md 1067share/nextcloud/3rdparty/bantu/ini-get-wrapper/README.md
865share/nextcloud/3rdparty/bantu/ini-get-wrapper/composer.json 1068share/nextcloud/3rdparty/bantu/ini-get-wrapper/composer.json
866share/nextcloud/3rdparty/bantu/ini-get-wrapper/phpunit.xml.dist 1069share/nextcloud/3rdparty/bantu/ini-get-wrapper/phpunit.xml.dist
867share/nextcloud/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php 1070share/nextcloud/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php
 1071share/nextcloud/3rdparty/christophwurst/id3parser/LICENSE
 1072share/nextcloud/3rdparty/christophwurst/id3parser/README.md
 1073share/nextcloud/3rdparty/christophwurst/id3parser/composer.json
 1074share/nextcloud/3rdparty/christophwurst/id3parser/src/ID3Parser.php
 1075share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/Tags/getid3_id3v1.php
 1076share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/Tags/getid3_id3v2.php
 1077share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3.php
 1078share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3_exception.php
 1079share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3_handler.php
 1080share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3_lib.php
868share/nextcloud/3rdparty/composer.json 1081share/nextcloud/3rdparty/composer.json
869share/nextcloud/3rdparty/composer.lock 1082share/nextcloud/3rdparty/composer.lock
870share/nextcloud/3rdparty/composer/ClassLoader.php 1083share/nextcloud/3rdparty/composer/ClassLoader.php
871share/nextcloud/3rdparty/composer/LICENSE 1084share/nextcloud/3rdparty/composer/LICENSE
872share/nextcloud/3rdparty/composer/autoload_classmap.php 1085share/nextcloud/3rdparty/composer/autoload_classmap.php
873share/nextcloud/3rdparty/composer/autoload_files.php 1086share/nextcloud/3rdparty/composer/autoload_files.php
874share/nextcloud/3rdparty/composer/autoload_namespaces.php 1087share/nextcloud/3rdparty/composer/autoload_namespaces.php
875share/nextcloud/3rdparty/composer/autoload_psr4.php 1088share/nextcloud/3rdparty/composer/autoload_psr4.php
876share/nextcloud/3rdparty/composer/autoload_real.php 1089share/nextcloud/3rdparty/composer/autoload_real.php
877share/nextcloud/3rdparty/composer/autoload_static.php 1090share/nextcloud/3rdparty/composer/autoload_static.php
878share/nextcloud/3rdparty/composer/include_paths.php 1091share/nextcloud/3rdparty/composer/include_paths.php
879share/nextcloud/3rdparty/composer/installed.json 1092share/nextcloud/3rdparty/composer/installed.json
880share/nextcloud/3rdparty/deepdiver/zipstreamer/COPYING 1093share/nextcloud/3rdparty/deepdiver/zipstreamer/COPYING
@@ -997,26 +1210,27 @@ share/nextcloud/3rdparty/doctrine/dbal/l @@ -997,26 +1210,27 @@ share/nextcloud/3rdparty/doctrine/dbal/l
997share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php 1210share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php
998share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php 1211share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php
999share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ColumnCase.php 1212share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ColumnCase.php
1000share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php 1213share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
1001share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php 1214share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
1002share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php 1215share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php
1003share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php 1216share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php
1004share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php 1217share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php
1005share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver.php 1218share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
1006share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php 1219share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php
1007share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php 1220share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php
1008share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php 1221share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
1009share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php 1222share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php
 1223share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver/EasyConnectString.php
1010share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php 1224share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php
1011share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php 1225share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php
1012share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php 1226share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php
1013share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php 1227share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php
1014share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php 1228share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
1015share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php 1229share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
1016share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php 1230share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php
1017share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php 1231share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php
1018share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php 1232share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
1019share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php 1233share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php
1020share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php 1234share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php
1021share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php 1235share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php
1022share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php 1236share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php
@@ -1098,45 +1312,47 @@ share/nextcloud/3rdparty/doctrine/dbal/l @@ -1098,45 +1312,47 @@ share/nextcloud/3rdparty/doctrine/dbal/l
1098share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php 1312share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
1099share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php 1313share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
1100share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php 1314share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
1101share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php 1315share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
1102share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php 1316share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php
1103share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php 1317share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
1104share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php 1318share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
1105share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php 1319share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php
1106share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php 1320share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php
1107share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php 1321share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php
1108share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MariaDb102Keywords.php 1322share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MariaDb102Keywords.php
1109share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php 1323share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php
1110share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php 1324share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
 1325share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL80Keywords.php
1111share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php 1326share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
1112share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php 1327share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
1113share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL100Keywords.php 1328share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL100Keywords.php
1114share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php 1329share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
1115share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php 1330share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
1116share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL94Keywords.php 1331share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL94Keywords.php
1117share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php 1332share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
1118share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php 1333share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php
1119share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php 1334share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php
1120share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php 1335share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php
1121share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php 1336share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php
1122share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php 1337share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php
1123share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php 1338share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php
1124share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php 1339share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php
1125share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php 1340share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php
1126share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php 1341share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php
1127share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php 1342share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php
1128share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php 1343share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
1129share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php 1344share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
 1345share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php
1130share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php 1346share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
1131share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php 1347share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
1132share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL100Platform.php 1348share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL100Platform.php
1133share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php 1349share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
1134share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php 1350share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
1135share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL94Platform.php 1351share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL94Platform.php
1136share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php 1352share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
1137share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php 1353share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php
1138share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php 1354share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php
1139share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php 1355share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php
1140share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php 1356share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
1141share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php 1357share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php
1142share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php 1358share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php
@@ -1195,26 +1411,27 @@ share/nextcloud/3rdparty/doctrine/dbal/l @@ -1195,26 +1411,27 @@ share/nextcloud/3rdparty/doctrine/dbal/l
1195share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php 1411share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php
1196share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php 1412share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php
1197share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php 1413share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php
1198share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php 1414share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php
1199share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php 1415share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php
1200share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php 1416share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php
1201share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php 1417share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php
1202share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Statement.php 1418share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Statement.php
1203share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php 1419share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
1204share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php 1420share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php
1205share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php 1421share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php
1206share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php 1422share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php
1207share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php 1423share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php
 1424share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Dumper.php
1208share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php 1425share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
1209share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php 1426share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
1210share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php 1427share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
1211share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php 1428share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
1212share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php 1429share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
1213share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php 1430share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
1214share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php 1431share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php
1215share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php 1432share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
1216share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php 1433share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
1217share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php 1434share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
1218share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php 1435share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
1219share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php 1436share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
1220share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php 1437share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
@@ -1439,26 +1656,27 @@ share/nextcloud/3rdparty/guzzlehttp/psr7 @@ -1439,26 +1656,27 @@ share/nextcloud/3rdparty/guzzlehttp/psr7
1439share/nextcloud/3rdparty/guzzlehttp/psr7/src/BufferStream.php 1656share/nextcloud/3rdparty/guzzlehttp/psr7/src/BufferStream.php
1440share/nextcloud/3rdparty/guzzlehttp/psr7/src/CachingStream.php 1657share/nextcloud/3rdparty/guzzlehttp/psr7/src/CachingStream.php
1441share/nextcloud/3rdparty/guzzlehttp/psr7/src/DroppingStream.php 1658share/nextcloud/3rdparty/guzzlehttp/psr7/src/DroppingStream.php
1442share/nextcloud/3rdparty/guzzlehttp/psr7/src/FnStream.php 1659share/nextcloud/3rdparty/guzzlehttp/psr7/src/FnStream.php
1443share/nextcloud/3rdparty/guzzlehttp/psr7/src/InflateStream.php 1660share/nextcloud/3rdparty/guzzlehttp/psr7/src/InflateStream.php
1444share/nextcloud/3rdparty/guzzlehttp/psr7/src/LazyOpenStream.php 1661share/nextcloud/3rdparty/guzzlehttp/psr7/src/LazyOpenStream.php
1445share/nextcloud/3rdparty/guzzlehttp/psr7/src/LimitStream.php 1662share/nextcloud/3rdparty/guzzlehttp/psr7/src/LimitStream.php
1446share/nextcloud/3rdparty/guzzlehttp/psr7/src/MessageTrait.php 1663share/nextcloud/3rdparty/guzzlehttp/psr7/src/MessageTrait.php
1447share/nextcloud/3rdparty/guzzlehttp/psr7/src/MultipartStream.php 1664share/nextcloud/3rdparty/guzzlehttp/psr7/src/MultipartStream.php
1448share/nextcloud/3rdparty/guzzlehttp/psr7/src/NoSeekStream.php 1665share/nextcloud/3rdparty/guzzlehttp/psr7/src/NoSeekStream.php
1449share/nextcloud/3rdparty/guzzlehttp/psr7/src/PumpStream.php 1666share/nextcloud/3rdparty/guzzlehttp/psr7/src/PumpStream.php
1450share/nextcloud/3rdparty/guzzlehttp/psr7/src/Request.php 1667share/nextcloud/3rdparty/guzzlehttp/psr7/src/Request.php
1451share/nextcloud/3rdparty/guzzlehttp/psr7/src/Response.php 1668share/nextcloud/3rdparty/guzzlehttp/psr7/src/Response.php
 1669share/nextcloud/3rdparty/guzzlehttp/psr7/src/Rfc7230.php
1452share/nextcloud/3rdparty/guzzlehttp/psr7/src/ServerRequest.php 1670share/nextcloud/3rdparty/guzzlehttp/psr7/src/ServerRequest.php
1453share/nextcloud/3rdparty/guzzlehttp/psr7/src/Stream.php 1671share/nextcloud/3rdparty/guzzlehttp/psr7/src/Stream.php
1454share/nextcloud/3rdparty/guzzlehttp/psr7/src/StreamDecoratorTrait.php 1672share/nextcloud/3rdparty/guzzlehttp/psr7/src/StreamDecoratorTrait.php
1455share/nextcloud/3rdparty/guzzlehttp/psr7/src/StreamWrapper.php 1673share/nextcloud/3rdparty/guzzlehttp/psr7/src/StreamWrapper.php
1456share/nextcloud/3rdparty/guzzlehttp/psr7/src/UploadedFile.php 1674share/nextcloud/3rdparty/guzzlehttp/psr7/src/UploadedFile.php
1457share/nextcloud/3rdparty/guzzlehttp/psr7/src/Uri.php 1675share/nextcloud/3rdparty/guzzlehttp/psr7/src/Uri.php
1458share/nextcloud/3rdparty/guzzlehttp/psr7/src/UriNormalizer.php 1676share/nextcloud/3rdparty/guzzlehttp/psr7/src/UriNormalizer.php
1459share/nextcloud/3rdparty/guzzlehttp/psr7/src/UriResolver.php 1677share/nextcloud/3rdparty/guzzlehttp/psr7/src/UriResolver.php
1460share/nextcloud/3rdparty/guzzlehttp/psr7/src/functions.php 1678share/nextcloud/3rdparty/guzzlehttp/psr7/src/functions.php
1461share/nextcloud/3rdparty/guzzlehttp/psr7/src/functions_include.php 1679share/nextcloud/3rdparty/guzzlehttp/psr7/src/functions_include.php
1462share/nextcloud/3rdparty/guzzlehttp/ringphp/LICENSE 1680share/nextcloud/3rdparty/guzzlehttp/ringphp/LICENSE
1463share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php 1681share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php
1464share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php 1682share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php
@@ -1677,35 +1895,26 @@ share/nextcloud/3rdparty/league/flysyste @@ -1677,35 +1895,26 @@ share/nextcloud/3rdparty/league/flysyste
1677share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListPaths.php 1895share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListPaths.php
1678share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListWith.php 1896share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListWith.php
1679share/nextcloud/3rdparty/league/flysystem/src/Plugin/PluggableTrait.php 1897share/nextcloud/3rdparty/league/flysystem/src/Plugin/PluggableTrait.php
1680share/nextcloud/3rdparty/league/flysystem/src/Plugin/PluginNotFoundException.php 1898share/nextcloud/3rdparty/league/flysystem/src/Plugin/PluginNotFoundException.php
1681share/nextcloud/3rdparty/league/flysystem/src/PluginInterface.php 1899share/nextcloud/3rdparty/league/flysystem/src/PluginInterface.php
1682share/nextcloud/3rdparty/league/flysystem/src/ReadInterface.php 1900share/nextcloud/3rdparty/league/flysystem/src/ReadInterface.php
1683share/nextcloud/3rdparty/league/flysystem/src/RootViolationException.php 1901share/nextcloud/3rdparty/league/flysystem/src/RootViolationException.php
1684share/nextcloud/3rdparty/league/flysystem/src/SafeStorage.php 1902share/nextcloud/3rdparty/league/flysystem/src/SafeStorage.php
1685share/nextcloud/3rdparty/league/flysystem/src/UnreadableFileException.php 1903share/nextcloud/3rdparty/league/flysystem/src/UnreadableFileException.php
1686share/nextcloud/3rdparty/league/flysystem/src/Util.php 1904share/nextcloud/3rdparty/league/flysystem/src/Util.php
1687share/nextcloud/3rdparty/league/flysystem/src/Util/ContentListingFormatter.php 1905share/nextcloud/3rdparty/league/flysystem/src/Util/ContentListingFormatter.php
1688share/nextcloud/3rdparty/league/flysystem/src/Util/MimeType.php 1906share/nextcloud/3rdparty/league/flysystem/src/Util/MimeType.php
1689share/nextcloud/3rdparty/league/flysystem/src/Util/StreamHasher.php 1907share/nextcloud/3rdparty/league/flysystem/src/Util/StreamHasher.php
1690share/nextcloud/3rdparty/lukasreschke/id3parser/README.md 
1691share/nextcloud/3rdparty/lukasreschke/id3parser/composer.json 
1692share/nextcloud/3rdparty/lukasreschke/id3parser/src/ID3Parser.php 
1693share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v1.php 
1694share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v2.php 
1695share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3.php 
1696share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_exception.php 
1697share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_handler.php 
1698share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_lib.php 
1699share/nextcloud/3rdparty/microsoft/azure-storage-blob/BreakingChanges.md 1908share/nextcloud/3rdparty/microsoft/azure-storage-blob/BreakingChanges.md
1700share/nextcloud/3rdparty/microsoft/azure-storage-blob/CONTRIBUTING.md 1909share/nextcloud/3rdparty/microsoft/azure-storage-blob/CONTRIBUTING.md
1701share/nextcloud/3rdparty/microsoft/azure-storage-blob/ChangeLog.md 1910share/nextcloud/3rdparty/microsoft/azure-storage-blob/ChangeLog.md
1702share/nextcloud/3rdparty/microsoft/azure-storage-blob/LICENSE 1911share/nextcloud/3rdparty/microsoft/azure-storage-blob/LICENSE
1703share/nextcloud/3rdparty/microsoft/azure-storage-blob/README.md 1912share/nextcloud/3rdparty/microsoft/azure-storage-blob/README.md
1704share/nextcloud/3rdparty/microsoft/azure-storage-blob/composer.json 1913share/nextcloud/3rdparty/microsoft/azure-storage-blob/composer.json
1705share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/BlobRestProxy.php 1914share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/BlobRestProxy.php
1706share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/BlobSharedAccessSignatureHelper.php 1915share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/BlobSharedAccessSignatureHelper.php
1707share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Internal/BlobResources.php 1916share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Internal/BlobResources.php
1708share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Internal/IBlob.php 1917share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Internal/IBlob.php
1709share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/AccessCondition.php 1918share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/AccessCondition.php
1710share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/AccessTierTrait.php 1919share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/AccessTierTrait.php
1711share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/AppendBlockOptions.php 1920share/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/AppendBlockOptions.php
@@ -1877,26 +2086,27 @@ share/nextcloud/3rdparty/nikic/php-parse @@ -1877,26 +2086,27 @@ share/nextcloud/3rdparty/nikic/php-parse
1877share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NameContext.php 2086share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NameContext.php
1878share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node.php 2087share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node.php
1879share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Arg.php 2088share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Arg.php
1880share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Const_.php 2089share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Const_.php
1881share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr.php 2090share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr.php
1882share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php 2091share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php
1883share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php 2092share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php
1884share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php 2093share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php
1885share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php 2094share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php
1886share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php 2095share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php
1887share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php 2096share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php
1888share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php 2097share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php
1889share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php 2098share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php
 2099share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php
1890share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php 2100share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php
1891share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php 2101share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php
1892share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php 2102share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php
1893share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php 2103share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php
1894share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php 2104share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php
1895share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php 2105share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php
1896share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php 2106share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php
1897share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php 2107share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php
1898share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php 2108share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php
1899share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php 2109share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php
1900share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php 2110share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php
1901share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php 2111share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
1902share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php 2112share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
@@ -2931,26 +3141,29 @@ share/nextcloud/3rdparty/punic/punic/cod @@ -2931,26 +3141,29 @@ share/nextcloud/3rdparty/punic/punic/cod
2931share/nextcloud/3rdparty/punic/punic/code/data/zh/currencies.json 3141share/nextcloud/3rdparty/punic/punic/code/data/zh/currencies.json
2932share/nextcloud/3rdparty/punic/punic/code/data/zh/dateFields.json 3142share/nextcloud/3rdparty/punic/punic/code/data/zh/dateFields.json
2933share/nextcloud/3rdparty/punic/punic/code/data/zh/languages.json 3143share/nextcloud/3rdparty/punic/punic/code/data/zh/languages.json
2934share/nextcloud/3rdparty/punic/punic/code/data/zh/layout.json 3144share/nextcloud/3rdparty/punic/punic/code/data/zh/layout.json
2935share/nextcloud/3rdparty/punic/punic/code/data/zh/listPatterns.json 3145share/nextcloud/3rdparty/punic/punic/code/data/zh/listPatterns.json
2936share/nextcloud/3rdparty/punic/punic/code/data/zh/localeDisplayNames.json 3146share/nextcloud/3rdparty/punic/punic/code/data/zh/localeDisplayNames.json
2937share/nextcloud/3rdparty/punic/punic/code/data/zh/measurementSystemNames.json 3147share/nextcloud/3rdparty/punic/punic/code/data/zh/measurementSystemNames.json
2938share/nextcloud/3rdparty/punic/punic/code/data/zh/numbers.json 3148share/nextcloud/3rdparty/punic/punic/code/data/zh/numbers.json
2939share/nextcloud/3rdparty/punic/punic/code/data/zh/territories.json 3149share/nextcloud/3rdparty/punic/punic/code/data/zh/territories.json
2940share/nextcloud/3rdparty/punic/punic/code/data/zh/timeZoneNames.json 3150share/nextcloud/3rdparty/punic/punic/code/data/zh/timeZoneNames.json
2941share/nextcloud/3rdparty/punic/punic/code/data/zh/units.json 3151share/nextcloud/3rdparty/punic/punic/code/data/zh/units.json
2942share/nextcloud/3rdparty/punic/punic/composer.json 3152share/nextcloud/3rdparty/punic/punic/composer.json
2943share/nextcloud/3rdparty/punic/punic/punic.php 3153share/nextcloud/3rdparty/punic/punic/punic.php
 3154share/nextcloud/3rdparty/ralouphie/getallheaders/LICENSE
 3155share/nextcloud/3rdparty/ralouphie/getallheaders/composer.json
 3156share/nextcloud/3rdparty/ralouphie/getallheaders/src/getallheaders.php
2944share/nextcloud/3rdparty/react/promise/LICENSE 3157share/nextcloud/3rdparty/react/promise/LICENSE
2945share/nextcloud/3rdparty/react/promise/src/CancellablePromiseInterface.php 3158share/nextcloud/3rdparty/react/promise/src/CancellablePromiseInterface.php
2946share/nextcloud/3rdparty/react/promise/src/Deferred.php 3159share/nextcloud/3rdparty/react/promise/src/Deferred.php
2947share/nextcloud/3rdparty/react/promise/src/ExtendedPromiseInterface.php 3160share/nextcloud/3rdparty/react/promise/src/ExtendedPromiseInterface.php
2948share/nextcloud/3rdparty/react/promise/src/FulfilledPromise.php 3161share/nextcloud/3rdparty/react/promise/src/FulfilledPromise.php
2949share/nextcloud/3rdparty/react/promise/src/LazyPromise.php 3162share/nextcloud/3rdparty/react/promise/src/LazyPromise.php
2950share/nextcloud/3rdparty/react/promise/src/Promise.php 3163share/nextcloud/3rdparty/react/promise/src/Promise.php
2951share/nextcloud/3rdparty/react/promise/src/PromiseInterface.php 3164share/nextcloud/3rdparty/react/promise/src/PromiseInterface.php
2952share/nextcloud/3rdparty/react/promise/src/PromisorInterface.php 3165share/nextcloud/3rdparty/react/promise/src/PromisorInterface.php
2953share/nextcloud/3rdparty/react/promise/src/RejectedPromise.php 3166share/nextcloud/3rdparty/react/promise/src/RejectedPromise.php
2954share/nextcloud/3rdparty/react/promise/src/UnhandledRejectionException.php 3167share/nextcloud/3rdparty/react/promise/src/UnhandledRejectionException.php
2955share/nextcloud/3rdparty/react/promise/src/functions.php 3168share/nextcloud/3rdparty/react/promise/src/functions.php
2956share/nextcloud/3rdparty/react/promise/src/functions_include.php 3169share/nextcloud/3rdparty/react/promise/src/functions_include.php
@@ -3601,28 +3814,44 @@ share/nextcloud/3rdparty/symfony/console @@ -3601,28 +3814,44 @@ share/nextcloud/3rdparty/symfony/console
3601share/nextcloud/3rdparty/symfony/console/Style/StyleInterface.php 3814share/nextcloud/3rdparty/symfony/console/Style/StyleInterface.php
3602share/nextcloud/3rdparty/symfony/console/Style/SymfonyStyle.php 3815share/nextcloud/3rdparty/symfony/console/Style/SymfonyStyle.php
3603share/nextcloud/3rdparty/symfony/console/Terminal.php 3816share/nextcloud/3rdparty/symfony/console/Terminal.php
3604share/nextcloud/3rdparty/symfony/console/Tester/ApplicationTester.php 3817share/nextcloud/3rdparty/symfony/console/Tester/ApplicationTester.php
3605share/nextcloud/3rdparty/symfony/console/Tester/CommandTester.php 3818share/nextcloud/3rdparty/symfony/console/Tester/CommandTester.php
3606share/nextcloud/3rdparty/symfony/console/Tester/TesterTrait.php 3819share/nextcloud/3rdparty/symfony/console/Tester/TesterTrait.php
3607share/nextcloud/3rdparty/symfony/console/composer.json 3820share/nextcloud/3rdparty/symfony/console/composer.json
3608share/nextcloud/3rdparty/symfony/console/phpunit.xml.dist 3821share/nextcloud/3rdparty/symfony/console/phpunit.xml.dist
3609share/nextcloud/3rdparty/symfony/contracts/Cache/CacheInterface.php 3822share/nextcloud/3rdparty/symfony/contracts/Cache/CacheInterface.php
3610share/nextcloud/3rdparty/symfony/contracts/Cache/CacheTrait.php 3823share/nextcloud/3rdparty/symfony/contracts/Cache/CacheTrait.php
3611share/nextcloud/3rdparty/symfony/contracts/Cache/CallbackInterface.php 3824share/nextcloud/3rdparty/symfony/contracts/Cache/CallbackInterface.php
3612share/nextcloud/3rdparty/symfony/contracts/Cache/ItemInterface.php 3825share/nextcloud/3rdparty/symfony/contracts/Cache/ItemInterface.php
3613share/nextcloud/3rdparty/symfony/contracts/Cache/TagAwareCacheInterface.php 3826share/nextcloud/3rdparty/symfony/contracts/Cache/TagAwareCacheInterface.php
 3827share/nextcloud/3rdparty/symfony/contracts/EventDispatcher/Event.php
 3828share/nextcloud/3rdparty/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
 3829share/nextcloud/3rdparty/symfony/contracts/HttpClient/ChunkInterface.php
 3830share/nextcloud/3rdparty/symfony/contracts/HttpClient/Exception/ClientExceptionInterface.php
 3831share/nextcloud/3rdparty/symfony/contracts/HttpClient/Exception/ExceptionInterface.php
 3832share/nextcloud/3rdparty/symfony/contracts/HttpClient/Exception/HttpExceptionInterface.php
 3833share/nextcloud/3rdparty/symfony/contracts/HttpClient/Exception/RedirectionExceptionInterface.php
 3834share/nextcloud/3rdparty/symfony/contracts/HttpClient/Exception/ServerExceptionInterface.php
 3835share/nextcloud/3rdparty/symfony/contracts/HttpClient/Exception/TransportExceptionInterface.php
 3836share/nextcloud/3rdparty/symfony/contracts/HttpClient/HttpClientInterface.php
 3837share/nextcloud/3rdparty/symfony/contracts/HttpClient/ResponseInterface.php
 3838share/nextcloud/3rdparty/symfony/contracts/HttpClient/ResponseStreamInterface.php
 3839share/nextcloud/3rdparty/symfony/contracts/HttpClient/Test/Fixtures/web/index.php
 3840share/nextcloud/3rdparty/symfony/contracts/HttpClient/Test/HttpClientTestCase.php
 3841share/nextcloud/3rdparty/symfony/contracts/HttpClient/Test/TestHttpServer.php
3614share/nextcloud/3rdparty/symfony/contracts/Service/ResetInterface.php 3842share/nextcloud/3rdparty/symfony/contracts/Service/ResetInterface.php
3615share/nextcloud/3rdparty/symfony/contracts/Service/ServiceLocatorTrait.php 3843share/nextcloud/3rdparty/symfony/contracts/Service/ServiceLocatorTrait.php
 3844share/nextcloud/3rdparty/symfony/contracts/Service/ServiceProviderInterface.php
3616share/nextcloud/3rdparty/symfony/contracts/Service/ServiceSubscriberInterface.php 3845share/nextcloud/3rdparty/symfony/contracts/Service/ServiceSubscriberInterface.php
3617share/nextcloud/3rdparty/symfony/contracts/Service/ServiceSubscriberTrait.php 3846share/nextcloud/3rdparty/symfony/contracts/Service/ServiceSubscriberTrait.php
3618share/nextcloud/3rdparty/symfony/contracts/Translation/LocaleAwareInterface.php 3847share/nextcloud/3rdparty/symfony/contracts/Translation/LocaleAwareInterface.php
3619share/nextcloud/3rdparty/symfony/contracts/Translation/TranslatorInterface.php 3848share/nextcloud/3rdparty/symfony/contracts/Translation/TranslatorInterface.php
3620share/nextcloud/3rdparty/symfony/contracts/Translation/TranslatorTrait.php 3849share/nextcloud/3rdparty/symfony/contracts/Translation/TranslatorTrait.php
3621share/nextcloud/3rdparty/symfony/event-dispatcher/CHANGELOG.md 3850share/nextcloud/3rdparty/symfony/event-dispatcher/CHANGELOG.md
3622share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php 3851share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
3623share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php 3852share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
3624share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/WrappedListener.php 3853share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/WrappedListener.php
3625share/nextcloud/3rdparty/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php 3854share/nextcloud/3rdparty/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
3626share/nextcloud/3rdparty/symfony/event-dispatcher/Event.php 3855share/nextcloud/3rdparty/symfony/event-dispatcher/Event.php
3627share/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php 3856share/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php
3628share/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcherInterface.php 3857share/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcherInterface.php
@@ -3809,26 +4038,35 @@ share/nextcloud/3rdparty/symfony/transla @@ -3809,26 +4038,35 @@ share/nextcloud/3rdparty/symfony/transla
3809share/nextcloud/3rdparty/symfony/translation/Util/ArrayConverter.php 4038share/nextcloud/3rdparty/symfony/translation/Util/ArrayConverter.php
3810share/nextcloud/3rdparty/symfony/translation/Util/XliffUtils.php 4039share/nextcloud/3rdparty/symfony/translation/Util/XliffUtils.php
3811share/nextcloud/3rdparty/symfony/translation/Writer/TranslationWriter.php 4040share/nextcloud/3rdparty/symfony/translation/Writer/TranslationWriter.php
3812share/nextcloud/3rdparty/symfony/translation/Writer/TranslationWriterInterface.php 4041share/nextcloud/3rdparty/symfony/translation/Writer/TranslationWriterInterface.php
3813share/nextcloud/3rdparty/symfony/translation/composer.json 4042share/nextcloud/3rdparty/symfony/translation/composer.json
3814share/nextcloud/3rdparty/symfony/translation/phpunit.xml.dist 4043share/nextcloud/3rdparty/symfony/translation/phpunit.xml.dist
3815share/nextcloud/AUTHORS 4044share/nextcloud/AUTHORS
3816share/nextcloud/COPYING 4045share/nextcloud/COPYING
3817share/nextcloud/apps/accessibility/.babelrc.js 4046share/nextcloud/apps/accessibility/.babelrc.js
3818share/nextcloud/apps/accessibility/appinfo/app.php 4047share/nextcloud/apps/accessibility/appinfo/app.php
3819share/nextcloud/apps/accessibility/appinfo/info.xml 4048share/nextcloud/apps/accessibility/appinfo/info.xml
3820share/nextcloud/apps/accessibility/appinfo/routes.php 4049share/nextcloud/apps/accessibility/appinfo/routes.php
3821share/nextcloud/apps/accessibility/appinfo/signature.json 4050share/nextcloud/apps/accessibility/appinfo/signature.json
 4051share/nextcloud/apps/accessibility/composer/autoload.php
 4052share/nextcloud/apps/accessibility/composer/composer.json
 4053share/nextcloud/apps/accessibility/composer/composer/ClassLoader.php
 4054share/nextcloud/apps/accessibility/composer/composer/LICENSE
 4055share/nextcloud/apps/accessibility/composer/composer/autoload_classmap.php
 4056share/nextcloud/apps/accessibility/composer/composer/autoload_namespaces.php
 4057share/nextcloud/apps/accessibility/composer/composer/autoload_psr4.php
 4058share/nextcloud/apps/accessibility/composer/composer/autoload_real.php
 4059share/nextcloud/apps/accessibility/composer/composer/autoload_static.php
3822share/nextcloud/apps/accessibility/css/fontdyslexic.scss 4060share/nextcloud/apps/accessibility/css/fontdyslexic.scss
3823share/nextcloud/apps/accessibility/css/style.scss 4061share/nextcloud/apps/accessibility/css/style.scss
3824share/nextcloud/apps/accessibility/css/themedark.scss 4062share/nextcloud/apps/accessibility/css/themedark.scss
3825share/nextcloud/apps/accessibility/css/themehighcontrast.scss 4063share/nextcloud/apps/accessibility/css/themehighcontrast.scss
3826share/nextcloud/apps/accessibility/fonts/OpenDyslexic-Bold.ttf 4064share/nextcloud/apps/accessibility/fonts/OpenDyslexic-Bold.ttf
3827share/nextcloud/apps/accessibility/fonts/OpenDyslexic-Bold.woff 4065share/nextcloud/apps/accessibility/fonts/OpenDyslexic-Bold.woff
3828share/nextcloud/apps/accessibility/fonts/OpenDyslexic-Regular.ttf 4066share/nextcloud/apps/accessibility/fonts/OpenDyslexic-Regular.ttf
3829share/nextcloud/apps/accessibility/fonts/OpenDyslexic-Regular.woff 4067share/nextcloud/apps/accessibility/fonts/OpenDyslexic-Regular.woff
3830share/nextcloud/apps/accessibility/img/app-dark.svg 4068share/nextcloud/apps/accessibility/img/app-dark.svg
3831share/nextcloud/apps/accessibility/img/app.svg 4069share/nextcloud/apps/accessibility/img/app.svg
3832share/nextcloud/apps/accessibility/img/font-highcontrast.jpg 4070share/nextcloud/apps/accessibility/img/font-highcontrast.jpg
3833share/nextcloud/apps/accessibility/img/font-opendyslexic.jpg 4071share/nextcloud/apps/accessibility/img/font-opendyslexic.jpg
3834share/nextcloud/apps/accessibility/img/font-opendyslexic2.jpg 4072share/nextcloud/apps/accessibility/img/font-opendyslexic2.jpg
@@ -3864,40 +4102,46 @@ share/nextcloud/apps/accessibility/l10n/ @@ -3864,40 +4102,46 @@ share/nextcloud/apps/accessibility/l10n/
3864share/nextcloud/apps/accessibility/l10n/fa.json 4102share/nextcloud/apps/accessibility/l10n/fa.json
3865share/nextcloud/apps/accessibility/l10n/fi.js 4103share/nextcloud/apps/accessibility/l10n/fi.js
3866share/nextcloud/apps/accessibility/l10n/fi.json 4104share/nextcloud/apps/accessibility/l10n/fi.json
3867share/nextcloud/apps/accessibility/l10n/fo.js 4105share/nextcloud/apps/accessibility/l10n/fo.js
3868share/nextcloud/apps/accessibility/l10n/fo.json 4106share/nextcloud/apps/accessibility/l10n/fo.json
3869share/nextcloud/apps/accessibility/l10n/fr.js 4107share/nextcloud/apps/accessibility/l10n/fr.js
3870share/nextcloud/apps/accessibility/l10n/fr.json 4108share/nextcloud/apps/accessibility/l10n/fr.json
3871share/nextcloud/apps/accessibility/l10n/gl.js 4109share/nextcloud/apps/accessibility/l10n/gl.js
3872share/nextcloud/apps/accessibility/l10n/gl.json 4110share/nextcloud/apps/accessibility/l10n/gl.json
3873share/nextcloud/apps/accessibility/l10n/he.js 4111share/nextcloud/apps/accessibility/l10n/he.js
3874share/nextcloud/apps/accessibility/l10n/he.json 4112share/nextcloud/apps/accessibility/l10n/he.json
3875share/nextcloud/apps/accessibility/l10n/hi_IN.js 4113share/nextcloud/apps/accessibility/l10n/hi_IN.js
3876share/nextcloud/apps/accessibility/l10n/hi_IN.json 4114share/nextcloud/apps/accessibility/l10n/hi_IN.json
 4115share/nextcloud/apps/accessibility/l10n/hr.js
 4116share/nextcloud/apps/accessibility/l10n/hr.json
3877share/nextcloud/apps/accessibility/l10n/hu.js 4117share/nextcloud/apps/accessibility/l10n/hu.js
3878share/nextcloud/apps/accessibility/l10n/hu.json 4118share/nextcloud/apps/accessibility/l10n/hu.json
 4119share/nextcloud/apps/accessibility/l10n/id.js
 4120share/nextcloud/apps/accessibility/l10n/id.json
3879share/nextcloud/apps/accessibility/l10n/is.js 4121share/nextcloud/apps/accessibility/l10n/is.js
3880share/nextcloud/apps/accessibility/l10n/is.json 4122share/nextcloud/apps/accessibility/l10n/is.json
3881share/nextcloud/apps/accessibility/l10n/it.js 4123share/nextcloud/apps/accessibility/l10n/it.js
3882share/nextcloud/apps/accessibility/l10n/it.json 4124share/nextcloud/apps/accessibility/l10n/it.json
3883share/nextcloud/apps/accessibility/l10n/ja.js 4125share/nextcloud/apps/accessibility/l10n/ja.js
3884share/nextcloud/apps/accessibility/l10n/ja.json 4126share/nextcloud/apps/accessibility/l10n/ja.json
3885share/nextcloud/apps/accessibility/l10n/ko.js 4127share/nextcloud/apps/accessibility/l10n/ko.js
3886share/nextcloud/apps/accessibility/l10n/ko.json 4128share/nextcloud/apps/accessibility/l10n/ko.json
3887share/nextcloud/apps/accessibility/l10n/lt_LT.js 4129share/nextcloud/apps/accessibility/l10n/lt_LT.js
3888share/nextcloud/apps/accessibility/l10n/lt_LT.json 4130share/nextcloud/apps/accessibility/l10n/lt_LT.json
3889share/nextcloud/apps/accessibility/l10n/mk.js 4131share/nextcloud/apps/accessibility/l10n/mk.js
3890share/nextcloud/apps/accessibility/l10n/mk.json 4132share/nextcloud/apps/accessibility/l10n/mk.json
 4133share/nextcloud/apps/accessibility/l10n/nb.js
 4134share/nextcloud/apps/accessibility/l10n/nb.json
3891share/nextcloud/apps/accessibility/l10n/nl.js 4135share/nextcloud/apps/accessibility/l10n/nl.js
3892share/nextcloud/apps/accessibility/l10n/nl.json 4136share/nextcloud/apps/accessibility/l10n/nl.json
3893share/nextcloud/apps/accessibility/l10n/nn_NO.js 4137share/nextcloud/apps/accessibility/l10n/nn_NO.js
3894share/nextcloud/apps/accessibility/l10n/nn_NO.json 4138share/nextcloud/apps/accessibility/l10n/nn_NO.json
3895share/nextcloud/apps/accessibility/l10n/pl.js 4139share/nextcloud/apps/accessibility/l10n/pl.js
3896share/nextcloud/apps/accessibility/l10n/pl.json 4140share/nextcloud/apps/accessibility/l10n/pl.json
3897share/nextcloud/apps/accessibility/l10n/pt_BR.js 4141share/nextcloud/apps/accessibility/l10n/pt_BR.js
3898share/nextcloud/apps/accessibility/l10n/pt_BR.json 4142share/nextcloud/apps/accessibility/l10n/pt_BR.json
3899share/nextcloud/apps/accessibility/l10n/pt_PT.js 4143share/nextcloud/apps/accessibility/l10n/pt_PT.js
3900share/nextcloud/apps/accessibility/l10n/pt_PT.json 4144share/nextcloud/apps/accessibility/l10n/pt_PT.json
3901share/nextcloud/apps/accessibility/l10n/ro.js 4145share/nextcloud/apps/accessibility/l10n/ro.js
3902share/nextcloud/apps/accessibility/l10n/ro.json 4146share/nextcloud/apps/accessibility/l10n/ro.json
3903share/nextcloud/apps/accessibility/l10n/ru.js 4147share/nextcloud/apps/accessibility/l10n/ru.js
@@ -3906,42 +4150,43 @@ share/nextcloud/apps/accessibility/l10n/ @@ -3906,42 +4150,43 @@ share/nextcloud/apps/accessibility/l10n/
3906share/nextcloud/apps/accessibility/l10n/sk.json 4150share/nextcloud/apps/accessibility/l10n/sk.json
3907share/nextcloud/apps/accessibility/l10n/sl.js 4151share/nextcloud/apps/accessibility/l10n/sl.js
3908share/nextcloud/apps/accessibility/l10n/sl.json 4152share/nextcloud/apps/accessibility/l10n/sl.json
3909share/nextcloud/apps/accessibility/l10n/sq.js 4153share/nextcloud/apps/accessibility/l10n/sq.js
3910share/nextcloud/apps/accessibility/l10n/sq.json 4154share/nextcloud/apps/accessibility/l10n/sq.json
3911share/nextcloud/apps/accessibility/l10n/sr.js 4155share/nextcloud/apps/accessibility/l10n/sr.js
3912share/nextcloud/apps/accessibility/l10n/sr.json 4156share/nextcloud/apps/accessibility/l10n/sr.json
3913share/nextcloud/apps/accessibility/l10n/sv.js 4157share/nextcloud/apps/accessibility/l10n/sv.js
3914share/nextcloud/apps/accessibility/l10n/sv.json 4158share/nextcloud/apps/accessibility/l10n/sv.json
3915share/nextcloud/apps/accessibility/l10n/tr.js 4159share/nextcloud/apps/accessibility/l10n/tr.js
3916share/nextcloud/apps/accessibility/l10n/tr.json 4160share/nextcloud/apps/accessibility/l10n/tr.json
3917share/nextcloud/apps/accessibility/l10n/uk.js 4161share/nextcloud/apps/accessibility/l10n/uk.js
3918share/nextcloud/apps/accessibility/l10n/uk.json 4162share/nextcloud/apps/accessibility/l10n/uk.json
 4163share/nextcloud/apps/accessibility/l10n/vi.js
 4164share/nextcloud/apps/accessibility/l10n/vi.json
3919share/nextcloud/apps/accessibility/l10n/zh_CN.js 4165share/nextcloud/apps/accessibility/l10n/zh_CN.js
3920share/nextcloud/apps/accessibility/l10n/zh_CN.json 4166share/nextcloud/apps/accessibility/l10n/zh_CN.json
3921share/nextcloud/apps/accessibility/l10n/zh_TW.js 4167share/nextcloud/apps/accessibility/l10n/zh_TW.js
3922share/nextcloud/apps/accessibility/l10n/zh_TW.json 4168share/nextcloud/apps/accessibility/l10n/zh_TW.json
3923share/nextcloud/apps/accessibility/lib/AccessibilityProvider.php 4169share/nextcloud/apps/accessibility/lib/AccessibilityProvider.php
3924share/nextcloud/apps/accessibility/lib/AppInfo/Application.php 4170share/nextcloud/apps/accessibility/lib/AppInfo/Application.php
3925share/nextcloud/apps/accessibility/lib/Controller/AccessibilityController.php 4171share/nextcloud/apps/accessibility/lib/Controller/AccessibilityController.php
3926share/nextcloud/apps/accessibility/lib/Controller/ConfigController.php 4172share/nextcloud/apps/accessibility/lib/Controller/ConfigController.php
3927share/nextcloud/apps/accessibility/lib/Settings/Personal.php 4173share/nextcloud/apps/accessibility/lib/Settings/Personal.php
3928share/nextcloud/apps/accessibility/lib/Settings/PersonalSection.php 4174share/nextcloud/apps/accessibility/lib/Settings/PersonalSection.php
3929share/nextcloud/apps/accessibility/templates/settings-personal.php 4175share/nextcloud/apps/accessibility/templates/settings-personal.php
3930share/nextcloud/apps/activity/appinfo/app.php 4176share/nextcloud/apps/activity/appinfo/app.php
3931share/nextcloud/apps/activity/appinfo/info.xml 4177share/nextcloud/apps/activity/appinfo/info.xml
3932share/nextcloud/apps/activity/appinfo/routes.php 4178share/nextcloud/apps/activity/appinfo/routes.php
3933share/nextcloud/apps/activity/appinfo/signature.json 4179share/nextcloud/apps/activity/appinfo/signature.json
3934share/nextcloud/apps/activity/appinfo/update.php 
3935share/nextcloud/apps/activity/check-handlebars-templates.sh 4180share/nextcloud/apps/activity/check-handlebars-templates.sh
3936share/nextcloud/apps/activity/compile-handlebars-templates.sh 4181share/nextcloud/apps/activity/compile-handlebars-templates.sh
3937share/nextcloud/apps/activity/css/settings.scss 4182share/nextcloud/apps/activity/css/settings.scss
3938share/nextcloud/apps/activity/css/style.scss 4183share/nextcloud/apps/activity/css/style.scss
3939share/nextcloud/apps/activity/docs/create.md 4184share/nextcloud/apps/activity/docs/create.md
3940share/nextcloud/apps/activity/docs/endpoint-v2.md 4185share/nextcloud/apps/activity/docs/endpoint-v2.md
3941share/nextcloud/apps/activity/docs/filter.md 4186share/nextcloud/apps/activity/docs/filter.md
3942share/nextcloud/apps/activity/docs/provider.md 4187share/nextcloud/apps/activity/docs/provider.md
3943share/nextcloud/apps/activity/docs/setting.md 4188share/nextcloud/apps/activity/docs/setting.md
3944share/nextcloud/apps/activity/img/activity-dark.svg 4189share/nextcloud/apps/activity/img/activity-dark.svg
3945share/nextcloud/apps/activity/img/activity.svg 4190share/nextcloud/apps/activity/img/activity.svg
3946share/nextcloud/apps/activity/img/add-color.svg 4191share/nextcloud/apps/activity/img/add-color.svg
3947share/nextcloud/apps/activity/img/change.svg 4192share/nextcloud/apps/activity/img/change.svg
@@ -4201,26 +4446,35 @@ share/nextcloud/apps/admin_audit/lib/Act @@ -4201,26 +4446,35 @@ share/nextcloud/apps/admin_audit/lib/Act
4201share/nextcloud/apps/admin_audit/lib/Actions/Files.php 4446share/nextcloud/apps/admin_audit/lib/Actions/Files.php
4202share/nextcloud/apps/admin_audit/lib/Actions/GroupManagement.php 4447share/nextcloud/apps/admin_audit/lib/Actions/GroupManagement.php
4203share/nextcloud/apps/admin_audit/lib/Actions/Security.php 4448share/nextcloud/apps/admin_audit/lib/Actions/Security.php
4204share/nextcloud/apps/admin_audit/lib/Actions/Sharing.php 4449share/nextcloud/apps/admin_audit/lib/Actions/Sharing.php
4205share/nextcloud/apps/admin_audit/lib/Actions/Trashbin.php 4450share/nextcloud/apps/admin_audit/lib/Actions/Trashbin.php
4206share/nextcloud/apps/admin_audit/lib/Actions/UserManagement.php 4451share/nextcloud/apps/admin_audit/lib/Actions/UserManagement.php
4207share/nextcloud/apps/admin_audit/lib/Actions/Versions.php 4452share/nextcloud/apps/admin_audit/lib/Actions/Versions.php
4208share/nextcloud/apps/admin_audit/lib/AppInfo/Application.php 4453share/nextcloud/apps/admin_audit/lib/AppInfo/Application.php
4209share/nextcloud/apps/admin_audit/lib/BackgroundJobs/Rotate.php 4454share/nextcloud/apps/admin_audit/lib/BackgroundJobs/Rotate.php
4210share/nextcloud/apps/cloud_federation_api/LICENSE 4455share/nextcloud/apps/cloud_federation_api/LICENSE
4211share/nextcloud/apps/cloud_federation_api/appinfo/app.php 4456share/nextcloud/apps/cloud_federation_api/appinfo/app.php
4212share/nextcloud/apps/cloud_federation_api/appinfo/info.xml 4457share/nextcloud/apps/cloud_federation_api/appinfo/info.xml
4213share/nextcloud/apps/cloud_federation_api/appinfo/signature.json 4458share/nextcloud/apps/cloud_federation_api/appinfo/signature.json
 4459share/nextcloud/apps/cloud_federation_api/composer/autoload.php
 4460share/nextcloud/apps/cloud_federation_api/composer/composer.json
 4461share/nextcloud/apps/cloud_federation_api/composer/composer/ClassLoader.php
 4462share/nextcloud/apps/cloud_federation_api/composer/composer/LICENSE
 4463share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_classmap.php
 4464share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_namespaces.php
 4465share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_psr4.php
 4466share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_real.php
 4467share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_static.php
4214share/nextcloud/apps/cloud_federation_api/lib/AppInfo/Application.php 4468share/nextcloud/apps/cloud_federation_api/lib/AppInfo/Application.php
4215share/nextcloud/apps/cloud_federation_api/lib/Capabilities.php 4469share/nextcloud/apps/cloud_federation_api/lib/Capabilities.php
4216share/nextcloud/apps/cloud_federation_api/lib/Config.php 4470share/nextcloud/apps/cloud_federation_api/lib/Config.php
4217share/nextcloud/apps/cloud_federation_api/lib/Controller/RequestHandlerController.php 4471share/nextcloud/apps/cloud_federation_api/lib/Controller/RequestHandlerController.php
4218share/nextcloud/apps/comments/.bowerrc 4472share/nextcloud/apps/comments/.bowerrc
4219share/nextcloud/apps/comments/appinfo/app.php 4473share/nextcloud/apps/comments/appinfo/app.php
4220share/nextcloud/apps/comments/appinfo/info.xml 4474share/nextcloud/apps/comments/appinfo/info.xml
4221share/nextcloud/apps/comments/appinfo/routes.php 4475share/nextcloud/apps/comments/appinfo/routes.php
4222share/nextcloud/apps/comments/appinfo/signature.json 4476share/nextcloud/apps/comments/appinfo/signature.json
4223share/nextcloud/apps/comments/composer/autoload.php 4477share/nextcloud/apps/comments/composer/autoload.php
4224share/nextcloud/apps/comments/composer/composer.json 4478share/nextcloud/apps/comments/composer/composer.json
4225share/nextcloud/apps/comments/composer/composer/ClassLoader.php 4479share/nextcloud/apps/comments/composer/composer/ClassLoader.php
4226share/nextcloud/apps/comments/composer/composer/LICENSE 4480share/nextcloud/apps/comments/composer/composer/LICENSE
@@ -4537,26 +4791,28 @@ share/nextcloud/apps/dav/l10n/et_EE.js @@ -4537,26 +4791,28 @@ share/nextcloud/apps/dav/l10n/et_EE.js
4537share/nextcloud/apps/dav/l10n/et_EE.json 4791share/nextcloud/apps/dav/l10n/et_EE.json
4538share/nextcloud/apps/dav/l10n/eu.js 4792share/nextcloud/apps/dav/l10n/eu.js
4539share/nextcloud/apps/dav/l10n/eu.json 4793share/nextcloud/apps/dav/l10n/eu.json
4540share/nextcloud/apps/dav/l10n/fi.js 4794share/nextcloud/apps/dav/l10n/fi.js
4541share/nextcloud/apps/dav/l10n/fi.json 4795share/nextcloud/apps/dav/l10n/fi.json
4542share/nextcloud/apps/dav/l10n/fi_FI.js 4796share/nextcloud/apps/dav/l10n/fi_FI.js
4543share/nextcloud/apps/dav/l10n/fi_FI.json 4797share/nextcloud/apps/dav/l10n/fi_FI.json
4544share/nextcloud/apps/dav/l10n/fr.js 4798share/nextcloud/apps/dav/l10n/fr.js
4545share/nextcloud/apps/dav/l10n/fr.json 4799share/nextcloud/apps/dav/l10n/fr.json
4546share/nextcloud/apps/dav/l10n/gl.js 4800share/nextcloud/apps/dav/l10n/gl.js
4547share/nextcloud/apps/dav/l10n/gl.json 4801share/nextcloud/apps/dav/l10n/gl.json
4548share/nextcloud/apps/dav/l10n/he.js 4802share/nextcloud/apps/dav/l10n/he.js
4549share/nextcloud/apps/dav/l10n/he.json 4803share/nextcloud/apps/dav/l10n/he.json
 4804share/nextcloud/apps/dav/l10n/hr.js
 4805share/nextcloud/apps/dav/l10n/hr.json
4550share/nextcloud/apps/dav/l10n/hu.js 4806share/nextcloud/apps/dav/l10n/hu.js
4551share/nextcloud/apps/dav/l10n/hu.json 4807share/nextcloud/apps/dav/l10n/hu.json
4552share/nextcloud/apps/dav/l10n/hu_HU.js 4808share/nextcloud/apps/dav/l10n/hu_HU.js
4553share/nextcloud/apps/dav/l10n/hu_HU.json 4809share/nextcloud/apps/dav/l10n/hu_HU.json
4554share/nextcloud/apps/dav/l10n/id.js 4810share/nextcloud/apps/dav/l10n/id.js
4555share/nextcloud/apps/dav/l10n/id.json 4811share/nextcloud/apps/dav/l10n/id.json
4556share/nextcloud/apps/dav/l10n/is.js 4812share/nextcloud/apps/dav/l10n/is.js
4557share/nextcloud/apps/dav/l10n/is.json 4813share/nextcloud/apps/dav/l10n/is.json
4558share/nextcloud/apps/dav/l10n/it.js 4814share/nextcloud/apps/dav/l10n/it.js
4559share/nextcloud/apps/dav/l10n/it.json 4815share/nextcloud/apps/dav/l10n/it.json
4560share/nextcloud/apps/dav/l10n/ja.js 4816share/nextcloud/apps/dav/l10n/ja.js
4561share/nextcloud/apps/dav/l10n/ja.json 4817share/nextcloud/apps/dav/l10n/ja.json
4562share/nextcloud/apps/dav/l10n/ka_GE.js 4818share/nextcloud/apps/dav/l10n/ka_GE.js
@@ -4594,28 +4850,30 @@ share/nextcloud/apps/dav/l10n/sr.json @@ -4594,28 +4850,30 @@ share/nextcloud/apps/dav/l10n/sr.json
4594share/nextcloud/apps/dav/l10n/sv.js 4850share/nextcloud/apps/dav/l10n/sv.js
4595share/nextcloud/apps/dav/l10n/sv.json 4851share/nextcloud/apps/dav/l10n/sv.json
4596share/nextcloud/apps/dav/l10n/tr.js 4852share/nextcloud/apps/dav/l10n/tr.js
4597share/nextcloud/apps/dav/l10n/tr.json 4853share/nextcloud/apps/dav/l10n/tr.json
4598share/nextcloud/apps/dav/l10n/zh_CN.js 4854share/nextcloud/apps/dav/l10n/zh_CN.js
4599share/nextcloud/apps/dav/l10n/zh_CN.json 4855share/nextcloud/apps/dav/l10n/zh_CN.json
4600share/nextcloud/apps/dav/l10n/zh_TW.js 4856share/nextcloud/apps/dav/l10n/zh_TW.js
4601share/nextcloud/apps/dav/l10n/zh_TW.json 4857share/nextcloud/apps/dav/l10n/zh_TW.json
4602share/nextcloud/apps/dav/lib/AppInfo/Application.php 4858share/nextcloud/apps/dav/lib/AppInfo/Application.php
4603share/nextcloud/apps/dav/lib/AppInfo/PluginManager.php 4859share/nextcloud/apps/dav/lib/AppInfo/PluginManager.php
4604share/nextcloud/apps/dav/lib/Avatars/AvatarHome.php 4860share/nextcloud/apps/dav/lib/Avatars/AvatarHome.php
4605share/nextcloud/apps/dav/lib/Avatars/AvatarNode.php 4861share/nextcloud/apps/dav/lib/Avatars/AvatarNode.php
4606share/nextcloud/apps/dav/lib/Avatars/RootCollection.php 4862share/nextcloud/apps/dav/lib/Avatars/RootCollection.php
 4863share/nextcloud/apps/dav/lib/BackgroundJob/BuildReminderIndexBackgroundJob.php
4607share/nextcloud/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php 4864share/nextcloud/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php
4608share/nextcloud/apps/dav/lib/BackgroundJob/CleanupInvitationTokenJob.php 4865share/nextcloud/apps/dav/lib/BackgroundJob/CleanupInvitationTokenJob.php
 4866share/nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.php
4609share/nextcloud/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php 4867share/nextcloud/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php
4610share/nextcloud/apps/dav/lib/BackgroundJob/RefreshWebcalJob.php 4868share/nextcloud/apps/dav/lib/BackgroundJob/RefreshWebcalJob.php
4611share/nextcloud/apps/dav/lib/BackgroundJob/RegisterRegenerateBirthdayCalendars.php 4869share/nextcloud/apps/dav/lib/BackgroundJob/RegisterRegenerateBirthdayCalendars.php
4612share/nextcloud/apps/dav/lib/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJob.php 4870share/nextcloud/apps/dav/lib/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJob.php
4613share/nextcloud/apps/dav/lib/BackgroundJob/UploadCleanup.php 4871share/nextcloud/apps/dav/lib/BackgroundJob/UploadCleanup.php
4614share/nextcloud/apps/dav/lib/CalDAV/Activity/Backend.php 4872share/nextcloud/apps/dav/lib/CalDAV/Activity/Backend.php
4615share/nextcloud/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php 4873share/nextcloud/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php
4616share/nextcloud/apps/dav/lib/CalDAV/Activity/Filter/Todo.php 4874share/nextcloud/apps/dav/lib/CalDAV/Activity/Filter/Todo.php
4617share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Base.php 4875share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Base.php
4618share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php 4876share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php
4619share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Event.php 4877share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Event.php
4620share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Todo.php 4878share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Todo.php
4621share/nextcloud/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php 4879share/nextcloud/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php
@@ -4627,31 +4885,44 @@ share/nextcloud/apps/dav/lib/CalDAV/Cach @@ -4627,31 +4885,44 @@ share/nextcloud/apps/dav/lib/CalDAV/Cach
4627share/nextcloud/apps/dav/lib/CalDAV/CachedSubscriptionObject.php 4885share/nextcloud/apps/dav/lib/CalDAV/CachedSubscriptionObject.php
4628share/nextcloud/apps/dav/lib/CalDAV/CalDavBackend.php 4886share/nextcloud/apps/dav/lib/CalDAV/CalDavBackend.php
4629share/nextcloud/apps/dav/lib/CalDAV/Calendar.php 4887share/nextcloud/apps/dav/lib/CalDAV/Calendar.php
4630share/nextcloud/apps/dav/lib/CalDAV/CalendarHome.php 4888share/nextcloud/apps/dav/lib/CalDAV/CalendarHome.php
4631share/nextcloud/apps/dav/lib/CalDAV/CalendarImpl.php 4889share/nextcloud/apps/dav/lib/CalDAV/CalendarImpl.php
4632share/nextcloud/apps/dav/lib/CalDAV/CalendarManager.php 4890share/nextcloud/apps/dav/lib/CalDAV/CalendarManager.php
4633share/nextcloud/apps/dav/lib/CalDAV/CalendarObject.php 4891share/nextcloud/apps/dav/lib/CalDAV/CalendarObject.php
4634share/nextcloud/apps/dav/lib/CalDAV/CalendarRoot.php 4892share/nextcloud/apps/dav/lib/CalDAV/CalendarRoot.php
4635share/nextcloud/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php 4893share/nextcloud/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php
4636share/nextcloud/apps/dav/lib/CalDAV/Outbox.php 4894share/nextcloud/apps/dav/lib/CalDAV/Outbox.php
4637share/nextcloud/apps/dav/lib/CalDAV/Plugin.php 4895share/nextcloud/apps/dav/lib/CalDAV/Plugin.php
4638share/nextcloud/apps/dav/lib/CalDAV/Principal/Collection.php 4896share/nextcloud/apps/dav/lib/CalDAV/Principal/Collection.php
4639share/nextcloud/apps/dav/lib/CalDAV/Principal/User.php 4897share/nextcloud/apps/dav/lib/CalDAV/Principal/User.php
 4898share/nextcloud/apps/dav/lib/CalDAV/Proxy/Proxy.php
 4899share/nextcloud/apps/dav/lib/CalDAV/Proxy/ProxyMapper.php
4640share/nextcloud/apps/dav/lib/CalDAV/PublicCalendar.php 4900share/nextcloud/apps/dav/lib/CalDAV/PublicCalendar.php
4641share/nextcloud/apps/dav/lib/CalDAV/PublicCalendarObject.php 4901share/nextcloud/apps/dav/lib/CalDAV/PublicCalendarObject.php
4642share/nextcloud/apps/dav/lib/CalDAV/PublicCalendarRoot.php 4902share/nextcloud/apps/dav/lib/CalDAV/PublicCalendarRoot.php
4643share/nextcloud/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php 4903share/nextcloud/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php
4644share/nextcloud/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php 4904share/nextcloud/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php
 4905share/nextcloud/apps/dav/lib/CalDAV/Reminder/Backend.php
 4906share/nextcloud/apps/dav/lib/CalDAV/Reminder/INotificationProvider.php
 4907share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationProvider/AbstractProvider.php
 4908share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationProvider/AudioProvider.php
 4909share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php
 4910share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationProvider/ProviderNotAvailableException.php
 4911share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationProvider/PushProvider.php
 4912share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationProviderManager.php
 4913share/nextcloud/apps/dav/lib/CalDAV/Reminder/NotificationTypeDoesNotExistException.php
 4914share/nextcloud/apps/dav/lib/CalDAV/Reminder/Notifier.php
 4915share/nextcloud/apps/dav/lib/CalDAV/Reminder/ReminderService.php
4645share/nextcloud/apps/dav/lib/CalDAV/ResourceBooking/AbstractPrincipalBackend.php 4916share/nextcloud/apps/dav/lib/CalDAV/ResourceBooking/AbstractPrincipalBackend.php
4646share/nextcloud/apps/dav/lib/CalDAV/ResourceBooking/ResourcePrincipalBackend.php 4917share/nextcloud/apps/dav/lib/CalDAV/ResourceBooking/ResourcePrincipalBackend.php
4647share/nextcloud/apps/dav/lib/CalDAV/ResourceBooking/RoomPrincipalBackend.php 4918share/nextcloud/apps/dav/lib/CalDAV/ResourceBooking/RoomPrincipalBackend.php
4648share/nextcloud/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php 4919share/nextcloud/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
4649share/nextcloud/apps/dav/lib/CalDAV/Schedule/Plugin.php 4920share/nextcloud/apps/dav/lib/CalDAV/Schedule/Plugin.php
4650share/nextcloud/apps/dav/lib/CalDAV/Search/SearchPlugin.php 4921share/nextcloud/apps/dav/lib/CalDAV/Search/SearchPlugin.php
4651share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php 4922share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php
4652share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php 4923share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php
4653share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php 4924share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php
4654share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php 4925share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php
4655share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php 4926share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php
4656share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php 4927share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php
4657share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php 4928share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php
@@ -4667,26 +4938,27 @@ share/nextcloud/apps/dav/lib/CardDAV/Has @@ -4667,26 +4938,27 @@ share/nextcloud/apps/dav/lib/CardDAV/Has
4667share/nextcloud/apps/dav/lib/CardDAV/ImageExportPlugin.php 4938share/nextcloud/apps/dav/lib/CardDAV/ImageExportPlugin.php
4668share/nextcloud/apps/dav/lib/CardDAV/MultiGetExportPlugin.php 4939share/nextcloud/apps/dav/lib/CardDAV/MultiGetExportPlugin.php
4669share/nextcloud/apps/dav/lib/CardDAV/PhotoCache.php 4940share/nextcloud/apps/dav/lib/CardDAV/PhotoCache.php
4670share/nextcloud/apps/dav/lib/CardDAV/Plugin.php 4941share/nextcloud/apps/dav/lib/CardDAV/Plugin.php
4671share/nextcloud/apps/dav/lib/CardDAV/SyncService.php 4942share/nextcloud/apps/dav/lib/CardDAV/SyncService.php
4672share/nextcloud/apps/dav/lib/CardDAV/SystemAddressbook.php 4943share/nextcloud/apps/dav/lib/CardDAV/SystemAddressbook.php
4673share/nextcloud/apps/dav/lib/CardDAV/UserAddressBooks.php 4944share/nextcloud/apps/dav/lib/CardDAV/UserAddressBooks.php
4674share/nextcloud/apps/dav/lib/CardDAV/Xml/Groups.php 4945share/nextcloud/apps/dav/lib/CardDAV/Xml/Groups.php
4675share/nextcloud/apps/dav/lib/Command/CreateAddressBook.php 4946share/nextcloud/apps/dav/lib/Command/CreateAddressBook.php
4676share/nextcloud/apps/dav/lib/Command/CreateCalendar.php 4947share/nextcloud/apps/dav/lib/Command/CreateCalendar.php
4677share/nextcloud/apps/dav/lib/Command/ListCalendars.php 4948share/nextcloud/apps/dav/lib/Command/ListCalendars.php
4678share/nextcloud/apps/dav/lib/Command/MoveCalendar.php 4949share/nextcloud/apps/dav/lib/Command/MoveCalendar.php
4679share/nextcloud/apps/dav/lib/Command/RemoveInvalidShares.php 4950share/nextcloud/apps/dav/lib/Command/RemoveInvalidShares.php
 4951share/nextcloud/apps/dav/lib/Command/SendEventReminders.php
4680share/nextcloud/apps/dav/lib/Command/SyncBirthdayCalendar.php 4952share/nextcloud/apps/dav/lib/Command/SyncBirthdayCalendar.php
4681share/nextcloud/apps/dav/lib/Command/SyncSystemAddressBook.php 4953share/nextcloud/apps/dav/lib/Command/SyncSystemAddressBook.php
4682share/nextcloud/apps/dav/lib/Comments/CommentNode.php 4954share/nextcloud/apps/dav/lib/Comments/CommentNode.php
4683share/nextcloud/apps/dav/lib/Comments/CommentsPlugin.php 4955share/nextcloud/apps/dav/lib/Comments/CommentsPlugin.php
4684share/nextcloud/apps/dav/lib/Comments/EntityCollection.php 4956share/nextcloud/apps/dav/lib/Comments/EntityCollection.php
4685share/nextcloud/apps/dav/lib/Comments/EntityTypeCollection.php 4957share/nextcloud/apps/dav/lib/Comments/EntityTypeCollection.php
4686share/nextcloud/apps/dav/lib/Comments/RootCollection.php 4958share/nextcloud/apps/dav/lib/Comments/RootCollection.php
4687share/nextcloud/apps/dav/lib/Connector/LegacyDAVACL.php 4959share/nextcloud/apps/dav/lib/Connector/LegacyDAVACL.php
4688share/nextcloud/apps/dav/lib/Connector/PublicAuth.php 4960share/nextcloud/apps/dav/lib/Connector/PublicAuth.php
4689share/nextcloud/apps/dav/lib/Connector/Sabre/AnonymousOptionsPlugin.php 4961share/nextcloud/apps/dav/lib/Connector/Sabre/AnonymousOptionsPlugin.php
4690share/nextcloud/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php 4962share/nextcloud/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php
4691share/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php 4963share/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php
4692share/nextcloud/apps/dav/lib/Connector/Sabre/BearerAuth.php 4964share/nextcloud/apps/dav/lib/Connector/Sabre/BearerAuth.php
@@ -4709,90 +4981,97 @@ share/nextcloud/apps/dav/lib/Connector/S @@ -4709,90 +4981,97 @@ share/nextcloud/apps/dav/lib/Connector/S
4709share/nextcloud/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php 4981share/nextcloud/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php
4710share/nextcloud/apps/dav/lib/Connector/Sabre/File.php 4982share/nextcloud/apps/dav/lib/Connector/Sabre/File.php
4711share/nextcloud/apps/dav/lib/Connector/Sabre/FilesPlugin.php 4983share/nextcloud/apps/dav/lib/Connector/Sabre/FilesPlugin.php
4712share/nextcloud/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php 4984share/nextcloud/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
4713share/nextcloud/apps/dav/lib/Connector/Sabre/LockPlugin.php 4985share/nextcloud/apps/dav/lib/Connector/Sabre/LockPlugin.php
4714share/nextcloud/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php 4986share/nextcloud/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php
4715share/nextcloud/apps/dav/lib/Connector/Sabre/Node.php 4987share/nextcloud/apps/dav/lib/Connector/Sabre/Node.php
4716share/nextcloud/apps/dav/lib/Connector/Sabre/ObjectTree.php 4988share/nextcloud/apps/dav/lib/Connector/Sabre/ObjectTree.php
4717share/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php 4989share/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php
4718share/nextcloud/apps/dav/lib/Connector/Sabre/QuotaPlugin.php 4990share/nextcloud/apps/dav/lib/Connector/Sabre/QuotaPlugin.php
4719share/nextcloud/apps/dav/lib/Connector/Sabre/Server.php 4991share/nextcloud/apps/dav/lib/Connector/Sabre/Server.php
4720share/nextcloud/apps/dav/lib/Connector/Sabre/ServerFactory.php 4992share/nextcloud/apps/dav/lib/Connector/Sabre/ServerFactory.php
4721share/nextcloud/apps/dav/lib/Connector/Sabre/ShareTypeList.php 4993share/nextcloud/apps/dav/lib/Connector/Sabre/ShareTypeList.php
 4994share/nextcloud/apps/dav/lib/Connector/Sabre/ShareeList.php
4722share/nextcloud/apps/dav/lib/Connector/Sabre/SharesPlugin.php 4995share/nextcloud/apps/dav/lib/Connector/Sabre/SharesPlugin.php
4723share/nextcloud/apps/dav/lib/Connector/Sabre/TagList.php 4996share/nextcloud/apps/dav/lib/Connector/Sabre/TagList.php
4724share/nextcloud/apps/dav/lib/Connector/Sabre/TagsPlugin.php 4997share/nextcloud/apps/dav/lib/Connector/Sabre/TagsPlugin.php
4725share/nextcloud/apps/dav/lib/Controller/BirthdayCalendarController.php 4998share/nextcloud/apps/dav/lib/Controller/BirthdayCalendarController.php
4726share/nextcloud/apps/dav/lib/Controller/DirectController.php 4999share/nextcloud/apps/dav/lib/Controller/DirectController.php
4727share/nextcloud/apps/dav/lib/Controller/InvitationResponseController.php 5000share/nextcloud/apps/dav/lib/Controller/InvitationResponseController.php
4728share/nextcloud/apps/dav/lib/DAV/CustomPropertiesBackend.php 5001share/nextcloud/apps/dav/lib/DAV/CustomPropertiesBackend.php
4729share/nextcloud/apps/dav/lib/DAV/GroupPrincipalBackend.php 5002share/nextcloud/apps/dav/lib/DAV/GroupPrincipalBackend.php
4730share/nextcloud/apps/dav/lib/DAV/PublicAuth.php 5003share/nextcloud/apps/dav/lib/DAV/PublicAuth.php
4731share/nextcloud/apps/dav/lib/DAV/Sharing/Backend.php 5004share/nextcloud/apps/dav/lib/DAV/Sharing/Backend.php
4732share/nextcloud/apps/dav/lib/DAV/Sharing/IShareable.php 5005share/nextcloud/apps/dav/lib/DAV/Sharing/IShareable.php
4733share/nextcloud/apps/dav/lib/DAV/Sharing/Plugin.php 5006share/nextcloud/apps/dav/lib/DAV/Sharing/Plugin.php
4734share/nextcloud/apps/dav/lib/DAV/Sharing/Xml/Invite.php 5007share/nextcloud/apps/dav/lib/DAV/Sharing/Xml/Invite.php
4735share/nextcloud/apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php 5008share/nextcloud/apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php
4736share/nextcloud/apps/dav/lib/DAV/SystemPrincipalBackend.php 5009share/nextcloud/apps/dav/lib/DAV/SystemPrincipalBackend.php
4737share/nextcloud/apps/dav/lib/Db/Direct.php 5010share/nextcloud/apps/dav/lib/Db/Direct.php
4738share/nextcloud/apps/dav/lib/Db/DirectMapper.php 5011share/nextcloud/apps/dav/lib/Db/DirectMapper.php
4739share/nextcloud/apps/dav/lib/Direct/DirectFile.php 5012share/nextcloud/apps/dav/lib/Direct/DirectFile.php
4740share/nextcloud/apps/dav/lib/Direct/DirectHome.php 5013share/nextcloud/apps/dav/lib/Direct/DirectHome.php
4741share/nextcloud/apps/dav/lib/Direct/Server.php 5014share/nextcloud/apps/dav/lib/Direct/Server.php
4742share/nextcloud/apps/dav/lib/Direct/ServerFactory.php 5015share/nextcloud/apps/dav/lib/Direct/ServerFactory.php
 5016share/nextcloud/apps/dav/lib/Exception/UnsupportedLimitOnInitialSyncException.php
4743share/nextcloud/apps/dav/lib/Files/BrowserErrorPagePlugin.php 5017share/nextcloud/apps/dav/lib/Files/BrowserErrorPagePlugin.php
4744share/nextcloud/apps/dav/lib/Files/FileSearchBackend.php 5018share/nextcloud/apps/dav/lib/Files/FileSearchBackend.php
4745share/nextcloud/apps/dav/lib/Files/FilesHome.php 5019share/nextcloud/apps/dav/lib/Files/FilesHome.php
4746share/nextcloud/apps/dav/lib/Files/LazySearchBackend.php 5020share/nextcloud/apps/dav/lib/Files/LazySearchBackend.php
4747share/nextcloud/apps/dav/lib/Files/RootCollection.php 5021share/nextcloud/apps/dav/lib/Files/RootCollection.php
4748share/nextcloud/apps/dav/lib/Files/Sharing/FilesDropPlugin.php 5022share/nextcloud/apps/dav/lib/Files/Sharing/FilesDropPlugin.php
4749share/nextcloud/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php 5023share/nextcloud/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
4750share/nextcloud/apps/dav/lib/HookManager.php 5024share/nextcloud/apps/dav/lib/HookManager.php
4751share/nextcloud/apps/dav/lib/Migration/BuildCalendarSearchIndex.php 5025share/nextcloud/apps/dav/lib/Migration/BuildCalendarSearchIndex.php
4752share/nextcloud/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php 5026share/nextcloud/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php
4753share/nextcloud/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php 5027share/nextcloud/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
4754share/nextcloud/apps/dav/lib/Migration/ChunkCleanup.php 5028share/nextcloud/apps/dav/lib/Migration/ChunkCleanup.php
4755share/nextcloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php 5029share/nextcloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
4756share/nextcloud/apps/dav/lib/Migration/RefreshWebcalJobRegistrar.php 5030share/nextcloud/apps/dav/lib/Migration/RefreshWebcalJobRegistrar.php
4757share/nextcloud/apps/dav/lib/Migration/RegenerateBirthdayCalendars.php 5031share/nextcloud/apps/dav/lib/Migration/RegenerateBirthdayCalendars.php
 5032share/nextcloud/apps/dav/lib/Migration/RegisterBuildReminderIndexBackgroundJob.php
4758share/nextcloud/apps/dav/lib/Migration/RemoveClassifiedEventActivity.php 5033share/nextcloud/apps/dav/lib/Migration/RemoveClassifiedEventActivity.php
4759share/nextcloud/apps/dav/lib/Migration/RemoveOrphanEventsAndContacts.php 5034share/nextcloud/apps/dav/lib/Migration/RemoveOrphanEventsAndContacts.php
4760share/nextcloud/apps/dav/lib/Migration/Version1004Date20170825134824.php 5035share/nextcloud/apps/dav/lib/Migration/Version1004Date20170825134824.php
4761share/nextcloud/apps/dav/lib/Migration/Version1004Date20170919104507.php 5036share/nextcloud/apps/dav/lib/Migration/Version1004Date20170919104507.php
4762share/nextcloud/apps/dav/lib/Migration/Version1004Date20170924124212.php 5037share/nextcloud/apps/dav/lib/Migration/Version1004Date20170924124212.php
4763share/nextcloud/apps/dav/lib/Migration/Version1004Date20170926103422.php 5038share/nextcloud/apps/dav/lib/Migration/Version1004Date20170926103422.php
4764share/nextcloud/apps/dav/lib/Migration/Version1005Date20180413093149.php 5039share/nextcloud/apps/dav/lib/Migration/Version1005Date20180413093149.php
4765share/nextcloud/apps/dav/lib/Migration/Version1005Date20180530124431.php 5040share/nextcloud/apps/dav/lib/Migration/Version1005Date20180530124431.php
4766share/nextcloud/apps/dav/lib/Migration/Version1006Date20180619154313.php 5041share/nextcloud/apps/dav/lib/Migration/Version1006Date20180619154313.php
4767share/nextcloud/apps/dav/lib/Migration/Version1006Date20180628111625.php 5042share/nextcloud/apps/dav/lib/Migration/Version1006Date20180628111625.php
4768share/nextcloud/apps/dav/lib/Migration/Version1008Date20181030113700.php 5043share/nextcloud/apps/dav/lib/Migration/Version1008Date20181030113700.php
4769share/nextcloud/apps/dav/lib/Migration/Version1008Date20181105104826.php 5044share/nextcloud/apps/dav/lib/Migration/Version1008Date20181105104826.php
4770share/nextcloud/apps/dav/lib/Migration/Version1008Date20181105104833.php 5045share/nextcloud/apps/dav/lib/Migration/Version1008Date20181105104833.php
4771share/nextcloud/apps/dav/lib/Migration/Version1008Date20181105110300.php 5046share/nextcloud/apps/dav/lib/Migration/Version1008Date20181105110300.php
4772share/nextcloud/apps/dav/lib/Migration/Version1008Date20181105112049.php 5047share/nextcloud/apps/dav/lib/Migration/Version1008Date20181105112049.php
4773share/nextcloud/apps/dav/lib/Migration/Version1008Date20181114084440.php 5048share/nextcloud/apps/dav/lib/Migration/Version1008Date20181114084440.php
 5049share/nextcloud/apps/dav/lib/Migration/Version1011Date20190725113607.php
 5050share/nextcloud/apps/dav/lib/Migration/Version1011Date20190806104428.php
 5051share/nextcloud/apps/dav/lib/Migration/Version1012Date20190808122342.php
4774share/nextcloud/apps/dav/lib/Provisioning/Apple/AppleProvisioningNode.php 5052share/nextcloud/apps/dav/lib/Provisioning/Apple/AppleProvisioningNode.php
4775share/nextcloud/apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php 5053share/nextcloud/apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php
4776share/nextcloud/apps/dav/lib/RootCollection.php 5054share/nextcloud/apps/dav/lib/RootCollection.php
4777share/nextcloud/apps/dav/lib/Server.php 5055share/nextcloud/apps/dav/lib/Server.php
4778share/nextcloud/apps/dav/lib/Settings/CalDAVSettings.php 5056share/nextcloud/apps/dav/lib/Settings/CalDAVSettings.php
4779share/nextcloud/apps/dav/lib/SystemTag/SystemTagMappingNode.php 5057share/nextcloud/apps/dav/lib/SystemTag/SystemTagMappingNode.php
4780share/nextcloud/apps/dav/lib/SystemTag/SystemTagNode.php 5058share/nextcloud/apps/dav/lib/SystemTag/SystemTagNode.php
4781share/nextcloud/apps/dav/lib/SystemTag/SystemTagPlugin.php 5059share/nextcloud/apps/dav/lib/SystemTag/SystemTagPlugin.php
4782share/nextcloud/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php 5060share/nextcloud/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php
4783share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php 5061share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php
4784share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php 5062share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php
4785share/nextcloud/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php 5063share/nextcloud/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php
 5064share/nextcloud/apps/dav/lib/Traits/PrincipalProxyTrait.php
4786share/nextcloud/apps/dav/lib/Upload/AssemblyStream.php 5065share/nextcloud/apps/dav/lib/Upload/AssemblyStream.php
4787share/nextcloud/apps/dav/lib/Upload/ChunkingPlugin.php 5066share/nextcloud/apps/dav/lib/Upload/ChunkingPlugin.php
4788share/nextcloud/apps/dav/lib/Upload/CleanupService.php 5067share/nextcloud/apps/dav/lib/Upload/CleanupService.php
4789share/nextcloud/apps/dav/lib/Upload/FutureFile.php 5068share/nextcloud/apps/dav/lib/Upload/FutureFile.php
4790share/nextcloud/apps/dav/lib/Upload/RootCollection.php 5069share/nextcloud/apps/dav/lib/Upload/RootCollection.php
4791share/nextcloud/apps/dav/lib/Upload/UploadFolder.php 5070share/nextcloud/apps/dav/lib/Upload/UploadFolder.php
4792share/nextcloud/apps/dav/lib/Upload/UploadHome.php 5071share/nextcloud/apps/dav/lib/Upload/UploadHome.php
4793share/nextcloud/apps/dav/templates/exception.php 5072share/nextcloud/apps/dav/templates/exception.php
4794share/nextcloud/apps/dav/templates/schedule-response-error.php 5073share/nextcloud/apps/dav/templates/schedule-response-error.php
4795share/nextcloud/apps/dav/templates/schedule-response-options.php 5074share/nextcloud/apps/dav/templates/schedule-response-options.php
4796share/nextcloud/apps/dav/templates/schedule-response-success.php 5075share/nextcloud/apps/dav/templates/schedule-response-success.php
4797share/nextcloud/apps/dav/templates/settings-admin-caldav.php 5076share/nextcloud/apps/dav/templates/settings-admin-caldav.php
4798share/nextcloud/apps/encryption/appinfo/app.php 5077share/nextcloud/apps/encryption/appinfo/app.php
@@ -5284,50 +5563,54 @@ share/nextcloud/apps/federation/l10n/eu. @@ -5284,50 +5563,54 @@ share/nextcloud/apps/federation/l10n/eu.
5284share/nextcloud/apps/federation/l10n/eu.json 5563share/nextcloud/apps/federation/l10n/eu.json
5285share/nextcloud/apps/federation/l10n/fa.js 5564share/nextcloud/apps/federation/l10n/fa.js
5286share/nextcloud/apps/federation/l10n/fa.json 5565share/nextcloud/apps/federation/l10n/fa.json
5287share/nextcloud/apps/federation/l10n/fi.js 5566share/nextcloud/apps/federation/l10n/fi.js
5288share/nextcloud/apps/federation/l10n/fi.json 5567share/nextcloud/apps/federation/l10n/fi.json
5289share/nextcloud/apps/federation/l10n/fi_FI.js 5568share/nextcloud/apps/federation/l10n/fi_FI.js
5290share/nextcloud/apps/federation/l10n/fi_FI.json 5569share/nextcloud/apps/federation/l10n/fi_FI.json
5291share/nextcloud/apps/federation/l10n/fr.js 5570share/nextcloud/apps/federation/l10n/fr.js
5292share/nextcloud/apps/federation/l10n/fr.json 5571share/nextcloud/apps/federation/l10n/fr.json
5293share/nextcloud/apps/federation/l10n/gl.js 5572share/nextcloud/apps/federation/l10n/gl.js
5294share/nextcloud/apps/federation/l10n/gl.json 5573share/nextcloud/apps/federation/l10n/gl.json
5295share/nextcloud/apps/federation/l10n/he.js 5574share/nextcloud/apps/federation/l10n/he.js
5296share/nextcloud/apps/federation/l10n/he.json 5575share/nextcloud/apps/federation/l10n/he.json
 5576share/nextcloud/apps/federation/l10n/hr.js
 5577share/nextcloud/apps/federation/l10n/hr.json
5297share/nextcloud/apps/federation/l10n/hu.js 5578share/nextcloud/apps/federation/l10n/hu.js
5298share/nextcloud/apps/federation/l10n/hu.json 5579share/nextcloud/apps/federation/l10n/hu.json
5299share/nextcloud/apps/federation/l10n/hu_HU.js 5580share/nextcloud/apps/federation/l10n/hu_HU.js
5300share/nextcloud/apps/federation/l10n/hu_HU.json 5581share/nextcloud/apps/federation/l10n/hu_HU.json
5301share/nextcloud/apps/federation/l10n/ia.js 5582share/nextcloud/apps/federation/l10n/ia.js
5302share/nextcloud/apps/federation/l10n/ia.json 5583share/nextcloud/apps/federation/l10n/ia.json
5303share/nextcloud/apps/federation/l10n/id.js 5584share/nextcloud/apps/federation/l10n/id.js
5304share/nextcloud/apps/federation/l10n/id.json 5585share/nextcloud/apps/federation/l10n/id.json
5305share/nextcloud/apps/federation/l10n/is.js 5586share/nextcloud/apps/federation/l10n/is.js
5306share/nextcloud/apps/federation/l10n/is.json 5587share/nextcloud/apps/federation/l10n/is.json
5307share/nextcloud/apps/federation/l10n/it.js 5588share/nextcloud/apps/federation/l10n/it.js
5308share/nextcloud/apps/federation/l10n/it.json 5589share/nextcloud/apps/federation/l10n/it.json
5309share/nextcloud/apps/federation/l10n/ja.js 5590share/nextcloud/apps/federation/l10n/ja.js
5310share/nextcloud/apps/federation/l10n/ja.json 5591share/nextcloud/apps/federation/l10n/ja.json
5311share/nextcloud/apps/federation/l10n/ka_GE.js 5592share/nextcloud/apps/federation/l10n/ka_GE.js
5312share/nextcloud/apps/federation/l10n/ka_GE.json 5593share/nextcloud/apps/federation/l10n/ka_GE.json
5313share/nextcloud/apps/federation/l10n/ko.js 5594share/nextcloud/apps/federation/l10n/ko.js
5314share/nextcloud/apps/federation/l10n/ko.json 5595share/nextcloud/apps/federation/l10n/ko.json
5315share/nextcloud/apps/federation/l10n/lb.js 5596share/nextcloud/apps/federation/l10n/lb.js
5316share/nextcloud/apps/federation/l10n/lb.json 5597share/nextcloud/apps/federation/l10n/lb.json
5317share/nextcloud/apps/federation/l10n/lt_LT.js 5598share/nextcloud/apps/federation/l10n/lt_LT.js
5318share/nextcloud/apps/federation/l10n/lt_LT.json 5599share/nextcloud/apps/federation/l10n/lt_LT.json
5319share/nextcloud/apps/federation/l10n/lv.js 5600share/nextcloud/apps/federation/l10n/lv.js
5320share/nextcloud/apps/federation/l10n/lv.json 5601share/nextcloud/apps/federation/l10n/lv.json
 5602share/nextcloud/apps/federation/l10n/mk.js
 5603share/nextcloud/apps/federation/l10n/mk.json
5321share/nextcloud/apps/federation/l10n/mn.js 5604share/nextcloud/apps/federation/l10n/mn.js
5322share/nextcloud/apps/federation/l10n/mn.json 5605share/nextcloud/apps/federation/l10n/mn.json
5323share/nextcloud/apps/federation/l10n/nb.js 5606share/nextcloud/apps/federation/l10n/nb.js
5324share/nextcloud/apps/federation/l10n/nb.json 5607share/nextcloud/apps/federation/l10n/nb.json
5325share/nextcloud/apps/federation/l10n/nb_NO.js 5608share/nextcloud/apps/federation/l10n/nb_NO.js
5326share/nextcloud/apps/federation/l10n/nb_NO.json 5609share/nextcloud/apps/federation/l10n/nb_NO.json
5327share/nextcloud/apps/federation/l10n/nl.js 5610share/nextcloud/apps/federation/l10n/nl.js
5328share/nextcloud/apps/federation/l10n/nl.json 5611share/nextcloud/apps/federation/l10n/nl.json
5329share/nextcloud/apps/federation/l10n/oc.js 5612share/nextcloud/apps/federation/l10n/oc.js
5330share/nextcloud/apps/federation/l10n/oc.json 5613share/nextcloud/apps/federation/l10n/oc.json
5331share/nextcloud/apps/federation/l10n/pl.js 5614share/nextcloud/apps/federation/l10n/pl.js
5332share/nextcloud/apps/federation/l10n/pl.json 5615share/nextcloud/apps/federation/l10n/pl.json
5333share/nextcloud/apps/federation/l10n/pt_BR.js 5616share/nextcloud/apps/federation/l10n/pt_BR.js
@@ -6089,26 +6372,27 @@ share/nextcloud/apps/files_external/lib/ @@ -6089,26 +6372,27 @@ share/nextcloud/apps/files_external/lib/
6089share/nextcloud/apps/files_external/lib/Lib/Auth/Builtin.php 6372share/nextcloud/apps/files_external/lib/Lib/Auth/Builtin.php
6090share/nextcloud/apps/files_external/lib/Lib/Auth/IUserProvided.php 6373share/nextcloud/apps/files_external/lib/Lib/Auth/IUserProvided.php
6091share/nextcloud/apps/files_external/lib/Lib/Auth/InvalidAuth.php 6374share/nextcloud/apps/files_external/lib/Lib/Auth/InvalidAuth.php
6092share/nextcloud/apps/files_external/lib/Lib/Auth/NullMechanism.php 6375share/nextcloud/apps/files_external/lib/Lib/Auth/NullMechanism.php
6093share/nextcloud/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php 6376share/nextcloud/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
6094share/nextcloud/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php 6377share/nextcloud/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php
6095share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/OpenStackV2.php 6378share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/OpenStackV2.php
6096share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/OpenStackV3.php 6379share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/OpenStackV3.php
6097share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php 6380share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php
6098share/nextcloud/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php 6381share/nextcloud/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php
6099share/nextcloud/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php 6382share/nextcloud/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php
6100share/nextcloud/apps/files_external/lib/Lib/Auth/Password/Password.php 6383share/nextcloud/apps/files_external/lib/Lib/Auth/Password/Password.php
6101share/nextcloud/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php 6384share/nextcloud/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php
 6385share/nextcloud/apps/files_external/lib/Lib/Auth/Password/UserGlobalAuth.php
6102share/nextcloud/apps/files_external/lib/Lib/Auth/Password/UserProvided.php 6386share/nextcloud/apps/files_external/lib/Lib/Auth/Password/UserProvided.php
6103share/nextcloud/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php 6387share/nextcloud/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php
6104share/nextcloud/apps/files_external/lib/Lib/Auth/PublicKey/RSAPrivateKey.php 6388share/nextcloud/apps/files_external/lib/Lib/Auth/PublicKey/RSAPrivateKey.php
6105share/nextcloud/apps/files_external/lib/Lib/Auth/SMB/KerberosAuth.php 6389share/nextcloud/apps/files_external/lib/Lib/Auth/SMB/KerberosAuth.php
6106share/nextcloud/apps/files_external/lib/Lib/Backend/AmazonS3.php 6390share/nextcloud/apps/files_external/lib/Lib/Backend/AmazonS3.php
6107share/nextcloud/apps/files_external/lib/Lib/Backend/Backend.php 6391share/nextcloud/apps/files_external/lib/Lib/Backend/Backend.php
6108share/nextcloud/apps/files_external/lib/Lib/Backend/DAV.php 6392share/nextcloud/apps/files_external/lib/Lib/Backend/DAV.php
6109share/nextcloud/apps/files_external/lib/Lib/Backend/FTP.php 6393share/nextcloud/apps/files_external/lib/Lib/Backend/FTP.php
6110share/nextcloud/apps/files_external/lib/Lib/Backend/InvalidBackend.php 6394share/nextcloud/apps/files_external/lib/Lib/Backend/InvalidBackend.php
6111share/nextcloud/apps/files_external/lib/Lib/Backend/LegacyBackend.php 6395share/nextcloud/apps/files_external/lib/Lib/Backend/LegacyBackend.php
6112share/nextcloud/apps/files_external/lib/Lib/Backend/Local.php 6396share/nextcloud/apps/files_external/lib/Lib/Backend/Local.php
6113share/nextcloud/apps/files_external/lib/Lib/Backend/OwnCloud.php 6397share/nextcloud/apps/files_external/lib/Lib/Backend/OwnCloud.php
6114share/nextcloud/apps/files_external/lib/Lib/Backend/SFTP.php 6398share/nextcloud/apps/files_external/lib/Lib/Backend/SFTP.php
@@ -6570,26 +6854,28 @@ share/nextcloud/apps/files_rightclick/l1 @@ -6570,26 +6854,28 @@ share/nextcloud/apps/files_rightclick/l1
6570share/nextcloud/apps/files_rightclick/l10n/el.json 6854share/nextcloud/apps/files_rightclick/l10n/el.json
6571share/nextcloud/apps/files_rightclick/l10n/eo.js 6855share/nextcloud/apps/files_rightclick/l10n/eo.js
6572share/nextcloud/apps/files_rightclick/l10n/eo.json 6856share/nextcloud/apps/files_rightclick/l10n/eo.json
6573share/nextcloud/apps/files_rightclick/l10n/es.js 6857share/nextcloud/apps/files_rightclick/l10n/es.js
6574share/nextcloud/apps/files_rightclick/l10n/es.json 6858share/nextcloud/apps/files_rightclick/l10n/es.json
6575share/nextcloud/apps/files_rightclick/l10n/fi.js 6859share/nextcloud/apps/files_rightclick/l10n/fi.js
6576share/nextcloud/apps/files_rightclick/l10n/fi.json 6860share/nextcloud/apps/files_rightclick/l10n/fi.json
6577share/nextcloud/apps/files_rightclick/l10n/fr.js 6861share/nextcloud/apps/files_rightclick/l10n/fr.js
6578share/nextcloud/apps/files_rightclick/l10n/fr.json 6862share/nextcloud/apps/files_rightclick/l10n/fr.json
6579share/nextcloud/apps/files_rightclick/l10n/gl.js 6863share/nextcloud/apps/files_rightclick/l10n/gl.js
6580share/nextcloud/apps/files_rightclick/l10n/gl.json 6864share/nextcloud/apps/files_rightclick/l10n/gl.json
6581share/nextcloud/apps/files_rightclick/l10n/he.js 6865share/nextcloud/apps/files_rightclick/l10n/he.js
6582share/nextcloud/apps/files_rightclick/l10n/he.json 6866share/nextcloud/apps/files_rightclick/l10n/he.json
 6867share/nextcloud/apps/files_rightclick/l10n/hr.js
 6868share/nextcloud/apps/files_rightclick/l10n/hr.json
6583share/nextcloud/apps/files_rightclick/l10n/hu.js 6869share/nextcloud/apps/files_rightclick/l10n/hu.js
6584share/nextcloud/apps/files_rightclick/l10n/hu.json 6870share/nextcloud/apps/files_rightclick/l10n/hu.json
6585share/nextcloud/apps/files_rightclick/l10n/is.js 6871share/nextcloud/apps/files_rightclick/l10n/is.js
6586share/nextcloud/apps/files_rightclick/l10n/is.json 6872share/nextcloud/apps/files_rightclick/l10n/is.json
6587share/nextcloud/apps/files_rightclick/l10n/it.js 6873share/nextcloud/apps/files_rightclick/l10n/it.js
6588share/nextcloud/apps/files_rightclick/l10n/it.json 6874share/nextcloud/apps/files_rightclick/l10n/it.json
6589share/nextcloud/apps/files_rightclick/l10n/ja.js 6875share/nextcloud/apps/files_rightclick/l10n/ja.js
6590share/nextcloud/apps/files_rightclick/l10n/ja.json 6876share/nextcloud/apps/files_rightclick/l10n/ja.json
6591share/nextcloud/apps/files_rightclick/l10n/ko.js 6877share/nextcloud/apps/files_rightclick/l10n/ko.js
6592share/nextcloud/apps/files_rightclick/l10n/ko.json 6878share/nextcloud/apps/files_rightclick/l10n/ko.json
6593share/nextcloud/apps/files_rightclick/l10n/lt_LT.js 6879share/nextcloud/apps/files_rightclick/l10n/lt_LT.js
6594share/nextcloud/apps/files_rightclick/l10n/lt_LT.json 6880share/nextcloud/apps/files_rightclick/l10n/lt_LT.json
6595share/nextcloud/apps/files_rightclick/l10n/lv.js 6881share/nextcloud/apps/files_rightclick/l10n/lv.js
@@ -6635,37 +6921,32 @@ share/nextcloud/apps/files_sharing/compo @@ -6635,37 +6921,32 @@ share/nextcloud/apps/files_sharing/compo
6635share/nextcloud/apps/files_sharing/composer/composer/LICENSE 6921share/nextcloud/apps/files_sharing/composer/composer/LICENSE
6636share/nextcloud/apps/files_sharing/composer/composer/autoload_classmap.php 6922share/nextcloud/apps/files_sharing/composer/composer/autoload_classmap.php
6637share/nextcloud/apps/files_sharing/composer/composer/autoload_namespaces.php 6923share/nextcloud/apps/files_sharing/composer/composer/autoload_namespaces.php
6638share/nextcloud/apps/files_sharing/composer/composer/autoload_psr4.php 6924share/nextcloud/apps/files_sharing/composer/composer/autoload_psr4.php
6639share/nextcloud/apps/files_sharing/composer/composer/autoload_real.php 6925share/nextcloud/apps/files_sharing/composer/composer/autoload_real.php
6640share/nextcloud/apps/files_sharing/composer/composer/autoload_static.php 6926share/nextcloud/apps/files_sharing/composer/composer/autoload_static.php
6641share/nextcloud/apps/files_sharing/css/404.css 6927share/nextcloud/apps/files_sharing/css/404.css
6642share/nextcloud/apps/files_sharing/css/mobile.scss 6928share/nextcloud/apps/files_sharing/css/mobile.scss
6643share/nextcloud/apps/files_sharing/css/public.scss 6929share/nextcloud/apps/files_sharing/css/public.scss
6644share/nextcloud/apps/files_sharing/css/publicView.scss 6930share/nextcloud/apps/files_sharing/css/publicView.scss
6645share/nextcloud/apps/files_sharing/css/sharedfilelist.css 6931share/nextcloud/apps/files_sharing/css/sharedfilelist.css
6646share/nextcloud/apps/files_sharing/img/app.svg 6932share/nextcloud/apps/files_sharing/img/app.svg
6647share/nextcloud/apps/files_sharing/js/additionalScripts.js 6933share/nextcloud/apps/files_sharing/js/additionalScripts.js
 6934share/nextcloud/apps/files_sharing/js/additionalScripts.js.map
6648share/nextcloud/apps/files_sharing/js/app.js 6935share/nextcloud/apps/files_sharing/js/app.js
6649share/nextcloud/apps/files_sharing/js/dist/additionalScripts.js 6936share/nextcloud/apps/files_sharing/js/dist/additionalScripts.js
6650share/nextcloud/apps/files_sharing/js/dist/additionalScripts.js.map 6937share/nextcloud/apps/files_sharing/js/dist/additionalScripts.js.map
6651share/nextcloud/apps/files_sharing/js/dist/collaboration.js 6938share/nextcloud/apps/files_sharing/js/dist/collaboration.js
6652share/nextcloud/apps/files_sharing/js/dist/collaboration.js.map 6939share/nextcloud/apps/files_sharing/js/dist/collaboration.js.map
6653share/nextcloud/apps/files_sharing/js/dist/files_sharing.0.js 
6654share/nextcloud/apps/files_sharing/js/dist/files_sharing.0.js.map 
6655share/nextcloud/apps/files_sharing/js/dist/files_sharing.1.js 
6656share/nextcloud/apps/files_sharing/js/dist/files_sharing.1.js.map 
6657share/nextcloud/apps/files_sharing/js/dist/files_sharing.2.js 
6658share/nextcloud/apps/files_sharing/js/dist/files_sharing.2.js.map 
6659share/nextcloud/apps/files_sharing/js/dist/files_sharing.3.js 6940share/nextcloud/apps/files_sharing/js/dist/files_sharing.3.js
6660share/nextcloud/apps/files_sharing/js/dist/files_sharing.3.js.map 6941share/nextcloud/apps/files_sharing/js/dist/files_sharing.3.js.map
6661share/nextcloud/apps/files_sharing/js/dist/files_sharing.4.js 6942share/nextcloud/apps/files_sharing/js/dist/files_sharing.4.js
6662share/nextcloud/apps/files_sharing/js/dist/files_sharing.4.js.map 6943share/nextcloud/apps/files_sharing/js/dist/files_sharing.4.js.map
6663share/nextcloud/apps/files_sharing/js/dist/files_sharing.js 6944share/nextcloud/apps/files_sharing/js/dist/files_sharing.js
6664share/nextcloud/apps/files_sharing/js/dist/files_sharing.js.map 6945share/nextcloud/apps/files_sharing/js/dist/files_sharing.js.map
6665share/nextcloud/apps/files_sharing/js/files_drop.js 6946share/nextcloud/apps/files_sharing/js/files_drop.js
6666share/nextcloud/apps/files_sharing/js/public.js 6947share/nextcloud/apps/files_sharing/js/public.js
6667share/nextcloud/apps/files_sharing/js/public_note.js 6948share/nextcloud/apps/files_sharing/js/public_note.js
6668share/nextcloud/apps/files_sharing/js/sharedfilelist.js 6949share/nextcloud/apps/files_sharing/js/sharedfilelist.js
6669share/nextcloud/apps/files_sharing/js/templates.js 6950share/nextcloud/apps/files_sharing/js/templates.js
6670share/nextcloud/apps/files_sharing/js/templates/files_drop.handlebars 6951share/nextcloud/apps/files_sharing/js/templates/files_drop.handlebars
6671share/nextcloud/apps/files_sharing/l10n/af_ZA.js 6952share/nextcloud/apps/files_sharing/l10n/af_ZA.js
@@ -6921,270 +7202,26 @@ share/nextcloud/apps/files_sharing/lib/M @@ -6921,270 +7202,26 @@ share/nextcloud/apps/files_sharing/lib/M
6921share/nextcloud/apps/files_sharing/lib/Migration/SetPasswordColumn.php 7202share/nextcloud/apps/files_sharing/lib/Migration/SetPasswordColumn.php
6922share/nextcloud/apps/files_sharing/lib/MountProvider.php 7203share/nextcloud/apps/files_sharing/lib/MountProvider.php
6923share/nextcloud/apps/files_sharing/lib/Scanner.php 7204share/nextcloud/apps/files_sharing/lib/Scanner.php
6924share/nextcloud/apps/files_sharing/lib/ShareBackend/File.php 7205share/nextcloud/apps/files_sharing/lib/ShareBackend/File.php
6925share/nextcloud/apps/files_sharing/lib/ShareBackend/Folder.php 7206share/nextcloud/apps/files_sharing/lib/ShareBackend/Folder.php
6926share/nextcloud/apps/files_sharing/lib/SharedMount.php 7207share/nextcloud/apps/files_sharing/lib/SharedMount.php
6927share/nextcloud/apps/files_sharing/lib/SharedStorage.php 7208share/nextcloud/apps/files_sharing/lib/SharedStorage.php
6928share/nextcloud/apps/files_sharing/lib/Updater.php 7209share/nextcloud/apps/files_sharing/lib/Updater.php
6929share/nextcloud/apps/files_sharing/list.php 7210share/nextcloud/apps/files_sharing/list.php
6930share/nextcloud/apps/files_sharing/public.php 7211share/nextcloud/apps/files_sharing/public.php
6931share/nextcloud/apps/files_sharing/templates/list.php 7212share/nextcloud/apps/files_sharing/templates/list.php
6932share/nextcloud/apps/files_sharing/templates/part.404.php 7213share/nextcloud/apps/files_sharing/templates/part.404.php
6933share/nextcloud/apps/files_sharing/templates/public.php 7214share/nextcloud/apps/files_sharing/templates/public.php
6934share/nextcloud/apps/files_texteditor/appinfo/app.php 
6935share/nextcloud/apps/files_texteditor/appinfo/info.xml 
6936share/nextcloud/apps/files_texteditor/appinfo/routes.php 
6937share/nextcloud/apps/files_texteditor/appinfo/signature.json 
6938share/nextcloud/apps/files_texteditor/build/0.bundle.js 
6939share/nextcloud/apps/files_texteditor/build/0.bundle.js.map 
6940share/nextcloud/apps/files_texteditor/build/ace.bundle.js 
6941share/nextcloud/apps/files_texteditor/build/ace.bundle.js.map 
6942share/nextcloud/apps/files_texteditor/build/bat-mode.bundle.js 
6943share/nextcloud/apps/files_texteditor/build/bat-mode.bundle.js.map 
6944share/nextcloud/apps/files_texteditor/build/coffee-mode.bundle.js 
6945share/nextcloud/apps/files_texteditor/build/coffee-mode.bundle.js.map 
6946share/nextcloud/apps/files_texteditor/build/cs-mode.bundle.js 
6947share/nextcloud/apps/files_texteditor/build/cs-mode.bundle.js.map 
6948share/nextcloud/apps/files_texteditor/build/css-mode.bundle.js 
6949share/nextcloud/apps/files_texteditor/build/css-mode.bundle.js.map 
6950share/nextcloud/apps/files_texteditor/build/editor.js 
6951share/nextcloud/apps/files_texteditor/build/editor.js.map 
6952share/nextcloud/apps/files_texteditor/build/groovy-mode.bundle.js 
6953share/nextcloud/apps/files_texteditor/build/groovy-mode.bundle.js.map 
6954share/nextcloud/apps/files_texteditor/build/h-mode.bundle.js 
6955share/nextcloud/apps/files_texteditor/build/h-mode.bundle.js.map 
6956share/nextcloud/apps/files_texteditor/build/html-mode.bundle.js 
6957share/nextcloud/apps/files_texteditor/build/html-mode.bundle.js.map 
6958share/nextcloud/apps/files_texteditor/build/java-mode.bundle.js 
6959share/nextcloud/apps/files_texteditor/build/java-mode.bundle.js.map 
6960share/nextcloud/apps/files_texteditor/build/js-mode.bundle.js 
6961share/nextcloud/apps/files_texteditor/build/js-mode.bundle.js.map 
6962share/nextcloud/apps/files_texteditor/build/json-mode.bundle.js 
6963share/nextcloud/apps/files_texteditor/build/json-mode.bundle.js.map 
6964share/nextcloud/apps/files_texteditor/build/latex-mode.bundle.js 
6965share/nextcloud/apps/files_texteditor/build/latex-mode.bundle.js.map 
6966share/nextcloud/apps/files_texteditor/build/less-mode.bundle.js 
6967share/nextcloud/apps/files_texteditor/build/less-mode.bundle.js.map 
6968share/nextcloud/apps/files_texteditor/build/lua-mode.bundle.js 
6969share/nextcloud/apps/files_texteditor/build/lua-mode.bundle.js.map 
6970share/nextcloud/apps/files_texteditor/build/markdown-mode.bundle.js 
6971share/nextcloud/apps/files_texteditor/build/markdown-mode.bundle.js.map 
6972share/nextcloud/apps/files_texteditor/build/ml-mode.bundle.js 
6973share/nextcloud/apps/files_texteditor/build/ml-mode.bundle.js.map 
6974share/nextcloud/apps/files_texteditor/build/php-mode.bundle.js 
6975share/nextcloud/apps/files_texteditor/build/php-mode.bundle.js.map 
6976share/nextcloud/apps/files_texteditor/build/pl-mode.bundle.js 
6977share/nextcloud/apps/files_texteditor/build/pl-mode.bundle.js.map 
6978share/nextcloud/apps/files_texteditor/build/ps1-mode.bundle.js 
6979share/nextcloud/apps/files_texteditor/build/ps1-mode.bundle.js.map 
6980share/nextcloud/apps/files_texteditor/build/public-share.js 
6981share/nextcloud/apps/files_texteditor/build/public-share.js.map 
6982share/nextcloud/apps/files_texteditor/build/py-mode.bundle.js 
6983share/nextcloud/apps/files_texteditor/build/py-mode.bundle.js.map 
6984share/nextcloud/apps/files_texteditor/build/rb-mode.bundle.js 
6985share/nextcloud/apps/files_texteditor/build/rb-mode.bundle.js.map 
6986share/nextcloud/apps/files_texteditor/build/scad-mode.bundle.js 
6987share/nextcloud/apps/files_texteditor/build/scad-mode.bundle.js.map 
6988share/nextcloud/apps/files_texteditor/build/scala-mode.bundle.js 
6989share/nextcloud/apps/files_texteditor/build/scala-mode.bundle.js.map 
6990share/nextcloud/apps/files_texteditor/build/scss-mode.bundle.js 
6991share/nextcloud/apps/files_texteditor/build/scss-mode.bundle.js.map 
6992share/nextcloud/apps/files_texteditor/build/sh-mode.bundle.js 
6993share/nextcloud/apps/files_texteditor/build/sh-mode.bundle.js.map 
6994share/nextcloud/apps/files_texteditor/build/sql-mode.bundle.js 
6995share/nextcloud/apps/files_texteditor/build/sql-mode.bundle.js.map 
6996share/nextcloud/apps/files_texteditor/build/svg-mode.bundle.js 
6997share/nextcloud/apps/files_texteditor/build/svg-mode.bundle.js.map 
6998share/nextcloud/apps/files_texteditor/build/textile-mode.bundle.js 
6999share/nextcloud/apps/files_texteditor/build/textile-mode.bundle.js.map 
7000share/nextcloud/apps/files_texteditor/build/xml-mode.bundle.js 
7001share/nextcloud/apps/files_texteditor/build/xml-mode.bundle.js.map 
7002share/nextcloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.eot 
7003share/nextcloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg 
7004share/nextcloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf 
7005share/nextcloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.woff 
7006share/nextcloud/apps/files_texteditor/css/DroidSansMono/Google Android License.txt 
7007share/nextcloud/apps/files_texteditor/css/DroidSansMono/stylesheet.scss 
7008share/nextcloud/apps/files_texteditor/css/merged.scss 
7009share/nextcloud/apps/files_texteditor/css/mobile.scss 
7010share/nextcloud/apps/files_texteditor/css/public-share.scss 
7011share/nextcloud/apps/files_texteditor/css/style.scss 
7012share/nextcloud/apps/files_texteditor/img/app.png 
7013share/nextcloud/apps/files_texteditor/img/app.svg 
7014share/nextcloud/apps/files_texteditor/img/image.svg 
7015share/nextcloud/apps/files_texteditor/img/mixed.svg 
7016share/nextcloud/apps/files_texteditor/img/text.svg 
7017share/nextcloud/apps/files_texteditor/js/ImportAce.js 
7018share/nextcloud/apps/files_texteditor/js/SyntaxMode.js 
7019share/nextcloud/apps/files_texteditor/js/editor.js 
7020share/nextcloud/apps/files_texteditor/js/index.js 
7021share/nextcloud/apps/files_texteditor/js/newfileplugin.js 
7022share/nextcloud/apps/files_texteditor/js/public-share.js 
7023share/nextcloud/apps/files_texteditor/js/sidebarpreview.js 
7024share/nextcloud/apps/files_texteditor/js/supported_mimetypes.json 
7025share/nextcloud/apps/files_texteditor/l10n/ar.js 
7026share/nextcloud/apps/files_texteditor/l10n/ar.json 
7027share/nextcloud/apps/files_texteditor/l10n/ast.js 
7028share/nextcloud/apps/files_texteditor/l10n/ast.json 
7029share/nextcloud/apps/files_texteditor/l10n/az.js 
7030share/nextcloud/apps/files_texteditor/l10n/az.json 
7031share/nextcloud/apps/files_texteditor/l10n/bg.js 
7032share/nextcloud/apps/files_texteditor/l10n/bg.json 
7033share/nextcloud/apps/files_texteditor/l10n/bn_BD.js 
7034share/nextcloud/apps/files_texteditor/l10n/bn_BD.json 
7035share/nextcloud/apps/files_texteditor/l10n/bs.js 
7036share/nextcloud/apps/files_texteditor/l10n/bs.json 
7037share/nextcloud/apps/files_texteditor/l10n/ca.js 
7038share/nextcloud/apps/files_texteditor/l10n/ca.json 
7039share/nextcloud/apps/files_texteditor/l10n/cs.js 
7040share/nextcloud/apps/files_texteditor/l10n/cs.json 
7041share/nextcloud/apps/files_texteditor/l10n/da.js 
7042share/nextcloud/apps/files_texteditor/l10n/da.json 
7043share/nextcloud/apps/files_texteditor/l10n/de.js 
7044share/nextcloud/apps/files_texteditor/l10n/de.json 
7045share/nextcloud/apps/files_texteditor/l10n/de_DE.js 
7046share/nextcloud/apps/files_texteditor/l10n/de_DE.json 
7047share/nextcloud/apps/files_texteditor/l10n/el.js 
7048share/nextcloud/apps/files_texteditor/l10n/el.json 
7049share/nextcloud/apps/files_texteditor/l10n/en_GB.js 
7050share/nextcloud/apps/files_texteditor/l10n/en_GB.json 
7051share/nextcloud/apps/files_texteditor/l10n/eo.js 
7052share/nextcloud/apps/files_texteditor/l10n/eo.json 
7053share/nextcloud/apps/files_texteditor/l10n/es.js 
7054share/nextcloud/apps/files_texteditor/l10n/es.json 
7055share/nextcloud/apps/files_texteditor/l10n/es_419.js 
7056share/nextcloud/apps/files_texteditor/l10n/es_419.json 
7057share/nextcloud/apps/files_texteditor/l10n/es_AR.js 
7058share/nextcloud/apps/files_texteditor/l10n/es_AR.json 
7059share/nextcloud/apps/files_texteditor/l10n/es_CL.js 
7060share/nextcloud/apps/files_texteditor/l10n/es_CL.json 
7061share/nextcloud/apps/files_texteditor/l10n/es_CO.js 
7062share/nextcloud/apps/files_texteditor/l10n/es_CO.json 
7063share/nextcloud/apps/files_texteditor/l10n/es_CR.js 
7064share/nextcloud/apps/files_texteditor/l10n/es_CR.json 
7065share/nextcloud/apps/files_texteditor/l10n/es_DO.js 
7066share/nextcloud/apps/files_texteditor/l10n/es_DO.json 
7067share/nextcloud/apps/files_texteditor/l10n/es_EC.js 
7068share/nextcloud/apps/files_texteditor/l10n/es_EC.json 
7069share/nextcloud/apps/files_texteditor/l10n/es_GT.js 
7070share/nextcloud/apps/files_texteditor/l10n/es_GT.json 
7071share/nextcloud/apps/files_texteditor/l10n/es_HN.js 
7072share/nextcloud/apps/files_texteditor/l10n/es_HN.json 
7073share/nextcloud/apps/files_texteditor/l10n/es_MX.js 
7074share/nextcloud/apps/files_texteditor/l10n/es_MX.json 
7075share/nextcloud/apps/files_texteditor/l10n/es_NI.js 
7076share/nextcloud/apps/files_texteditor/l10n/es_NI.json 
7077share/nextcloud/apps/files_texteditor/l10n/es_PA.js 
7078share/nextcloud/apps/files_texteditor/l10n/es_PA.json 
7079share/nextcloud/apps/files_texteditor/l10n/es_PE.js 
7080share/nextcloud/apps/files_texteditor/l10n/es_PE.json 
7081share/nextcloud/apps/files_texteditor/l10n/es_PR.js 
7082share/nextcloud/apps/files_texteditor/l10n/es_PR.json 
7083share/nextcloud/apps/files_texteditor/l10n/es_PY.js 
7084share/nextcloud/apps/files_texteditor/l10n/es_PY.json 
7085share/nextcloud/apps/files_texteditor/l10n/es_SV.js 
7086share/nextcloud/apps/files_texteditor/l10n/es_SV.json 
7087share/nextcloud/apps/files_texteditor/l10n/es_UY.js 
7088share/nextcloud/apps/files_texteditor/l10n/es_UY.json 
7089share/nextcloud/apps/files_texteditor/l10n/et_EE.js 
7090share/nextcloud/apps/files_texteditor/l10n/et_EE.json 
7091share/nextcloud/apps/files_texteditor/l10n/eu.js 
7092share/nextcloud/apps/files_texteditor/l10n/eu.json 
7093share/nextcloud/apps/files_texteditor/l10n/fa.js 
7094share/nextcloud/apps/files_texteditor/l10n/fa.json 
7095share/nextcloud/apps/files_texteditor/l10n/fi.js 
7096share/nextcloud/apps/files_texteditor/l10n/fi.json 
7097share/nextcloud/apps/files_texteditor/l10n/fr.js 
7098share/nextcloud/apps/files_texteditor/l10n/fr.json 
7099share/nextcloud/apps/files_texteditor/l10n/gl.js 
7100share/nextcloud/apps/files_texteditor/l10n/gl.json 
7101share/nextcloud/apps/files_texteditor/l10n/he.js 
7102share/nextcloud/apps/files_texteditor/l10n/he.json 
7103share/nextcloud/apps/files_texteditor/l10n/hu.js 
7104share/nextcloud/apps/files_texteditor/l10n/hu.json 
7105share/nextcloud/apps/files_texteditor/l10n/hy.js 
7106share/nextcloud/apps/files_texteditor/l10n/hy.json 
7107share/nextcloud/apps/files_texteditor/l10n/ia.js 
7108share/nextcloud/apps/files_texteditor/l10n/ia.json 
7109share/nextcloud/apps/files_texteditor/l10n/id.js 
7110share/nextcloud/apps/files_texteditor/l10n/id.json 
7111share/nextcloud/apps/files_texteditor/l10n/is.js 
7112share/nextcloud/apps/files_texteditor/l10n/is.json 
7113share/nextcloud/apps/files_texteditor/l10n/it.js 
7114share/nextcloud/apps/files_texteditor/l10n/it.json 
7115share/nextcloud/apps/files_texteditor/l10n/ja.js 
7116share/nextcloud/apps/files_texteditor/l10n/ja.json 
7117share/nextcloud/apps/files_texteditor/l10n/ka_GE.js 
7118share/nextcloud/apps/files_texteditor/l10n/ka_GE.json 
7119share/nextcloud/apps/files_texteditor/l10n/km.js 
7120share/nextcloud/apps/files_texteditor/l10n/km.json 
7121share/nextcloud/apps/files_texteditor/l10n/kn.js 
7122share/nextcloud/apps/files_texteditor/l10n/kn.json 
7123share/nextcloud/apps/files_texteditor/l10n/ko.js 
7124share/nextcloud/apps/files_texteditor/l10n/ko.json 
7125share/nextcloud/apps/files_texteditor/l10n/lt_LT.js 
7126share/nextcloud/apps/files_texteditor/l10n/lt_LT.json 
7127share/nextcloud/apps/files_texteditor/l10n/lv.js 
7128share/nextcloud/apps/files_texteditor/l10n/lv.json 
7129share/nextcloud/apps/files_texteditor/l10n/mk.js 
7130share/nextcloud/apps/files_texteditor/l10n/mk.json 
7131share/nextcloud/apps/files_texteditor/l10n/nb.js 
7132share/nextcloud/apps/files_texteditor/l10n/nb.json 
7133share/nextcloud/apps/files_texteditor/l10n/nl.js 
7134share/nextcloud/apps/files_texteditor/l10n/nl.json 
7135share/nextcloud/apps/files_texteditor/l10n/nn_NO.js 
7136share/nextcloud/apps/files_texteditor/l10n/nn_NO.json 
7137share/nextcloud/apps/files_texteditor/l10n/oc.js 
7138share/nextcloud/apps/files_texteditor/l10n/oc.json 
7139share/nextcloud/apps/files_texteditor/l10n/pl.js 
7140share/nextcloud/apps/files_texteditor/l10n/pl.json 
7141share/nextcloud/apps/files_texteditor/l10n/pt_BR.js 
7142share/nextcloud/apps/files_texteditor/l10n/pt_BR.json 
7143share/nextcloud/apps/files_texteditor/l10n/pt_PT.js 
7144share/nextcloud/apps/files_texteditor/l10n/pt_PT.json 
7145share/nextcloud/apps/files_texteditor/l10n/ro.js 
7146share/nextcloud/apps/files_texteditor/l10n/ro.json 
7147share/nextcloud/apps/files_texteditor/l10n/ru.js 
7148share/nextcloud/apps/files_texteditor/l10n/ru.json 
7149share/nextcloud/apps/files_texteditor/l10n/sk.js 
7150share/nextcloud/apps/files_texteditor/l10n/sk.json 
7151share/nextcloud/apps/files_texteditor/l10n/sl.js 
7152share/nextcloud/apps/files_texteditor/l10n/sl.json 
7153share/nextcloud/apps/files_texteditor/l10n/sq.js 
7154share/nextcloud/apps/files_texteditor/l10n/sq.json 
7155share/nextcloud/apps/files_texteditor/l10n/sr.js 
7156share/nextcloud/apps/files_texteditor/l10n/sr.json 
7157share/nextcloud/apps/files_texteditor/l10n/sv.js 
7158share/nextcloud/apps/files_texteditor/l10n/sv.json 
7159share/nextcloud/apps/files_texteditor/l10n/th.js 
7160share/nextcloud/apps/files_texteditor/l10n/th.json 
7161share/nextcloud/apps/files_texteditor/l10n/tr.js 
7162share/nextcloud/apps/files_texteditor/l10n/tr.json 
7163share/nextcloud/apps/files_texteditor/l10n/uk.js 
7164share/nextcloud/apps/files_texteditor/l10n/uk.json 
7165share/nextcloud/apps/files_texteditor/l10n/uz.js 
7166share/nextcloud/apps/files_texteditor/l10n/uz.json 
7167share/nextcloud/apps/files_texteditor/l10n/vi.js 
7168share/nextcloud/apps/files_texteditor/l10n/vi.json 
7169share/nextcloud/apps/files_texteditor/l10n/zh_CN.js 
7170share/nextcloud/apps/files_texteditor/l10n/zh_CN.json 
7171share/nextcloud/apps/files_texteditor/l10n/zh_HK.js 
7172share/nextcloud/apps/files_texteditor/l10n/zh_HK.json 
7173share/nextcloud/apps/files_texteditor/l10n/zh_TW.js 
7174share/nextcloud/apps/files_texteditor/l10n/zh_TW.json 
7175share/nextcloud/apps/files_texteditor/lib/Controller/FileHandlingController.php 
7176share/nextcloud/apps/files_texteditor/lib/Controller/PublicFileHandlingController.php 
7177share/nextcloud/apps/files_texteditor/webpack.config.js 
7178share/nextcloud/apps/files_trashbin/appinfo/app.php 7215share/nextcloud/apps/files_trashbin/appinfo/app.php
7179share/nextcloud/apps/files_trashbin/appinfo/database.xml 7216share/nextcloud/apps/files_trashbin/appinfo/database.xml
7180share/nextcloud/apps/files_trashbin/appinfo/info.xml 7217share/nextcloud/apps/files_trashbin/appinfo/info.xml
7181share/nextcloud/apps/files_trashbin/appinfo/routes.php 7218share/nextcloud/apps/files_trashbin/appinfo/routes.php
7182share/nextcloud/apps/files_trashbin/appinfo/signature.json 7219share/nextcloud/apps/files_trashbin/appinfo/signature.json
7183share/nextcloud/apps/files_trashbin/composer/autoload.php 7220share/nextcloud/apps/files_trashbin/composer/autoload.php
7184share/nextcloud/apps/files_trashbin/composer/composer.json 7221share/nextcloud/apps/files_trashbin/composer/composer.json
7185share/nextcloud/apps/files_trashbin/composer/composer/ClassLoader.php 7222share/nextcloud/apps/files_trashbin/composer/composer/ClassLoader.php
7186share/nextcloud/apps/files_trashbin/composer/composer/LICENSE 7223share/nextcloud/apps/files_trashbin/composer/composer/LICENSE
7187share/nextcloud/apps/files_trashbin/composer/composer/autoload_classmap.php 7224share/nextcloud/apps/files_trashbin/composer/composer/autoload_classmap.php
7188share/nextcloud/apps/files_trashbin/composer/composer/autoload_namespaces.php 7225share/nextcloud/apps/files_trashbin/composer/composer/autoload_namespaces.php
7189share/nextcloud/apps/files_trashbin/composer/composer/autoload_psr4.php 7226share/nextcloud/apps/files_trashbin/composer/composer/autoload_psr4.php
7190share/nextcloud/apps/files_trashbin/composer/composer/autoload_real.php 7227share/nextcloud/apps/files_trashbin/composer/composer/autoload_real.php
@@ -7670,26 +7707,30 @@ share/nextcloud/apps/files_videoplayer/j @@ -7670,26 +7707,30 @@ share/nextcloud/apps/files_videoplayer/j
7670share/nextcloud/apps/files_videoplayer/js/main.js.map 7707share/nextcloud/apps/files_videoplayer/js/main.js.map
7671share/nextcloud/apps/files_videoplayer/js/vendors~videojs.js 7708share/nextcloud/apps/files_videoplayer/js/vendors~videojs.js
7672share/nextcloud/apps/files_videoplayer/js/vendors~videojs.js.map 7709share/nextcloud/apps/files_videoplayer/js/vendors~videojs.js.map
7673share/nextcloud/apps/files_videoplayer/js/videojs.js 7710share/nextcloud/apps/files_videoplayer/js/videojs.js
7674share/nextcloud/apps/files_videoplayer/js/videojs.js.map 7711share/nextcloud/apps/files_videoplayer/js/videojs.js.map
7675share/nextcloud/apps/files_videoplayer/screenshot.jpg 7712share/nextcloud/apps/files_videoplayer/screenshot.jpg
7676share/nextcloud/apps/firstrunwizard/.babelrc.js 7713share/nextcloud/apps/firstrunwizard/.babelrc.js
7677share/nextcloud/apps/firstrunwizard/appinfo/app.php 7714share/nextcloud/apps/firstrunwizard/appinfo/app.php
7678share/nextcloud/apps/firstrunwizard/appinfo/info.xml 7715share/nextcloud/apps/firstrunwizard/appinfo/info.xml
7679share/nextcloud/apps/firstrunwizard/appinfo/routes.php 7716share/nextcloud/apps/firstrunwizard/appinfo/routes.php
7680share/nextcloud/apps/firstrunwizard/appinfo/signature.json 7717share/nextcloud/apps/firstrunwizard/appinfo/signature.json
7681share/nextcloud/apps/firstrunwizard/css/personalsettings.css 7718share/nextcloud/apps/firstrunwizard/css/personalsettings.css
7682share/nextcloud/apps/firstrunwizard/img/app.svg 7719share/nextcloud/apps/firstrunwizard/img/app.svg
 7720share/nextcloud/apps/firstrunwizard/img/apps/calendar.svg
 7721share/nextcloud/apps/firstrunwizard/img/apps/contacts.svg
 7722share/nextcloud/apps/firstrunwizard/img/apps/mail.svg
 7723share/nextcloud/apps/firstrunwizard/img/apps/spreed.svg
7683share/nextcloud/apps/firstrunwizard/img/appstore.png 7724share/nextcloud/apps/firstrunwizard/img/appstore.png
7684share/nextcloud/apps/firstrunwizard/img/info.svg 7725share/nextcloud/apps/firstrunwizard/img/info.svg
7685share/nextcloud/apps/firstrunwizard/img/intro.png 7726share/nextcloud/apps/firstrunwizard/img/intro.png
7686share/nextcloud/apps/firstrunwizard/js/about.js 7727share/nextcloud/apps/firstrunwizard/js/about.js
7687share/nextcloud/apps/firstrunwizard/js/activate.js 7728share/nextcloud/apps/firstrunwizard/js/activate.js
7688share/nextcloud/apps/firstrunwizard/js/firstrunwizard.js 7729share/nextcloud/apps/firstrunwizard/js/firstrunwizard.js
7689share/nextcloud/apps/firstrunwizard/js/firstrunwizard.js.map 7730share/nextcloud/apps/firstrunwizard/js/firstrunwizard.js.map
7690share/nextcloud/apps/firstrunwizard/js/personalsettings.js 7731share/nextcloud/apps/firstrunwizard/js/personalsettings.js
7691share/nextcloud/apps/firstrunwizard/l10n/ar.js 7732share/nextcloud/apps/firstrunwizard/l10n/ar.js
7692share/nextcloud/apps/firstrunwizard/l10n/ar.json 7733share/nextcloud/apps/firstrunwizard/l10n/ar.json
7693share/nextcloud/apps/firstrunwizard/l10n/ast.js 7734share/nextcloud/apps/firstrunwizard/l10n/ast.js
7694share/nextcloud/apps/firstrunwizard/l10n/ast.json 7735share/nextcloud/apps/firstrunwizard/l10n/ast.json
7695share/nextcloud/apps/firstrunwizard/l10n/az.js 7736share/nextcloud/apps/firstrunwizard/l10n/az.js
@@ -7757,50 +7798,54 @@ share/nextcloud/apps/firstrunwizard/l10n @@ -7757,50 +7798,54 @@ share/nextcloud/apps/firstrunwizard/l10n
7757share/nextcloud/apps/firstrunwizard/l10n/et_EE.json 7798share/nextcloud/apps/firstrunwizard/l10n/et_EE.json
7758share/nextcloud/apps/firstrunwizard/l10n/eu.js 7799share/nextcloud/apps/firstrunwizard/l10n/eu.js
7759share/nextcloud/apps/firstrunwizard/l10n/eu.json 7800share/nextcloud/apps/firstrunwizard/l10n/eu.json
7760share/nextcloud/apps/firstrunwizard/l10n/fa.js 7801share/nextcloud/apps/firstrunwizard/l10n/fa.js
7761share/nextcloud/apps/firstrunwizard/l10n/fa.json 7802share/nextcloud/apps/firstrunwizard/l10n/fa.json
7762share/nextcloud/apps/firstrunwizard/l10n/fi.js 7803share/nextcloud/apps/firstrunwizard/l10n/fi.js
7763share/nextcloud/apps/firstrunwizard/l10n/fi.json 7804share/nextcloud/apps/firstrunwizard/l10n/fi.json
7764share/nextcloud/apps/firstrunwizard/l10n/fr.js 7805share/nextcloud/apps/firstrunwizard/l10n/fr.js
7765share/nextcloud/apps/firstrunwizard/l10n/fr.json 7806share/nextcloud/apps/firstrunwizard/l10n/fr.json
7766share/nextcloud/apps/firstrunwizard/l10n/gl.js 7807share/nextcloud/apps/firstrunwizard/l10n/gl.js
7767share/nextcloud/apps/firstrunwizard/l10n/gl.json 7808share/nextcloud/apps/firstrunwizard/l10n/gl.json
7768share/nextcloud/apps/firstrunwizard/l10n/he.js 7809share/nextcloud/apps/firstrunwizard/l10n/he.js
7769share/nextcloud/apps/firstrunwizard/l10n/he.json 7810share/nextcloud/apps/firstrunwizard/l10n/he.json
 7811share/nextcloud/apps/firstrunwizard/l10n/hr.js
 7812share/nextcloud/apps/firstrunwizard/l10n/hr.json
7770share/nextcloud/apps/firstrunwizard/l10n/hu.js 7813share/nextcloud/apps/firstrunwizard/l10n/hu.js
7771share/nextcloud/apps/firstrunwizard/l10n/hu.json 7814share/nextcloud/apps/firstrunwizard/l10n/hu.json
7772share/nextcloud/apps/firstrunwizard/l10n/ia.js 7815share/nextcloud/apps/firstrunwizard/l10n/ia.js
7773share/nextcloud/apps/firstrunwizard/l10n/ia.json 7816share/nextcloud/apps/firstrunwizard/l10n/ia.json
7774share/nextcloud/apps/firstrunwizard/l10n/id.js 7817share/nextcloud/apps/firstrunwizard/l10n/id.js
7775share/nextcloud/apps/firstrunwizard/l10n/id.json 7818share/nextcloud/apps/firstrunwizard/l10n/id.json
7776share/nextcloud/apps/firstrunwizard/l10n/is.js 7819share/nextcloud/apps/firstrunwizard/l10n/is.js
7777share/nextcloud/apps/firstrunwizard/l10n/is.json 7820share/nextcloud/apps/firstrunwizard/l10n/is.json
7778share/nextcloud/apps/firstrunwizard/l10n/it.js 7821share/nextcloud/apps/firstrunwizard/l10n/it.js
7779share/nextcloud/apps/firstrunwizard/l10n/it.json 7822share/nextcloud/apps/firstrunwizard/l10n/it.json
7780share/nextcloud/apps/firstrunwizard/l10n/ja.js 7823share/nextcloud/apps/firstrunwizard/l10n/ja.js
7781share/nextcloud/apps/firstrunwizard/l10n/ja.json 7824share/nextcloud/apps/firstrunwizard/l10n/ja.json
7782share/nextcloud/apps/firstrunwizard/l10n/ka_GE.js 7825share/nextcloud/apps/firstrunwizard/l10n/ka_GE.js
7783share/nextcloud/apps/firstrunwizard/l10n/ka_GE.json 7826share/nextcloud/apps/firstrunwizard/l10n/ka_GE.json
7784share/nextcloud/apps/firstrunwizard/l10n/km.php 7827share/nextcloud/apps/firstrunwizard/l10n/km.php
7785share/nextcloud/apps/firstrunwizard/l10n/ko.js 7828share/nextcloud/apps/firstrunwizard/l10n/ko.js
7786share/nextcloud/apps/firstrunwizard/l10n/ko.json 7829share/nextcloud/apps/firstrunwizard/l10n/ko.json
7787share/nextcloud/apps/firstrunwizard/l10n/ku_IQ.php 7830share/nextcloud/apps/firstrunwizard/l10n/ku_IQ.php
7788share/nextcloud/apps/firstrunwizard/l10n/lb.js 7831share/nextcloud/apps/firstrunwizard/l10n/lb.js
7789share/nextcloud/apps/firstrunwizard/l10n/lb.json 7832share/nextcloud/apps/firstrunwizard/l10n/lb.json
7790share/nextcloud/apps/firstrunwizard/l10n/lt_LT.js 7833share/nextcloud/apps/firstrunwizard/l10n/lt_LT.js
7791share/nextcloud/apps/firstrunwizard/l10n/lt_LT.json 7834share/nextcloud/apps/firstrunwizard/l10n/lt_LT.json
7792share/nextcloud/apps/firstrunwizard/l10n/lv.js 7835share/nextcloud/apps/firstrunwizard/l10n/lv.js
7793share/nextcloud/apps/firstrunwizard/l10n/lv.json 7836share/nextcloud/apps/firstrunwizard/l10n/lv.json
 7837share/nextcloud/apps/firstrunwizard/l10n/mk.js
 7838share/nextcloud/apps/firstrunwizard/l10n/mk.json
7794share/nextcloud/apps/firstrunwizard/l10n/ms_MY.php 7839share/nextcloud/apps/firstrunwizard/l10n/ms_MY.php
7795share/nextcloud/apps/firstrunwizard/l10n/nb.js 7840share/nextcloud/apps/firstrunwizard/l10n/nb.js
7796share/nextcloud/apps/firstrunwizard/l10n/nb.json 7841share/nextcloud/apps/firstrunwizard/l10n/nb.json
7797share/nextcloud/apps/firstrunwizard/l10n/nl.js 7842share/nextcloud/apps/firstrunwizard/l10n/nl.js
7798share/nextcloud/apps/firstrunwizard/l10n/nl.json 7843share/nextcloud/apps/firstrunwizard/l10n/nl.json
7799share/nextcloud/apps/firstrunwizard/l10n/oc.js 7844share/nextcloud/apps/firstrunwizard/l10n/oc.js
7800share/nextcloud/apps/firstrunwizard/l10n/oc.json 7845share/nextcloud/apps/firstrunwizard/l10n/oc.json
7801share/nextcloud/apps/firstrunwizard/l10n/pl.js 7846share/nextcloud/apps/firstrunwizard/l10n/pl.js
7802share/nextcloud/apps/firstrunwizard/l10n/pl.json 7847share/nextcloud/apps/firstrunwizard/l10n/pl.json
7803share/nextcloud/apps/firstrunwizard/l10n/pt_BR.js 7848share/nextcloud/apps/firstrunwizard/l10n/pt_BR.js
7804share/nextcloud/apps/firstrunwizard/l10n/pt_BR.json 7849share/nextcloud/apps/firstrunwizard/l10n/pt_BR.json
7805share/nextcloud/apps/firstrunwizard/l10n/pt_PT.js 7850share/nextcloud/apps/firstrunwizard/l10n/pt_PT.js
7806share/nextcloud/apps/firstrunwizard/l10n/pt_PT.json 7851share/nextcloud/apps/firstrunwizard/l10n/pt_PT.json
@@ -7825,26 +7870,27 @@ share/nextcloud/apps/firstrunwizard/l10n @@ -7825,26 +7870,27 @@ share/nextcloud/apps/firstrunwizard/l10n
7825share/nextcloud/apps/firstrunwizard/l10n/th.json 7870share/nextcloud/apps/firstrunwizard/l10n/th.json
7826share/nextcloud/apps/firstrunwizard/l10n/tr.js 7871share/nextcloud/apps/firstrunwizard/l10n/tr.js
7827share/nextcloud/apps/firstrunwizard/l10n/tr.json 7872share/nextcloud/apps/firstrunwizard/l10n/tr.json
7828share/nextcloud/apps/firstrunwizard/l10n/ug.php 7873share/nextcloud/apps/firstrunwizard/l10n/ug.php
7829share/nextcloud/apps/firstrunwizard/l10n/uk.js 7874share/nextcloud/apps/firstrunwizard/l10n/uk.js
7830share/nextcloud/apps/firstrunwizard/l10n/uk.json 7875share/nextcloud/apps/firstrunwizard/l10n/uk.json
7831share/nextcloud/apps/firstrunwizard/l10n/zh_CN.js 7876share/nextcloud/apps/firstrunwizard/l10n/zh_CN.js
7832share/nextcloud/apps/firstrunwizard/l10n/zh_CN.json 7877share/nextcloud/apps/firstrunwizard/l10n/zh_CN.json
7833share/nextcloud/apps/firstrunwizard/l10n/zh_HK.php 7878share/nextcloud/apps/firstrunwizard/l10n/zh_HK.php
7834share/nextcloud/apps/firstrunwizard/l10n/zh_TW.js 7879share/nextcloud/apps/firstrunwizard/l10n/zh_TW.js
7835share/nextcloud/apps/firstrunwizard/l10n/zh_TW.json 7880share/nextcloud/apps/firstrunwizard/l10n/zh_TW.json
7836share/nextcloud/apps/firstrunwizard/lib/AppInfo/Application.php 7881share/nextcloud/apps/firstrunwizard/lib/AppInfo/Application.php
7837share/nextcloud/apps/firstrunwizard/lib/Controller/WizardController.php 7882share/nextcloud/apps/firstrunwizard/lib/Controller/WizardController.php
 7883share/nextcloud/apps/firstrunwizard/lib/Notification/AppHint.php
7838share/nextcloud/apps/firstrunwizard/lib/Notification/BackgroundJob.php 7884share/nextcloud/apps/firstrunwizard/lib/Notification/BackgroundJob.php
7839share/nextcloud/apps/firstrunwizard/lib/Notification/Notifier.php 7885share/nextcloud/apps/firstrunwizard/lib/Notification/Notifier.php
7840share/nextcloud/apps/firstrunwizard/lib/Settings/Personal.php 7886share/nextcloud/apps/firstrunwizard/lib/Settings/Personal.php
7841share/nextcloud/apps/firstrunwizard/templates/page.apps.php 7887share/nextcloud/apps/firstrunwizard/templates/page.apps.php
7842share/nextcloud/apps/firstrunwizard/templates/page.clients.php 7888share/nextcloud/apps/firstrunwizard/templates/page.clients.php
7843share/nextcloud/apps/firstrunwizard/templates/page.final.php 7889share/nextcloud/apps/firstrunwizard/templates/page.final.php
7844share/nextcloud/apps/firstrunwizard/templates/page.intro.php 7890share/nextcloud/apps/firstrunwizard/templates/page.intro.php
7845share/nextcloud/apps/firstrunwizard/templates/page.values.php 7891share/nextcloud/apps/firstrunwizard/templates/page.values.php
7846share/nextcloud/apps/firstrunwizard/templates/personal-settings.php 7892share/nextcloud/apps/firstrunwizard/templates/personal-settings.php
7847share/nextcloud/apps/firstrunwizard/templates/wizard.php 7893share/nextcloud/apps/firstrunwizard/templates/wizard.php
7848share/nextcloud/apps/gallery/.gitmodules 7894share/nextcloud/apps/gallery/.gitmodules
7849share/nextcloud/apps/gallery/AUTHORS.md 7895share/nextcloud/apps/gallery/AUTHORS.md
7850share/nextcloud/apps/gallery/CHANGELOG.md 7896share/nextcloud/apps/gallery/CHANGELOG.md
@@ -8286,34 +8332,38 @@ share/nextcloud/apps/logreader/l10n/es_P @@ -8286,34 +8332,38 @@ share/nextcloud/apps/logreader/l10n/es_P
8286share/nextcloud/apps/logreader/l10n/es_PE.json 8332share/nextcloud/apps/logreader/l10n/es_PE.json
8287share/nextcloud/apps/logreader/l10n/es_PR.js 8333share/nextcloud/apps/logreader/l10n/es_PR.js
8288share/nextcloud/apps/logreader/l10n/es_PR.json 8334share/nextcloud/apps/logreader/l10n/es_PR.json
8289share/nextcloud/apps/logreader/l10n/es_PY.js 8335share/nextcloud/apps/logreader/l10n/es_PY.js
8290share/nextcloud/apps/logreader/l10n/es_PY.json 8336share/nextcloud/apps/logreader/l10n/es_PY.json
8291share/nextcloud/apps/logreader/l10n/es_SV.js 8337share/nextcloud/apps/logreader/l10n/es_SV.js
8292share/nextcloud/apps/logreader/l10n/es_SV.json 8338share/nextcloud/apps/logreader/l10n/es_SV.json
8293share/nextcloud/apps/logreader/l10n/es_UY.js 8339share/nextcloud/apps/logreader/l10n/es_UY.js
8294share/nextcloud/apps/logreader/l10n/es_UY.json 8340share/nextcloud/apps/logreader/l10n/es_UY.json
8295share/nextcloud/apps/logreader/l10n/et_EE.js 8341share/nextcloud/apps/logreader/l10n/et_EE.js
8296share/nextcloud/apps/logreader/l10n/et_EE.json 8342share/nextcloud/apps/logreader/l10n/et_EE.json
8297share/nextcloud/apps/logreader/l10n/eu.js 8343share/nextcloud/apps/logreader/l10n/eu.js
8298share/nextcloud/apps/logreader/l10n/eu.json 8344share/nextcloud/apps/logreader/l10n/eu.json
 8345share/nextcloud/apps/logreader/l10n/fa.js
 8346share/nextcloud/apps/logreader/l10n/fa.json
8299share/nextcloud/apps/logreader/l10n/fi.js 8347share/nextcloud/apps/logreader/l10n/fi.js
8300share/nextcloud/apps/logreader/l10n/fi.json 8348share/nextcloud/apps/logreader/l10n/fi.json
8301share/nextcloud/apps/logreader/l10n/fr.js 8349share/nextcloud/apps/logreader/l10n/fr.js
8302share/nextcloud/apps/logreader/l10n/fr.json 8350share/nextcloud/apps/logreader/l10n/fr.json
8303share/nextcloud/apps/logreader/l10n/gl.js 8351share/nextcloud/apps/logreader/l10n/gl.js
8304share/nextcloud/apps/logreader/l10n/gl.json 8352share/nextcloud/apps/logreader/l10n/gl.json
8305share/nextcloud/apps/logreader/l10n/he.js 8353share/nextcloud/apps/logreader/l10n/he.js
8306share/nextcloud/apps/logreader/l10n/he.json 8354share/nextcloud/apps/logreader/l10n/he.json
 8355share/nextcloud/apps/logreader/l10n/hr.js
 8356share/nextcloud/apps/logreader/l10n/hr.json
8307share/nextcloud/apps/logreader/l10n/hu.js 8357share/nextcloud/apps/logreader/l10n/hu.js
8308share/nextcloud/apps/logreader/l10n/hu.json 8358share/nextcloud/apps/logreader/l10n/hu.json
8309share/nextcloud/apps/logreader/l10n/is.js 8359share/nextcloud/apps/logreader/l10n/is.js
8310share/nextcloud/apps/logreader/l10n/is.json 8360share/nextcloud/apps/logreader/l10n/is.json
8311share/nextcloud/apps/logreader/l10n/it.js 8361share/nextcloud/apps/logreader/l10n/it.js
8312share/nextcloud/apps/logreader/l10n/it.json 8362share/nextcloud/apps/logreader/l10n/it.json
8313share/nextcloud/apps/logreader/l10n/ja.js 8363share/nextcloud/apps/logreader/l10n/ja.js
8314share/nextcloud/apps/logreader/l10n/ja.json 8364share/nextcloud/apps/logreader/l10n/ja.json
8315share/nextcloud/apps/logreader/l10n/ka_GE.js 8365share/nextcloud/apps/logreader/l10n/ka_GE.js
8316share/nextcloud/apps/logreader/l10n/ka_GE.json 8366share/nextcloud/apps/logreader/l10n/ka_GE.json
8317share/nextcloud/apps/logreader/l10n/ko.js 8367share/nextcloud/apps/logreader/l10n/ko.js
8318share/nextcloud/apps/logreader/l10n/ko.json 8368share/nextcloud/apps/logreader/l10n/ko.json
8319share/nextcloud/apps/logreader/l10n/lt_LT.js 8369share/nextcloud/apps/logreader/l10n/lt_LT.js
@@ -8368,26 +8418,27 @@ share/nextcloud/apps/logreader/webpack/d @@ -8368,26 +8418,27 @@ share/nextcloud/apps/logreader/webpack/d
8368share/nextcloud/apps/logreader/webpack/prod.config.js 8418share/nextcloud/apps/logreader/webpack/prod.config.js
8369share/nextcloud/apps/lookup_server_connector/appinfo/app.php 8419share/nextcloud/apps/lookup_server_connector/appinfo/app.php
8370share/nextcloud/apps/lookup_server_connector/appinfo/info.xml 8420share/nextcloud/apps/lookup_server_connector/appinfo/info.xml
8371share/nextcloud/apps/lookup_server_connector/appinfo/signature.json 8421share/nextcloud/apps/lookup_server_connector/appinfo/signature.json
8372share/nextcloud/apps/lookup_server_connector/composer/autoload.php 8422share/nextcloud/apps/lookup_server_connector/composer/autoload.php
8373share/nextcloud/apps/lookup_server_connector/composer/composer.json 8423share/nextcloud/apps/lookup_server_connector/composer/composer.json
8374share/nextcloud/apps/lookup_server_connector/composer/composer/ClassLoader.php 8424share/nextcloud/apps/lookup_server_connector/composer/composer/ClassLoader.php
8375share/nextcloud/apps/lookup_server_connector/composer/composer/LICENSE 8425share/nextcloud/apps/lookup_server_connector/composer/composer/LICENSE
8376share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_classmap.php 8426share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_classmap.php
8377share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_namespaces.php 8427share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_namespaces.php
8378share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_psr4.php 8428share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_psr4.php
8379share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_real.php 8429share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_real.php
8380share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_static.php 8430share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_static.php
 8431share/nextcloud/apps/lookup_server_connector/lib/AppInfo/Application.php
8381share/nextcloud/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php 8432share/nextcloud/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
8382share/nextcloud/apps/lookup_server_connector/lib/UpdateLookupServer.php 8433share/nextcloud/apps/lookup_server_connector/lib/UpdateLookupServer.php
8383share/nextcloud/apps/nextcloud_announcements/COPYING 8434share/nextcloud/apps/nextcloud_announcements/COPYING
8384share/nextcloud/apps/nextcloud_announcements/appinfo/app.php 8435share/nextcloud/apps/nextcloud_announcements/appinfo/app.php
8385share/nextcloud/apps/nextcloud_announcements/appinfo/certificate.crt 8436share/nextcloud/apps/nextcloud_announcements/appinfo/certificate.crt
8386share/nextcloud/apps/nextcloud_announcements/appinfo/info.xml 8437share/nextcloud/apps/nextcloud_announcements/appinfo/info.xml
8387share/nextcloud/apps/nextcloud_announcements/appinfo/signature.json 8438share/nextcloud/apps/nextcloud_announcements/appinfo/signature.json
8388share/nextcloud/apps/nextcloud_announcements/img/app-dark.svg 8439share/nextcloud/apps/nextcloud_announcements/img/app-dark.svg
8389share/nextcloud/apps/nextcloud_announcements/img/app.svg 8440share/nextcloud/apps/nextcloud_announcements/img/app.svg
8390share/nextcloud/apps/nextcloud_announcements/js/admin.js 8441share/nextcloud/apps/nextcloud_announcements/js/admin.js
8391share/nextcloud/apps/nextcloud_announcements/l10n/af.js 8442share/nextcloud/apps/nextcloud_announcements/l10n/af.js
8392share/nextcloud/apps/nextcloud_announcements/l10n/af.json 8443share/nextcloud/apps/nextcloud_announcements/l10n/af.json
8393share/nextcloud/apps/nextcloud_announcements/l10n/ar.js 8444share/nextcloud/apps/nextcloud_announcements/l10n/ar.js
@@ -8450,26 +8501,28 @@ share/nextcloud/apps/nextcloud_announcem @@ -8450,26 +8501,28 @@ share/nextcloud/apps/nextcloud_announcem
8450share/nextcloud/apps/nextcloud_announcements/l10n/es_UY.json 8501share/nextcloud/apps/nextcloud_announcements/l10n/es_UY.json
8451share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.js 8502share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.js
8452share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.json 8503share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.json
8453share/nextcloud/apps/nextcloud_announcements/l10n/eu.js 8504share/nextcloud/apps/nextcloud_announcements/l10n/eu.js
8454share/nextcloud/apps/nextcloud_announcements/l10n/eu.json 8505share/nextcloud/apps/nextcloud_announcements/l10n/eu.json
8455share/nextcloud/apps/nextcloud_announcements/l10n/fi.js 8506share/nextcloud/apps/nextcloud_announcements/l10n/fi.js
8456share/nextcloud/apps/nextcloud_announcements/l10n/fi.json 8507share/nextcloud/apps/nextcloud_announcements/l10n/fi.json
8457share/nextcloud/apps/nextcloud_announcements/l10n/fr.js 8508share/nextcloud/apps/nextcloud_announcements/l10n/fr.js
8458share/nextcloud/apps/nextcloud_announcements/l10n/fr.json 8509share/nextcloud/apps/nextcloud_announcements/l10n/fr.json
8459share/nextcloud/apps/nextcloud_announcements/l10n/gl.js 8510share/nextcloud/apps/nextcloud_announcements/l10n/gl.js
8460share/nextcloud/apps/nextcloud_announcements/l10n/gl.json 8511share/nextcloud/apps/nextcloud_announcements/l10n/gl.json
8461share/nextcloud/apps/nextcloud_announcements/l10n/he.js 8512share/nextcloud/apps/nextcloud_announcements/l10n/he.js
8462share/nextcloud/apps/nextcloud_announcements/l10n/he.json 8513share/nextcloud/apps/nextcloud_announcements/l10n/he.json
 8514share/nextcloud/apps/nextcloud_announcements/l10n/hr.js
 8515share/nextcloud/apps/nextcloud_announcements/l10n/hr.json
8463share/nextcloud/apps/nextcloud_announcements/l10n/hu.js 8516share/nextcloud/apps/nextcloud_announcements/l10n/hu.js
8464share/nextcloud/apps/nextcloud_announcements/l10n/hu.json 8517share/nextcloud/apps/nextcloud_announcements/l10n/hu.json
8465share/nextcloud/apps/nextcloud_announcements/l10n/ia.js 8518share/nextcloud/apps/nextcloud_announcements/l10n/ia.js
8466share/nextcloud/apps/nextcloud_announcements/l10n/ia.json 8519share/nextcloud/apps/nextcloud_announcements/l10n/ia.json
8467share/nextcloud/apps/nextcloud_announcements/l10n/id.js 8520share/nextcloud/apps/nextcloud_announcements/l10n/id.js
8468share/nextcloud/apps/nextcloud_announcements/l10n/id.json 8521share/nextcloud/apps/nextcloud_announcements/l10n/id.json
8469share/nextcloud/apps/nextcloud_announcements/l10n/is.js 8522share/nextcloud/apps/nextcloud_announcements/l10n/is.js
8470share/nextcloud/apps/nextcloud_announcements/l10n/is.json 8523share/nextcloud/apps/nextcloud_announcements/l10n/is.json
8471share/nextcloud/apps/nextcloud_announcements/l10n/it.js 8524share/nextcloud/apps/nextcloud_announcements/l10n/it.js
8472share/nextcloud/apps/nextcloud_announcements/l10n/it.json 8525share/nextcloud/apps/nextcloud_announcements/l10n/it.json
8473share/nextcloud/apps/nextcloud_announcements/l10n/ja.js 8526share/nextcloud/apps/nextcloud_announcements/l10n/ja.js
8474share/nextcloud/apps/nextcloud_announcements/l10n/ja.json 8527share/nextcloud/apps/nextcloud_announcements/l10n/ja.json
8475share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.js 8528share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.js
@@ -8601,26 +8654,28 @@ share/nextcloud/apps/notifications/l10n/ @@ -8601,26 +8654,28 @@ share/nextcloud/apps/notifications/l10n/
8601share/nextcloud/apps/notifications/l10n/es_UY.json 8654share/nextcloud/apps/notifications/l10n/es_UY.json
8602share/nextcloud/apps/notifications/l10n/et_EE.js 8655share/nextcloud/apps/notifications/l10n/et_EE.js
8603share/nextcloud/apps/notifications/l10n/et_EE.json 8656share/nextcloud/apps/notifications/l10n/et_EE.json
8604share/nextcloud/apps/notifications/l10n/eu.js 8657share/nextcloud/apps/notifications/l10n/eu.js
8605share/nextcloud/apps/notifications/l10n/eu.json 8658share/nextcloud/apps/notifications/l10n/eu.json
8606share/nextcloud/apps/notifications/l10n/fi.js 8659share/nextcloud/apps/notifications/l10n/fi.js
8607share/nextcloud/apps/notifications/l10n/fi.json 8660share/nextcloud/apps/notifications/l10n/fi.json
8608share/nextcloud/apps/notifications/l10n/fr.js 8661share/nextcloud/apps/notifications/l10n/fr.js
8609share/nextcloud/apps/notifications/l10n/fr.json 8662share/nextcloud/apps/notifications/l10n/fr.json
8610share/nextcloud/apps/notifications/l10n/gl.js 8663share/nextcloud/apps/notifications/l10n/gl.js
8611share/nextcloud/apps/notifications/l10n/gl.json 8664share/nextcloud/apps/notifications/l10n/gl.json
8612share/nextcloud/apps/notifications/l10n/he.js 8665share/nextcloud/apps/notifications/l10n/he.js
8613share/nextcloud/apps/notifications/l10n/he.json 8666share/nextcloud/apps/notifications/l10n/he.json
 8667share/nextcloud/apps/notifications/l10n/hr.js
 8668share/nextcloud/apps/notifications/l10n/hr.json
8614share/nextcloud/apps/notifications/l10n/hu.js 8669share/nextcloud/apps/notifications/l10n/hu.js
8615share/nextcloud/apps/notifications/l10n/hu.json 8670share/nextcloud/apps/notifications/l10n/hu.json
8616share/nextcloud/apps/notifications/l10n/ia.js 8671share/nextcloud/apps/notifications/l10n/ia.js
8617share/nextcloud/apps/notifications/l10n/ia.json 8672share/nextcloud/apps/notifications/l10n/ia.json
8618share/nextcloud/apps/notifications/l10n/id.js 8673share/nextcloud/apps/notifications/l10n/id.js
8619share/nextcloud/apps/notifications/l10n/id.json 8674share/nextcloud/apps/notifications/l10n/id.json
8620share/nextcloud/apps/notifications/l10n/is.js 8675share/nextcloud/apps/notifications/l10n/is.js
8621share/nextcloud/apps/notifications/l10n/is.json 8676share/nextcloud/apps/notifications/l10n/is.json
8622share/nextcloud/apps/notifications/l10n/it.js 8677share/nextcloud/apps/notifications/l10n/it.js
8623share/nextcloud/apps/notifications/l10n/it.json 8678share/nextcloud/apps/notifications/l10n/it.json
8624share/nextcloud/apps/notifications/l10n/ja.js 8679share/nextcloud/apps/notifications/l10n/ja.js
8625share/nextcloud/apps/notifications/l10n/ja.json 8680share/nextcloud/apps/notifications/l10n/ja.json
8626share/nextcloud/apps/notifications/l10n/ka_GE.js 8681share/nextcloud/apps/notifications/l10n/ka_GE.js
@@ -8755,44 +8810,48 @@ share/nextcloud/apps/oauth2/l10n/es_UY.j @@ -8755,44 +8810,48 @@ share/nextcloud/apps/oauth2/l10n/es_UY.j
8755share/nextcloud/apps/oauth2/l10n/es_UY.json 8810share/nextcloud/apps/oauth2/l10n/es_UY.json
8756share/nextcloud/apps/oauth2/l10n/et_EE.js 8811share/nextcloud/apps/oauth2/l10n/et_EE.js
8757share/nextcloud/apps/oauth2/l10n/et_EE.json 8812share/nextcloud/apps/oauth2/l10n/et_EE.json
8758share/nextcloud/apps/oauth2/l10n/eu.js 8813share/nextcloud/apps/oauth2/l10n/eu.js
8759share/nextcloud/apps/oauth2/l10n/eu.json 8814share/nextcloud/apps/oauth2/l10n/eu.json
8760share/nextcloud/apps/oauth2/l10n/fi.js 8815share/nextcloud/apps/oauth2/l10n/fi.js
8761share/nextcloud/apps/oauth2/l10n/fi.json 8816share/nextcloud/apps/oauth2/l10n/fi.json
8762share/nextcloud/apps/oauth2/l10n/fr.js 8817share/nextcloud/apps/oauth2/l10n/fr.js
8763share/nextcloud/apps/oauth2/l10n/fr.json 8818share/nextcloud/apps/oauth2/l10n/fr.json
8764share/nextcloud/apps/oauth2/l10n/gl.js 8819share/nextcloud/apps/oauth2/l10n/gl.js
8765share/nextcloud/apps/oauth2/l10n/gl.json 8820share/nextcloud/apps/oauth2/l10n/gl.json
8766share/nextcloud/apps/oauth2/l10n/he.js 8821share/nextcloud/apps/oauth2/l10n/he.js
8767share/nextcloud/apps/oauth2/l10n/he.json 8822share/nextcloud/apps/oauth2/l10n/he.json
 8823share/nextcloud/apps/oauth2/l10n/hr.js
 8824share/nextcloud/apps/oauth2/l10n/hr.json
8768share/nextcloud/apps/oauth2/l10n/hu.js 8825share/nextcloud/apps/oauth2/l10n/hu.js
8769share/nextcloud/apps/oauth2/l10n/hu.json 8826share/nextcloud/apps/oauth2/l10n/hu.json
8770share/nextcloud/apps/oauth2/l10n/id.js 8827share/nextcloud/apps/oauth2/l10n/id.js
8771share/nextcloud/apps/oauth2/l10n/id.json 8828share/nextcloud/apps/oauth2/l10n/id.json
8772share/nextcloud/apps/oauth2/l10n/is.js 8829share/nextcloud/apps/oauth2/l10n/is.js
8773share/nextcloud/apps/oauth2/l10n/is.json 8830share/nextcloud/apps/oauth2/l10n/is.json
8774share/nextcloud/apps/oauth2/l10n/it.js 8831share/nextcloud/apps/oauth2/l10n/it.js
8775share/nextcloud/apps/oauth2/l10n/it.json 8832share/nextcloud/apps/oauth2/l10n/it.json
8776share/nextcloud/apps/oauth2/l10n/ja.js 8833share/nextcloud/apps/oauth2/l10n/ja.js
8777share/nextcloud/apps/oauth2/l10n/ja.json 8834share/nextcloud/apps/oauth2/l10n/ja.json
8778share/nextcloud/apps/oauth2/l10n/ka_GE.js 8835share/nextcloud/apps/oauth2/l10n/ka_GE.js
8779share/nextcloud/apps/oauth2/l10n/ka_GE.json 8836share/nextcloud/apps/oauth2/l10n/ka_GE.json
8780share/nextcloud/apps/oauth2/l10n/ko.js 8837share/nextcloud/apps/oauth2/l10n/ko.js
8781share/nextcloud/apps/oauth2/l10n/ko.json 8838share/nextcloud/apps/oauth2/l10n/ko.json
8782share/nextcloud/apps/oauth2/l10n/lt_LT.js 8839share/nextcloud/apps/oauth2/l10n/lt_LT.js
8783share/nextcloud/apps/oauth2/l10n/lt_LT.json 8840share/nextcloud/apps/oauth2/l10n/lt_LT.json
8784share/nextcloud/apps/oauth2/l10n/lv.js 8841share/nextcloud/apps/oauth2/l10n/lv.js
8785share/nextcloud/apps/oauth2/l10n/lv.json 8842share/nextcloud/apps/oauth2/l10n/lv.json
 8843share/nextcloud/apps/oauth2/l10n/mk.js
 8844share/nextcloud/apps/oauth2/l10n/mk.json
8786share/nextcloud/apps/oauth2/l10n/nb.js 8845share/nextcloud/apps/oauth2/l10n/nb.js
8787share/nextcloud/apps/oauth2/l10n/nb.json 8846share/nextcloud/apps/oauth2/l10n/nb.json
8788share/nextcloud/apps/oauth2/l10n/nl.js 8847share/nextcloud/apps/oauth2/l10n/nl.js
8789share/nextcloud/apps/oauth2/l10n/nl.json 8848share/nextcloud/apps/oauth2/l10n/nl.json
8790share/nextcloud/apps/oauth2/l10n/pl.js 8849share/nextcloud/apps/oauth2/l10n/pl.js
8791share/nextcloud/apps/oauth2/l10n/pl.json 8850share/nextcloud/apps/oauth2/l10n/pl.json
8792share/nextcloud/apps/oauth2/l10n/pt_BR.js 8851share/nextcloud/apps/oauth2/l10n/pt_BR.js
8793share/nextcloud/apps/oauth2/l10n/pt_BR.json 8852share/nextcloud/apps/oauth2/l10n/pt_BR.json
8794share/nextcloud/apps/oauth2/l10n/pt_PT.js 8853share/nextcloud/apps/oauth2/l10n/pt_PT.js
8795share/nextcloud/apps/oauth2/l10n/pt_PT.json 8854share/nextcloud/apps/oauth2/l10n/pt_PT.json
8796share/nextcloud/apps/oauth2/l10n/ru.js 8855share/nextcloud/apps/oauth2/l10n/ru.js
8797share/nextcloud/apps/oauth2/l10n/ru.json 8856share/nextcloud/apps/oauth2/l10n/ru.json
8798share/nextcloud/apps/oauth2/l10n/sk.js 8857share/nextcloud/apps/oauth2/l10n/sk.js
@@ -8818,26 +8877,27 @@ share/nextcloud/apps/oauth2/lib/Db/Acces @@ -8818,26 +8877,27 @@ share/nextcloud/apps/oauth2/lib/Db/Acces
8818share/nextcloud/apps/oauth2/lib/Db/AccessTokenMapper.php 8877share/nextcloud/apps/oauth2/lib/Db/AccessTokenMapper.php
8819share/nextcloud/apps/oauth2/lib/Db/Client.php 8878share/nextcloud/apps/oauth2/lib/Db/Client.php
8820share/nextcloud/apps/oauth2/lib/Db/ClientMapper.php 8879share/nextcloud/apps/oauth2/lib/Db/ClientMapper.php
8821share/nextcloud/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php 8880share/nextcloud/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php
8822share/nextcloud/apps/oauth2/lib/Exceptions/ClientNotFoundException.php 8881share/nextcloud/apps/oauth2/lib/Exceptions/ClientNotFoundException.php
8823share/nextcloud/apps/oauth2/lib/Migration/SetTokenExpiration.php 8882share/nextcloud/apps/oauth2/lib/Migration/SetTokenExpiration.php
8824share/nextcloud/apps/oauth2/lib/Migration/Version010401Date20181207190718.php 8883share/nextcloud/apps/oauth2/lib/Migration/Version010401Date20181207190718.php
8825share/nextcloud/apps/oauth2/lib/Migration/Version010402Date20190107124745.php 8884share/nextcloud/apps/oauth2/lib/Migration/Version010402Date20190107124745.php
8826share/nextcloud/apps/oauth2/lib/Settings/Admin.php 8885share/nextcloud/apps/oauth2/lib/Settings/Admin.php
8827share/nextcloud/apps/oauth2/templates/admin.php 8886share/nextcloud/apps/oauth2/templates/admin.php
8828share/nextcloud/apps/password_policy/LICENSE 8887share/nextcloud/apps/password_policy/LICENSE
8829share/nextcloud/apps/password_policy/appinfo/app.php 8888share/nextcloud/apps/password_policy/appinfo/app.php
8830share/nextcloud/apps/password_policy/appinfo/info.xml 8889share/nextcloud/apps/password_policy/appinfo/info.xml
 8890share/nextcloud/apps/password_policy/appinfo/routes.php
8831share/nextcloud/apps/password_policy/appinfo/signature.json 8891share/nextcloud/apps/password_policy/appinfo/signature.json
8832share/nextcloud/apps/password_policy/css/settings-admin.css 8892share/nextcloud/apps/password_policy/css/settings-admin.css
8833share/nextcloud/apps/password_policy/img/app.svg 8893share/nextcloud/apps/password_policy/img/app.svg
8834share/nextcloud/apps/password_policy/js/settings-admin.js 8894share/nextcloud/apps/password_policy/js/settings-admin.js
8835share/nextcloud/apps/password_policy/l10n/af.js 8895share/nextcloud/apps/password_policy/l10n/af.js
8836share/nextcloud/apps/password_policy/l10n/af.json 8896share/nextcloud/apps/password_policy/l10n/af.json
8837share/nextcloud/apps/password_policy/l10n/ar.js 8897share/nextcloud/apps/password_policy/l10n/ar.js
8838share/nextcloud/apps/password_policy/l10n/ar.json 8898share/nextcloud/apps/password_policy/l10n/ar.json
8839share/nextcloud/apps/password_policy/l10n/ast.js 8899share/nextcloud/apps/password_policy/l10n/ast.js
8840share/nextcloud/apps/password_policy/l10n/ast.json 8900share/nextcloud/apps/password_policy/l10n/ast.json
8841share/nextcloud/apps/password_policy/l10n/bg.js 8901share/nextcloud/apps/password_policy/l10n/bg.js
8842share/nextcloud/apps/password_policy/l10n/bg.json 8902share/nextcloud/apps/password_policy/l10n/bg.json
8843share/nextcloud/apps/password_policy/l10n/ca.js 8903share/nextcloud/apps/password_policy/l10n/ca.js
@@ -8894,46 +8954,50 @@ share/nextcloud/apps/password_policy/l10 @@ -8894,46 +8954,50 @@ share/nextcloud/apps/password_policy/l10
8894share/nextcloud/apps/password_policy/l10n/es_UY.json 8954share/nextcloud/apps/password_policy/l10n/es_UY.json
8895share/nextcloud/apps/password_policy/l10n/et_EE.js 8955share/nextcloud/apps/password_policy/l10n/et_EE.js
8896share/nextcloud/apps/password_policy/l10n/et_EE.json 8956share/nextcloud/apps/password_policy/l10n/et_EE.json
8897share/nextcloud/apps/password_policy/l10n/eu.js 8957share/nextcloud/apps/password_policy/l10n/eu.js
8898share/nextcloud/apps/password_policy/l10n/eu.json 8958share/nextcloud/apps/password_policy/l10n/eu.json
8899share/nextcloud/apps/password_policy/l10n/fi.js 8959share/nextcloud/apps/password_policy/l10n/fi.js
8900share/nextcloud/apps/password_policy/l10n/fi.json 8960share/nextcloud/apps/password_policy/l10n/fi.json
8901share/nextcloud/apps/password_policy/l10n/fr.js 8961share/nextcloud/apps/password_policy/l10n/fr.js
8902share/nextcloud/apps/password_policy/l10n/fr.json 8962share/nextcloud/apps/password_policy/l10n/fr.json
8903share/nextcloud/apps/password_policy/l10n/gl.js 8963share/nextcloud/apps/password_policy/l10n/gl.js
8904share/nextcloud/apps/password_policy/l10n/gl.json 8964share/nextcloud/apps/password_policy/l10n/gl.json
8905share/nextcloud/apps/password_policy/l10n/he.js 8965share/nextcloud/apps/password_policy/l10n/he.js
8906share/nextcloud/apps/password_policy/l10n/he.json 8966share/nextcloud/apps/password_policy/l10n/he.json
 8967share/nextcloud/apps/password_policy/l10n/hr.js
 8968share/nextcloud/apps/password_policy/l10n/hr.json
8907share/nextcloud/apps/password_policy/l10n/hu.js 8969share/nextcloud/apps/password_policy/l10n/hu.js
8908share/nextcloud/apps/password_policy/l10n/hu.json 8970share/nextcloud/apps/password_policy/l10n/hu.json
8909share/nextcloud/apps/password_policy/l10n/ia.js 8971share/nextcloud/apps/password_policy/l10n/ia.js
8910share/nextcloud/apps/password_policy/l10n/ia.json 8972share/nextcloud/apps/password_policy/l10n/ia.json
8911share/nextcloud/apps/password_policy/l10n/id.js 8973share/nextcloud/apps/password_policy/l10n/id.js
8912share/nextcloud/apps/password_policy/l10n/id.json 8974share/nextcloud/apps/password_policy/l10n/id.json
8913share/nextcloud/apps/password_policy/l10n/is.js 8975share/nextcloud/apps/password_policy/l10n/is.js
8914share/nextcloud/apps/password_policy/l10n/is.json 8976share/nextcloud/apps/password_policy/l10n/is.json
8915share/nextcloud/apps/password_policy/l10n/it.js 8977share/nextcloud/apps/password_policy/l10n/it.js
8916share/nextcloud/apps/password_policy/l10n/it.json 8978share/nextcloud/apps/password_policy/l10n/it.json
8917share/nextcloud/apps/password_policy/l10n/ja.js 8979share/nextcloud/apps/password_policy/l10n/ja.js
8918share/nextcloud/apps/password_policy/l10n/ja.json 8980share/nextcloud/apps/password_policy/l10n/ja.json
8919share/nextcloud/apps/password_policy/l10n/ka_GE.js 8981share/nextcloud/apps/password_policy/l10n/ka_GE.js
8920share/nextcloud/apps/password_policy/l10n/ka_GE.json 8982share/nextcloud/apps/password_policy/l10n/ka_GE.json
8921share/nextcloud/apps/password_policy/l10n/ko.js 8983share/nextcloud/apps/password_policy/l10n/ko.js
8922share/nextcloud/apps/password_policy/l10n/ko.json 8984share/nextcloud/apps/password_policy/l10n/ko.json
8923share/nextcloud/apps/password_policy/l10n/lt_LT.js 8985share/nextcloud/apps/password_policy/l10n/lt_LT.js
8924share/nextcloud/apps/password_policy/l10n/lt_LT.json 8986share/nextcloud/apps/password_policy/l10n/lt_LT.json
8925share/nextcloud/apps/password_policy/l10n/lv.js 8987share/nextcloud/apps/password_policy/l10n/lv.js
8926share/nextcloud/apps/password_policy/l10n/lv.json 8988share/nextcloud/apps/password_policy/l10n/lv.json
 8989share/nextcloud/apps/password_policy/l10n/mk.js
 8990share/nextcloud/apps/password_policy/l10n/mk.json
8927share/nextcloud/apps/password_policy/l10n/mn.js 8991share/nextcloud/apps/password_policy/l10n/mn.js
8928share/nextcloud/apps/password_policy/l10n/mn.json 8992share/nextcloud/apps/password_policy/l10n/mn.json
8929share/nextcloud/apps/password_policy/l10n/nb.js 8993share/nextcloud/apps/password_policy/l10n/nb.js
8930share/nextcloud/apps/password_policy/l10n/nb.json 8994share/nextcloud/apps/password_policy/l10n/nb.json
8931share/nextcloud/apps/password_policy/l10n/nl.js 8995share/nextcloud/apps/password_policy/l10n/nl.js
8932share/nextcloud/apps/password_policy/l10n/nl.json 8996share/nextcloud/apps/password_policy/l10n/nl.json
8933share/nextcloud/apps/password_policy/l10n/nn_NO.js 8997share/nextcloud/apps/password_policy/l10n/nn_NO.js
8934share/nextcloud/apps/password_policy/l10n/nn_NO.json 8998share/nextcloud/apps/password_policy/l10n/nn_NO.json
8935share/nextcloud/apps/password_policy/l10n/pl.js 8999share/nextcloud/apps/password_policy/l10n/pl.js
8936share/nextcloud/apps/password_policy/l10n/pl.json 9000share/nextcloud/apps/password_policy/l10n/pl.json
8937share/nextcloud/apps/password_policy/l10n/pt_BR.js 9001share/nextcloud/apps/password_policy/l10n/pt_BR.js
8938share/nextcloud/apps/password_policy/l10n/pt_BR.json 9002share/nextcloud/apps/password_policy/l10n/pt_BR.json
8939share/nextcloud/apps/password_policy/l10n/pt_PT.js 9003share/nextcloud/apps/password_policy/l10n/pt_PT.js
@@ -8948,30 +9012,38 @@ share/nextcloud/apps/password_policy/l10 @@ -8948,30 +9012,38 @@ share/nextcloud/apps/password_policy/l10
8948share/nextcloud/apps/password_policy/l10n/sq.json 9012share/nextcloud/apps/password_policy/l10n/sq.json
8949share/nextcloud/apps/password_policy/l10n/sr.js 9013share/nextcloud/apps/password_policy/l10n/sr.js
8950share/nextcloud/apps/password_policy/l10n/sr.json 9014share/nextcloud/apps/password_policy/l10n/sr.json
8951share/nextcloud/apps/password_policy/l10n/sv.js 9015share/nextcloud/apps/password_policy/l10n/sv.js
8952share/nextcloud/apps/password_policy/l10n/sv.json 9016share/nextcloud/apps/password_policy/l10n/sv.json
8953share/nextcloud/apps/password_policy/l10n/tr.js 9017share/nextcloud/apps/password_policy/l10n/tr.js
8954share/nextcloud/apps/password_policy/l10n/tr.json 9018share/nextcloud/apps/password_policy/l10n/tr.json
8955share/nextcloud/apps/password_policy/l10n/zh_CN.js 9019share/nextcloud/apps/password_policy/l10n/zh_CN.js
8956share/nextcloud/apps/password_policy/l10n/zh_CN.json 9020share/nextcloud/apps/password_policy/l10n/zh_CN.json
8957share/nextcloud/apps/password_policy/l10n/zh_TW.js 9021share/nextcloud/apps/password_policy/l10n/zh_TW.js
8958share/nextcloud/apps/password_policy/l10n/zh_TW.json 9022share/nextcloud/apps/password_policy/l10n/zh_TW.json
8959share/nextcloud/apps/password_policy/lib/AppInfo/Application.php 9023share/nextcloud/apps/password_policy/lib/AppInfo/Application.php
8960share/nextcloud/apps/password_policy/lib/Capabilities.php 9024share/nextcloud/apps/password_policy/lib/Capabilities.php
 9025share/nextcloud/apps/password_policy/lib/Controller/APIController.php
8961share/nextcloud/apps/password_policy/lib/Generator.php 9026share/nextcloud/apps/password_policy/lib/Generator.php
8962share/nextcloud/apps/password_policy/lib/PasswordPolicyConfig.php 9027share/nextcloud/apps/password_policy/lib/PasswordPolicyConfig.php
8963share/nextcloud/apps/password_policy/lib/PasswordValidator.php 9028share/nextcloud/apps/password_policy/lib/PasswordValidator.php
8964share/nextcloud/apps/password_policy/lib/Settings.php 9029share/nextcloud/apps/password_policy/lib/Settings.php
 9030share/nextcloud/apps/password_policy/lib/Validator/CommonPasswordsValidator.php
 9031share/nextcloud/apps/password_policy/lib/Validator/HIBPValidator.php
 9032share/nextcloud/apps/password_policy/lib/Validator/IValidator.php
 9033share/nextcloud/apps/password_policy/lib/Validator/LengthValidator.php
 9034share/nextcloud/apps/password_policy/lib/Validator/NumericCharacterValidator.php
 9035share/nextcloud/apps/password_policy/lib/Validator/SpecialCharactersValidator.php
 9036share/nextcloud/apps/password_policy/lib/Validator/UpperCaseLoweCaseValidator.php
8965share/nextcloud/apps/password_policy/lists/README.md 9037share/nextcloud/apps/password_policy/lists/README.md
8966share/nextcloud/apps/password_policy/lists/converter.php 9038share/nextcloud/apps/password_policy/lists/converter.php
8967share/nextcloud/apps/password_policy/lists/list-1.php 9039share/nextcloud/apps/password_policy/lists/list-1.php
8968share/nextcloud/apps/password_policy/lists/list-10.php 9040share/nextcloud/apps/password_policy/lists/list-10.php
8969share/nextcloud/apps/password_policy/lists/list-11.php 9041share/nextcloud/apps/password_policy/lists/list-11.php
8970share/nextcloud/apps/password_policy/lists/list-12.php 9042share/nextcloud/apps/password_policy/lists/list-12.php
8971share/nextcloud/apps/password_policy/lists/list-13.php 9043share/nextcloud/apps/password_policy/lists/list-13.php
8972share/nextcloud/apps/password_policy/lists/list-14.php 9044share/nextcloud/apps/password_policy/lists/list-14.php
8973share/nextcloud/apps/password_policy/lists/list-15.php 9045share/nextcloud/apps/password_policy/lists/list-15.php
8974share/nextcloud/apps/password_policy/lists/list-16.php 9046share/nextcloud/apps/password_policy/lists/list-16.php
8975share/nextcloud/apps/password_policy/lists/list-17.php 9047share/nextcloud/apps/password_policy/lists/list-17.php
8976share/nextcloud/apps/password_policy/lists/list-18.php 9048share/nextcloud/apps/password_policy/lists/list-18.php
8977share/nextcloud/apps/password_policy/lists/list-19.php 9049share/nextcloud/apps/password_policy/lists/list-19.php
@@ -9021,40 +9093,44 @@ share/nextcloud/apps/privacy/l10n/af.js @@ -9021,40 +9093,44 @@ share/nextcloud/apps/privacy/l10n/af.js
9021share/nextcloud/apps/privacy/l10n/af.json 9093share/nextcloud/apps/privacy/l10n/af.json
9022share/nextcloud/apps/privacy/l10n/ar.js 9094share/nextcloud/apps/privacy/l10n/ar.js
9023share/nextcloud/apps/privacy/l10n/ar.json 9095share/nextcloud/apps/privacy/l10n/ar.json
9024share/nextcloud/apps/privacy/l10n/bg.js 9096share/nextcloud/apps/privacy/l10n/bg.js
9025share/nextcloud/apps/privacy/l10n/bg.json 9097share/nextcloud/apps/privacy/l10n/bg.json
9026share/nextcloud/apps/privacy/l10n/ca.js 9098share/nextcloud/apps/privacy/l10n/ca.js
9027share/nextcloud/apps/privacy/l10n/ca.json 9099share/nextcloud/apps/privacy/l10n/ca.json
9028share/nextcloud/apps/privacy/l10n/cs.js 9100share/nextcloud/apps/privacy/l10n/cs.js
9029share/nextcloud/apps/privacy/l10n/cs.json 9101share/nextcloud/apps/privacy/l10n/cs.json
9030share/nextcloud/apps/privacy/l10n/de.js 9102share/nextcloud/apps/privacy/l10n/de.js
9031share/nextcloud/apps/privacy/l10n/de.json 9103share/nextcloud/apps/privacy/l10n/de.json
9032share/nextcloud/apps/privacy/l10n/de_DE.js 9104share/nextcloud/apps/privacy/l10n/de_DE.js
9033share/nextcloud/apps/privacy/l10n/de_DE.json 9105share/nextcloud/apps/privacy/l10n/de_DE.json
 9106share/nextcloud/apps/privacy/l10n/el.js
 9107share/nextcloud/apps/privacy/l10n/el.json
9034share/nextcloud/apps/privacy/l10n/eo.js 9108share/nextcloud/apps/privacy/l10n/eo.js
9035share/nextcloud/apps/privacy/l10n/eo.json 9109share/nextcloud/apps/privacy/l10n/eo.json
9036share/nextcloud/apps/privacy/l10n/es.js 9110share/nextcloud/apps/privacy/l10n/es.js
9037share/nextcloud/apps/privacy/l10n/es.json 9111share/nextcloud/apps/privacy/l10n/es.json
9038share/nextcloud/apps/privacy/l10n/eu.js 9112share/nextcloud/apps/privacy/l10n/eu.js
9039share/nextcloud/apps/privacy/l10n/eu.json 9113share/nextcloud/apps/privacy/l10n/eu.json
9040share/nextcloud/apps/privacy/l10n/fi.js 9114share/nextcloud/apps/privacy/l10n/fi.js
9041share/nextcloud/apps/privacy/l10n/fi.json 9115share/nextcloud/apps/privacy/l10n/fi.json
9042share/nextcloud/apps/privacy/l10n/fr.js 9116share/nextcloud/apps/privacy/l10n/fr.js
9043share/nextcloud/apps/privacy/l10n/fr.json 9117share/nextcloud/apps/privacy/l10n/fr.json
9044share/nextcloud/apps/privacy/l10n/gl.js 9118share/nextcloud/apps/privacy/l10n/gl.js
9045share/nextcloud/apps/privacy/l10n/gl.json 9119share/nextcloud/apps/privacy/l10n/gl.json
9046share/nextcloud/apps/privacy/l10n/he.js 9120share/nextcloud/apps/privacy/l10n/he.js
9047share/nextcloud/apps/privacy/l10n/he.json 9121share/nextcloud/apps/privacy/l10n/he.json
 9122share/nextcloud/apps/privacy/l10n/hr.js
 9123share/nextcloud/apps/privacy/l10n/hr.json
9048share/nextcloud/apps/privacy/l10n/hu.js 9124share/nextcloud/apps/privacy/l10n/hu.js
9049share/nextcloud/apps/privacy/l10n/hu.json 9125share/nextcloud/apps/privacy/l10n/hu.json
9050share/nextcloud/apps/privacy/l10n/is.js 9126share/nextcloud/apps/privacy/l10n/is.js
9051share/nextcloud/apps/privacy/l10n/is.json 9127share/nextcloud/apps/privacy/l10n/is.json
9052share/nextcloud/apps/privacy/l10n/it.js 9128share/nextcloud/apps/privacy/l10n/it.js
9053share/nextcloud/apps/privacy/l10n/it.json 9129share/nextcloud/apps/privacy/l10n/it.json
9054share/nextcloud/apps/privacy/l10n/ja.js 9130share/nextcloud/apps/privacy/l10n/ja.js
9055share/nextcloud/apps/privacy/l10n/ja.json 9131share/nextcloud/apps/privacy/l10n/ja.json
9056share/nextcloud/apps/privacy/l10n/ko.js 9132share/nextcloud/apps/privacy/l10n/ko.js
9057share/nextcloud/apps/privacy/l10n/ko.json 9133share/nextcloud/apps/privacy/l10n/ko.json
9058share/nextcloud/apps/privacy/l10n/lt_LT.js 9134share/nextcloud/apps/privacy/l10n/lt_LT.js
9059share/nextcloud/apps/privacy/l10n/lt_LT.json 9135share/nextcloud/apps/privacy/l10n/lt_LT.json
9060share/nextcloud/apps/privacy/l10n/mk.js 9136share/nextcloud/apps/privacy/l10n/mk.js
@@ -9132,38 +9208,42 @@ share/nextcloud/apps/recommendations/l10 @@ -9132,38 +9208,42 @@ share/nextcloud/apps/recommendations/l10
9132share/nextcloud/apps/recommendations/l10n/de_DE.json 9208share/nextcloud/apps/recommendations/l10n/de_DE.json
9133share/nextcloud/apps/recommendations/l10n/el.js 9209share/nextcloud/apps/recommendations/l10n/el.js
9134share/nextcloud/apps/recommendations/l10n/el.json 9210share/nextcloud/apps/recommendations/l10n/el.json
9135share/nextcloud/apps/recommendations/l10n/es.js 9211share/nextcloud/apps/recommendations/l10n/es.js
9136share/nextcloud/apps/recommendations/l10n/es.json 9212share/nextcloud/apps/recommendations/l10n/es.json
9137share/nextcloud/apps/recommendations/l10n/fi.js 9213share/nextcloud/apps/recommendations/l10n/fi.js
9138share/nextcloud/apps/recommendations/l10n/fi.json 9214share/nextcloud/apps/recommendations/l10n/fi.json
9139share/nextcloud/apps/recommendations/l10n/fr.js 9215share/nextcloud/apps/recommendations/l10n/fr.js
9140share/nextcloud/apps/recommendations/l10n/fr.json 9216share/nextcloud/apps/recommendations/l10n/fr.json
9141share/nextcloud/apps/recommendations/l10n/gl.js 9217share/nextcloud/apps/recommendations/l10n/gl.js
9142share/nextcloud/apps/recommendations/l10n/gl.json 9218share/nextcloud/apps/recommendations/l10n/gl.json
9143share/nextcloud/apps/recommendations/l10n/he.js 9219share/nextcloud/apps/recommendations/l10n/he.js
9144share/nextcloud/apps/recommendations/l10n/he.json 9220share/nextcloud/apps/recommendations/l10n/he.json
 9221share/nextcloud/apps/recommendations/l10n/hr.js
 9222share/nextcloud/apps/recommendations/l10n/hr.json
9145share/nextcloud/apps/recommendations/l10n/hu.js 9223share/nextcloud/apps/recommendations/l10n/hu.js
9146share/nextcloud/apps/recommendations/l10n/hu.json 9224share/nextcloud/apps/recommendations/l10n/hu.json
9147share/nextcloud/apps/recommendations/l10n/is.js 9225share/nextcloud/apps/recommendations/l10n/is.js
9148share/nextcloud/apps/recommendations/l10n/is.json 9226share/nextcloud/apps/recommendations/l10n/is.json
9149share/nextcloud/apps/recommendations/l10n/it.js 9227share/nextcloud/apps/recommendations/l10n/it.js
9150share/nextcloud/apps/recommendations/l10n/it.json 9228share/nextcloud/apps/recommendations/l10n/it.json
9151share/nextcloud/apps/recommendations/l10n/ja.js 9229share/nextcloud/apps/recommendations/l10n/ja.js
9152share/nextcloud/apps/recommendations/l10n/ja.json 9230share/nextcloud/apps/recommendations/l10n/ja.json
9153share/nextcloud/apps/recommendations/l10n/ko.js 9231share/nextcloud/apps/recommendations/l10n/ko.js
9154share/nextcloud/apps/recommendations/l10n/ko.json 9232share/nextcloud/apps/recommendations/l10n/ko.json
9155share/nextcloud/apps/recommendations/l10n/lt_LT.js 9233share/nextcloud/apps/recommendations/l10n/lt_LT.js
9156share/nextcloud/apps/recommendations/l10n/lt_LT.json 9234share/nextcloud/apps/recommendations/l10n/lt_LT.json
 9235share/nextcloud/apps/recommendations/l10n/mk.js
 9236share/nextcloud/apps/recommendations/l10n/mk.json
9157share/nextcloud/apps/recommendations/l10n/nb.js 9237share/nextcloud/apps/recommendations/l10n/nb.js
9158share/nextcloud/apps/recommendations/l10n/nb.json 9238share/nextcloud/apps/recommendations/l10n/nb.json
9159share/nextcloud/apps/recommendations/l10n/nl.js 9239share/nextcloud/apps/recommendations/l10n/nl.js
9160share/nextcloud/apps/recommendations/l10n/nl.json 9240share/nextcloud/apps/recommendations/l10n/nl.json
9161share/nextcloud/apps/recommendations/l10n/pl.js 9241share/nextcloud/apps/recommendations/l10n/pl.js
9162share/nextcloud/apps/recommendations/l10n/pl.json 9242share/nextcloud/apps/recommendations/l10n/pl.json
9163share/nextcloud/apps/recommendations/l10n/ps.js 9243share/nextcloud/apps/recommendations/l10n/ps.js
9164share/nextcloud/apps/recommendations/l10n/ps.json 9244share/nextcloud/apps/recommendations/l10n/ps.json
9165share/nextcloud/apps/recommendations/l10n/pt_BR.js 9245share/nextcloud/apps/recommendations/l10n/pt_BR.js
9166share/nextcloud/apps/recommendations/l10n/pt_BR.json 9246share/nextcloud/apps/recommendations/l10n/pt_BR.json
9167share/nextcloud/apps/recommendations/l10n/pt_PT.js 9247share/nextcloud/apps/recommendations/l10n/pt_PT.js
9168share/nextcloud/apps/recommendations/l10n/pt_PT.json 9248share/nextcloud/apps/recommendations/l10n/pt_PT.json
9169share/nextcloud/apps/recommendations/l10n/ru.js 9249share/nextcloud/apps/recommendations/l10n/ru.js
@@ -9191,26 +9271,29 @@ share/nextcloud/apps/recommendations/lib @@ -9191,26 +9271,29 @@ share/nextcloud/apps/recommendations/lib
9191share/nextcloud/apps/recommendations/lib/Service/RecentlySharedFilesSource.php 9271share/nextcloud/apps/recommendations/lib/Service/RecentlySharedFilesSource.php
9192share/nextcloud/apps/recommendations/lib/Service/RecommendationService.php 9272share/nextcloud/apps/recommendations/lib/Service/RecommendationService.php
9193share/nextcloud/apps/recommendations/lib/Service/RecommendedFile.php 9273share/nextcloud/apps/recommendations/lib/Service/RecommendedFile.php
9194share/nextcloud/apps/serverinfo/AUTHORS.md 9274share/nextcloud/apps/serverinfo/AUTHORS.md
9195share/nextcloud/apps/serverinfo/CHANGELOG.md 9275share/nextcloud/apps/serverinfo/CHANGELOG.md
9196share/nextcloud/apps/serverinfo/COPYING 9276share/nextcloud/apps/serverinfo/COPYING
9197share/nextcloud/apps/serverinfo/appinfo/app.php 9277share/nextcloud/apps/serverinfo/appinfo/app.php
9198share/nextcloud/apps/serverinfo/appinfo/info.xml 9278share/nextcloud/apps/serverinfo/appinfo/info.xml
9199share/nextcloud/apps/serverinfo/appinfo/routes.php 9279share/nextcloud/apps/serverinfo/appinfo/routes.php
9200share/nextcloud/apps/serverinfo/appinfo/signature.json 9280share/nextcloud/apps/serverinfo/appinfo/signature.json
9201share/nextcloud/apps/serverinfo/css/style.css 9281share/nextcloud/apps/serverinfo/css/style.css
9202share/nextcloud/apps/serverinfo/img/app-dark.svg 9282share/nextcloud/apps/serverinfo/img/app-dark.svg
9203share/nextcloud/apps/serverinfo/img/app.svg 9283share/nextcloud/apps/serverinfo/img/app.svg
 9284share/nextcloud/apps/serverinfo/img/hdd-o.svg
 9285share/nextcloud/apps/serverinfo/img/server.svg
 9286share/nextcloud/apps/serverinfo/img/sort.svg
9204share/nextcloud/apps/serverinfo/js/Chart.min.js 9287share/nextcloud/apps/serverinfo/js/Chart.min.js
9205share/nextcloud/apps/serverinfo/js/script.js 9288share/nextcloud/apps/serverinfo/js/script.js
9206share/nextcloud/apps/serverinfo/js/smoothie.js 9289share/nextcloud/apps/serverinfo/js/smoothie.js
9207share/nextcloud/apps/serverinfo/l10n/af.js 9290share/nextcloud/apps/serverinfo/l10n/af.js
9208share/nextcloud/apps/serverinfo/l10n/af.json 9291share/nextcloud/apps/serverinfo/l10n/af.json
9209share/nextcloud/apps/serverinfo/l10n/ar.js 9292share/nextcloud/apps/serverinfo/l10n/ar.js
9210share/nextcloud/apps/serverinfo/l10n/ar.json 9293share/nextcloud/apps/serverinfo/l10n/ar.json
9211share/nextcloud/apps/serverinfo/l10n/ast.js 9294share/nextcloud/apps/serverinfo/l10n/ast.js
9212share/nextcloud/apps/serverinfo/l10n/ast.json 9295share/nextcloud/apps/serverinfo/l10n/ast.json
9213share/nextcloud/apps/serverinfo/l10n/bg.js 9296share/nextcloud/apps/serverinfo/l10n/bg.js
9214share/nextcloud/apps/serverinfo/l10n/bg.json 9297share/nextcloud/apps/serverinfo/l10n/bg.json
9215share/nextcloud/apps/serverinfo/l10n/ca.js 9298share/nextcloud/apps/serverinfo/l10n/ca.js
9216share/nextcloud/apps/serverinfo/l10n/ca.json 9299share/nextcloud/apps/serverinfo/l10n/ca.json
@@ -9266,46 +9349,50 @@ share/nextcloud/apps/serverinfo/l10n/es_ @@ -9266,46 +9349,50 @@ share/nextcloud/apps/serverinfo/l10n/es_
9266share/nextcloud/apps/serverinfo/l10n/es_UY.json 9349share/nextcloud/apps/serverinfo/l10n/es_UY.json
9267share/nextcloud/apps/serverinfo/l10n/et_EE.js 9350share/nextcloud/apps/serverinfo/l10n/et_EE.js
9268share/nextcloud/apps/serverinfo/l10n/et_EE.json 9351share/nextcloud/apps/serverinfo/l10n/et_EE.json
9269share/nextcloud/apps/serverinfo/l10n/eu.js 9352share/nextcloud/apps/serverinfo/l10n/eu.js
9270share/nextcloud/apps/serverinfo/l10n/eu.json 9353share/nextcloud/apps/serverinfo/l10n/eu.json
9271share/nextcloud/apps/serverinfo/l10n/fi.js 9354share/nextcloud/apps/serverinfo/l10n/fi.js
9272share/nextcloud/apps/serverinfo/l10n/fi.json 9355share/nextcloud/apps/serverinfo/l10n/fi.json
9273share/nextcloud/apps/serverinfo/l10n/fr.js 9356share/nextcloud/apps/serverinfo/l10n/fr.js
9274share/nextcloud/apps/serverinfo/l10n/fr.json 9357share/nextcloud/apps/serverinfo/l10n/fr.json
9275share/nextcloud/apps/serverinfo/l10n/gl.js 9358share/nextcloud/apps/serverinfo/l10n/gl.js
9276share/nextcloud/apps/serverinfo/l10n/gl.json 9359share/nextcloud/apps/serverinfo/l10n/gl.json
9277share/nextcloud/apps/serverinfo/l10n/he.js 9360share/nextcloud/apps/serverinfo/l10n/he.js
9278share/nextcloud/apps/serverinfo/l10n/he.json 9361share/nextcloud/apps/serverinfo/l10n/he.json
 9362share/nextcloud/apps/serverinfo/l10n/hr.js
 9363share/nextcloud/apps/serverinfo/l10n/hr.json
9279share/nextcloud/apps/serverinfo/l10n/hu.js 9364share/nextcloud/apps/serverinfo/l10n/hu.js
9280share/nextcloud/apps/serverinfo/l10n/hu.json 9365share/nextcloud/apps/serverinfo/l10n/hu.json
9281share/nextcloud/apps/serverinfo/l10n/ia.js 9366share/nextcloud/apps/serverinfo/l10n/ia.js
9282share/nextcloud/apps/serverinfo/l10n/ia.json 9367share/nextcloud/apps/serverinfo/l10n/ia.json
9283share/nextcloud/apps/serverinfo/l10n/id.js 9368share/nextcloud/apps/serverinfo/l10n/id.js
9284share/nextcloud/apps/serverinfo/l10n/id.json 9369share/nextcloud/apps/serverinfo/l10n/id.json
9285share/nextcloud/apps/serverinfo/l10n/is.js 9370share/nextcloud/apps/serverinfo/l10n/is.js
9286share/nextcloud/apps/serverinfo/l10n/is.json 9371share/nextcloud/apps/serverinfo/l10n/is.json
9287share/nextcloud/apps/serverinfo/l10n/it.js 9372share/nextcloud/apps/serverinfo/l10n/it.js
9288share/nextcloud/apps/serverinfo/l10n/it.json 9373share/nextcloud/apps/serverinfo/l10n/it.json
9289share/nextcloud/apps/serverinfo/l10n/ja.js 9374share/nextcloud/apps/serverinfo/l10n/ja.js
9290share/nextcloud/apps/serverinfo/l10n/ja.json 9375share/nextcloud/apps/serverinfo/l10n/ja.json
9291share/nextcloud/apps/serverinfo/l10n/ka_GE.js 9376share/nextcloud/apps/serverinfo/l10n/ka_GE.js
9292share/nextcloud/apps/serverinfo/l10n/ka_GE.json 9377share/nextcloud/apps/serverinfo/l10n/ka_GE.json
9293share/nextcloud/apps/serverinfo/l10n/ko.js 9378share/nextcloud/apps/serverinfo/l10n/ko.js
9294share/nextcloud/apps/serverinfo/l10n/ko.json 9379share/nextcloud/apps/serverinfo/l10n/ko.json
9295share/nextcloud/apps/serverinfo/l10n/lt_LT.js 9380share/nextcloud/apps/serverinfo/l10n/lt_LT.js
9296share/nextcloud/apps/serverinfo/l10n/lt_LT.json 9381share/nextcloud/apps/serverinfo/l10n/lt_LT.json
9297share/nextcloud/apps/serverinfo/l10n/lv.js 9382share/nextcloud/apps/serverinfo/l10n/lv.js
9298share/nextcloud/apps/serverinfo/l10n/lv.json 9383share/nextcloud/apps/serverinfo/l10n/lv.json
 9384share/nextcloud/apps/serverinfo/l10n/mk.js
 9385share/nextcloud/apps/serverinfo/l10n/mk.json
9299share/nextcloud/apps/serverinfo/l10n/mn.js 9386share/nextcloud/apps/serverinfo/l10n/mn.js
9300share/nextcloud/apps/serverinfo/l10n/mn.json 9387share/nextcloud/apps/serverinfo/l10n/mn.json
9301share/nextcloud/apps/serverinfo/l10n/nb.js 9388share/nextcloud/apps/serverinfo/l10n/nb.js
9302share/nextcloud/apps/serverinfo/l10n/nb.json 9389share/nextcloud/apps/serverinfo/l10n/nb.json
9303share/nextcloud/apps/serverinfo/l10n/nl.js 9390share/nextcloud/apps/serverinfo/l10n/nl.js
9304share/nextcloud/apps/serverinfo/l10n/nl.json 9391share/nextcloud/apps/serverinfo/l10n/nl.json
9305share/nextcloud/apps/serverinfo/l10n/nn_NO.js 9392share/nextcloud/apps/serverinfo/l10n/nn_NO.js
9306share/nextcloud/apps/serverinfo/l10n/nn_NO.json 9393share/nextcloud/apps/serverinfo/l10n/nn_NO.json
9307share/nextcloud/apps/serverinfo/l10n/pl.js 9394share/nextcloud/apps/serverinfo/l10n/pl.js
9308share/nextcloud/apps/serverinfo/l10n/pl.json 9395share/nextcloud/apps/serverinfo/l10n/pl.json
9309share/nextcloud/apps/serverinfo/l10n/pt_BR.js 9396share/nextcloud/apps/serverinfo/l10n/pt_BR.js
9310share/nextcloud/apps/serverinfo/l10n/pt_BR.json 9397share/nextcloud/apps/serverinfo/l10n/pt_BR.json
9311share/nextcloud/apps/serverinfo/l10n/pt_PT.js 9398share/nextcloud/apps/serverinfo/l10n/pt_PT.js
@@ -9327,26 +9414,28 @@ share/nextcloud/apps/serverinfo/l10n/tr. @@ -9327,26 +9414,28 @@ share/nextcloud/apps/serverinfo/l10n/tr.
9327share/nextcloud/apps/serverinfo/l10n/uk.js 9414share/nextcloud/apps/serverinfo/l10n/uk.js
9328share/nextcloud/apps/serverinfo/l10n/uk.json 9415share/nextcloud/apps/serverinfo/l10n/uk.json
9329share/nextcloud/apps/serverinfo/l10n/uz.js 9416share/nextcloud/apps/serverinfo/l10n/uz.js
9330share/nextcloud/apps/serverinfo/l10n/uz.json 9417share/nextcloud/apps/serverinfo/l10n/uz.json
9331share/nextcloud/apps/serverinfo/l10n/vi.js 9418share/nextcloud/apps/serverinfo/l10n/vi.js
9332share/nextcloud/apps/serverinfo/l10n/vi.json 9419share/nextcloud/apps/serverinfo/l10n/vi.json
9333share/nextcloud/apps/serverinfo/l10n/zh_CN.js 9420share/nextcloud/apps/serverinfo/l10n/zh_CN.js
9334share/nextcloud/apps/serverinfo/l10n/zh_CN.json 9421share/nextcloud/apps/serverinfo/l10n/zh_CN.json
9335share/nextcloud/apps/serverinfo/l10n/zh_TW.js 9422share/nextcloud/apps/serverinfo/l10n/zh_TW.js
9336share/nextcloud/apps/serverinfo/l10n/zh_TW.json 9423share/nextcloud/apps/serverinfo/l10n/zh_TW.json
9337share/nextcloud/apps/serverinfo/lib/Controller/ApiController.php 9424share/nextcloud/apps/serverinfo/lib/Controller/ApiController.php
9338share/nextcloud/apps/serverinfo/lib/Controller/PageController.php 9425share/nextcloud/apps/serverinfo/lib/Controller/PageController.php
9339share/nextcloud/apps/serverinfo/lib/DatabaseStatistics.php 9426share/nextcloud/apps/serverinfo/lib/DatabaseStatistics.php
 9427share/nextcloud/apps/serverinfo/lib/OperatingSystems/DefaultOs.php
 9428share/nextcloud/apps/serverinfo/lib/Os.php
9340share/nextcloud/apps/serverinfo/lib/PhpStatistics.php 9429share/nextcloud/apps/serverinfo/lib/PhpStatistics.php
9341share/nextcloud/apps/serverinfo/lib/SessionStatistics.php 9430share/nextcloud/apps/serverinfo/lib/SessionStatistics.php
9342share/nextcloud/apps/serverinfo/lib/Settings/AdminSection.php 9431share/nextcloud/apps/serverinfo/lib/Settings/AdminSection.php
9343share/nextcloud/apps/serverinfo/lib/Settings/AdminSettings.php 9432share/nextcloud/apps/serverinfo/lib/Settings/AdminSettings.php
9344share/nextcloud/apps/serverinfo/lib/ShareStatistics.php 9433share/nextcloud/apps/serverinfo/lib/ShareStatistics.php
9345share/nextcloud/apps/serverinfo/lib/StorageStatistics.php 9434share/nextcloud/apps/serverinfo/lib/StorageStatistics.php
9346share/nextcloud/apps/serverinfo/lib/SystemStatistics.php 9435share/nextcloud/apps/serverinfo/lib/SystemStatistics.php
9347share/nextcloud/apps/serverinfo/templates/settings-admin.php 9436share/nextcloud/apps/serverinfo/templates/settings-admin.php
9348share/nextcloud/apps/sharebymail/appinfo/app.php 9437share/nextcloud/apps/sharebymail/appinfo/app.php
9349share/nextcloud/apps/sharebymail/appinfo/info.xml 9438share/nextcloud/apps/sharebymail/appinfo/info.xml
9350share/nextcloud/apps/sharebymail/appinfo/signature.json 9439share/nextcloud/apps/sharebymail/appinfo/signature.json
9351share/nextcloud/apps/sharebymail/composer/autoload.php 9440share/nextcloud/apps/sharebymail/composer/autoload.php
9352share/nextcloud/apps/sharebymail/composer/composer.json 9441share/nextcloud/apps/sharebymail/composer/composer.json
@@ -9414,44 +9503,48 @@ share/nextcloud/apps/sharebymail/l10n/es @@ -9414,44 +9503,48 @@ share/nextcloud/apps/sharebymail/l10n/es
9414share/nextcloud/apps/sharebymail/l10n/es_SV.json 9503share/nextcloud/apps/sharebymail/l10n/es_SV.json
9415share/nextcloud/apps/sharebymail/l10n/es_UY.js 9504share/nextcloud/apps/sharebymail/l10n/es_UY.js
9416share/nextcloud/apps/sharebymail/l10n/es_UY.json 9505share/nextcloud/apps/sharebymail/l10n/es_UY.json
9417share/nextcloud/apps/sharebymail/l10n/et_EE.js 9506share/nextcloud/apps/sharebymail/l10n/et_EE.js
9418share/nextcloud/apps/sharebymail/l10n/et_EE.json 9507share/nextcloud/apps/sharebymail/l10n/et_EE.json
9419share/nextcloud/apps/sharebymail/l10n/fi.js 9508share/nextcloud/apps/sharebymail/l10n/fi.js
9420share/nextcloud/apps/sharebymail/l10n/fi.json 9509share/nextcloud/apps/sharebymail/l10n/fi.json
9421share/nextcloud/apps/sharebymail/l10n/fr.js 9510share/nextcloud/apps/sharebymail/l10n/fr.js
9422share/nextcloud/apps/sharebymail/l10n/fr.json 9511share/nextcloud/apps/sharebymail/l10n/fr.json
9423share/nextcloud/apps/sharebymail/l10n/gl.js 9512share/nextcloud/apps/sharebymail/l10n/gl.js
9424share/nextcloud/apps/sharebymail/l10n/gl.json 9513share/nextcloud/apps/sharebymail/l10n/gl.json
9425share/nextcloud/apps/sharebymail/l10n/he.js 9514share/nextcloud/apps/sharebymail/l10n/he.js
9426share/nextcloud/apps/sharebymail/l10n/he.json 9515share/nextcloud/apps/sharebymail/l10n/he.json
 9516share/nextcloud/apps/sharebymail/l10n/hr.js
 9517share/nextcloud/apps/sharebymail/l10n/hr.json
9427share/nextcloud/apps/sharebymail/l10n/hu.js 9518share/nextcloud/apps/sharebymail/l10n/hu.js
9428share/nextcloud/apps/sharebymail/l10n/hu.json 9519share/nextcloud/apps/sharebymail/l10n/hu.json
9429share/nextcloud/apps/sharebymail/l10n/ia.js 9520share/nextcloud/apps/sharebymail/l10n/ia.js
9430share/nextcloud/apps/sharebymail/l10n/ia.json 9521share/nextcloud/apps/sharebymail/l10n/ia.json
9431share/nextcloud/apps/sharebymail/l10n/id.js 9522share/nextcloud/apps/sharebymail/l10n/id.js
9432share/nextcloud/apps/sharebymail/l10n/id.json 9523share/nextcloud/apps/sharebymail/l10n/id.json
9433share/nextcloud/apps/sharebymail/l10n/is.js 9524share/nextcloud/apps/sharebymail/l10n/is.js
9434share/nextcloud/apps/sharebymail/l10n/is.json 9525share/nextcloud/apps/sharebymail/l10n/is.json
9435share/nextcloud/apps/sharebymail/l10n/it.js 9526share/nextcloud/apps/sharebymail/l10n/it.js
9436share/nextcloud/apps/sharebymail/l10n/it.json 9527share/nextcloud/apps/sharebymail/l10n/it.json
9437share/nextcloud/apps/sharebymail/l10n/ja.js 9528share/nextcloud/apps/sharebymail/l10n/ja.js
9438share/nextcloud/apps/sharebymail/l10n/ja.json 9529share/nextcloud/apps/sharebymail/l10n/ja.json
9439share/nextcloud/apps/sharebymail/l10n/ka_GE.js 9530share/nextcloud/apps/sharebymail/l10n/ka_GE.js
9440share/nextcloud/apps/sharebymail/l10n/ka_GE.json 9531share/nextcloud/apps/sharebymail/l10n/ka_GE.json
9441share/nextcloud/apps/sharebymail/l10n/ko.js 9532share/nextcloud/apps/sharebymail/l10n/ko.js
9442share/nextcloud/apps/sharebymail/l10n/ko.json 9533share/nextcloud/apps/sharebymail/l10n/ko.json
9443share/nextcloud/apps/sharebymail/l10n/lt_LT.js 9534share/nextcloud/apps/sharebymail/l10n/lt_LT.js
9444share/nextcloud/apps/sharebymail/l10n/lt_LT.json 9535share/nextcloud/apps/sharebymail/l10n/lt_LT.json
 9536share/nextcloud/apps/sharebymail/l10n/mk.js
 9537share/nextcloud/apps/sharebymail/l10n/mk.json
9445share/nextcloud/apps/sharebymail/l10n/nb.js 9538share/nextcloud/apps/sharebymail/l10n/nb.js
9446share/nextcloud/apps/sharebymail/l10n/nb.json 9539share/nextcloud/apps/sharebymail/l10n/nb.json
9447share/nextcloud/apps/sharebymail/l10n/nb_NO.js 9540share/nextcloud/apps/sharebymail/l10n/nb_NO.js
9448share/nextcloud/apps/sharebymail/l10n/nb_NO.json 9541share/nextcloud/apps/sharebymail/l10n/nb_NO.json
9449share/nextcloud/apps/sharebymail/l10n/nl.js 9542share/nextcloud/apps/sharebymail/l10n/nl.js
9450share/nextcloud/apps/sharebymail/l10n/nl.json 9543share/nextcloud/apps/sharebymail/l10n/nl.json
9451share/nextcloud/apps/sharebymail/l10n/pl.js 9544share/nextcloud/apps/sharebymail/l10n/pl.js
9452share/nextcloud/apps/sharebymail/l10n/pl.json 9545share/nextcloud/apps/sharebymail/l10n/pl.json
9453share/nextcloud/apps/sharebymail/l10n/pt_BR.js 9546share/nextcloud/apps/sharebymail/l10n/pt_BR.js
9454share/nextcloud/apps/sharebymail/l10n/pt_BR.json 9547share/nextcloud/apps/sharebymail/l10n/pt_BR.json
9455share/nextcloud/apps/sharebymail/l10n/pt_PT.js 9548share/nextcloud/apps/sharebymail/l10n/pt_PT.js
9456share/nextcloud/apps/sharebymail/l10n/pt_PT.json 9549share/nextcloud/apps/sharebymail/l10n/pt_PT.json
9457share/nextcloud/apps/sharebymail/l10n/ru.js 9550share/nextcloud/apps/sharebymail/l10n/ru.js
@@ -9634,26 +9727,28 @@ share/nextcloud/apps/survey_client/l10n/ @@ -9634,26 +9727,28 @@ share/nextcloud/apps/survey_client/l10n/
9634share/nextcloud/apps/survey_client/l10n/es_UY.json 9727share/nextcloud/apps/survey_client/l10n/es_UY.json
9635share/nextcloud/apps/survey_client/l10n/et_EE.js 9728share/nextcloud/apps/survey_client/l10n/et_EE.js
9636share/nextcloud/apps/survey_client/l10n/et_EE.json 9729share/nextcloud/apps/survey_client/l10n/et_EE.json
9637share/nextcloud/apps/survey_client/l10n/eu.js 9730share/nextcloud/apps/survey_client/l10n/eu.js
9638share/nextcloud/apps/survey_client/l10n/eu.json 9731share/nextcloud/apps/survey_client/l10n/eu.json
9639share/nextcloud/apps/survey_client/l10n/fi.js 9732share/nextcloud/apps/survey_client/l10n/fi.js
9640share/nextcloud/apps/survey_client/l10n/fi.json 9733share/nextcloud/apps/survey_client/l10n/fi.json
9641share/nextcloud/apps/survey_client/l10n/fr.js 9734share/nextcloud/apps/survey_client/l10n/fr.js
9642share/nextcloud/apps/survey_client/l10n/fr.json 9735share/nextcloud/apps/survey_client/l10n/fr.json
9643share/nextcloud/apps/survey_client/l10n/gl.js 9736share/nextcloud/apps/survey_client/l10n/gl.js
9644share/nextcloud/apps/survey_client/l10n/gl.json 9737share/nextcloud/apps/survey_client/l10n/gl.json
9645share/nextcloud/apps/survey_client/l10n/he.js 9738share/nextcloud/apps/survey_client/l10n/he.js
9646share/nextcloud/apps/survey_client/l10n/he.json 9739share/nextcloud/apps/survey_client/l10n/he.json
 9740share/nextcloud/apps/survey_client/l10n/hr.js
 9741share/nextcloud/apps/survey_client/l10n/hr.json
9647share/nextcloud/apps/survey_client/l10n/hu.js 9742share/nextcloud/apps/survey_client/l10n/hu.js
9648share/nextcloud/apps/survey_client/l10n/hu.json 9743share/nextcloud/apps/survey_client/l10n/hu.json
9649share/nextcloud/apps/survey_client/l10n/is.js 9744share/nextcloud/apps/survey_client/l10n/is.js
9650share/nextcloud/apps/survey_client/l10n/is.json 9745share/nextcloud/apps/survey_client/l10n/is.json
9651share/nextcloud/apps/survey_client/l10n/it.js 9746share/nextcloud/apps/survey_client/l10n/it.js
9652share/nextcloud/apps/survey_client/l10n/it.json 9747share/nextcloud/apps/survey_client/l10n/it.json
9653share/nextcloud/apps/survey_client/l10n/ja.js 9748share/nextcloud/apps/survey_client/l10n/ja.js
9654share/nextcloud/apps/survey_client/l10n/ja.json 9749share/nextcloud/apps/survey_client/l10n/ja.json
9655share/nextcloud/apps/survey_client/l10n/ka_GE.js 9750share/nextcloud/apps/survey_client/l10n/ka_GE.js
9656share/nextcloud/apps/survey_client/l10n/ka_GE.json 9751share/nextcloud/apps/survey_client/l10n/ka_GE.json
9657share/nextcloud/apps/survey_client/l10n/ko.js 9752share/nextcloud/apps/survey_client/l10n/ko.js
9658share/nextcloud/apps/survey_client/l10n/ko.json 9753share/nextcloud/apps/survey_client/l10n/ko.json
9659share/nextcloud/apps/survey_client/l10n/lt_LT.js 9754share/nextcloud/apps/survey_client/l10n/lt_LT.js
@@ -9913,26 +10008,550 @@ share/nextcloud/apps/systemtags/l10n/zh_ @@ -9913,26 +10008,550 @@ share/nextcloud/apps/systemtags/l10n/zh_
9913share/nextcloud/apps/systemtags/l10n/zh_CN.json 10008share/nextcloud/apps/systemtags/l10n/zh_CN.json
9914share/nextcloud/apps/systemtags/l10n/zh_HK.js 10009share/nextcloud/apps/systemtags/l10n/zh_HK.js
9915share/nextcloud/apps/systemtags/l10n/zh_HK.json 10010share/nextcloud/apps/systemtags/l10n/zh_HK.json
9916share/nextcloud/apps/systemtags/l10n/zh_TW.js 10011share/nextcloud/apps/systemtags/l10n/zh_TW.js
9917share/nextcloud/apps/systemtags/l10n/zh_TW.json 10012share/nextcloud/apps/systemtags/l10n/zh_TW.json
9918share/nextcloud/apps/systemtags/lib/Activity/Listener.php 10013share/nextcloud/apps/systemtags/lib/Activity/Listener.php
9919share/nextcloud/apps/systemtags/lib/Activity/Provider.php 10014share/nextcloud/apps/systemtags/lib/Activity/Provider.php
9920share/nextcloud/apps/systemtags/lib/Activity/Setting.php 10015share/nextcloud/apps/systemtags/lib/Activity/Setting.php
9921share/nextcloud/apps/systemtags/lib/Controller/LastUsedController.php 10016share/nextcloud/apps/systemtags/lib/Controller/LastUsedController.php
9922share/nextcloud/apps/systemtags/lib/Settings/Admin.php 10017share/nextcloud/apps/systemtags/lib/Settings/Admin.php
9923share/nextcloud/apps/systemtags/list.php 10018share/nextcloud/apps/systemtags/list.php
9924share/nextcloud/apps/systemtags/templates/admin.php 10019share/nextcloud/apps/systemtags/templates/admin.php
9925share/nextcloud/apps/systemtags/templates/list.php 10020share/nextcloud/apps/systemtags/templates/list.php
 10021share/nextcloud/apps/text/.eslintignore
 10022share/nextcloud/apps/text/.stylelintrc.js
 10023share/nextcloud/apps/text/CHANGELOG.md
 10024share/nextcloud/apps/text/COPYING
 10025share/nextcloud/apps/text/appinfo/app.php
 10026share/nextcloud/apps/text/appinfo/info.xml
 10027share/nextcloud/apps/text/appinfo/routes.php
 10028share/nextcloud/apps/text/appinfo/signature.json
 10029share/nextcloud/apps/text/babel.config.js
 10030share/nextcloud/apps/text/composer.json
 10031share/nextcloud/apps/text/composer.lock
 10032share/nextcloud/apps/text/css/icons.scss
 10033share/nextcloud/apps/text/css/prosemirror.scss
 10034share/nextcloud/apps/text/css/style.scss
 10035share/nextcloud/apps/text/img/add_col_after.svg
 10036share/nextcloud/apps/text/img/add_col_before.svg
 10037share/nextcloud/apps/text/img/add_row_after.svg
 10038share/nextcloud/apps/text/img/add_row_before.svg
 10039share/nextcloud/apps/text/img/app.png
 10040share/nextcloud/apps/text/img/app.svg
 10041share/nextcloud/apps/text/img/bold.svg
 10042share/nextcloud/apps/text/img/checklist.svg
 10043share/nextcloud/apps/text/img/code.svg
 10044share/nextcloud/apps/text/img/combine_cells.svg
 10045share/nextcloud/apps/text/img/delete_col.svg
 10046share/nextcloud/apps/text/img/delete_row.svg
 10047share/nextcloud/apps/text/img/delete_table.svg
 10048share/nextcloud/apps/text/img/github.svg
 10049share/nextcloud/apps/text/img/h1.svg
 10050share/nextcloud/apps/text/img/h2.svg
 10051share/nextcloud/apps/text/img/h3.svg
 10052share/nextcloud/apps/text/img/h4.svg
 10053share/nextcloud/apps/text/img/h5.svg
 10054share/nextcloud/apps/text/img/h6.svg
 10055share/nextcloud/apps/text/img/hr.svg
 10056share/nextcloud/apps/text/img/image.svg
 10057share/nextcloud/apps/text/img/italic.svg
 10058share/nextcloud/apps/text/img/link.svg
 10059share/nextcloud/apps/text/img/mention.svg
 10060share/nextcloud/apps/text/img/ol.svg
 10061share/nextcloud/apps/text/img/paragraph.svg
 10062share/nextcloud/apps/text/img/quote.svg
 10063share/nextcloud/apps/text/img/redo.svg
 10064share/nextcloud/apps/text/img/remove.svg
 10065share/nextcloud/apps/text/img/screenshots/screenshot1.png
 10066share/nextcloud/apps/text/img/screenshots/screenshot2.png
 10067share/nextcloud/apps/text/img/screenshots/screenshot3.gif
 10068share/nextcloud/apps/text/img/strike.svg
 10069share/nextcloud/apps/text/img/table.svg
 10070share/nextcloud/apps/text/img/ul.svg
 10071share/nextcloud/apps/text/img/underline.svg
 10072share/nextcloud/apps/text/img/undo.svg
 10073share/nextcloud/apps/text/js/editor-collab.js
 10074share/nextcloud/apps/text/js/editor-collab.js.map
 10075share/nextcloud/apps/text/js/editor-guest.js
 10076share/nextcloud/apps/text/js/editor-guest.js.map
 10077share/nextcloud/apps/text/js/editor-rich.js
 10078share/nextcloud/apps/text/js/editor-rich.js.map
 10079share/nextcloud/apps/text/js/editor.js
 10080share/nextcloud/apps/text/js/editor.js.map
 10081share/nextcloud/apps/text/js/files-modal.js
 10082share/nextcloud/apps/text/js/files-modal.js.map
 10083share/nextcloud/apps/text/js/files.js
 10084share/nextcloud/apps/text/js/files.js.map
 10085share/nextcloud/apps/text/js/highlight/1c.js
 10086share/nextcloud/apps/text/js/highlight/1c.js.map
 10087share/nextcloud/apps/text/js/highlight/abnf.js
 10088share/nextcloud/apps/text/js/highlight/abnf.js.map
 10089share/nextcloud/apps/text/js/highlight/accesslog.js
 10090share/nextcloud/apps/text/js/highlight/accesslog.js.map
 10091share/nextcloud/apps/text/js/highlight/actionscript.js
 10092share/nextcloud/apps/text/js/highlight/actionscript.js.map
 10093share/nextcloud/apps/text/js/highlight/ada.js
 10094share/nextcloud/apps/text/js/highlight/ada.js.map
 10095share/nextcloud/apps/text/js/highlight/angelscript.js
 10096share/nextcloud/apps/text/js/highlight/angelscript.js.map
 10097share/nextcloud/apps/text/js/highlight/apache.js
 10098share/nextcloud/apps/text/js/highlight/apache.js.map
 10099share/nextcloud/apps/text/js/highlight/applescript.js
 10100share/nextcloud/apps/text/js/highlight/applescript.js.map
 10101share/nextcloud/apps/text/js/highlight/arcade.js
 10102share/nextcloud/apps/text/js/highlight/arcade.js.map
 10103share/nextcloud/apps/text/js/highlight/arduino.js
 10104share/nextcloud/apps/text/js/highlight/arduino.js.map
 10105share/nextcloud/apps/text/js/highlight/armasm.js
 10106share/nextcloud/apps/text/js/highlight/armasm.js.map
 10107share/nextcloud/apps/text/js/highlight/asciidoc.js
 10108share/nextcloud/apps/text/js/highlight/asciidoc.js.map
 10109share/nextcloud/apps/text/js/highlight/aspectj.js
 10110share/nextcloud/apps/text/js/highlight/aspectj.js.map
 10111share/nextcloud/apps/text/js/highlight/autohotkey.js
 10112share/nextcloud/apps/text/js/highlight/autohotkey.js.map
 10113share/nextcloud/apps/text/js/highlight/autoit.js
 10114share/nextcloud/apps/text/js/highlight/autoit.js.map
 10115share/nextcloud/apps/text/js/highlight/avrasm.js
 10116share/nextcloud/apps/text/js/highlight/avrasm.js.map
 10117share/nextcloud/apps/text/js/highlight/awk.js
 10118share/nextcloud/apps/text/js/highlight/awk.js.map
 10119share/nextcloud/apps/text/js/highlight/axapta.js
 10120share/nextcloud/apps/text/js/highlight/axapta.js.map
 10121share/nextcloud/apps/text/js/highlight/bash.js
 10122share/nextcloud/apps/text/js/highlight/bash.js.map
 10123share/nextcloud/apps/text/js/highlight/basic.js
 10124share/nextcloud/apps/text/js/highlight/basic.js.map
 10125share/nextcloud/apps/text/js/highlight/bnf.js
 10126share/nextcloud/apps/text/js/highlight/bnf.js.map
 10127share/nextcloud/apps/text/js/highlight/brainfuck.js
 10128share/nextcloud/apps/text/js/highlight/brainfuck.js.map
 10129share/nextcloud/apps/text/js/highlight/cal.js
 10130share/nextcloud/apps/text/js/highlight/cal.js.map
 10131share/nextcloud/apps/text/js/highlight/capnproto.js
 10132share/nextcloud/apps/text/js/highlight/capnproto.js.map
 10133share/nextcloud/apps/text/js/highlight/ceylon.js
 10134share/nextcloud/apps/text/js/highlight/ceylon.js.map
 10135share/nextcloud/apps/text/js/highlight/clean.js
 10136share/nextcloud/apps/text/js/highlight/clean.js.map
 10137share/nextcloud/apps/text/js/highlight/clojure-repl.js
 10138share/nextcloud/apps/text/js/highlight/clojure-repl.js.map
 10139share/nextcloud/apps/text/js/highlight/clojure.js
 10140share/nextcloud/apps/text/js/highlight/clojure.js.map
 10141share/nextcloud/apps/text/js/highlight/cmake.js
 10142share/nextcloud/apps/text/js/highlight/cmake.js.map
 10143share/nextcloud/apps/text/js/highlight/coffeescript.js
 10144share/nextcloud/apps/text/js/highlight/coffeescript.js.map
 10145share/nextcloud/apps/text/js/highlight/coq.js
 10146share/nextcloud/apps/text/js/highlight/coq.js.map
 10147share/nextcloud/apps/text/js/highlight/cos.js
 10148share/nextcloud/apps/text/js/highlight/cos.js.map
 10149share/nextcloud/apps/text/js/highlight/cpp.js
 10150share/nextcloud/apps/text/js/highlight/cpp.js.map
 10151share/nextcloud/apps/text/js/highlight/crmsh.js
 10152share/nextcloud/apps/text/js/highlight/crmsh.js.map
 10153share/nextcloud/apps/text/js/highlight/crystal.js
 10154share/nextcloud/apps/text/js/highlight/crystal.js.map
 10155share/nextcloud/apps/text/js/highlight/cs.js
 10156share/nextcloud/apps/text/js/highlight/cs.js.map
 10157share/nextcloud/apps/text/js/highlight/csp.js
 10158share/nextcloud/apps/text/js/highlight/csp.js.map
 10159share/nextcloud/apps/text/js/highlight/css.js
 10160share/nextcloud/apps/text/js/highlight/css.js.map
 10161share/nextcloud/apps/text/js/highlight/d.js
 10162share/nextcloud/apps/text/js/highlight/d.js.map
 10163share/nextcloud/apps/text/js/highlight/dart.js
 10164share/nextcloud/apps/text/js/highlight/dart.js.map
 10165share/nextcloud/apps/text/js/highlight/delphi.js
 10166share/nextcloud/apps/text/js/highlight/delphi.js.map
 10167share/nextcloud/apps/text/js/highlight/diff.js
 10168share/nextcloud/apps/text/js/highlight/diff.js.map
 10169share/nextcloud/apps/text/js/highlight/django.js
 10170share/nextcloud/apps/text/js/highlight/django.js.map
 10171share/nextcloud/apps/text/js/highlight/dns.js
 10172share/nextcloud/apps/text/js/highlight/dns.js.map
 10173share/nextcloud/apps/text/js/highlight/dockerfile.js
 10174share/nextcloud/apps/text/js/highlight/dockerfile.js.map
 10175share/nextcloud/apps/text/js/highlight/dos.js
 10176share/nextcloud/apps/text/js/highlight/dos.js.map
 10177share/nextcloud/apps/text/js/highlight/dsconfig.js
 10178share/nextcloud/apps/text/js/highlight/dsconfig.js.map
 10179share/nextcloud/apps/text/js/highlight/dts.js
 10180share/nextcloud/apps/text/js/highlight/dts.js.map
 10181share/nextcloud/apps/text/js/highlight/dust.js
 10182share/nextcloud/apps/text/js/highlight/dust.js.map
 10183share/nextcloud/apps/text/js/highlight/ebnf.js
 10184share/nextcloud/apps/text/js/highlight/ebnf.js.map
 10185share/nextcloud/apps/text/js/highlight/elixir.js
 10186share/nextcloud/apps/text/js/highlight/elixir.js.map
 10187share/nextcloud/apps/text/js/highlight/elm.js
 10188share/nextcloud/apps/text/js/highlight/elm.js.map
 10189share/nextcloud/apps/text/js/highlight/erb.js
 10190share/nextcloud/apps/text/js/highlight/erb.js.map
 10191share/nextcloud/apps/text/js/highlight/erlang-repl.js
 10192share/nextcloud/apps/text/js/highlight/erlang-repl.js.map
 10193share/nextcloud/apps/text/js/highlight/erlang.js
 10194share/nextcloud/apps/text/js/highlight/erlang.js.map
 10195share/nextcloud/apps/text/js/highlight/excel.js
 10196share/nextcloud/apps/text/js/highlight/excel.js.map
 10197share/nextcloud/apps/text/js/highlight/fix.js
 10198share/nextcloud/apps/text/js/highlight/fix.js.map
 10199share/nextcloud/apps/text/js/highlight/flix.js
 10200share/nextcloud/apps/text/js/highlight/flix.js.map
 10201share/nextcloud/apps/text/js/highlight/fortran.js
 10202share/nextcloud/apps/text/js/highlight/fortran.js.map
 10203share/nextcloud/apps/text/js/highlight/fsharp.js
 10204share/nextcloud/apps/text/js/highlight/fsharp.js.map
 10205share/nextcloud/apps/text/js/highlight/gams.js
 10206share/nextcloud/apps/text/js/highlight/gams.js.map
 10207share/nextcloud/apps/text/js/highlight/gauss.js
 10208share/nextcloud/apps/text/js/highlight/gauss.js.map
 10209share/nextcloud/apps/text/js/highlight/gcode.js
 10210share/nextcloud/apps/text/js/highlight/gcode.js.map
 10211share/nextcloud/apps/text/js/highlight/gherkin.js
 10212share/nextcloud/apps/text/js/highlight/gherkin.js.map
 10213share/nextcloud/apps/text/js/highlight/glsl.js
 10214share/nextcloud/apps/text/js/highlight/glsl.js.map
 10215share/nextcloud/apps/text/js/highlight/gml.js
 10216share/nextcloud/apps/text/js/highlight/gml.js.map
 10217share/nextcloud/apps/text/js/highlight/go.js
 10218share/nextcloud/apps/text/js/highlight/go.js.map
 10219share/nextcloud/apps/text/js/highlight/golo.js
 10220share/nextcloud/apps/text/js/highlight/golo.js.map
 10221share/nextcloud/apps/text/js/highlight/gradle.js
 10222share/nextcloud/apps/text/js/highlight/gradle.js.map
 10223share/nextcloud/apps/text/js/highlight/groovy.js
 10224share/nextcloud/apps/text/js/highlight/groovy.js.map
 10225share/nextcloud/apps/text/js/highlight/haml.js
 10226share/nextcloud/apps/text/js/highlight/haml.js.map
 10227share/nextcloud/apps/text/js/highlight/handlebars.js
 10228share/nextcloud/apps/text/js/highlight/handlebars.js.map
 10229share/nextcloud/apps/text/js/highlight/haskell.js
 10230share/nextcloud/apps/text/js/highlight/haskell.js.map
 10231share/nextcloud/apps/text/js/highlight/haxe.js
 10232share/nextcloud/apps/text/js/highlight/haxe.js.map
 10233share/nextcloud/apps/text/js/highlight/hsp.js
 10234share/nextcloud/apps/text/js/highlight/hsp.js.map
 10235share/nextcloud/apps/text/js/highlight/htmlbars.js
 10236share/nextcloud/apps/text/js/highlight/htmlbars.js.map
 10237share/nextcloud/apps/text/js/highlight/http.js
 10238share/nextcloud/apps/text/js/highlight/http.js.map
 10239share/nextcloud/apps/text/js/highlight/hy.js
 10240share/nextcloud/apps/text/js/highlight/hy.js.map
 10241share/nextcloud/apps/text/js/highlight/inform7.js
 10242share/nextcloud/apps/text/js/highlight/inform7.js.map
 10243share/nextcloud/apps/text/js/highlight/ini.js
 10244share/nextcloud/apps/text/js/highlight/ini.js.map
 10245share/nextcloud/apps/text/js/highlight/irpf90.js
 10246share/nextcloud/apps/text/js/highlight/irpf90.js.map
 10247share/nextcloud/apps/text/js/highlight/isbl.js
 10248share/nextcloud/apps/text/js/highlight/isbl.js.map
 10249share/nextcloud/apps/text/js/highlight/java.js
 10250share/nextcloud/apps/text/js/highlight/java.js.map
 10251share/nextcloud/apps/text/js/highlight/javascript.js
 10252share/nextcloud/apps/text/js/highlight/javascript.js.map
 10253share/nextcloud/apps/text/js/highlight/jboss-cli.js
 10254share/nextcloud/apps/text/js/highlight/jboss-cli.js.map
 10255share/nextcloud/apps/text/js/highlight/json.js
 10256share/nextcloud/apps/text/js/highlight/json.js.map
 10257share/nextcloud/apps/text/js/highlight/julia-repl.js
 10258share/nextcloud/apps/text/js/highlight/julia-repl.js.map
 10259share/nextcloud/apps/text/js/highlight/julia.js
 10260share/nextcloud/apps/text/js/highlight/julia.js.map
 10261share/nextcloud/apps/text/js/highlight/kotlin.js
 10262share/nextcloud/apps/text/js/highlight/kotlin.js.map
 10263share/nextcloud/apps/text/js/highlight/lasso.js
 10264share/nextcloud/apps/text/js/highlight/lasso.js.map
 10265share/nextcloud/apps/text/js/highlight/ldif.js
 10266share/nextcloud/apps/text/js/highlight/ldif.js.map
 10267share/nextcloud/apps/text/js/highlight/leaf.js
 10268share/nextcloud/apps/text/js/highlight/leaf.js.map
 10269share/nextcloud/apps/text/js/highlight/less.js
 10270share/nextcloud/apps/text/js/highlight/less.js.map
 10271share/nextcloud/apps/text/js/highlight/lisp.js
 10272share/nextcloud/apps/text/js/highlight/lisp.js.map
 10273share/nextcloud/apps/text/js/highlight/livecodeserver.js
 10274share/nextcloud/apps/text/js/highlight/livecodeserver.js.map
 10275share/nextcloud/apps/text/js/highlight/livescript.js
 10276share/nextcloud/apps/text/js/highlight/livescript.js.map
 10277share/nextcloud/apps/text/js/highlight/llvm.js
 10278share/nextcloud/apps/text/js/highlight/llvm.js.map
 10279share/nextcloud/apps/text/js/highlight/lsl.js
 10280share/nextcloud/apps/text/js/highlight/lsl.js.map
 10281share/nextcloud/apps/text/js/highlight/lua.js
 10282share/nextcloud/apps/text/js/highlight/lua.js.map
 10283share/nextcloud/apps/text/js/highlight/makefile.js
 10284share/nextcloud/apps/text/js/highlight/makefile.js.map
 10285share/nextcloud/apps/text/js/highlight/markdown.js
 10286share/nextcloud/apps/text/js/highlight/markdown.js.map
 10287share/nextcloud/apps/text/js/highlight/mathematica.js
 10288share/nextcloud/apps/text/js/highlight/mathematica.js.map
 10289share/nextcloud/apps/text/js/highlight/matlab.js
 10290share/nextcloud/apps/text/js/highlight/matlab.js.map
 10291share/nextcloud/apps/text/js/highlight/maxima.js
 10292share/nextcloud/apps/text/js/highlight/maxima.js.map
 10293share/nextcloud/apps/text/js/highlight/mel.js
 10294share/nextcloud/apps/text/js/highlight/mel.js.map
 10295share/nextcloud/apps/text/js/highlight/mercury.js
 10296share/nextcloud/apps/text/js/highlight/mercury.js.map
 10297share/nextcloud/apps/text/js/highlight/mipsasm.js
 10298share/nextcloud/apps/text/js/highlight/mipsasm.js.map
 10299share/nextcloud/apps/text/js/highlight/mizar.js
 10300share/nextcloud/apps/text/js/highlight/mizar.js.map
 10301share/nextcloud/apps/text/js/highlight/mojolicious.js
 10302share/nextcloud/apps/text/js/highlight/mojolicious.js.map
 10303share/nextcloud/apps/text/js/highlight/monkey.js
 10304share/nextcloud/apps/text/js/highlight/monkey.js.map
 10305share/nextcloud/apps/text/js/highlight/moonscript.js
 10306share/nextcloud/apps/text/js/highlight/moonscript.js.map
 10307share/nextcloud/apps/text/js/highlight/n1ql.js
 10308share/nextcloud/apps/text/js/highlight/n1ql.js.map
 10309share/nextcloud/apps/text/js/highlight/nginx.js
 10310share/nextcloud/apps/text/js/highlight/nginx.js.map
 10311share/nextcloud/apps/text/js/highlight/nimrod.js
 10312share/nextcloud/apps/text/js/highlight/nimrod.js.map
 10313share/nextcloud/apps/text/js/highlight/nix.js
 10314share/nextcloud/apps/text/js/highlight/nix.js.map
 10315share/nextcloud/apps/text/js/highlight/nsis.js
 10316share/nextcloud/apps/text/js/highlight/nsis.js.map
 10317share/nextcloud/apps/text/js/highlight/objectivec.js
 10318share/nextcloud/apps/text/js/highlight/objectivec.js.map
 10319share/nextcloud/apps/text/js/highlight/ocaml.js
 10320share/nextcloud/apps/text/js/highlight/ocaml.js.map
 10321share/nextcloud/apps/text/js/highlight/openscad.js
 10322share/nextcloud/apps/text/js/highlight/openscad.js.map
 10323share/nextcloud/apps/text/js/highlight/oxygene.js
 10324share/nextcloud/apps/text/js/highlight/oxygene.js.map
 10325share/nextcloud/apps/text/js/highlight/parser3.js
 10326share/nextcloud/apps/text/js/highlight/parser3.js.map
 10327share/nextcloud/apps/text/js/highlight/perl.js
 10328share/nextcloud/apps/text/js/highlight/perl.js.map
 10329share/nextcloud/apps/text/js/highlight/pf.js
 10330share/nextcloud/apps/text/js/highlight/pf.js.map
 10331share/nextcloud/apps/text/js/highlight/pgsql.js
 10332share/nextcloud/apps/text/js/highlight/pgsql.js.map
 10333share/nextcloud/apps/text/js/highlight/php.js
 10334share/nextcloud/apps/text/js/highlight/php.js.map
 10335share/nextcloud/apps/text/js/highlight/plaintext.js
 10336share/nextcloud/apps/text/js/highlight/plaintext.js.map
 10337share/nextcloud/apps/text/js/highlight/pony.js
 10338share/nextcloud/apps/text/js/highlight/pony.js.map
 10339share/nextcloud/apps/text/js/highlight/powershell.js
 10340share/nextcloud/apps/text/js/highlight/powershell.js.map
 10341share/nextcloud/apps/text/js/highlight/processing.js
 10342share/nextcloud/apps/text/js/highlight/processing.js.map
 10343share/nextcloud/apps/text/js/highlight/profile.js
 10344share/nextcloud/apps/text/js/highlight/profile.js.map
 10345share/nextcloud/apps/text/js/highlight/prolog.js
 10346share/nextcloud/apps/text/js/highlight/prolog.js.map
 10347share/nextcloud/apps/text/js/highlight/properties.js
 10348share/nextcloud/apps/text/js/highlight/properties.js.map
 10349share/nextcloud/apps/text/js/highlight/protobuf.js
 10350share/nextcloud/apps/text/js/highlight/protobuf.js.map
 10351share/nextcloud/apps/text/js/highlight/puppet.js
 10352share/nextcloud/apps/text/js/highlight/puppet.js.map
 10353share/nextcloud/apps/text/js/highlight/purebasic.js
 10354share/nextcloud/apps/text/js/highlight/purebasic.js.map
 10355share/nextcloud/apps/text/js/highlight/python.js
 10356share/nextcloud/apps/text/js/highlight/python.js.map
 10357share/nextcloud/apps/text/js/highlight/q.js
 10358share/nextcloud/apps/text/js/highlight/q.js.map
 10359share/nextcloud/apps/text/js/highlight/qml.js
 10360share/nextcloud/apps/text/js/highlight/qml.js.map
 10361share/nextcloud/apps/text/js/highlight/r.js
 10362share/nextcloud/apps/text/js/highlight/r.js.map
 10363share/nextcloud/apps/text/js/highlight/reasonml.js
 10364share/nextcloud/apps/text/js/highlight/reasonml.js.map
 10365share/nextcloud/apps/text/js/highlight/rib.js
 10366share/nextcloud/apps/text/js/highlight/rib.js.map
 10367share/nextcloud/apps/text/js/highlight/roboconf.js
 10368share/nextcloud/apps/text/js/highlight/roboconf.js.map
 10369share/nextcloud/apps/text/js/highlight/routeros.js
 10370share/nextcloud/apps/text/js/highlight/routeros.js.map
 10371share/nextcloud/apps/text/js/highlight/rsl.js
 10372share/nextcloud/apps/text/js/highlight/rsl.js.map
 10373share/nextcloud/apps/text/js/highlight/ruby.js
 10374share/nextcloud/apps/text/js/highlight/ruby.js.map
 10375share/nextcloud/apps/text/js/highlight/ruleslanguage.js
 10376share/nextcloud/apps/text/js/highlight/ruleslanguage.js.map
 10377share/nextcloud/apps/text/js/highlight/rust.js
 10378share/nextcloud/apps/text/js/highlight/rust.js.map
 10379share/nextcloud/apps/text/js/highlight/sas.js
 10380share/nextcloud/apps/text/js/highlight/sas.js.map
 10381share/nextcloud/apps/text/js/highlight/scala.js
 10382share/nextcloud/apps/text/js/highlight/scala.js.map
 10383share/nextcloud/apps/text/js/highlight/scheme.js
 10384share/nextcloud/apps/text/js/highlight/scheme.js.map
 10385share/nextcloud/apps/text/js/highlight/scilab.js
 10386share/nextcloud/apps/text/js/highlight/scilab.js.map
 10387share/nextcloud/apps/text/js/highlight/scss.js
 10388share/nextcloud/apps/text/js/highlight/scss.js.map
 10389share/nextcloud/apps/text/js/highlight/shell.js
 10390share/nextcloud/apps/text/js/highlight/shell.js.map
 10391share/nextcloud/apps/text/js/highlight/smali.js
 10392share/nextcloud/apps/text/js/highlight/smali.js.map
 10393share/nextcloud/apps/text/js/highlight/smalltalk.js
 10394share/nextcloud/apps/text/js/highlight/smalltalk.js.map
 10395share/nextcloud/apps/text/js/highlight/sml.js
 10396share/nextcloud/apps/text/js/highlight/sml.js.map
 10397share/nextcloud/apps/text/js/highlight/sqf.js
 10398share/nextcloud/apps/text/js/highlight/sqf.js.map
 10399share/nextcloud/apps/text/js/highlight/sql.js
 10400share/nextcloud/apps/text/js/highlight/sql.js.map
 10401share/nextcloud/apps/text/js/highlight/stan.js
 10402share/nextcloud/apps/text/js/highlight/stan.js.map
 10403share/nextcloud/apps/text/js/highlight/stata.js
 10404share/nextcloud/apps/text/js/highlight/stata.js.map
 10405share/nextcloud/apps/text/js/highlight/step21.js
 10406share/nextcloud/apps/text/js/highlight/step21.js.map
 10407share/nextcloud/apps/text/js/highlight/stylus.js
 10408share/nextcloud/apps/text/js/highlight/stylus.js.map
 10409share/nextcloud/apps/text/js/highlight/subunit.js
 10410share/nextcloud/apps/text/js/highlight/subunit.js.map
 10411share/nextcloud/apps/text/js/highlight/swift.js
 10412share/nextcloud/apps/text/js/highlight/swift.js.map
 10413share/nextcloud/apps/text/js/highlight/taggerscript.js
 10414share/nextcloud/apps/text/js/highlight/taggerscript.js.map
 10415share/nextcloud/apps/text/js/highlight/tap.js
 10416share/nextcloud/apps/text/js/highlight/tap.js.map
 10417share/nextcloud/apps/text/js/highlight/tcl.js
 10418share/nextcloud/apps/text/js/highlight/tcl.js.map
 10419share/nextcloud/apps/text/js/highlight/tex.js
 10420share/nextcloud/apps/text/js/highlight/tex.js.map
 10421share/nextcloud/apps/text/js/highlight/thrift.js
 10422share/nextcloud/apps/text/js/highlight/thrift.js.map
 10423share/nextcloud/apps/text/js/highlight/tp.js
 10424share/nextcloud/apps/text/js/highlight/tp.js.map
 10425share/nextcloud/apps/text/js/highlight/twig.js
 10426share/nextcloud/apps/text/js/highlight/twig.js.map
 10427share/nextcloud/apps/text/js/highlight/typescript.js
 10428share/nextcloud/apps/text/js/highlight/typescript.js.map
 10429share/nextcloud/apps/text/js/highlight/vala.js
 10430share/nextcloud/apps/text/js/highlight/vala.js.map
 10431share/nextcloud/apps/text/js/highlight/vbnet.js
 10432share/nextcloud/apps/text/js/highlight/vbnet.js.map
 10433share/nextcloud/apps/text/js/highlight/vbscript-html.js
 10434share/nextcloud/apps/text/js/highlight/vbscript-html.js.map
 10435share/nextcloud/apps/text/js/highlight/vbscript.js
 10436share/nextcloud/apps/text/js/highlight/vbscript.js.map
 10437share/nextcloud/apps/text/js/highlight/verilog.js
 10438share/nextcloud/apps/text/js/highlight/verilog.js.map
 10439share/nextcloud/apps/text/js/highlight/vhdl.js
 10440share/nextcloud/apps/text/js/highlight/vhdl.js.map
 10441share/nextcloud/apps/text/js/highlight/vim.js
 10442share/nextcloud/apps/text/js/highlight/vim.js.map
 10443share/nextcloud/apps/text/js/highlight/x86asm.js
 10444share/nextcloud/apps/text/js/highlight/x86asm.js.map
 10445share/nextcloud/apps/text/js/highlight/xl.js
 10446share/nextcloud/apps/text/js/highlight/xl.js.map
 10447share/nextcloud/apps/text/js/highlight/xml.js
 10448share/nextcloud/apps/text/js/highlight/xml.js.map
 10449share/nextcloud/apps/text/js/highlight/xquery.js
 10450share/nextcloud/apps/text/js/highlight/xquery.js.map
 10451share/nextcloud/apps/text/js/highlight/yaml.js
 10452share/nextcloud/apps/text/js/highlight/yaml.js.map
 10453share/nextcloud/apps/text/js/highlight/zephir.js
 10454share/nextcloud/apps/text/js/highlight/zephir.js.map
 10455share/nextcloud/apps/text/js/public.js
 10456share/nextcloud/apps/text/js/public.js.map
 10457share/nextcloud/apps/text/js/text.js
 10458share/nextcloud/apps/text/js/text.js.map
 10459share/nextcloud/apps/text/js/vendor.js
 10460share/nextcloud/apps/text/js/vendor.js.map
 10461share/nextcloud/apps/text/js/vendors~editor-collab~editor-guest.js
 10462share/nextcloud/apps/text/js/vendors~editor-collab~editor-guest.js.map
 10463share/nextcloud/apps/text/js/vendors~editor-rich.js
 10464share/nextcloud/apps/text/js/vendors~editor-rich.js.map
 10465share/nextcloud/apps/text/js/vendors~editor.js
 10466share/nextcloud/apps/text/js/vendors~editor.js.map
 10467share/nextcloud/apps/text/js/vendors~files-modal.js
 10468share/nextcloud/apps/text/js/vendors~files-modal.js.map
 10469share/nextcloud/apps/text/krankerl.toml
 10470share/nextcloud/apps/text/l10n/ar.js
 10471share/nextcloud/apps/text/l10n/ar.json
 10472share/nextcloud/apps/text/l10n/ca.js
 10473share/nextcloud/apps/text/l10n/ca.json
 10474share/nextcloud/apps/text/l10n/cs.js
 10475share/nextcloud/apps/text/l10n/cs.json
 10476share/nextcloud/apps/text/l10n/de.js
 10477share/nextcloud/apps/text/l10n/de.json
 10478share/nextcloud/apps/text/l10n/de_DE.js
 10479share/nextcloud/apps/text/l10n/de_DE.json
 10480share/nextcloud/apps/text/l10n/el.js
 10481share/nextcloud/apps/text/l10n/el.json
 10482share/nextcloud/apps/text/l10n/es.js
 10483share/nextcloud/apps/text/l10n/es.json
 10484share/nextcloud/apps/text/l10n/eu.js
 10485share/nextcloud/apps/text/l10n/eu.json
 10486share/nextcloud/apps/text/l10n/fa.js
 10487share/nextcloud/apps/text/l10n/fa.json
 10488share/nextcloud/apps/text/l10n/fi.js
 10489share/nextcloud/apps/text/l10n/fi.json
 10490share/nextcloud/apps/text/l10n/fr.js
 10491share/nextcloud/apps/text/l10n/fr.json
 10492share/nextcloud/apps/text/l10n/gl.js
 10493share/nextcloud/apps/text/l10n/gl.json
 10494share/nextcloud/apps/text/l10n/hr.js
 10495share/nextcloud/apps/text/l10n/hr.json
 10496share/nextcloud/apps/text/l10n/hu.js
 10497share/nextcloud/apps/text/l10n/hu.json
 10498share/nextcloud/apps/text/l10n/is.js
 10499share/nextcloud/apps/text/l10n/is.json
 10500share/nextcloud/apps/text/l10n/it.js
 10501share/nextcloud/apps/text/l10n/it.json
 10502share/nextcloud/apps/text/l10n/ja.js
 10503share/nextcloud/apps/text/l10n/ja.json
 10504share/nextcloud/apps/text/l10n/lt_LT.js
 10505share/nextcloud/apps/text/l10n/lt_LT.json
 10506share/nextcloud/apps/text/l10n/nl.js
 10507share/nextcloud/apps/text/l10n/nl.json
 10508share/nextcloud/apps/text/l10n/pl.js
 10509share/nextcloud/apps/text/l10n/pl.json
 10510share/nextcloud/apps/text/l10n/pt_BR.js
 10511share/nextcloud/apps/text/l10n/pt_BR.json
 10512share/nextcloud/apps/text/l10n/pt_PT.js
 10513share/nextcloud/apps/text/l10n/pt_PT.json
 10514share/nextcloud/apps/text/l10n/ru.js
 10515share/nextcloud/apps/text/l10n/ru.json
 10516share/nextcloud/apps/text/l10n/sq.js
 10517share/nextcloud/apps/text/l10n/sq.json
 10518share/nextcloud/apps/text/l10n/sr.js
 10519share/nextcloud/apps/text/l10n/sr.json
 10520share/nextcloud/apps/text/l10n/sv.js
 10521share/nextcloud/apps/text/l10n/sv.json
 10522share/nextcloud/apps/text/l10n/tr.js
 10523share/nextcloud/apps/text/l10n/tr.json
 10524share/nextcloud/apps/text/l10n/zh_CN.js
 10525share/nextcloud/apps/text/l10n/zh_CN.json
 10526share/nextcloud/apps/text/lib/AppInfo/Application.php
 10527share/nextcloud/apps/text/lib/Controller/NavigationController.php
 10528share/nextcloud/apps/text/lib/Controller/PublicSessionController.php
 10529share/nextcloud/apps/text/lib/Controller/SessionController.php
 10530share/nextcloud/apps/text/lib/Cron/Cleanup.php
 10531share/nextcloud/apps/text/lib/Db/Document.php
 10532share/nextcloud/apps/text/lib/Db/DocumentMapper.php
 10533share/nextcloud/apps/text/lib/Db/Session.php
 10534share/nextcloud/apps/text/lib/Db/SessionMapper.php
 10535share/nextcloud/apps/text/lib/Db/Step.php
 10536share/nextcloud/apps/text/lib/Db/StepMapper.php
 10537share/nextcloud/apps/text/lib/DocumentHasUnsavedChangesException.php
 10538share/nextcloud/apps/text/lib/DocumentSaveConflictException.php
 10539share/nextcloud/apps/text/lib/Migration/Version010000Date20190617184535.php
 10540share/nextcloud/apps/text/lib/Service/ApiService.php
 10541share/nextcloud/apps/text/lib/Service/DocumentService.php
 10542share/nextcloud/apps/text/lib/Service/SessionService.php
 10543share/nextcloud/apps/text/lib/VersionMismatchException.php
 10544share/nextcloud/apps/text/templates/main.php
9926share/nextcloud/apps/theming/appinfo/app.php 10545share/nextcloud/apps/theming/appinfo/app.php
9927share/nextcloud/apps/theming/appinfo/info.xml 10546share/nextcloud/apps/theming/appinfo/info.xml
9928share/nextcloud/apps/theming/appinfo/routes.php 10547share/nextcloud/apps/theming/appinfo/routes.php
9929share/nextcloud/apps/theming/appinfo/signature.json 10548share/nextcloud/apps/theming/appinfo/signature.json
9930share/nextcloud/apps/theming/css/settings-admin.scss 10549share/nextcloud/apps/theming/css/settings-admin.scss
9931share/nextcloud/apps/theming/css/theming.scss 10550share/nextcloud/apps/theming/css/theming.scss
9932share/nextcloud/apps/theming/img/app-dark.svg 10551share/nextcloud/apps/theming/img/app-dark.svg
9933share/nextcloud/apps/theming/img/app.svg 10552share/nextcloud/apps/theming/img/app.svg
9934share/nextcloud/apps/theming/js/3rdparty/jscolor/LICENSE.txt 10553share/nextcloud/apps/theming/js/3rdparty/jscolor/LICENSE.txt
9935share/nextcloud/apps/theming/js/3rdparty/jscolor/jscolor.js 10554share/nextcloud/apps/theming/js/3rdparty/jscolor/jscolor.js
9936share/nextcloud/apps/theming/js/3rdparty/jscolor/jscolor.min.js 10555share/nextcloud/apps/theming/js/3rdparty/jscolor/jscolor.min.js
9937share/nextcloud/apps/theming/js/settings-admin.js 10556share/nextcloud/apps/theming/js/settings-admin.js
9938share/nextcloud/apps/theming/l10n/af.js 10557share/nextcloud/apps/theming/l10n/af.js
@@ -9995,26 +10614,28 @@ share/nextcloud/apps/theming/l10n/es_SV. @@ -9995,26 +10614,28 @@ share/nextcloud/apps/theming/l10n/es_SV.
9995share/nextcloud/apps/theming/l10n/es_SV.json 10614share/nextcloud/apps/theming/l10n/es_SV.json
9996share/nextcloud/apps/theming/l10n/es_UY.js 10615share/nextcloud/apps/theming/l10n/es_UY.js
9997share/nextcloud/apps/theming/l10n/es_UY.json 10616share/nextcloud/apps/theming/l10n/es_UY.json
9998share/nextcloud/apps/theming/l10n/et_EE.js 10617share/nextcloud/apps/theming/l10n/et_EE.js
9999share/nextcloud/apps/theming/l10n/et_EE.json 10618share/nextcloud/apps/theming/l10n/et_EE.json
10000share/nextcloud/apps/theming/l10n/fi.js 10619share/nextcloud/apps/theming/l10n/fi.js
10001share/nextcloud/apps/theming/l10n/fi.json 10620share/nextcloud/apps/theming/l10n/fi.json
10002share/nextcloud/apps/theming/l10n/fr.js 10621share/nextcloud/apps/theming/l10n/fr.js
10003share/nextcloud/apps/theming/l10n/fr.json 10622share/nextcloud/apps/theming/l10n/fr.json
10004share/nextcloud/apps/theming/l10n/gl.js 10623share/nextcloud/apps/theming/l10n/gl.js
10005share/nextcloud/apps/theming/l10n/gl.json 10624share/nextcloud/apps/theming/l10n/gl.json
10006share/nextcloud/apps/theming/l10n/he.js 10625share/nextcloud/apps/theming/l10n/he.js
10007share/nextcloud/apps/theming/l10n/he.json 10626share/nextcloud/apps/theming/l10n/he.json
 10627share/nextcloud/apps/theming/l10n/hr.js
 10628share/nextcloud/apps/theming/l10n/hr.json
10008share/nextcloud/apps/theming/l10n/hu.js 10629share/nextcloud/apps/theming/l10n/hu.js
10009share/nextcloud/apps/theming/l10n/hu.json 10630share/nextcloud/apps/theming/l10n/hu.json
10010share/nextcloud/apps/theming/l10n/id.js 10631share/nextcloud/apps/theming/l10n/id.js
10011share/nextcloud/apps/theming/l10n/id.json 10632share/nextcloud/apps/theming/l10n/id.json
10012share/nextcloud/apps/theming/l10n/is.js 10633share/nextcloud/apps/theming/l10n/is.js
10013share/nextcloud/apps/theming/l10n/is.json 10634share/nextcloud/apps/theming/l10n/is.json
10014share/nextcloud/apps/theming/l10n/it.js 10635share/nextcloud/apps/theming/l10n/it.js
10015share/nextcloud/apps/theming/l10n/it.json 10636share/nextcloud/apps/theming/l10n/it.json
10016share/nextcloud/apps/theming/l10n/ja.js 10637share/nextcloud/apps/theming/l10n/ja.js
10017share/nextcloud/apps/theming/l10n/ja.json 10638share/nextcloud/apps/theming/l10n/ja.json
10018share/nextcloud/apps/theming/l10n/ka_GE.js 10639share/nextcloud/apps/theming/l10n/ka_GE.js
10019share/nextcloud/apps/theming/l10n/ka_GE.json 10640share/nextcloud/apps/theming/l10n/ka_GE.json
10020share/nextcloud/apps/theming/l10n/ko.js 10641share/nextcloud/apps/theming/l10n/ko.js
@@ -10139,42 +10760,46 @@ share/nextcloud/apps/twofactor_backupcod @@ -10139,42 +10760,46 @@ share/nextcloud/apps/twofactor_backupcod
10139share/nextcloud/apps/twofactor_backupcodes/l10n/es_PR.json 10760share/nextcloud/apps/twofactor_backupcodes/l10n/es_PR.json
10140share/nextcloud/apps/twofactor_backupcodes/l10n/es_PY.js 10761share/nextcloud/apps/twofactor_backupcodes/l10n/es_PY.js
10141share/nextcloud/apps/twofactor_backupcodes/l10n/es_PY.json 10762share/nextcloud/apps/twofactor_backupcodes/l10n/es_PY.json
10142share/nextcloud/apps/twofactor_backupcodes/l10n/es_SV.js 10763share/nextcloud/apps/twofactor_backupcodes/l10n/es_SV.js
10143share/nextcloud/apps/twofactor_backupcodes/l10n/es_SV.json 10764share/nextcloud/apps/twofactor_backupcodes/l10n/es_SV.json
10144share/nextcloud/apps/twofactor_backupcodes/l10n/es_UY.js 10765share/nextcloud/apps/twofactor_backupcodes/l10n/es_UY.js
10145share/nextcloud/apps/twofactor_backupcodes/l10n/es_UY.json 10766share/nextcloud/apps/twofactor_backupcodes/l10n/es_UY.json
10146share/nextcloud/apps/twofactor_backupcodes/l10n/fi.js 10767share/nextcloud/apps/twofactor_backupcodes/l10n/fi.js
10147share/nextcloud/apps/twofactor_backupcodes/l10n/fi.json 10768share/nextcloud/apps/twofactor_backupcodes/l10n/fi.json
10148share/nextcloud/apps/twofactor_backupcodes/l10n/fr.js 10769share/nextcloud/apps/twofactor_backupcodes/l10n/fr.js
10149share/nextcloud/apps/twofactor_backupcodes/l10n/fr.json 10770share/nextcloud/apps/twofactor_backupcodes/l10n/fr.json
10150share/nextcloud/apps/twofactor_backupcodes/l10n/gl.js 10771share/nextcloud/apps/twofactor_backupcodes/l10n/gl.js
10151share/nextcloud/apps/twofactor_backupcodes/l10n/gl.json 10772share/nextcloud/apps/twofactor_backupcodes/l10n/gl.json
 10773share/nextcloud/apps/twofactor_backupcodes/l10n/hr.js
 10774share/nextcloud/apps/twofactor_backupcodes/l10n/hr.json
10152share/nextcloud/apps/twofactor_backupcodes/l10n/hu.js 10775share/nextcloud/apps/twofactor_backupcodes/l10n/hu.js
10153share/nextcloud/apps/twofactor_backupcodes/l10n/hu.json 10776share/nextcloud/apps/twofactor_backupcodes/l10n/hu.json
10154share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.js 10777share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.js
10155share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.json 10778share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.json
10156share/nextcloud/apps/twofactor_backupcodes/l10n/is.js 10779share/nextcloud/apps/twofactor_backupcodes/l10n/is.js
10157share/nextcloud/apps/twofactor_backupcodes/l10n/is.json 10780share/nextcloud/apps/twofactor_backupcodes/l10n/is.json
10158share/nextcloud/apps/twofactor_backupcodes/l10n/it.js 10781share/nextcloud/apps/twofactor_backupcodes/l10n/it.js
10159share/nextcloud/apps/twofactor_backupcodes/l10n/it.json 10782share/nextcloud/apps/twofactor_backupcodes/l10n/it.json
10160share/nextcloud/apps/twofactor_backupcodes/l10n/ja.js 10783share/nextcloud/apps/twofactor_backupcodes/l10n/ja.js
10161share/nextcloud/apps/twofactor_backupcodes/l10n/ja.json 10784share/nextcloud/apps/twofactor_backupcodes/l10n/ja.json
10162share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.js 10785share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.js
10163share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.json 10786share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.json
10164share/nextcloud/apps/twofactor_backupcodes/l10n/ko.js 10787share/nextcloud/apps/twofactor_backupcodes/l10n/ko.js
10165share/nextcloud/apps/twofactor_backupcodes/l10n/ko.json 10788share/nextcloud/apps/twofactor_backupcodes/l10n/ko.json
10166share/nextcloud/apps/twofactor_backupcodes/l10n/lv.js 10789share/nextcloud/apps/twofactor_backupcodes/l10n/lv.js
10167share/nextcloud/apps/twofactor_backupcodes/l10n/lv.json 10790share/nextcloud/apps/twofactor_backupcodes/l10n/lv.json
 10791share/nextcloud/apps/twofactor_backupcodes/l10n/mk.js
 10792share/nextcloud/apps/twofactor_backupcodes/l10n/mk.json
10168share/nextcloud/apps/twofactor_backupcodes/l10n/mn.js 10793share/nextcloud/apps/twofactor_backupcodes/l10n/mn.js
10169share/nextcloud/apps/twofactor_backupcodes/l10n/mn.json 10794share/nextcloud/apps/twofactor_backupcodes/l10n/mn.json
10170share/nextcloud/apps/twofactor_backupcodes/l10n/nb.js 10795share/nextcloud/apps/twofactor_backupcodes/l10n/nb.js
10171share/nextcloud/apps/twofactor_backupcodes/l10n/nb.json 10796share/nextcloud/apps/twofactor_backupcodes/l10n/nb.json
10172share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js 10797share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js
10173share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.json 10798share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.json
10174share/nextcloud/apps/twofactor_backupcodes/l10n/nl.js 10799share/nextcloud/apps/twofactor_backupcodes/l10n/nl.js
10175share/nextcloud/apps/twofactor_backupcodes/l10n/nl.json 10800share/nextcloud/apps/twofactor_backupcodes/l10n/nl.json
10176share/nextcloud/apps/twofactor_backupcodes/l10n/pl.js 10801share/nextcloud/apps/twofactor_backupcodes/l10n/pl.js
10177share/nextcloud/apps/twofactor_backupcodes/l10n/pl.json 10802share/nextcloud/apps/twofactor_backupcodes/l10n/pl.json
10178share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.js 10803share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.js
10179share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json 10804share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json
10180share/nextcloud/apps/twofactor_backupcodes/l10n/ru.js 10805share/nextcloud/apps/twofactor_backupcodes/l10n/ru.js
@@ -10195,27 +10820,26 @@ share/nextcloud/apps/twofactor_backupcod @@ -10195,27 +10820,26 @@ share/nextcloud/apps/twofactor_backupcod
10195share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.json 10820share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.json
10196share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.js 10821share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.js
10197share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.json 10822share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.json
10198share/nextcloud/apps/twofactor_backupcodes/lib/Activity/Provider.php 10823share/nextcloud/apps/twofactor_backupcodes/lib/Activity/Provider.php
10199share/nextcloud/apps/twofactor_backupcodes/lib/AppInfo/Application.php 10824share/nextcloud/apps/twofactor_backupcodes/lib/AppInfo/Application.php
10200share/nextcloud/apps/twofactor_backupcodes/lib/BackgroundJob/CheckBackupCodes.php 10825share/nextcloud/apps/twofactor_backupcodes/lib/BackgroundJob/CheckBackupCodes.php
10201share/nextcloud/apps/twofactor_backupcodes/lib/BackgroundJob/RememberBackupCodesJob.php 10826share/nextcloud/apps/twofactor_backupcodes/lib/BackgroundJob/RememberBackupCodesJob.php
10202share/nextcloud/apps/twofactor_backupcodes/lib/Controller/SettingsController.php 10827share/nextcloud/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
10203share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCode.php 10828share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCode.php
10204share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php 10829share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
10205share/nextcloud/apps/twofactor_backupcodes/lib/Event/CodesGenerated.php 10830share/nextcloud/apps/twofactor_backupcodes/lib/Event/CodesGenerated.php
10206share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ActivityPublisher.php 10831share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ActivityPublisher.php
10207share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ClearNotifications.php 10832share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ClearNotifications.php
10208share/nextcloud/apps/twofactor_backupcodes/lib/Listener/IListener.php 
10209share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ProviderDisabled.php 10833share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ProviderDisabled.php
10210share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ProviderEnabled.php 10834share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ProviderEnabled.php
10211share/nextcloud/apps/twofactor_backupcodes/lib/Listener/RegistryUpdater.php 10835share/nextcloud/apps/twofactor_backupcodes/lib/Listener/RegistryUpdater.php
10212share/nextcloud/apps/twofactor_backupcodes/lib/Migration/CheckBackupCodes.php 10836share/nextcloud/apps/twofactor_backupcodes/lib/Migration/CheckBackupCodes.php
10213share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170607104347.php 10837share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170607104347.php
10214share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170607113030.php 10838share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170607113030.php
10215share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919123342.php 10839share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919123342.php
10216share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php 10840share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php
10217share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20180821043638.php 10841share/nextcloud/apps/twofactor_backupcodes/lib/Migration/Version1002Date20180821043638.php
10218share/nextcloud/apps/twofactor_backupcodes/lib/Notifications/Notifier.php 10842share/nextcloud/apps/twofactor_backupcodes/lib/Notifications/Notifier.php
10219share/nextcloud/apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php 10843share/nextcloud/apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php
10220share/nextcloud/apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php 10844share/nextcloud/apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php
10221share/nextcloud/apps/twofactor_backupcodes/lib/Settings/Personal.php 10845share/nextcloud/apps/twofactor_backupcodes/lib/Settings/Personal.php
@@ -10819,26 +11443,28 @@ share/nextcloud/apps/viewer/l10n/eo.js @@ -10819,26 +11443,28 @@ share/nextcloud/apps/viewer/l10n/eo.js
10819share/nextcloud/apps/viewer/l10n/eo.json 11443share/nextcloud/apps/viewer/l10n/eo.json
10820share/nextcloud/apps/viewer/l10n/es.js 11444share/nextcloud/apps/viewer/l10n/es.js
10821share/nextcloud/apps/viewer/l10n/es.json 11445share/nextcloud/apps/viewer/l10n/es.json
10822share/nextcloud/apps/viewer/l10n/eu.js 11446share/nextcloud/apps/viewer/l10n/eu.js
10823share/nextcloud/apps/viewer/l10n/eu.json 11447share/nextcloud/apps/viewer/l10n/eu.json
10824share/nextcloud/apps/viewer/l10n/fi.js 11448share/nextcloud/apps/viewer/l10n/fi.js
10825share/nextcloud/apps/viewer/l10n/fi.json 11449share/nextcloud/apps/viewer/l10n/fi.json
10826share/nextcloud/apps/viewer/l10n/fr.js 11450share/nextcloud/apps/viewer/l10n/fr.js
10827share/nextcloud/apps/viewer/l10n/fr.json 11451share/nextcloud/apps/viewer/l10n/fr.json
10828share/nextcloud/apps/viewer/l10n/gl.js 11452share/nextcloud/apps/viewer/l10n/gl.js
10829share/nextcloud/apps/viewer/l10n/gl.json 11453share/nextcloud/apps/viewer/l10n/gl.json
10830share/nextcloud/apps/viewer/l10n/he.js 11454share/nextcloud/apps/viewer/l10n/he.js
10831share/nextcloud/apps/viewer/l10n/he.json 11455share/nextcloud/apps/viewer/l10n/he.json
 11456share/nextcloud/apps/viewer/l10n/hr.js
 11457share/nextcloud/apps/viewer/l10n/hr.json
10832share/nextcloud/apps/viewer/l10n/hu.js 11458share/nextcloud/apps/viewer/l10n/hu.js
10833share/nextcloud/apps/viewer/l10n/hu.json 11459share/nextcloud/apps/viewer/l10n/hu.json
10834share/nextcloud/apps/viewer/l10n/is.js 11460share/nextcloud/apps/viewer/l10n/is.js
10835share/nextcloud/apps/viewer/l10n/is.json 11461share/nextcloud/apps/viewer/l10n/is.json
10836share/nextcloud/apps/viewer/l10n/it.js 11462share/nextcloud/apps/viewer/l10n/it.js
10837share/nextcloud/apps/viewer/l10n/it.json 11463share/nextcloud/apps/viewer/l10n/it.json
10838share/nextcloud/apps/viewer/l10n/ja.js 11464share/nextcloud/apps/viewer/l10n/ja.js
10839share/nextcloud/apps/viewer/l10n/ja.json 11465share/nextcloud/apps/viewer/l10n/ja.json
10840share/nextcloud/apps/viewer/l10n/ko.js 11466share/nextcloud/apps/viewer/l10n/ko.js
10841share/nextcloud/apps/viewer/l10n/ko.json 11467share/nextcloud/apps/viewer/l10n/ko.json
10842share/nextcloud/apps/viewer/l10n/lt_LT.js 11468share/nextcloud/apps/viewer/l10n/lt_LT.js
10843share/nextcloud/apps/viewer/l10n/lt_LT.json 11469share/nextcloud/apps/viewer/l10n/lt_LT.json
10844share/nextcloud/apps/viewer/l10n/lv.js 11470share/nextcloud/apps/viewer/l10n/lv.js
@@ -10870,40 +11496,38 @@ share/nextcloud/apps/viewer/l10n/sr.json @@ -10870,40 +11496,38 @@ share/nextcloud/apps/viewer/l10n/sr.json
10870share/nextcloud/apps/viewer/l10n/sv.js 11496share/nextcloud/apps/viewer/l10n/sv.js
10871share/nextcloud/apps/viewer/l10n/sv.json 11497share/nextcloud/apps/viewer/l10n/sv.json
10872share/nextcloud/apps/viewer/l10n/tr.js 11498share/nextcloud/apps/viewer/l10n/tr.js
10873share/nextcloud/apps/viewer/l10n/tr.json 11499share/nextcloud/apps/viewer/l10n/tr.json
10874share/nextcloud/apps/viewer/l10n/zh_CN.js 11500share/nextcloud/apps/viewer/l10n/zh_CN.js
10875share/nextcloud/apps/viewer/l10n/zh_CN.json 11501share/nextcloud/apps/viewer/l10n/zh_CN.json
10876share/nextcloud/apps/viewer/l10n/zh_TW.js 11502share/nextcloud/apps/viewer/l10n/zh_TW.js
10877share/nextcloud/apps/viewer/l10n/zh_TW.json 11503share/nextcloud/apps/viewer/l10n/zh_TW.json
10878share/nextcloud/apps/workflowengine/appinfo/app.php 11504share/nextcloud/apps/workflowengine/appinfo/app.php
10879share/nextcloud/apps/workflowengine/appinfo/database.xml 11505share/nextcloud/apps/workflowengine/appinfo/database.xml
10880share/nextcloud/apps/workflowengine/appinfo/info.xml 11506share/nextcloud/apps/workflowengine/appinfo/info.xml
10881share/nextcloud/apps/workflowengine/appinfo/routes.php 11507share/nextcloud/apps/workflowengine/appinfo/routes.php
10882share/nextcloud/apps/workflowengine/appinfo/signature.json 11508share/nextcloud/apps/workflowengine/appinfo/signature.json
10883share/nextcloud/apps/workflowengine/css/admin.css 11509share/nextcloud/apps/workflowengine/composer/autoload.php
10884share/nextcloud/apps/workflowengine/js/admin.js 11510share/nextcloud/apps/workflowengine/composer/composer.json
10885share/nextcloud/apps/workflowengine/js/filemimetypeplugin.js 11511share/nextcloud/apps/workflowengine/composer/composer/ClassLoader.php
10886share/nextcloud/apps/workflowengine/js/filenameplugin.js 11512share/nextcloud/apps/workflowengine/composer/composer/LICENSE
10887share/nextcloud/apps/workflowengine/js/filesizeplugin.js 11513share/nextcloud/apps/workflowengine/composer/composer/autoload_classmap.php
10888share/nextcloud/apps/workflowengine/js/filesystemtagsplugin.js 11514share/nextcloud/apps/workflowengine/composer/composer/autoload_namespaces.php
10889share/nextcloud/apps/workflowengine/js/requestremoteaddressplugin.js 11515share/nextcloud/apps/workflowengine/composer/composer/autoload_psr4.php
10890share/nextcloud/apps/workflowengine/js/requesttimeplugin.js 11516share/nextcloud/apps/workflowengine/composer/composer/autoload_real.php
10891share/nextcloud/apps/workflowengine/js/requesturlplugin.js 11517share/nextcloud/apps/workflowengine/composer/composer/autoload_static.php
10892share/nextcloud/apps/workflowengine/js/requestuseragentplugin.js 11518share/nextcloud/apps/workflowengine/css/admin.scss
10893share/nextcloud/apps/workflowengine/js/templates.js 11519share/nextcloud/apps/workflowengine/js/workflowengine.js
10894share/nextcloud/apps/workflowengine/js/templates/operation.handlebars 11520share/nextcloud/apps/workflowengine/js/workflowengine.js.map
10895share/nextcloud/apps/workflowengine/js/templates/operations.handlebars 
10896share/nextcloud/apps/workflowengine/js/usergroupmembershipplugin.js 
10897share/nextcloud/apps/workflowengine/l10n/ast.js 11521share/nextcloud/apps/workflowengine/l10n/ast.js
10898share/nextcloud/apps/workflowengine/l10n/ast.json 11522share/nextcloud/apps/workflowengine/l10n/ast.json
10899share/nextcloud/apps/workflowengine/l10n/bg.js 11523share/nextcloud/apps/workflowengine/l10n/bg.js
10900share/nextcloud/apps/workflowengine/l10n/bg.json 11524share/nextcloud/apps/workflowengine/l10n/bg.json
10901share/nextcloud/apps/workflowengine/l10n/bg_BG.js 11525share/nextcloud/apps/workflowengine/l10n/bg_BG.js
10902share/nextcloud/apps/workflowengine/l10n/bg_BG.json 11526share/nextcloud/apps/workflowengine/l10n/bg_BG.json
10903share/nextcloud/apps/workflowengine/l10n/ca.js 11527share/nextcloud/apps/workflowengine/l10n/ca.js
10904share/nextcloud/apps/workflowengine/l10n/ca.json 11528share/nextcloud/apps/workflowengine/l10n/ca.json
10905share/nextcloud/apps/workflowengine/l10n/cs.js 11529share/nextcloud/apps/workflowengine/l10n/cs.js
10906share/nextcloud/apps/workflowengine/l10n/cs.json 11530share/nextcloud/apps/workflowengine/l10n/cs.json
10907share/nextcloud/apps/workflowengine/l10n/cs_CZ.js 11531share/nextcloud/apps/workflowengine/l10n/cs_CZ.js
10908share/nextcloud/apps/workflowengine/l10n/cs_CZ.json 11532share/nextcloud/apps/workflowengine/l10n/cs_CZ.json
10909share/nextcloud/apps/workflowengine/l10n/da.js 11533share/nextcloud/apps/workflowengine/l10n/da.js
@@ -10956,26 +11580,28 @@ share/nextcloud/apps/workflowengine/l10n @@ -10956,26 +11580,28 @@ share/nextcloud/apps/workflowengine/l10n
10956share/nextcloud/apps/workflowengine/l10n/es_UY.json 11580share/nextcloud/apps/workflowengine/l10n/es_UY.json
10957share/nextcloud/apps/workflowengine/l10n/et_EE.js 11581share/nextcloud/apps/workflowengine/l10n/et_EE.js
10958share/nextcloud/apps/workflowengine/l10n/et_EE.json 11582share/nextcloud/apps/workflowengine/l10n/et_EE.json
10959share/nextcloud/apps/workflowengine/l10n/fa.js 11583share/nextcloud/apps/workflowengine/l10n/fa.js
10960share/nextcloud/apps/workflowengine/l10n/fa.json 11584share/nextcloud/apps/workflowengine/l10n/fa.json
10961share/nextcloud/apps/workflowengine/l10n/fi.js 11585share/nextcloud/apps/workflowengine/l10n/fi.js
10962share/nextcloud/apps/workflowengine/l10n/fi.json 11586share/nextcloud/apps/workflowengine/l10n/fi.json
10963share/nextcloud/apps/workflowengine/l10n/fr.js 11587share/nextcloud/apps/workflowengine/l10n/fr.js
10964share/nextcloud/apps/workflowengine/l10n/fr.json 11588share/nextcloud/apps/workflowengine/l10n/fr.json
10965share/nextcloud/apps/workflowengine/l10n/gl.js 11589share/nextcloud/apps/workflowengine/l10n/gl.js
10966share/nextcloud/apps/workflowengine/l10n/gl.json 11590share/nextcloud/apps/workflowengine/l10n/gl.json
10967share/nextcloud/apps/workflowengine/l10n/he.js 11591share/nextcloud/apps/workflowengine/l10n/he.js
10968share/nextcloud/apps/workflowengine/l10n/he.json 11592share/nextcloud/apps/workflowengine/l10n/he.json
 11593share/nextcloud/apps/workflowengine/l10n/hr.js
 11594share/nextcloud/apps/workflowengine/l10n/hr.json
10969share/nextcloud/apps/workflowengine/l10n/hu.js 11595share/nextcloud/apps/workflowengine/l10n/hu.js
10970share/nextcloud/apps/workflowengine/l10n/hu.json 11596share/nextcloud/apps/workflowengine/l10n/hu.json
10971share/nextcloud/apps/workflowengine/l10n/hu_HU.js 11597share/nextcloud/apps/workflowengine/l10n/hu_HU.js
10972share/nextcloud/apps/workflowengine/l10n/hu_HU.json 11598share/nextcloud/apps/workflowengine/l10n/hu_HU.json
10973share/nextcloud/apps/workflowengine/l10n/ia.js 11599share/nextcloud/apps/workflowengine/l10n/ia.js
10974share/nextcloud/apps/workflowengine/l10n/ia.json 11600share/nextcloud/apps/workflowengine/l10n/ia.json
10975share/nextcloud/apps/workflowengine/l10n/id.js 11601share/nextcloud/apps/workflowengine/l10n/id.js
10976share/nextcloud/apps/workflowengine/l10n/id.json 11602share/nextcloud/apps/workflowengine/l10n/id.json
10977share/nextcloud/apps/workflowengine/l10n/is.js 11603share/nextcloud/apps/workflowengine/l10n/is.js
10978share/nextcloud/apps/workflowengine/l10n/is.json 11604share/nextcloud/apps/workflowengine/l10n/is.json
10979share/nextcloud/apps/workflowengine/l10n/it.js 11605share/nextcloud/apps/workflowengine/l10n/it.js
10980share/nextcloud/apps/workflowengine/l10n/it.json 11606share/nextcloud/apps/workflowengine/l10n/it.json
10981share/nextcloud/apps/workflowengine/l10n/ja.js 11607share/nextcloud/apps/workflowengine/l10n/ja.js
@@ -11090,26 +11716,27 @@ share/nextcloud/core/Command/Group/AddUs @@ -11090,26 +11716,27 @@ share/nextcloud/core/Command/Group/AddUs
11090share/nextcloud/core/Command/Group/Delete.php 11716share/nextcloud/core/Command/Group/Delete.php
11091share/nextcloud/core/Command/Group/ListCommand.php 11717share/nextcloud/core/Command/Group/ListCommand.php
11092share/nextcloud/core/Command/Group/RemoveUser.php 11718share/nextcloud/core/Command/Group/RemoveUser.php
11093share/nextcloud/core/Command/Integrity/CheckApp.php 11719share/nextcloud/core/Command/Integrity/CheckApp.php
11094share/nextcloud/core/Command/Integrity/CheckCore.php 11720share/nextcloud/core/Command/Integrity/CheckCore.php
11095share/nextcloud/core/Command/Integrity/SignApp.php 11721share/nextcloud/core/Command/Integrity/SignApp.php
11096share/nextcloud/core/Command/Integrity/SignCore.php 11722share/nextcloud/core/Command/Integrity/SignCore.php
11097share/nextcloud/core/Command/InterruptedException.php 11723share/nextcloud/core/Command/InterruptedException.php
11098share/nextcloud/core/Command/L10n/CreateJs.php 11724share/nextcloud/core/Command/L10n/CreateJs.php
11099share/nextcloud/core/Command/Log/File.php 11725share/nextcloud/core/Command/Log/File.php
11100share/nextcloud/core/Command/Log/Manage.php 11726share/nextcloud/core/Command/Log/Manage.php
11101share/nextcloud/core/Command/Maintenance/DataFingerprint.php 11727share/nextcloud/core/Command/Maintenance/DataFingerprint.php
11102share/nextcloud/core/Command/Maintenance/Install.php 11728share/nextcloud/core/Command/Maintenance/Install.php
 11729share/nextcloud/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php
11103share/nextcloud/core/Command/Maintenance/Mimetype/UpdateDB.php 11730share/nextcloud/core/Command/Maintenance/Mimetype/UpdateDB.php
11104share/nextcloud/core/Command/Maintenance/Mimetype/UpdateJS.php 11731share/nextcloud/core/Command/Maintenance/Mimetype/UpdateJS.php
11105share/nextcloud/core/Command/Maintenance/Mode.php 11732share/nextcloud/core/Command/Maintenance/Mode.php
11106share/nextcloud/core/Command/Maintenance/Repair.php 11733share/nextcloud/core/Command/Maintenance/Repair.php
11107share/nextcloud/core/Command/Maintenance/UpdateHtaccess.php 11734share/nextcloud/core/Command/Maintenance/UpdateHtaccess.php
11108share/nextcloud/core/Command/Maintenance/UpdateTheme.php 11735share/nextcloud/core/Command/Maintenance/UpdateTheme.php
11109share/nextcloud/core/Command/Security/ImportCertificate.php 11736share/nextcloud/core/Command/Security/ImportCertificate.php
11110share/nextcloud/core/Command/Security/ListCertificates.php 11737share/nextcloud/core/Command/Security/ListCertificates.php
11111share/nextcloud/core/Command/Security/RemoveCertificate.php 11738share/nextcloud/core/Command/Security/RemoveCertificate.php
11112share/nextcloud/core/Command/Status.php 11739share/nextcloud/core/Command/Status.php
11113share/nextcloud/core/Command/TwoFactorAuth/Base.php 11740share/nextcloud/core/Command/TwoFactorAuth/Base.php
11114share/nextcloud/core/Command/TwoFactorAuth/Cleanup.php 11741share/nextcloud/core/Command/TwoFactorAuth/Cleanup.php
11115share/nextcloud/core/Command/TwoFactorAuth/Disable.php 11742share/nextcloud/core/Command/TwoFactorAuth/Disable.php
@@ -11141,74 +11768,77 @@ share/nextcloud/core/Controller/JsContro @@ -11141,74 +11768,77 @@ share/nextcloud/core/Controller/JsContro
11141share/nextcloud/core/Controller/LoginController.php 11768share/nextcloud/core/Controller/LoginController.php
11142share/nextcloud/core/Controller/LostController.php 11769share/nextcloud/core/Controller/LostController.php
11143share/nextcloud/core/Controller/NavigationController.php 11770share/nextcloud/core/Controller/NavigationController.php
11144share/nextcloud/core/Controller/OCJSController.php 11771share/nextcloud/core/Controller/OCJSController.php
11145share/nextcloud/core/Controller/OCSController.php 11772share/nextcloud/core/Controller/OCSController.php
11146share/nextcloud/core/Controller/PreviewController.php 11773share/nextcloud/core/Controller/PreviewController.php
11147share/nextcloud/core/Controller/SearchController.php 11774share/nextcloud/core/Controller/SearchController.php
11148share/nextcloud/core/Controller/SetupController.php 11775share/nextcloud/core/Controller/SetupController.php
11149share/nextcloud/core/Controller/SvgController.php 11776share/nextcloud/core/Controller/SvgController.php
11150share/nextcloud/core/Controller/TwoFactorChallengeController.php 11777share/nextcloud/core/Controller/TwoFactorChallengeController.php
11151share/nextcloud/core/Controller/UserController.php 11778share/nextcloud/core/Controller/UserController.php
11152share/nextcloud/core/Controller/WalledGardenController.php 11779share/nextcloud/core/Controller/WalledGardenController.php
11153share/nextcloud/core/Controller/WhatsNewController.php 11780share/nextcloud/core/Controller/WhatsNewController.php
 11781share/nextcloud/core/Controller/WipeController.php
11154share/nextcloud/core/Data/LoginFlowV2Credentials.php 11782share/nextcloud/core/Data/LoginFlowV2Credentials.php
11155share/nextcloud/core/Data/LoginFlowV2Tokens.php 11783share/nextcloud/core/Data/LoginFlowV2Tokens.php
11156share/nextcloud/core/Db/LoginFlowV2.php 11784share/nextcloud/core/Db/LoginFlowV2.php
11157share/nextcloud/core/Db/LoginFlowV2Mapper.php 11785share/nextcloud/core/Db/LoginFlowV2Mapper.php
11158share/nextcloud/core/Exception/LoginFlowV2NotFoundException.php 11786share/nextcloud/core/Exception/LoginFlowV2NotFoundException.php
 11787share/nextcloud/core/Exception/ResetPasswordException.php
11159share/nextcloud/core/Middleware/TwoFactorMiddleware.php 11788share/nextcloud/core/Middleware/TwoFactorMiddleware.php
11160share/nextcloud/core/Migrations/Version13000Date20170705121758.php 11789share/nextcloud/core/Migrations/Version13000Date20170705121758.php
11161share/nextcloud/core/Migrations/Version13000Date20170718121200.php 11790share/nextcloud/core/Migrations/Version13000Date20170718121200.php
11162share/nextcloud/core/Migrations/Version13000Date20170814074715.php 11791share/nextcloud/core/Migrations/Version13000Date20170814074715.php
11163share/nextcloud/core/Migrations/Version13000Date20170919121250.php 11792share/nextcloud/core/Migrations/Version13000Date20170919121250.php
11164share/nextcloud/core/Migrations/Version13000Date20170926101637.php 11793share/nextcloud/core/Migrations/Version13000Date20170926101637.php
11165share/nextcloud/core/Migrations/Version14000Date20180129121024.php 11794share/nextcloud/core/Migrations/Version14000Date20180129121024.php
11166share/nextcloud/core/Migrations/Version14000Date20180404140050.php 11795share/nextcloud/core/Migrations/Version14000Date20180404140050.php
11167share/nextcloud/core/Migrations/Version14000Date20180516101403.php 11796share/nextcloud/core/Migrations/Version14000Date20180516101403.php
11168share/nextcloud/core/Migrations/Version14000Date20180518120534.php 11797share/nextcloud/core/Migrations/Version14000Date20180518120534.php
11169share/nextcloud/core/Migrations/Version14000Date20180522074438.php 11798share/nextcloud/core/Migrations/Version14000Date20180522074438.php
11170share/nextcloud/core/Migrations/Version14000Date20180626223656.php 11799share/nextcloud/core/Migrations/Version14000Date20180626223656.php
11171share/nextcloud/core/Migrations/Version14000Date20180710092004.php 11800share/nextcloud/core/Migrations/Version14000Date20180710092004.php
11172share/nextcloud/core/Migrations/Version14000Date20180712153140.php 11801share/nextcloud/core/Migrations/Version14000Date20180712153140.php
11173share/nextcloud/core/Migrations/Version15000Date20180926101451.php 11802share/nextcloud/core/Migrations/Version15000Date20180926101451.php
11174share/nextcloud/core/Migrations/Version15000Date20181015062942.php 11803share/nextcloud/core/Migrations/Version15000Date20181015062942.php
11175share/nextcloud/core/Migrations/Version15000Date20181029084625.php 11804share/nextcloud/core/Migrations/Version15000Date20181029084625.php
11176share/nextcloud/core/Migrations/Version16000Date20190207141427.php 11805share/nextcloud/core/Migrations/Version16000Date20190207141427.php
11177share/nextcloud/core/Migrations/Version16000Date20190212081545.php 11806share/nextcloud/core/Migrations/Version16000Date20190212081545.php
11178share/nextcloud/core/Migrations/Version16000Date20190427105638.php 11807share/nextcloud/core/Migrations/Version16000Date20190427105638.php
11179share/nextcloud/core/Migrations/Version16000Date20190428150708.php 11808share/nextcloud/core/Migrations/Version16000Date20190428150708.php
 11809share/nextcloud/core/Migrations/Version17000Date20190514105811.php
11180share/nextcloud/core/Notification/RemoveLinkSharesNotifier.php 11810share/nextcloud/core/Notification/RemoveLinkSharesNotifier.php
11181share/nextcloud/core/Service/LoginFlowV2Service.php 11811share/nextcloud/core/Service/LoginFlowV2Service.php
11182share/nextcloud/core/ajax/update.php 11812share/nextcloud/core/ajax/update.php
11183share/nextcloud/core/css/apps.scss 11813share/nextcloud/core/css/apps.scss
11184share/nextcloud/core/css/css-variables.scss 11814share/nextcloud/core/css/css-variables.scss
11185share/nextcloud/core/css/fixes.scss 11815share/nextcloud/core/css/fixes.scss
11186share/nextcloud/core/css/fonts.scss 
11187share/nextcloud/core/css/functions.scss 11816share/nextcloud/core/css/functions.scss
11188share/nextcloud/core/css/global.scss 11817share/nextcloud/core/css/global.scss
11189share/nextcloud/core/css/guest.css 11818share/nextcloud/core/css/guest.css
11190share/nextcloud/core/css/header.scss 11819share/nextcloud/core/css/header.scss
11191share/nextcloud/core/css/icons.scss 11820share/nextcloud/core/css/icons.scss
11192share/nextcloud/core/css/ie.scss 11821share/nextcloud/core/css/ie.scss
11193share/nextcloud/core/css/inputs.scss 11822share/nextcloud/core/css/inputs.scss
11194share/nextcloud/core/css/login/authpicker.css 11823share/nextcloud/core/css/login/authpicker.css
11195share/nextcloud/core/css/lostpassword/resetpassword.css 11824share/nextcloud/core/css/lostpassword/resetpassword.css
11196share/nextcloud/core/css/mobile.scss 11825share/nextcloud/core/css/mobile.scss
11197share/nextcloud/core/css/public.scss 11826share/nextcloud/core/css/public.scss
11198share/nextcloud/core/css/publicshareauth.css 11827share/nextcloud/core/css/publicshareauth.css
11199share/nextcloud/core/css/server.scss 11828share/nextcloud/core/css/server.scss
11200share/nextcloud/core/css/styles.scss 11829share/nextcloud/core/css/styles.scss
11201share/nextcloud/core/css/systemtags.scss 11830share/nextcloud/core/css/systemtags.scss
 11831share/nextcloud/core/css/toast.scss
11202share/nextcloud/core/css/tooltip.scss 11832share/nextcloud/core/css/tooltip.scss
11203share/nextcloud/core/css/variables.scss 11833share/nextcloud/core/css/variables.scss
11204share/nextcloud/core/css/whatsnew.scss 11834share/nextcloud/core/css/whatsnew.scss
11205share/nextcloud/core/doc/admin/_images/2-updates.png 11835share/nextcloud/core/doc/admin/_images/2-updates.png
11206share/nextcloud/core/doc/admin/_images/2fa-admin-settings.png 11836share/nextcloud/core/doc/admin/_images/2fa-admin-settings.png
11207share/nextcloud/core/doc/admin/_images/2fa-app-install.png 11837share/nextcloud/core/doc/admin/_images/2fa-app-install.png
11208share/nextcloud/core/doc/admin/_images/add_storage.png 11838share/nextcloud/core/doc/admin/_images/add_storage.png
11209share/nextcloud/core/doc/admin/_images/admin_filehandling-1.png 11839share/nextcloud/core/doc/admin/_images/admin_filehandling-1.png
11210share/nextcloud/core/doc/admin/_images/admin_filehandling-2.png 11840share/nextcloud/core/doc/admin/_images/admin_filehandling-2.png
11211share/nextcloud/core/doc/admin/_images/amazons3.png 11841share/nextcloud/core/doc/admin/_images/amazons3.png
11212share/nextcloud/core/doc/admin/_images/antivirus-app.png 11842share/nextcloud/core/doc/admin/_images/antivirus-app.png
11213share/nextcloud/core/doc/admin/_images/antivirus-config.png 11843share/nextcloud/core/doc/admin/_images/antivirus-config.png
11214share/nextcloud/core/doc/admin/_images/antivirus-daemon-socket.png 11844share/nextcloud/core/doc/admin/_images/antivirus-daemon-socket.png
@@ -11645,51 +12275,56 @@ share/nextcloud/core/doc/user/_images/ko @@ -11645,51 +12275,56 @@ share/nextcloud/core/doc/user/_images/ko
11645share/nextcloud/core/doc/user/_images/korganizer_resource_choice.png 12275share/nextcloud/core/doc/user/_images/korganizer_resource_choice.png
11646share/nextcloud/core/doc/user/_images/login_page.png 12276share/nextcloud/core/doc/user/_images/login_page.png
11647share/nextcloud/core/doc/user/_images/macos_1.png 12277share/nextcloud/core/doc/user/_images/macos_1.png
11648share/nextcloud/core/doc/user/_images/macos_2.png 12278share/nextcloud/core/doc/user/_images/macos_2.png
11649share/nextcloud/core/doc/user/_images/macos_3.png 12279share/nextcloud/core/doc/user/_images/macos_3.png
11650share/nextcloud/core/doc/user/_images/macos_4.png 12280share/nextcloud/core/doc/user/_images/macos_4.png
11651share/nextcloud/core/doc/user/_images/multi_sharing.png 12281share/nextcloud/core/doc/user/_images/multi_sharing.png
11652share/nextcloud/core/doc/user/_images/new_addressbook.png 12282share/nextcloud/core/doc/user/_images/new_addressbook.png
11653share/nextcloud/core/doc/user/_images/new_calendar.png 12283share/nextcloud/core/doc/user/_images/new_calendar.png
11654share/nextcloud/core/doc/user/_images/oc_personal_settings_dropdown.png 12284share/nextcloud/core/doc/user/_images/oc_personal_settings_dropdown.png
11655share/nextcloud/core/doc/user/_images/osx_webdav1.png 12285share/nextcloud/core/doc/user/_images/osx_webdav1.png
11656share/nextcloud/core/doc/user/_images/osx_webdav2.png 12286share/nextcloud/core/doc/user/_images/osx_webdav2.png
11657share/nextcloud/core/doc/user/_images/personal_settings.png 12287share/nextcloud/core/doc/user/_images/personal_settings.png
 12288share/nextcloud/core/doc/user/_images/projects1.png
 12289share/nextcloud/core/doc/user/_images/projects2.png
 12290share/nextcloud/core/doc/user/_images/projects3.png
 12291share/nextcloud/core/doc/user/_images/projects4.png
11658share/nextcloud/core/doc/user/_images/quota1.png 12292share/nextcloud/core/doc/user/_images/quota1.png
11659share/nextcloud/core/doc/user/_images/settings_devices.png 12293share/nextcloud/core/doc/user/_images/settings_devices.png
11660share/nextcloud/core/doc/user/_images/settings_devices_add.png 12294share/nextcloud/core/doc/user/_images/settings_devices_add.png
11661share/nextcloud/core/doc/user/_images/settings_sessions.png 12295share/nextcloud/core/doc/user/_images/settings_sessions.png
11662share/nextcloud/core/doc/user/_images/synchronize_cardbook.png 12296share/nextcloud/core/doc/user/_images/synchronize_cardbook.png
11663share/nextcloud/core/doc/user/_images/totp_enable.png 12297share/nextcloud/core/doc/user/_images/totp_enable.png
11664share/nextcloud/core/doc/user/_images/totp_login_1.png 12298share/nextcloud/core/doc/user/_images/totp_login_1.png
11665share/nextcloud/core/doc/user/_images/totp_login_2.png 12299share/nextcloud/core/doc/user/_images/totp_login_2.png
11666share/nextcloud/core/doc/user/_images/users-files.png 12300share/nextcloud/core/doc/user/_images/users-files.png
11667share/nextcloud/core/doc/user/_images/video_player_2.png 12301share/nextcloud/core/doc/user/_images/video_player_2.png
11668share/nextcloud/core/doc/user/_images/webdav_dolphin.png 12302share/nextcloud/core/doc/user/_images/webdav_dolphin.png
11669share/nextcloud/core/doc/user/_images/webdav_gnome3_nautilus.png 12303share/nextcloud/core/doc/user/_images/webdav_gnome3_nautilus.png
11670share/nextcloud/core/doc/user/_sources/contents.rst.txt 12304share/nextcloud/core/doc/user/_sources/contents.rst.txt
11671share/nextcloud/core/doc/user/_sources/external_storage/external_storage.rst.txt 12305share/nextcloud/core/doc/user/_sources/external_storage/external_storage.rst.txt
11672share/nextcloud/core/doc/user/_sources/external_storage/index.rst.txt 12306share/nextcloud/core/doc/user/_sources/external_storage/index.rst.txt
11673share/nextcloud/core/doc/user/_sources/files/access_webdav.rst.txt 12307share/nextcloud/core/doc/user/_sources/files/access_webdav.rst.txt
11674share/nextcloud/core/doc/user/_sources/files/access_webgui.rst.txt 12308share/nextcloud/core/doc/user/_sources/files/access_webgui.rst.txt
11675share/nextcloud/core/doc/user/_sources/files/deleted_file_management.rst.txt 12309share/nextcloud/core/doc/user/_sources/files/deleted_file_management.rst.txt
11676share/nextcloud/core/doc/user/_sources/files/desktop_mobile_sync.rst.txt 12310share/nextcloud/core/doc/user/_sources/files/desktop_mobile_sync.rst.txt
11677share/nextcloud/core/doc/user/_sources/files/encrypting_files.rst.txt 12311share/nextcloud/core/doc/user/_sources/files/encrypting_files.rst.txt
11678share/nextcloud/core/doc/user/_sources/files/federated_cloud_sharing.rst.txt 12312share/nextcloud/core/doc/user/_sources/files/federated_cloud_sharing.rst.txt
11679share/nextcloud/core/doc/user/_sources/files/file_drop.rst.txt 12313share/nextcloud/core/doc/user/_sources/files/file_drop.rst.txt
11680share/nextcloud/core/doc/user/_sources/files/gallery_app.rst.txt 12314share/nextcloud/core/doc/user/_sources/files/gallery_app.rst.txt
11681share/nextcloud/core/doc/user/_sources/files/index.rst.txt 12315share/nextcloud/core/doc/user/_sources/files/index.rst.txt
11682share/nextcloud/core/doc/user/_sources/files/large_file_upload.rst.txt 12316share/nextcloud/core/doc/user/_sources/files/large_file_upload.rst.txt
 12317share/nextcloud/core/doc/user/_sources/files/projects.rst.txt
11683share/nextcloud/core/doc/user/_sources/files/quota.rst.txt 12318share/nextcloud/core/doc/user/_sources/files/quota.rst.txt
11684share/nextcloud/core/doc/user/_sources/files/version_control.rst.txt 12319share/nextcloud/core/doc/user/_sources/files/version_control.rst.txt
11685share/nextcloud/core/doc/user/_sources/index.rst.txt 12320share/nextcloud/core/doc/user/_sources/index.rst.txt
11686share/nextcloud/core/doc/user/_sources/pim/calendar.rst.txt 12321share/nextcloud/core/doc/user/_sources/pim/calendar.rst.txt
11687share/nextcloud/core/doc/user/_sources/pim/contacts.rst.txt 12322share/nextcloud/core/doc/user/_sources/pim/contacts.rst.txt
11688share/nextcloud/core/doc/user/_sources/pim/index.rst.txt 12323share/nextcloud/core/doc/user/_sources/pim/index.rst.txt
11689share/nextcloud/core/doc/user/_sources/pim/sync_android.rst.txt 12324share/nextcloud/core/doc/user/_sources/pim/sync_android.rst.txt
11690share/nextcloud/core/doc/user/_sources/pim/sync_ios.rst.txt 12325share/nextcloud/core/doc/user/_sources/pim/sync_ios.rst.txt
11691share/nextcloud/core/doc/user/_sources/pim/sync_kde.rst.txt 12326share/nextcloud/core/doc/user/_sources/pim/sync_kde.rst.txt
11692share/nextcloud/core/doc/user/_sources/pim/sync_osx.rst.txt 12327share/nextcloud/core/doc/user/_sources/pim/sync_osx.rst.txt
11693share/nextcloud/core/doc/user/_sources/pim/sync_thunderbird.rst.txt 12328share/nextcloud/core/doc/user/_sources/pim/sync_thunderbird.rst.txt
11694share/nextcloud/core/doc/user/_sources/pim/sync_windows10.rst.txt 12329share/nextcloud/core/doc/user/_sources/pim/sync_windows10.rst.txt
11695share/nextcloud/core/doc/user/_sources/session_management.rst.txt 12330share/nextcloud/core/doc/user/_sources/session_management.rst.txt
@@ -11792,54 +12427,67 @@ share/nextcloud/core/doc/user/_static/we @@ -11792,54 +12427,67 @@ share/nextcloud/core/doc/user/_static/we
11792share/nextcloud/core/doc/user/contents.html 12427share/nextcloud/core/doc/user/contents.html
11793share/nextcloud/core/doc/user/external_storage/external_storage.html 12428share/nextcloud/core/doc/user/external_storage/external_storage.html
11794share/nextcloud/core/doc/user/external_storage/index.html 12429share/nextcloud/core/doc/user/external_storage/index.html
11795share/nextcloud/core/doc/user/files/access_webdav.html 12430share/nextcloud/core/doc/user/files/access_webdav.html
11796share/nextcloud/core/doc/user/files/access_webgui.html 12431share/nextcloud/core/doc/user/files/access_webgui.html
11797share/nextcloud/core/doc/user/files/deleted_file_management.html 12432share/nextcloud/core/doc/user/files/deleted_file_management.html
11798share/nextcloud/core/doc/user/files/desktop_mobile_sync.html 12433share/nextcloud/core/doc/user/files/desktop_mobile_sync.html
11799share/nextcloud/core/doc/user/files/encrypting_files.html 12434share/nextcloud/core/doc/user/files/encrypting_files.html
11800share/nextcloud/core/doc/user/files/federated_cloud_sharing.html 12435share/nextcloud/core/doc/user/files/federated_cloud_sharing.html
11801share/nextcloud/core/doc/user/files/file_drop.html 12436share/nextcloud/core/doc/user/files/file_drop.html
11802share/nextcloud/core/doc/user/files/gallery_app.html 12437share/nextcloud/core/doc/user/files/gallery_app.html
11803share/nextcloud/core/doc/user/files/index.html 12438share/nextcloud/core/doc/user/files/index.html
11804share/nextcloud/core/doc/user/files/large_file_upload.html 12439share/nextcloud/core/doc/user/files/large_file_upload.html
 12440share/nextcloud/core/doc/user/files/projects.html
11805share/nextcloud/core/doc/user/files/quota.html 12441share/nextcloud/core/doc/user/files/quota.html
11806share/nextcloud/core/doc/user/files/version_control.html 12442share/nextcloud/core/doc/user/files/version_control.html
11807share/nextcloud/core/doc/user/genindex.html 12443share/nextcloud/core/doc/user/genindex.html
11808share/nextcloud/core/doc/user/index.html 12444share/nextcloud/core/doc/user/index.html
11809share/nextcloud/core/doc/user/objects.inv 12445share/nextcloud/core/doc/user/objects.inv
11810share/nextcloud/core/doc/user/pim/calendar.html 12446share/nextcloud/core/doc/user/pim/calendar.html
11811share/nextcloud/core/doc/user/pim/contacts.html 12447share/nextcloud/core/doc/user/pim/contacts.html
11812share/nextcloud/core/doc/user/pim/index.html 12448share/nextcloud/core/doc/user/pim/index.html
11813share/nextcloud/core/doc/user/pim/sync_android.html 12449share/nextcloud/core/doc/user/pim/sync_android.html
11814share/nextcloud/core/doc/user/pim/sync_ios.html 12450share/nextcloud/core/doc/user/pim/sync_ios.html
11815share/nextcloud/core/doc/user/pim/sync_kde.html 12451share/nextcloud/core/doc/user/pim/sync_kde.html
11816share/nextcloud/core/doc/user/pim/sync_osx.html 12452share/nextcloud/core/doc/user/pim/sync_osx.html
11817share/nextcloud/core/doc/user/pim/sync_thunderbird.html 12453share/nextcloud/core/doc/user/pim/sync_thunderbird.html
11818share/nextcloud/core/doc/user/pim/sync_windows10.html 12454share/nextcloud/core/doc/user/pim/sync_windows10.html
11819share/nextcloud/core/doc/user/search.html 12455share/nextcloud/core/doc/user/search.html
11820share/nextcloud/core/doc/user/searchindex.js 12456share/nextcloud/core/doc/user/searchindex.js
11821share/nextcloud/core/doc/user/session_management.html 12457share/nextcloud/core/doc/user/session_management.html
11822share/nextcloud/core/doc/user/user_2fa.html 12458share/nextcloud/core/doc/user/user_2fa.html
11823share/nextcloud/core/doc/user/userpreferences.html 12459share/nextcloud/core/doc/user/userpreferences.html
11824share/nextcloud/core/doc/user/webinterface.html 12460share/nextcloud/core/doc/user/webinterface.html
11825share/nextcloud/core/doc/user/whats_new.html 12461share/nextcloud/core/doc/user/whats_new.html
11826share/nextcloud/core/fonts/Nunito-Bold-latin-ext.woff2 12462share/nextcloud/core/fonts/LICENSE_OFL.txt
11827share/nextcloud/core/fonts/Nunito-Bold.ttf 12463share/nextcloud/core/fonts/NotoSans-Bold-cyrillic-ext.woff2
11828share/nextcloud/core/fonts/Nunito-Bold.woff2 12464share/nextcloud/core/fonts/NotoSans-Bold-cyrillic.woff2
11829share/nextcloud/core/fonts/Nunito-Regular-latin-ext.woff2 12465share/nextcloud/core/fonts/NotoSans-Bold-devanagari.woff2
11830share/nextcloud/core/fonts/Nunito-Regular.ttf 12466share/nextcloud/core/fonts/NotoSans-Bold-greek-ext.woff2
11831share/nextcloud/core/fonts/Nunito-Regular.woff2 12467share/nextcloud/core/fonts/NotoSans-Bold-greek.woff2
11832share/nextcloud/core/fonts/OFL.txt 12468share/nextcloud/core/fonts/NotoSans-Bold-latin-ext.woff2
 12469share/nextcloud/core/fonts/NotoSans-Bold-latin.woff2
 12470share/nextcloud/core/fonts/NotoSans-Bold-vietnamese.woff2
 12471share/nextcloud/core/fonts/NotoSans-Bold.ttf
 12472share/nextcloud/core/fonts/NotoSans-Regular-cyrillic-ext.woff2
 12473share/nextcloud/core/fonts/NotoSans-Regular-cyrillic.woff2
 12474share/nextcloud/core/fonts/NotoSans-Regular-devanagari.woff2
 12475share/nextcloud/core/fonts/NotoSans-Regular-greek-ext.woff2
 12476share/nextcloud/core/fonts/NotoSans-Regular-greek.woff2
 12477share/nextcloud/core/fonts/NotoSans-Regular-latin-ext.woff2
 12478share/nextcloud/core/fonts/NotoSans-Regular-latin.woff2
 12479share/nextcloud/core/fonts/NotoSans-Regular-vietnamese.woff2
 12480share/nextcloud/core/fonts/NotoSans-Regular.ttf
11833share/nextcloud/core/img/actions/add.svg 12481share/nextcloud/core/img/actions/add.svg
11834share/nextcloud/core/img/actions/address.svg 12482share/nextcloud/core/img/actions/address.svg
11835share/nextcloud/core/img/actions/arrow-left.svg 12483share/nextcloud/core/img/actions/arrow-left.svg
11836share/nextcloud/core/img/actions/arrow-right.svg 12484share/nextcloud/core/img/actions/arrow-right.svg
11837share/nextcloud/core/img/actions/audio-off.svg 12485share/nextcloud/core/img/actions/audio-off.svg
11838share/nextcloud/core/img/actions/audio.svg 12486share/nextcloud/core/img/actions/audio.svg
11839share/nextcloud/core/img/actions/caret-white.svg 12487share/nextcloud/core/img/actions/caret-white.svg
11840share/nextcloud/core/img/actions/caret.svg 12488share/nextcloud/core/img/actions/caret.svg
11841share/nextcloud/core/img/actions/checkbox-mark-dark.svg 12489share/nextcloud/core/img/actions/checkbox-mark-dark.svg
11842share/nextcloud/core/img/actions/checkbox-mark-white.svg 12490share/nextcloud/core/img/actions/checkbox-mark-white.svg
11843share/nextcloud/core/img/actions/checkbox-mark.svg 12491share/nextcloud/core/img/actions/checkbox-mark.svg
11844share/nextcloud/core/img/actions/checkbox-mixed-dark.svg 12492share/nextcloud/core/img/actions/checkbox-mixed-dark.svg
11845share/nextcloud/core/img/actions/checkbox-mixed-white.svg 12493share/nextcloud/core/img/actions/checkbox-mixed-white.svg
@@ -11862,26 +12510,27 @@ share/nextcloud/core/img/actions/downloa @@ -11862,26 +12510,27 @@ share/nextcloud/core/img/actions/downloa
11862share/nextcloud/core/img/actions/download.svg 12510share/nextcloud/core/img/actions/download.svg
11863share/nextcloud/core/img/actions/edit.svg 12511share/nextcloud/core/img/actions/edit.svg
11864share/nextcloud/core/img/actions/error-white.svg 12512share/nextcloud/core/img/actions/error-white.svg
11865share/nextcloud/core/img/actions/error.svg 12513share/nextcloud/core/img/actions/error.svg
11866share/nextcloud/core/img/actions/external.svg 12514share/nextcloud/core/img/actions/external.svg
11867share/nextcloud/core/img/actions/fullscreen.svg 12515share/nextcloud/core/img/actions/fullscreen.svg
11868share/nextcloud/core/img/actions/group.svg 12516share/nextcloud/core/img/actions/group.svg
11869share/nextcloud/core/img/actions/history.png 12517share/nextcloud/core/img/actions/history.png
11870share/nextcloud/core/img/actions/history.svg 12518share/nextcloud/core/img/actions/history.svg
11871share/nextcloud/core/img/actions/info-white.svg 12519share/nextcloud/core/img/actions/info-white.svg
11872share/nextcloud/core/img/actions/info.svg 12520share/nextcloud/core/img/actions/info.svg
11873share/nextcloud/core/img/actions/logout.svg 12521share/nextcloud/core/img/actions/logout.svg
11874share/nextcloud/core/img/actions/mail.svg 12522share/nextcloud/core/img/actions/mail.svg
 12523share/nextcloud/core/img/actions/menu-sidebar.svg
11875share/nextcloud/core/img/actions/menu.svg 12524share/nextcloud/core/img/actions/menu.svg
11876share/nextcloud/core/img/actions/more-white.svg 12525share/nextcloud/core/img/actions/more-white.svg
11877share/nextcloud/core/img/actions/more.svg 12526share/nextcloud/core/img/actions/more.svg
11878share/nextcloud/core/img/actions/password-white.svg 12527share/nextcloud/core/img/actions/password-white.svg
11879share/nextcloud/core/img/actions/password.png 12528share/nextcloud/core/img/actions/password.png
11880share/nextcloud/core/img/actions/password.svg 12529share/nextcloud/core/img/actions/password.svg
11881share/nextcloud/core/img/actions/pause.svg 12530share/nextcloud/core/img/actions/pause.svg
11882share/nextcloud/core/img/actions/play-add.svg 12531share/nextcloud/core/img/actions/play-add.svg
11883share/nextcloud/core/img/actions/play-next.svg 12532share/nextcloud/core/img/actions/play-next.svg
11884share/nextcloud/core/img/actions/play-previous.svg 12533share/nextcloud/core/img/actions/play-previous.svg
11885share/nextcloud/core/img/actions/play.svg 12534share/nextcloud/core/img/actions/play.svg
11886share/nextcloud/core/img/actions/projects.svg 12535share/nextcloud/core/img/actions/projects.svg
11887share/nextcloud/core/img/actions/public-white.svg 12536share/nextcloud/core/img/actions/public-white.svg
@@ -11973,26 +12622,28 @@ share/nextcloud/core/img/filetypes/packa @@ -11973,26 +12622,28 @@ share/nextcloud/core/img/filetypes/packa
11973share/nextcloud/core/img/filetypes/text-calendar.svg 12622share/nextcloud/core/img/filetypes/text-calendar.svg
11974share/nextcloud/core/img/filetypes/text-code.svg 12623share/nextcloud/core/img/filetypes/text-code.svg
11975share/nextcloud/core/img/filetypes/text-vcard.svg 12624share/nextcloud/core/img/filetypes/text-vcard.svg
11976share/nextcloud/core/img/filetypes/text.svg 12625share/nextcloud/core/img/filetypes/text.svg
11977share/nextcloud/core/img/filetypes/video.svg 12626share/nextcloud/core/img/filetypes/video.svg
11978share/nextcloud/core/img/filetypes/x-office-document.svg 12627share/nextcloud/core/img/filetypes/x-office-document.svg
11979share/nextcloud/core/img/filetypes/x-office-presentation.svg 12628share/nextcloud/core/img/filetypes/x-office-presentation.svg
11980share/nextcloud/core/img/filetypes/x-office-spreadsheet.svg 12629share/nextcloud/core/img/filetypes/x-office-spreadsheet.svg
11981share/nextcloud/core/img/googleplay.png 12630share/nextcloud/core/img/googleplay.png
11982share/nextcloud/core/img/loading-dark.gif 12631share/nextcloud/core/img/loading-dark.gif
11983share/nextcloud/core/img/loading-small-dark.gif 12632share/nextcloud/core/img/loading-small-dark.gif
11984share/nextcloud/core/img/loading-small.gif 12633share/nextcloud/core/img/loading-small.gif
11985share/nextcloud/core/img/loading.gif 12634share/nextcloud/core/img/loading.gif
 12635share/nextcloud/core/img/logo/logo-enterprise.png
 12636share/nextcloud/core/img/logo/logo-enterprise.svg
11986share/nextcloud/core/img/logo/logo-icon-175px.png 12637share/nextcloud/core/img/logo/logo-icon-175px.png
11987share/nextcloud/core/img/logo/logo-mail.png 12638share/nextcloud/core/img/logo/logo-mail.png
11988share/nextcloud/core/img/logo/logo.png 12639share/nextcloud/core/img/logo/logo.png
11989share/nextcloud/core/img/logo/logo.svg 12640share/nextcloud/core/img/logo/logo.svg
11990share/nextcloud/core/img/mail.svg 12641share/nextcloud/core/img/mail.svg
11991share/nextcloud/core/img/manifest.json 12642share/nextcloud/core/img/manifest.json
11992share/nextcloud/core/img/mastodon.svg 12643share/nextcloud/core/img/mastodon.svg
11993share/nextcloud/core/img/places/calendar-dark.png 12644share/nextcloud/core/img/places/calendar-dark.png
11994share/nextcloud/core/img/places/calendar.svg 12645share/nextcloud/core/img/places/calendar.svg
11995share/nextcloud/core/img/places/contacts.svg 12646share/nextcloud/core/img/places/contacts.svg
11996share/nextcloud/core/img/places/default-app-icon.svg 12647share/nextcloud/core/img/places/default-app-icon.svg
11997share/nextcloud/core/img/places/files.svg 12648share/nextcloud/core/img/places/files.svg
11998share/nextcloud/core/img/places/home.svg 12649share/nextcloud/core/img/places/home.svg
@@ -12004,71 +12655,67 @@ share/nextcloud/core/img/rating/s1.svg @@ -12004,71 +12655,67 @@ share/nextcloud/core/img/rating/s1.svg
12004share/nextcloud/core/img/rating/s10.svg 12655share/nextcloud/core/img/rating/s10.svg
12005share/nextcloud/core/img/rating/s2.svg 12656share/nextcloud/core/img/rating/s2.svg
12006share/nextcloud/core/img/rating/s3.svg 12657share/nextcloud/core/img/rating/s3.svg
12007share/nextcloud/core/img/rating/s4.svg 12658share/nextcloud/core/img/rating/s4.svg
12008share/nextcloud/core/img/rating/s5.svg 12659share/nextcloud/core/img/rating/s5.svg
12009share/nextcloud/core/img/rating/s6.svg 12660share/nextcloud/core/img/rating/s6.svg
12010share/nextcloud/core/img/rating/s7.svg 12661share/nextcloud/core/img/rating/s7.svg
12011share/nextcloud/core/img/rating/s8.svg 12662share/nextcloud/core/img/rating/s8.svg
12012share/nextcloud/core/img/rating/s9.svg 12663share/nextcloud/core/img/rating/s9.svg
12013share/nextcloud/core/img/rss.svg 12664share/nextcloud/core/img/rss.svg
12014share/nextcloud/core/img/twitter.svg 12665share/nextcloud/core/img/twitter.svg
12015share/nextcloud/core/js/backgroundjobs.js 12666share/nextcloud/core/js/backgroundjobs.js
12016share/nextcloud/core/js/core.json 12667share/nextcloud/core/js/core.json
 12668share/nextcloud/core/js/dist/login.js
 12669share/nextcloud/core/js/dist/login.js.map
12017share/nextcloud/core/js/dist/main.js 12670share/nextcloud/core/js/dist/main.js
12018share/nextcloud/core/js/dist/main.js.map 12671share/nextcloud/core/js/dist/main.js.map
 12672share/nextcloud/core/js/dist/maintenance.js
 12673share/nextcloud/core/js/dist/maintenance.js.map
12019share/nextcloud/core/js/dist/share_backend.js 12674share/nextcloud/core/js/dist/share_backend.js
12020share/nextcloud/core/js/dist/share_backend.js.map 12675share/nextcloud/core/js/dist/share_backend.js.map
12021share/nextcloud/core/js/dist/systemtags.js 12676share/nextcloud/core/js/dist/systemtags.js
12022share/nextcloud/core/js/dist/systemtags.js.map 12677share/nextcloud/core/js/dist/systemtags.js.map
12023share/nextcloud/core/js/files/client.js 12678share/nextcloud/core/js/files/client.js
12024share/nextcloud/core/js/files/fileinfo.js 12679share/nextcloud/core/js/files/fileinfo.js
12025share/nextcloud/core/js/files/iedavclient.js 12680share/nextcloud/core/js/files/iedavclient.js
12026share/nextcloud/core/js/installation.js 12681share/nextcloud/core/js/installation.js
12027share/nextcloud/core/js/js.js 
12028share/nextcloud/core/js/login.js 
12029share/nextcloud/core/js/login/authpicker.js 12682share/nextcloud/core/js/login/authpicker.js
12030share/nextcloud/core/js/login/grant.js 12683share/nextcloud/core/js/login/grant.js
12031share/nextcloud/core/js/lostpassword.js 
12032share/nextcloud/core/js/maintenance-check.js 
12033share/nextcloud/core/js/merged-login.json 
12034share/nextcloud/core/js/merged-share-backend.js 12684share/nextcloud/core/js/merged-share-backend.js
12035share/nextcloud/core/js/merged-template-prepend.json 12685share/nextcloud/core/js/merged-template-prepend.json
12036share/nextcloud/core/js/mimetype.js 12686share/nextcloud/core/js/mimetype.js
12037share/nextcloud/core/js/mimetypelist.js 12687share/nextcloud/core/js/mimetypelist.js
12038share/nextcloud/core/js/oc-dialogs.js 
12039share/nextcloud/core/js/oc-requesttoken.js 
12040share/nextcloud/core/js/public/publicpage.js 12688share/nextcloud/core/js/public/publicpage.js
12041share/nextcloud/core/js/publicshareauth.js 12689share/nextcloud/core/js/publicshareauth.js
12042share/nextcloud/core/js/select2-toggleselect.js 12690share/nextcloud/core/js/select2-toggleselect.js
12043share/nextcloud/core/js/setup.js 12691share/nextcloud/core/js/setup.js
12044share/nextcloud/core/js/setupchecks.js 12692share/nextcloud/core/js/setupchecks.js
12045share/nextcloud/core/js/share.js 12693share/nextcloud/core/js/share.js
12046share/nextcloud/core/js/share/sharedialoglinkshareview.handlebars 12694share/nextcloud/core/js/share/sharedialoglinkshareview.handlebars
12047share/nextcloud/core/js/share/sharedialoglinkshareview_popover_menu.handlebars 12695share/nextcloud/core/js/share/sharedialoglinkshareview_popover_menu.handlebars
12048share/nextcloud/core/js/share/sharedialoglinkshareview_popover_menu_pending.handlebars 12696share/nextcloud/core/js/share/sharedialoglinkshareview_popover_menu_pending.handlebars
12049share/nextcloud/core/js/share/sharedialogresharerinfoview.handlebars 12697share/nextcloud/core/js/share/sharedialogresharerinfoview.handlebars
12050share/nextcloud/core/js/share/sharedialogshareelistview.handlebars 12698share/nextcloud/core/js/share/sharedialogshareelistview.handlebars
12051share/nextcloud/core/js/share/sharedialogshareelistview_popover_menu.handlebars 12699share/nextcloud/core/js/share/sharedialogshareelistview_popover_menu.handlebars
12052share/nextcloud/core/js/share/sharedialogview.handlebars 12700share/nextcloud/core/js/share/sharedialogview.handlebars
12053share/nextcloud/core/js/shareconfigmodel.js 12701share/nextcloud/core/js/shareconfigmodel.js
12054share/nextcloud/core/js/sharedialoglinkshareview.js 12702share/nextcloud/core/js/sharedialoglinkshareview.js
12055share/nextcloud/core/js/sharedialogresharerinfoview.js 12703share/nextcloud/core/js/sharedialogresharerinfoview.js
12056share/nextcloud/core/js/sharedialogshareelistview.js 12704share/nextcloud/core/js/sharedialogshareelistview.js
12057share/nextcloud/core/js/sharedialogview.js 12705share/nextcloud/core/js/sharedialogview.js
12058share/nextcloud/core/js/shareitemmodel.js 12706share/nextcloud/core/js/shareitemmodel.js
12059share/nextcloud/core/js/sharesocialmanager.js 12707share/nextcloud/core/js/sharesocialmanager.js
12060share/nextcloud/core/js/sharetemplates.js 12708share/nextcloud/core/js/sharetemplates.js
12061share/nextcloud/core/js/singleselect.js 
12062share/nextcloud/core/js/systemtags/merged-systemtags.js 12709share/nextcloud/core/js/systemtags/merged-systemtags.js
12063share/nextcloud/core/js/systemtags/systemtagmodel.js 12710share/nextcloud/core/js/systemtags/systemtagmodel.js
12064share/nextcloud/core/js/systemtags/systemtags.js 12711share/nextcloud/core/js/systemtags/systemtags.js
12065share/nextcloud/core/js/systemtags/systemtagscollection.js 12712share/nextcloud/core/js/systemtags/systemtagscollection.js
12066share/nextcloud/core/js/systemtags/systemtagsinputfield.js 12713share/nextcloud/core/js/systemtags/systemtagsinputfield.js
12067share/nextcloud/core/js/systemtags/systemtagsmappingcollection.js 12714share/nextcloud/core/js/systemtags/systemtagsmappingcollection.js
12068share/nextcloud/core/js/systemtags/templates.js 12715share/nextcloud/core/js/systemtags/templates.js
12069share/nextcloud/core/js/systemtags/templates/result.handlebars 12716share/nextcloud/core/js/systemtags/templates/result.handlebars
12070share/nextcloud/core/js/systemtags/templates/result_form.handlebars 12717share/nextcloud/core/js/systemtags/templates/result_form.handlebars
12071share/nextcloud/core/js/systemtags/templates/selection.handlebars 12718share/nextcloud/core/js/systemtags/templates/selection.handlebars
12072share/nextcloud/core/js/tests/html-domparser.js 12719share/nextcloud/core/js/tests/html-domparser.js
12073share/nextcloud/core/js/tests/specHelper.js 12720share/nextcloud/core/js/tests/specHelper.js
12074share/nextcloud/core/js/tests/specs/appsSpec.js 12721share/nextcloud/core/js/tests/specs/appsSpec.js
@@ -12081,27 +12728,26 @@ share/nextcloud/core/js/tests/specs/l10n @@ -12081,27 +12728,26 @@ share/nextcloud/core/js/tests/specs/l10n
12081share/nextcloud/core/js/tests/specs/mimeTypeSpec.js 12728share/nextcloud/core/js/tests/specs/mimeTypeSpec.js
12082share/nextcloud/core/js/tests/specs/oc-backbone-webdavSpec.js 12729share/nextcloud/core/js/tests/specs/oc-backbone-webdavSpec.js
12083share/nextcloud/core/js/tests/specs/public/commentsSpec.js 12730share/nextcloud/core/js/tests/specs/public/commentsSpec.js
12084share/nextcloud/core/js/tests/specs/setupchecksSpec.js 12731share/nextcloud/core/js/tests/specs/setupchecksSpec.js
12085share/nextcloud/core/js/tests/specs/shareSpec.js 12732share/nextcloud/core/js/tests/specs/shareSpec.js
12086share/nextcloud/core/js/tests/specs/sharedialoglinkshareview.js 12733share/nextcloud/core/js/tests/specs/sharedialoglinkshareview.js
12087share/nextcloud/core/js/tests/specs/sharedialogshareelistview.js 12734share/nextcloud/core/js/tests/specs/sharedialogshareelistview.js
12088share/nextcloud/core/js/tests/specs/sharedialogviewSpec.js 12735share/nextcloud/core/js/tests/specs/sharedialogviewSpec.js
12089share/nextcloud/core/js/tests/specs/shareitemmodelSpec.js 12736share/nextcloud/core/js/tests/specs/shareitemmodelSpec.js
12090share/nextcloud/core/js/tests/specs/systemtags/systemtagsSpec.js 12737share/nextcloud/core/js/tests/specs/systemtags/systemtagsSpec.js
12091share/nextcloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js 12738share/nextcloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js
12092share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js 12739share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
12093share/nextcloud/core/js/update.js 12740share/nextcloud/core/js/update.js
12094share/nextcloud/core/js/visitortimezone.js 
12095share/nextcloud/core/l10n/af.js 12741share/nextcloud/core/l10n/af.js
12096share/nextcloud/core/l10n/af.json 12742share/nextcloud/core/l10n/af.json
12097share/nextcloud/core/l10n/ar.js 12743share/nextcloud/core/l10n/ar.js
12098share/nextcloud/core/l10n/ar.json 12744share/nextcloud/core/l10n/ar.json
12099share/nextcloud/core/l10n/ast.js 12745share/nextcloud/core/l10n/ast.js
12100share/nextcloud/core/l10n/ast.json 12746share/nextcloud/core/l10n/ast.json
12101share/nextcloud/core/l10n/bg.js 12747share/nextcloud/core/l10n/bg.js
12102share/nextcloud/core/l10n/bg.json 12748share/nextcloud/core/l10n/bg.json
12103share/nextcloud/core/l10n/ca.js 12749share/nextcloud/core/l10n/ca.js
12104share/nextcloud/core/l10n/ca.json 12750share/nextcloud/core/l10n/ca.json
12105share/nextcloud/core/l10n/cs.js 12751share/nextcloud/core/l10n/cs.js
12106share/nextcloud/core/l10n/cs.json 12752share/nextcloud/core/l10n/cs.json
12107share/nextcloud/core/l10n/da.js 12753share/nextcloud/core/l10n/da.js
@@ -12223,27 +12869,27 @@ share/nextcloud/core/l10n/zh_CN.json @@ -12223,27 +12869,27 @@ share/nextcloud/core/l10n/zh_CN.json
12223share/nextcloud/core/l10n/zh_TW.js 12869share/nextcloud/core/l10n/zh_TW.js
12224share/nextcloud/core/l10n/zh_TW.json 12870share/nextcloud/core/l10n/zh_TW.json
12225share/nextcloud/core/register_command.php 12871share/nextcloud/core/register_command.php
12226share/nextcloud/core/routes.php 12872share/nextcloud/core/routes.php
12227share/nextcloud/core/search/css/results.scss 12873share/nextcloud/core/search/css/results.scss
12228share/nextcloud/core/search/js/search.js 12874share/nextcloud/core/search/js/search.js
12229share/nextcloud/core/search/js/searchprovider.js 12875share/nextcloud/core/search/js/searchprovider.js
12230share/nextcloud/core/shipped.json 12876share/nextcloud/core/shipped.json
12231share/nextcloud/core/signature.json 12877share/nextcloud/core/signature.json
12232share/nextcloud/core/skeleton/Documents/About.odt 12878share/nextcloud/core/skeleton/Documents/About.odt
12233share/nextcloud/core/skeleton/Documents/About.txt 12879share/nextcloud/core/skeleton/Documents/About.txt
12234share/nextcloud/core/skeleton/Documents/Nextcloud Flyer.pdf 12880share/nextcloud/core/skeleton/Documents/Nextcloud Flyer.pdf
12235share/nextcloud/core/skeleton/Nextcloud Manual.pdf 12881share/nextcloud/core/skeleton/Nextcloud Manual.pdf
12236share/nextcloud/core/skeleton/Nextcloud.mp4 12882share/nextcloud/core/skeleton/Nextcloud intro.mp4
12237share/nextcloud/core/skeleton/Nextcloud.png 12883share/nextcloud/core/skeleton/Nextcloud.png
12238share/nextcloud/core/skeleton/Photos/Coast.jpg 12884share/nextcloud/core/skeleton/Photos/Coast.jpg
12239share/nextcloud/core/skeleton/Photos/Hummingbird.jpg 12885share/nextcloud/core/skeleton/Photos/Hummingbird.jpg
12240share/nextcloud/core/skeleton/Photos/Nextcloud Community.jpg 12886share/nextcloud/core/skeleton/Photos/Nextcloud Community.jpg
12241share/nextcloud/core/skeleton/Photos/Nut.jpg 12887share/nextcloud/core/skeleton/Photos/Nut.jpg
12242share/nextcloud/core/strings.php 12888share/nextcloud/core/strings.php
12243share/nextcloud/core/templates/403.php 12889share/nextcloud/core/templates/403.php
12244share/nextcloud/core/templates/404.php 12890share/nextcloud/core/templates/404.php
12245share/nextcloud/core/templates/error.php 12891share/nextcloud/core/templates/error.php
12246share/nextcloud/core/templates/exception.php 12892share/nextcloud/core/templates/exception.php
12247share/nextcloud/core/templates/filepicker.html 12893share/nextcloud/core/templates/filepicker.html
12248share/nextcloud/core/templates/filetemplates/template.html 12894share/nextcloud/core/templates/filetemplates/template.html
12249share/nextcloud/core/templates/filetemplates/template.odp 12895share/nextcloud/core/templates/filetemplates/template.odp
@@ -12253,31 +12899,32 @@ share/nextcloud/core/templates/installat @@ -12253,31 +12899,32 @@ share/nextcloud/core/templates/installat
12253share/nextcloud/core/templates/installation_forbidden.php 12899share/nextcloud/core/templates/installation_forbidden.php
12254share/nextcloud/core/templates/installation_incomplete.php 12900share/nextcloud/core/templates/installation_incomplete.php
12255share/nextcloud/core/templates/layout.base.php 12901share/nextcloud/core/templates/layout.base.php
12256share/nextcloud/core/templates/layout.guest.php 12902share/nextcloud/core/templates/layout.guest.php
12257share/nextcloud/core/templates/layout.noscript.warning.php 12903share/nextcloud/core/templates/layout.noscript.warning.php
12258share/nextcloud/core/templates/layout.public.php 12904share/nextcloud/core/templates/layout.public.php
12259share/nextcloud/core/templates/layout.user.php 12905share/nextcloud/core/templates/layout.user.php
12260share/nextcloud/core/templates/login.php 12906share/nextcloud/core/templates/login.php
12261share/nextcloud/core/templates/loginflow/authpicker.php 12907share/nextcloud/core/templates/loginflow/authpicker.php
12262share/nextcloud/core/templates/loginflow/grant.php 12908share/nextcloud/core/templates/loginflow/grant.php
12263share/nextcloud/core/templates/loginflowv2/authpicker.php 12909share/nextcloud/core/templates/loginflowv2/authpicker.php
12264share/nextcloud/core/templates/loginflowv2/done.php 12910share/nextcloud/core/templates/loginflowv2/done.php
12265share/nextcloud/core/templates/loginflowv2/grant.php 12911share/nextcloud/core/templates/loginflowv2/grant.php
12266share/nextcloud/core/templates/lostpassword/resetpassword.php 
12267share/nextcloud/core/templates/message.html 12912share/nextcloud/core/templates/message.html
12268share/nextcloud/core/templates/publicshareauth.php 12913share/nextcloud/core/templates/publicshareauth.php
12269share/nextcloud/core/templates/tags.html 12914share/nextcloud/core/templates/tags.html
12270share/nextcloud/core/templates/twofactorselectchallenge.php 12915share/nextcloud/core/templates/twofactorselectchallenge.php
 12916share/nextcloud/core/templates/twofactorsetupchallenge.php
 12917share/nextcloud/core/templates/twofactorsetupselection.php
12271share/nextcloud/core/templates/twofactorshowchallenge.php 12918share/nextcloud/core/templates/twofactorshowchallenge.php
12272share/nextcloud/core/templates/untrustedDomain.php 12919share/nextcloud/core/templates/untrustedDomain.php
12273share/nextcloud/core/templates/update.admin.php 12920share/nextcloud/core/templates/update.admin.php
12274share/nextcloud/core/templates/update.use-cli.php 12921share/nextcloud/core/templates/update.use-cli.php
12275share/nextcloud/core/templates/update.user.php 12922share/nextcloud/core/templates/update.user.php
12276share/nextcloud/core/vendor/zxcvbn/LICENSE.txt 12923share/nextcloud/core/vendor/zxcvbn/LICENSE.txt
12277share/nextcloud/core/vendor/zxcvbn/dist/zxcvbn.js 12924share/nextcloud/core/vendor/zxcvbn/dist/zxcvbn.js
12278share/nextcloud/cron.php 12925share/nextcloud/cron.php
12279share/nextcloud/index.html 12926share/nextcloud/index.html
12280share/nextcloud/index.php 12927share/nextcloud/index.php
12281share/nextcloud/lib/autoloader.php 12928share/nextcloud/lib/autoloader.php
12282share/nextcloud/lib/base.php 12929share/nextcloud/lib/base.php
12283share/nextcloud/lib/composer/autoload.php 12930share/nextcloud/lib/composer/autoload.php
@@ -12508,73 +13155,101 @@ share/nextcloud/lib/private/AppFramework @@ -12508,73 +13155,101 @@ share/nextcloud/lib/private/AppFramework
12508share/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php 13155share/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php
12509share/nextcloud/lib/private/AppFramework/Http.php 13156share/nextcloud/lib/private/AppFramework/Http.php
12510share/nextcloud/lib/private/AppFramework/Http/Dispatcher.php 13157share/nextcloud/lib/private/AppFramework/Http/Dispatcher.php
12511share/nextcloud/lib/private/AppFramework/Http/Output.php 13158share/nextcloud/lib/private/AppFramework/Http/Output.php
12512share/nextcloud/lib/private/AppFramework/Http/Request.php 13159share/nextcloud/lib/private/AppFramework/Http/Request.php
12513share/nextcloud/lib/private/AppFramework/Logger.php 13160share/nextcloud/lib/private/AppFramework/Logger.php
12514share/nextcloud/lib/private/AppFramework/Middleware/AdditionalScriptsMiddleware.php 13161share/nextcloud/lib/private/AppFramework/Middleware/AdditionalScriptsMiddleware.php
12515share/nextcloud/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php 13162share/nextcloud/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php
12516share/nextcloud/lib/private/AppFramework/Middleware/OCSMiddleware.php 13163share/nextcloud/lib/private/AppFramework/Middleware/OCSMiddleware.php
12517share/nextcloud/lib/private/AppFramework/Middleware/PublicShare/Exceptions/NeedAuthenticationException.php 13164share/nextcloud/lib/private/AppFramework/Middleware/PublicShare/Exceptions/NeedAuthenticationException.php
12518share/nextcloud/lib/private/AppFramework/Middleware/PublicShare/PublicShareMiddleware.php 13165share/nextcloud/lib/private/AppFramework/Middleware/PublicShare/PublicShareMiddleware.php
12519share/nextcloud/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php 13166share/nextcloud/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php
12520share/nextcloud/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php 13167share/nextcloud/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php
 13168share/nextcloud/lib/private/AppFramework/Middleware/Security/CSPMiddleware.php
12521share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php 13169share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
12522share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php 13170share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php
12523share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/LaxSameSiteCookieFailedException.php 13171share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/LaxSameSiteCookieFailedException.php
12524share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php 13172share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php
12525share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php 13173share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php
12526share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php 13174share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php
12527share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/ReloadExecutionException.php 13175share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/ReloadExecutionException.php
12528share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php 13176share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php
12529share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php 13177share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php
 13178share/nextcloud/lib/private/AppFramework/Middleware/Security/FeaturePolicyMiddleware.php
12530share/nextcloud/lib/private/AppFramework/Middleware/Security/PasswordConfirmationMiddleware.php 13179share/nextcloud/lib/private/AppFramework/Middleware/Security/PasswordConfirmationMiddleware.php
12531share/nextcloud/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php 13180share/nextcloud/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php
12532share/nextcloud/lib/private/AppFramework/Middleware/Security/ReloadExecutionMiddleware.php 13181share/nextcloud/lib/private/AppFramework/Middleware/Security/ReloadExecutionMiddleware.php
12533share/nextcloud/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php 13182share/nextcloud/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php
12534share/nextcloud/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php 13183share/nextcloud/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php
12535share/nextcloud/lib/private/AppFramework/Middleware/SessionMiddleware.php 13184share/nextcloud/lib/private/AppFramework/Middleware/SessionMiddleware.php
12536share/nextcloud/lib/private/AppFramework/OCS/BaseResponse.php 13185share/nextcloud/lib/private/AppFramework/OCS/BaseResponse.php
12537share/nextcloud/lib/private/AppFramework/OCS/V1Response.php 13186share/nextcloud/lib/private/AppFramework/OCS/V1Response.php
12538share/nextcloud/lib/private/AppFramework/OCS/V2Response.php 13187share/nextcloud/lib/private/AppFramework/OCS/V2Response.php
12539share/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php 13188share/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php
12540share/nextcloud/lib/private/AppFramework/Routing/RouteConfig.php 13189share/nextcloud/lib/private/AppFramework/Routing/RouteConfig.php
12541share/nextcloud/lib/private/AppFramework/Utility/ControllerMethodReflector.php 13190share/nextcloud/lib/private/AppFramework/Utility/ControllerMethodReflector.php
12542share/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php 13191share/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php
12543share/nextcloud/lib/private/AppFramework/Utility/TimeFactory.php 13192share/nextcloud/lib/private/AppFramework/Utility/TimeFactory.php
12544share/nextcloud/lib/private/Archive/Archive.php 13193share/nextcloud/lib/private/Archive/Archive.php
12545share/nextcloud/lib/private/Archive/TAR.php 13194share/nextcloud/lib/private/Archive/TAR.php
12546share/nextcloud/lib/private/Archive/ZIP.php 13195share/nextcloud/lib/private/Archive/ZIP.php
 13196share/nextcloud/lib/private/Authentication/Events/ARemoteWipeEvent.php
 13197share/nextcloud/lib/private/Authentication/Events/RemoteWipeFinished.php
 13198share/nextcloud/lib/private/Authentication/Events/RemoteWipeStarted.php
12547share/nextcloud/lib/private/Authentication/Exceptions/ExpiredTokenException.php 13199share/nextcloud/lib/private/Authentication/Exceptions/ExpiredTokenException.php
12548share/nextcloud/lib/private/Authentication/Exceptions/InvalidProviderException.php 13200share/nextcloud/lib/private/Authentication/Exceptions/InvalidProviderException.php
12549share/nextcloud/lib/private/Authentication/Exceptions/InvalidTokenException.php 13201share/nextcloud/lib/private/Authentication/Exceptions/InvalidTokenException.php
12550share/nextcloud/lib/private/Authentication/Exceptions/LoginRequiredException.php 13202share/nextcloud/lib/private/Authentication/Exceptions/LoginRequiredException.php
12551share/nextcloud/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php 13203share/nextcloud/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php
12552share/nextcloud/lib/private/Authentication/Exceptions/PasswordlessTokenException.php 13204share/nextcloud/lib/private/Authentication/Exceptions/PasswordlessTokenException.php
12553share/nextcloud/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php 13205share/nextcloud/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php
12554share/nextcloud/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php 13206share/nextcloud/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php
 13207share/nextcloud/lib/private/Authentication/Exceptions/WipeTokenException.php
 13208share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php
 13209share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php
 13210share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeNotificationsListener.php
 13211share/nextcloud/lib/private/Authentication/Login/ALoginCommand.php
 13212share/nextcloud/lib/private/Authentication/Login/Chain.php
 13213share/nextcloud/lib/private/Authentication/Login/ClearLostPasswordTokensCommand.php
 13214share/nextcloud/lib/private/Authentication/Login/CompleteLoginCommand.php
 13215share/nextcloud/lib/private/Authentication/Login/CreateSessionTokenCommand.php
 13216share/nextcloud/lib/private/Authentication/Login/EmailLoginCommand.php
 13217share/nextcloud/lib/private/Authentication/Login/FinishRememberedLoginCommand.php
 13218share/nextcloud/lib/private/Authentication/Login/LoggedInCheckCommand.php
 13219share/nextcloud/lib/private/Authentication/Login/LoginData.php
 13220share/nextcloud/lib/private/Authentication/Login/LoginResult.php
 13221share/nextcloud/lib/private/Authentication/Login/PreLoginHookCommand.php
 13222share/nextcloud/lib/private/Authentication/Login/SetUserTimezoneCommand.php
 13223share/nextcloud/lib/private/Authentication/Login/TwoFactorCommand.php
 13224share/nextcloud/lib/private/Authentication/Login/UidLoginCommand.php
 13225share/nextcloud/lib/private/Authentication/Login/UpdateLastPasswordConfirmCommand.php
 13226share/nextcloud/lib/private/Authentication/Login/UserDisabledCheckCommand.php
12555share/nextcloud/lib/private/Authentication/LoginCredentials/Credentials.php 13227share/nextcloud/lib/private/Authentication/LoginCredentials/Credentials.php
12556share/nextcloud/lib/private/Authentication/LoginCredentials/Store.php 13228share/nextcloud/lib/private/Authentication/LoginCredentials/Store.php
 13229share/nextcloud/lib/private/Authentication/Notifications/Notifier.php
12557share/nextcloud/lib/private/Authentication/Token/DefaultToken.php 13230share/nextcloud/lib/private/Authentication/Token/DefaultToken.php
12558share/nextcloud/lib/private/Authentication/Token/DefaultTokenCleanupJob.php 13231share/nextcloud/lib/private/Authentication/Token/DefaultTokenCleanupJob.php
12559share/nextcloud/lib/private/Authentication/Token/DefaultTokenMapper.php 13232share/nextcloud/lib/private/Authentication/Token/DefaultTokenMapper.php
12560share/nextcloud/lib/private/Authentication/Token/DefaultTokenProvider.php 13233share/nextcloud/lib/private/Authentication/Token/DefaultTokenProvider.php
12561share/nextcloud/lib/private/Authentication/Token/INamedToken.php 13234share/nextcloud/lib/private/Authentication/Token/INamedToken.php
12562share/nextcloud/lib/private/Authentication/Token/IProvider.php 13235share/nextcloud/lib/private/Authentication/Token/IProvider.php
12563share/nextcloud/lib/private/Authentication/Token/IToken.php 13236share/nextcloud/lib/private/Authentication/Token/IToken.php
 13237share/nextcloud/lib/private/Authentication/Token/IWipeableToken.php
12564share/nextcloud/lib/private/Authentication/Token/Manager.php 13238share/nextcloud/lib/private/Authentication/Token/Manager.php
12565share/nextcloud/lib/private/Authentication/Token/PublicKeyToken.php 13239share/nextcloud/lib/private/Authentication/Token/PublicKeyToken.php
12566share/nextcloud/lib/private/Authentication/Token/PublicKeyTokenMapper.php 13240share/nextcloud/lib/private/Authentication/Token/PublicKeyTokenMapper.php
12567share/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php 13241share/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php
 13242share/nextcloud/lib/private/Authentication/Token/RemoteWipe.php
12568share/nextcloud/lib/private/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDao.php 13243share/nextcloud/lib/private/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDao.php
12569share/nextcloud/lib/private/Authentication/TwoFactorAuth/EnforcementState.php 13244share/nextcloud/lib/private/Authentication/TwoFactorAuth/EnforcementState.php
12570share/nextcloud/lib/private/Authentication/TwoFactorAuth/Manager.php 13245share/nextcloud/lib/private/Authentication/TwoFactorAuth/Manager.php
12571share/nextcloud/lib/private/Authentication/TwoFactorAuth/MandatoryTwoFactor.php 13246share/nextcloud/lib/private/Authentication/TwoFactorAuth/MandatoryTwoFactor.php
12572share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php 13247share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php
12573share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderManager.php 13248share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderManager.php
12574share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderSet.php 13249share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderSet.php
12575share/nextcloud/lib/private/Authentication/TwoFactorAuth/Registry.php 13250share/nextcloud/lib/private/Authentication/TwoFactorAuth/Registry.php
12576share/nextcloud/lib/private/Avatar/Avatar.php 13251share/nextcloud/lib/private/Avatar/Avatar.php
12577share/nextcloud/lib/private/Avatar/AvatarManager.php 13252share/nextcloud/lib/private/Avatar/AvatarManager.php
12578share/nextcloud/lib/private/Avatar/GuestAvatar.php 13253share/nextcloud/lib/private/Avatar/GuestAvatar.php
12579share/nextcloud/lib/private/Avatar/UserAvatar.php 13254share/nextcloud/lib/private/Avatar/UserAvatar.php
12580share/nextcloud/lib/private/BackgroundJob/Job.php 13255share/nextcloud/lib/private/BackgroundJob/Job.php
@@ -12679,26 +13354,29 @@ share/nextcloud/lib/private/Encryption/E @@ -12679,26 +13354,29 @@ share/nextcloud/lib/private/Encryption/E
12679share/nextcloud/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php 13354share/nextcloud/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php
12680share/nextcloud/lib/private/Encryption/Exceptions/EncryptionFailedException.php 13355share/nextcloud/lib/private/Encryption/Exceptions/EncryptionFailedException.php
12681share/nextcloud/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php 13356share/nextcloud/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php
12682share/nextcloud/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php 13357share/nextcloud/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php
12683share/nextcloud/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php 13358share/nextcloud/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php
12684share/nextcloud/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php 13359share/nextcloud/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php
12685share/nextcloud/lib/private/Encryption/Exceptions/UnknownCipherException.php 13360share/nextcloud/lib/private/Encryption/Exceptions/UnknownCipherException.php
12686share/nextcloud/lib/private/Encryption/File.php 13361share/nextcloud/lib/private/Encryption/File.php
12687share/nextcloud/lib/private/Encryption/HookManager.php 13362share/nextcloud/lib/private/Encryption/HookManager.php
12688share/nextcloud/lib/private/Encryption/Keys/Storage.php 13363share/nextcloud/lib/private/Encryption/Keys/Storage.php
12689share/nextcloud/lib/private/Encryption/Manager.php 13364share/nextcloud/lib/private/Encryption/Manager.php
12690share/nextcloud/lib/private/Encryption/Update.php 13365share/nextcloud/lib/private/Encryption/Update.php
12691share/nextcloud/lib/private/Encryption/Util.php 13366share/nextcloud/lib/private/Encryption/Util.php
 13367share/nextcloud/lib/private/EventDispatcher/EventDispatcher.php
 13368share/nextcloud/lib/private/EventDispatcher/ServiceEventListener.php
 13369share/nextcloud/lib/private/EventDispatcher/SymfonyAdapter.php
12692share/nextcloud/lib/private/Federation/CloudFederationFactory.php 13370share/nextcloud/lib/private/Federation/CloudFederationFactory.php
12693share/nextcloud/lib/private/Federation/CloudFederationNotification.php 13371share/nextcloud/lib/private/Federation/CloudFederationNotification.php
12694share/nextcloud/lib/private/Federation/CloudFederationProviderManager.php 13372share/nextcloud/lib/private/Federation/CloudFederationProviderManager.php
12695share/nextcloud/lib/private/Federation/CloudFederationShare.php 13373share/nextcloud/lib/private/Federation/CloudFederationShare.php
12696share/nextcloud/lib/private/Federation/CloudId.php 13374share/nextcloud/lib/private/Federation/CloudId.php
12697share/nextcloud/lib/private/Federation/CloudIdManager.php 13375share/nextcloud/lib/private/Federation/CloudIdManager.php
12698share/nextcloud/lib/private/Files/AppData/AppData.php 13376share/nextcloud/lib/private/Files/AppData/AppData.php
12699share/nextcloud/lib/private/Files/AppData/Factory.php 13377share/nextcloud/lib/private/Files/AppData/Factory.php
12700share/nextcloud/lib/private/Files/Cache/AbstractCacheEvent.php 13378share/nextcloud/lib/private/Files/Cache/AbstractCacheEvent.php
12701share/nextcloud/lib/private/Files/Cache/Cache.php 13379share/nextcloud/lib/private/Files/Cache/Cache.php
12702share/nextcloud/lib/private/Files/Cache/CacheEntry.php 13380share/nextcloud/lib/private/Files/Cache/CacheEntry.php
12703share/nextcloud/lib/private/Files/Cache/FailedCache.php 13381share/nextcloud/lib/private/Files/Cache/FailedCache.php
12704share/nextcloud/lib/private/Files/Cache/HomeCache.php 13382share/nextcloud/lib/private/Files/Cache/HomeCache.php
@@ -12779,26 +13457,27 @@ share/nextcloud/lib/private/Files/Storag @@ -12779,26 +13457,27 @@ share/nextcloud/lib/private/Files/Storag
12779share/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php 13457share/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php
12780share/nextcloud/lib/private/Files/Stream/Encryption.php 13458share/nextcloud/lib/private/Files/Stream/Encryption.php
12781share/nextcloud/lib/private/Files/Stream/Quota.php 13459share/nextcloud/lib/private/Files/Stream/Quota.php
12782share/nextcloud/lib/private/Files/Type/Detection.php 13460share/nextcloud/lib/private/Files/Type/Detection.php
12783share/nextcloud/lib/private/Files/Type/Loader.php 13461share/nextcloud/lib/private/Files/Type/Loader.php
12784share/nextcloud/lib/private/Files/Type/TemplateManager.php 13462share/nextcloud/lib/private/Files/Type/TemplateManager.php
12785share/nextcloud/lib/private/Files/Utils/Scanner.php 13463share/nextcloud/lib/private/Files/Utils/Scanner.php
12786share/nextcloud/lib/private/Files/View.php 13464share/nextcloud/lib/private/Files/View.php
12787share/nextcloud/lib/private/ForbiddenException.php 13465share/nextcloud/lib/private/ForbiddenException.php
12788share/nextcloud/lib/private/FullTextSearch/FullTextSearchManager.php 13466share/nextcloud/lib/private/FullTextSearch/FullTextSearchManager.php
12789share/nextcloud/lib/private/FullTextSearch/Model/DocumentAccess.php 13467share/nextcloud/lib/private/FullTextSearch/Model/DocumentAccess.php
12790share/nextcloud/lib/private/FullTextSearch/Model/IndexDocument.php 13468share/nextcloud/lib/private/FullTextSearch/Model/IndexDocument.php
12791share/nextcloud/lib/private/FullTextSearch/Model/SearchOption.php 13469share/nextcloud/lib/private/FullTextSearch/Model/SearchOption.php
 13470share/nextcloud/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php
12792share/nextcloud/lib/private/FullTextSearch/Model/SearchTemplate.php 13471share/nextcloud/lib/private/FullTextSearch/Model/SearchTemplate.php
12793share/nextcloud/lib/private/GlobalScale/Config.php 13472share/nextcloud/lib/private/GlobalScale/Config.php
12794share/nextcloud/lib/private/Group/Backend.php 13473share/nextcloud/lib/private/Group/Backend.php
12795share/nextcloud/lib/private/Group/Database.php 13474share/nextcloud/lib/private/Group/Database.php
12796share/nextcloud/lib/private/Group/Group.php 13475share/nextcloud/lib/private/Group/Group.php
12797share/nextcloud/lib/private/Group/Manager.php 13476share/nextcloud/lib/private/Group/Manager.php
12798share/nextcloud/lib/private/Group/MetaData.php 13477share/nextcloud/lib/private/Group/MetaData.php
12799share/nextcloud/lib/private/HintException.php 13478share/nextcloud/lib/private/HintException.php
12800share/nextcloud/lib/private/Hooks/BasicEmitter.php 13479share/nextcloud/lib/private/Hooks/BasicEmitter.php
12801share/nextcloud/lib/private/Hooks/Emitter.php 13480share/nextcloud/lib/private/Hooks/Emitter.php
12802share/nextcloud/lib/private/Hooks/EmitterTrait.php 13481share/nextcloud/lib/private/Hooks/EmitterTrait.php
12803share/nextcloud/lib/private/Hooks/ForwardingEmitter.php 13482share/nextcloud/lib/private/Hooks/ForwardingEmitter.php
12804share/nextcloud/lib/private/Hooks/LegacyEmitter.php 13483share/nextcloud/lib/private/Hooks/LegacyEmitter.php
@@ -12811,39 +13490,41 @@ share/nextcloud/lib/private/InitialState @@ -12811,39 +13490,41 @@ share/nextcloud/lib/private/InitialState
12811share/nextcloud/lib/private/Installer.php 13490share/nextcloud/lib/private/Installer.php
12812share/nextcloud/lib/private/IntegrityCheck/Checker.php 13491share/nextcloud/lib/private/IntegrityCheck/Checker.php
12813share/nextcloud/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php 13492share/nextcloud/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php
12814share/nextcloud/lib/private/IntegrityCheck/Helpers/AppLocator.php 13493share/nextcloud/lib/private/IntegrityCheck/Helpers/AppLocator.php
12815share/nextcloud/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php 13494share/nextcloud/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php
12816share/nextcloud/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php 13495share/nextcloud/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php
12817share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php 13496share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php
12818share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php 13497share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php
12819share/nextcloud/lib/private/L10N/Factory.php 13498share/nextcloud/lib/private/L10N/Factory.php
12820share/nextcloud/lib/private/L10N/L10N.php 13499share/nextcloud/lib/private/L10N/L10N.php
12821share/nextcloud/lib/private/L10N/L10NString.php 13500share/nextcloud/lib/private/L10N/L10NString.php
12822share/nextcloud/lib/private/L10N/LanguageIterator.php 13501share/nextcloud/lib/private/L10N/LanguageIterator.php
12823share/nextcloud/lib/private/L10N/LanguageNotFoundException.php 13502share/nextcloud/lib/private/L10N/LanguageNotFoundException.php
 13503share/nextcloud/lib/private/L10N/LazyL10N.php
12824share/nextcloud/lib/private/LargeFileHelper.php 13504share/nextcloud/lib/private/LargeFileHelper.php
12825share/nextcloud/lib/private/Lock/AbstractLockingProvider.php 13505share/nextcloud/lib/private/Lock/AbstractLockingProvider.php
12826share/nextcloud/lib/private/Lock/DBLockingProvider.php 13506share/nextcloud/lib/private/Lock/DBLockingProvider.php
12827share/nextcloud/lib/private/Lock/MemcacheLockingProvider.php 13507share/nextcloud/lib/private/Lock/MemcacheLockingProvider.php
12828share/nextcloud/lib/private/Lock/NoopLockingProvider.php 13508share/nextcloud/lib/private/Lock/NoopLockingProvider.php
12829share/nextcloud/lib/private/Lockdown/Filesystem/NullCache.php 13509share/nextcloud/lib/private/Lockdown/Filesystem/NullCache.php
12830share/nextcloud/lib/private/Lockdown/Filesystem/NullStorage.php 13510share/nextcloud/lib/private/Lockdown/Filesystem/NullStorage.php
12831share/nextcloud/lib/private/Lockdown/LockdownManager.php 13511share/nextcloud/lib/private/Lockdown/LockdownManager.php
12832share/nextcloud/lib/private/Log.php 13512share/nextcloud/lib/private/Log.php
12833share/nextcloud/lib/private/Log/ErrorHandler.php 13513share/nextcloud/lib/private/Log/ErrorHandler.php
12834share/nextcloud/lib/private/Log/Errorlog.php 13514share/nextcloud/lib/private/Log/Errorlog.php
12835share/nextcloud/lib/private/Log/ExceptionSerializer.php 13515share/nextcloud/lib/private/Log/ExceptionSerializer.php
12836share/nextcloud/lib/private/Log/File.php 13516share/nextcloud/lib/private/Log/File.php
 13517share/nextcloud/lib/private/Log/LogDetails.php
12837share/nextcloud/lib/private/Log/LogFactory.php 13518share/nextcloud/lib/private/Log/LogFactory.php
12838share/nextcloud/lib/private/Log/Rotate.php 13519share/nextcloud/lib/private/Log/Rotate.php
12839share/nextcloud/lib/private/Log/Syslog.php 13520share/nextcloud/lib/private/Log/Syslog.php
12840share/nextcloud/lib/private/Log/Systemdlog.php 13521share/nextcloud/lib/private/Log/Systemdlog.php
12841share/nextcloud/lib/private/Mail/Attachment.php 13522share/nextcloud/lib/private/Mail/Attachment.php
12842share/nextcloud/lib/private/Mail/EMailTemplate.php 13523share/nextcloud/lib/private/Mail/EMailTemplate.php
12843share/nextcloud/lib/private/Mail/Mailer.php 13524share/nextcloud/lib/private/Mail/Mailer.php
12844share/nextcloud/lib/private/Mail/Message.php 13525share/nextcloud/lib/private/Mail/Message.php
12845share/nextcloud/lib/private/Memcache/APCu.php 13526share/nextcloud/lib/private/Memcache/APCu.php
12846share/nextcloud/lib/private/Memcache/ArrayCache.php 13527share/nextcloud/lib/private/Memcache/ArrayCache.php
12847share/nextcloud/lib/private/Memcache/CADTrait.php 13528share/nextcloud/lib/private/Memcache/CADTrait.php
12848share/nextcloud/lib/private/Memcache/CASTrait.php 13529share/nextcloud/lib/private/Memcache/CASTrait.php
12849share/nextcloud/lib/private/Memcache/Cache.php 13530share/nextcloud/lib/private/Memcache/Cache.php
@@ -12882,26 +13563,28 @@ share/nextcloud/lib/private/Preview/JPEG @@ -12882,26 +13563,28 @@ share/nextcloud/lib/private/Preview/JPEG
12882share/nextcloud/lib/private/Preview/MP3.php 13563share/nextcloud/lib/private/Preview/MP3.php
12883share/nextcloud/lib/private/Preview/MSOffice2003.php 13564share/nextcloud/lib/private/Preview/MSOffice2003.php
12884share/nextcloud/lib/private/Preview/MSOffice2007.php 13565share/nextcloud/lib/private/Preview/MSOffice2007.php
12885share/nextcloud/lib/private/Preview/MSOfficeDoc.php 13566share/nextcloud/lib/private/Preview/MSOfficeDoc.php
12886share/nextcloud/lib/private/Preview/MarkDown.php 13567share/nextcloud/lib/private/Preview/MarkDown.php
12887share/nextcloud/lib/private/Preview/Movie.php 13568share/nextcloud/lib/private/Preview/Movie.php
12888share/nextcloud/lib/private/Preview/Office.php 13569share/nextcloud/lib/private/Preview/Office.php
12889share/nextcloud/lib/private/Preview/OpenDocument.php 13570share/nextcloud/lib/private/Preview/OpenDocument.php
12890share/nextcloud/lib/private/Preview/PDF.php 13571share/nextcloud/lib/private/Preview/PDF.php
12891share/nextcloud/lib/private/Preview/PNG.php 13572share/nextcloud/lib/private/Preview/PNG.php
12892share/nextcloud/lib/private/Preview/Photoshop.php 13573share/nextcloud/lib/private/Preview/Photoshop.php
12893share/nextcloud/lib/private/Preview/Postscript.php 13574share/nextcloud/lib/private/Preview/Postscript.php
12894share/nextcloud/lib/private/Preview/Provider.php 13575share/nextcloud/lib/private/Preview/Provider.php
 13576share/nextcloud/lib/private/Preview/ProviderV1Adapter.php
 13577share/nextcloud/lib/private/Preview/ProviderV2.php
12895share/nextcloud/lib/private/Preview/SVG.php 13578share/nextcloud/lib/private/Preview/SVG.php
12896share/nextcloud/lib/private/Preview/StarOffice.php 13579share/nextcloud/lib/private/Preview/StarOffice.php
12897share/nextcloud/lib/private/Preview/TIFF.php 13580share/nextcloud/lib/private/Preview/TIFF.php
12898share/nextcloud/lib/private/Preview/TXT.php 13581share/nextcloud/lib/private/Preview/TXT.php
12899share/nextcloud/lib/private/Preview/Watcher.php 13582share/nextcloud/lib/private/Preview/Watcher.php
12900share/nextcloud/lib/private/Preview/WatcherConnector.php 13583share/nextcloud/lib/private/Preview/WatcherConnector.php
12901share/nextcloud/lib/private/Preview/XBitmap.php 13584share/nextcloud/lib/private/Preview/XBitmap.php
12902share/nextcloud/lib/private/PreviewManager.php 13585share/nextcloud/lib/private/PreviewManager.php
12903share/nextcloud/lib/private/PreviewNotAvailableException.php 13586share/nextcloud/lib/private/PreviewNotAvailableException.php
12904share/nextcloud/lib/private/RedisFactory.php 13587share/nextcloud/lib/private/RedisFactory.php
12905share/nextcloud/lib/private/Remote/Api/ApiBase.php 13588share/nextcloud/lib/private/Remote/Api/ApiBase.php
12906share/nextcloud/lib/private/Remote/Api/ApiCollection.php 13589share/nextcloud/lib/private/Remote/Api/ApiCollection.php
12907share/nextcloud/lib/private/Remote/Api/ApiFactory.php 13590share/nextcloud/lib/private/Remote/Api/ApiFactory.php
@@ -12910,38 +13593,37 @@ share/nextcloud/lib/private/Remote/Api/O @@ -12910,38 +13593,37 @@ share/nextcloud/lib/private/Remote/Api/O
12910share/nextcloud/lib/private/Remote/Credentials.php 13593share/nextcloud/lib/private/Remote/Credentials.php
12911share/nextcloud/lib/private/Remote/Instance.php 13594share/nextcloud/lib/private/Remote/Instance.php
12912share/nextcloud/lib/private/Remote/InstanceFactory.php 13595share/nextcloud/lib/private/Remote/InstanceFactory.php
12913share/nextcloud/lib/private/Remote/User.php 13596share/nextcloud/lib/private/Remote/User.php
12914share/nextcloud/lib/private/Repair.php 13597share/nextcloud/lib/private/Repair.php
12915share/nextcloud/lib/private/Repair/AddCleanupUpdaterBackupsJob.php 13598share/nextcloud/lib/private/Repair/AddCleanupUpdaterBackupsJob.php
12916share/nextcloud/lib/private/Repair/CleanTags.php 13599share/nextcloud/lib/private/Repair/CleanTags.php
12917share/nextcloud/lib/private/Repair/ClearFrontendCaches.php 13600share/nextcloud/lib/private/Repair/ClearFrontendCaches.php
12918share/nextcloud/lib/private/Repair/ClearGeneratedAvatarCache.php 13601share/nextcloud/lib/private/Repair/ClearGeneratedAvatarCache.php
12919share/nextcloud/lib/private/Repair/Collation.php 13602share/nextcloud/lib/private/Repair/Collation.php
12920share/nextcloud/lib/private/Repair/MoveUpdaterStepFile.php 13603share/nextcloud/lib/private/Repair/MoveUpdaterStepFile.php
12921share/nextcloud/lib/private/Repair/NC11/FixMountStorages.php 13604share/nextcloud/lib/private/Repair/NC11/FixMountStorages.php
12922share/nextcloud/lib/private/Repair/NC13/AddLogRotateJob.php 13605share/nextcloud/lib/private/Repair/NC13/AddLogRotateJob.php
12923share/nextcloud/lib/private/Repair/NC13/RepairInvalidPaths.php 
12924share/nextcloud/lib/private/Repair/NC14/AddPreviewBackgroundCleanupJob.php 13606share/nextcloud/lib/private/Repair/NC14/AddPreviewBackgroundCleanupJob.php
12925share/nextcloud/lib/private/Repair/NC14/RepairPendingCronJobs.php 
12926share/nextcloud/lib/private/Repair/NC15/SetVcardDatabaseUID.php 
12927share/nextcloud/lib/private/Repair/NC16/AddClenupLoginFlowV2BackgroundJob.php 13607share/nextcloud/lib/private/Repair/NC16/AddClenupLoginFlowV2BackgroundJob.php
12928share/nextcloud/lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php 13608share/nextcloud/lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php
 13609share/nextcloud/lib/private/Repair/NC16/ClearCollectionsAccessCache.php
12929share/nextcloud/lib/private/Repair/NC16/RemoveCypressFiles.php 13610share/nextcloud/lib/private/Repair/NC16/RemoveCypressFiles.php
 13611share/nextcloud/lib/private/Repair/NC17/SetEnterpriseLogo.php
 13612share/nextcloud/lib/private/Repair/NC17/SwitchUpdateChannel.php
12930share/nextcloud/lib/private/Repair/OldGroupMembershipShares.php 13613share/nextcloud/lib/private/Repair/OldGroupMembershipShares.php
12931share/nextcloud/lib/private/Repair/Owncloud/DropAccountTermsTable.php 13614share/nextcloud/lib/private/Repair/Owncloud/DropAccountTermsTable.php
12932share/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php 13615share/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php
12933share/nextcloud/lib/private/Repair/RemoveLinkShares.php 13616share/nextcloud/lib/private/Repair/RemoveLinkShares.php
12934share/nextcloud/lib/private/Repair/RemoveRootShares.php 
12935share/nextcloud/lib/private/Repair/RepairInvalidShares.php 13617share/nextcloud/lib/private/Repair/RepairInvalidShares.php
12936share/nextcloud/lib/private/Repair/RepairMimeTypes.php 13618share/nextcloud/lib/private/Repair/RepairMimeTypes.php
12937share/nextcloud/lib/private/Repair/SqliteAutoincrement.php 13619share/nextcloud/lib/private/Repair/SqliteAutoincrement.php
12938share/nextcloud/lib/private/RepairException.php 13620share/nextcloud/lib/private/RepairException.php
12939share/nextcloud/lib/private/RichObjectStrings/Validator.php 13621share/nextcloud/lib/private/RichObjectStrings/Validator.php
12940share/nextcloud/lib/private/Route/CachingRouter.php 13622share/nextcloud/lib/private/Route/CachingRouter.php
12941share/nextcloud/lib/private/Route/Route.php 13623share/nextcloud/lib/private/Route/Route.php
12942share/nextcloud/lib/private/Route/Router.php 13624share/nextcloud/lib/private/Route/Router.php
12943share/nextcloud/lib/private/Search.php 13625share/nextcloud/lib/private/Search.php
12944share/nextcloud/lib/private/Search/Provider/File.php 13626share/nextcloud/lib/private/Search/Provider/File.php
12945share/nextcloud/lib/private/Search/Result/Audio.php 13627share/nextcloud/lib/private/Search/Result/Audio.php
12946share/nextcloud/lib/private/Search/Result/File.php 13628share/nextcloud/lib/private/Search/Result/File.php
12947share/nextcloud/lib/private/Search/Result/Folder.php 13629share/nextcloud/lib/private/Search/Result/Folder.php
@@ -12949,56 +13631,49 @@ share/nextcloud/lib/private/Search/Resul @@ -12949,56 +13631,49 @@ share/nextcloud/lib/private/Search/Resul
12949share/nextcloud/lib/private/Security/Bruteforce/Capabilities.php 13631share/nextcloud/lib/private/Security/Bruteforce/Capabilities.php
12950share/nextcloud/lib/private/Security/Bruteforce/Throttler.php 13632share/nextcloud/lib/private/Security/Bruteforce/Throttler.php
12951share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicy.php 13633share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicy.php
12952share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicyManager.php 13634share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicyManager.php
12953share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php 13635share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php
12954share/nextcloud/lib/private/Security/CSRF/CsrfToken.php 13636share/nextcloud/lib/private/Security/CSRF/CsrfToken.php
12955share/nextcloud/lib/private/Security/CSRF/CsrfTokenGenerator.php 13637share/nextcloud/lib/private/Security/CSRF/CsrfTokenGenerator.php
12956share/nextcloud/lib/private/Security/CSRF/CsrfTokenManager.php 13638share/nextcloud/lib/private/Security/CSRF/CsrfTokenManager.php
12957share/nextcloud/lib/private/Security/CSRF/TokenStorage/SessionStorage.php 13639share/nextcloud/lib/private/Security/CSRF/TokenStorage/SessionStorage.php
12958share/nextcloud/lib/private/Security/Certificate.php 13640share/nextcloud/lib/private/Security/Certificate.php
12959share/nextcloud/lib/private/Security/CertificateManager.php 13641share/nextcloud/lib/private/Security/CertificateManager.php
12960share/nextcloud/lib/private/Security/CredentialsManager.php 13642share/nextcloud/lib/private/Security/CredentialsManager.php
12961share/nextcloud/lib/private/Security/Crypto.php 13643share/nextcloud/lib/private/Security/Crypto.php
 13644share/nextcloud/lib/private/Security/FeaturePolicy/FeaturePolicy.php
 13645share/nextcloud/lib/private/Security/FeaturePolicy/FeaturePolicyManager.php
12962share/nextcloud/lib/private/Security/Hasher.php 13646share/nextcloud/lib/private/Security/Hasher.php
12963share/nextcloud/lib/private/Security/IdentityProof/Key.php 13647share/nextcloud/lib/private/Security/IdentityProof/Key.php
12964share/nextcloud/lib/private/Security/IdentityProof/Manager.php 13648share/nextcloud/lib/private/Security/IdentityProof/Manager.php
12965share/nextcloud/lib/private/Security/IdentityProof/Signer.php 13649share/nextcloud/lib/private/Security/IdentityProof/Signer.php
12966share/nextcloud/lib/private/Security/Normalizer/IpAddress.php 13650share/nextcloud/lib/private/Security/Normalizer/IpAddress.php
12967share/nextcloud/lib/private/Security/RateLimiting/Backend/IBackend.php 13651share/nextcloud/lib/private/Security/RateLimiting/Backend/IBackend.php
12968share/nextcloud/lib/private/Security/RateLimiting/Backend/MemoryCache.php 13652share/nextcloud/lib/private/Security/RateLimiting/Backend/MemoryCache.php
12969share/nextcloud/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php 13653share/nextcloud/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php
12970share/nextcloud/lib/private/Security/RateLimiting/Limiter.php 13654share/nextcloud/lib/private/Security/RateLimiting/Limiter.php
12971share/nextcloud/lib/private/Security/SecureRandom.php 13655share/nextcloud/lib/private/Security/SecureRandom.php
12972share/nextcloud/lib/private/Security/TrustedDomainHelper.php 13656share/nextcloud/lib/private/Security/TrustedDomainHelper.php
12973share/nextcloud/lib/private/Server.php 13657share/nextcloud/lib/private/Server.php
12974share/nextcloud/lib/private/ServerContainer.php 13658share/nextcloud/lib/private/ServerContainer.php
12975share/nextcloud/lib/private/ServerNotAvailableException.php 13659share/nextcloud/lib/private/ServerNotAvailableException.php
12976share/nextcloud/lib/private/ServiceUnavailableException.php 13660share/nextcloud/lib/private/ServiceUnavailableException.php
12977share/nextcloud/lib/private/Session/CryptoSessionData.php 13661share/nextcloud/lib/private/Session/CryptoSessionData.php
12978share/nextcloud/lib/private/Session/CryptoWrapper.php 13662share/nextcloud/lib/private/Session/CryptoWrapper.php
12979share/nextcloud/lib/private/Session/Internal.php 13663share/nextcloud/lib/private/Session/Internal.php
12980share/nextcloud/lib/private/Session/Memory.php 13664share/nextcloud/lib/private/Session/Memory.php
12981share/nextcloud/lib/private/Session/Session.php 13665share/nextcloud/lib/private/Session/Session.php
12982share/nextcloud/lib/private/Settings/Admin/Mail.php 
12983share/nextcloud/lib/private/Settings/Admin/Overview.php 
12984share/nextcloud/lib/private/Settings/Admin/Security.php 
12985share/nextcloud/lib/private/Settings/Admin/Server.php 
12986share/nextcloud/lib/private/Settings/Admin/Sharing.php 
12987share/nextcloud/lib/private/Settings/Manager.php 13666share/nextcloud/lib/private/Settings/Manager.php
12988share/nextcloud/lib/private/Settings/Personal/Additional.php 
12989share/nextcloud/lib/private/Settings/Personal/PersonalInfo.php 
12990share/nextcloud/lib/private/Settings/Personal/Security.php 
12991share/nextcloud/lib/private/Settings/Personal/ServerDevNotice.php 
12992share/nextcloud/lib/private/Settings/Section.php 13667share/nextcloud/lib/private/Settings/Section.php
12993share/nextcloud/lib/private/Setup.php 13668share/nextcloud/lib/private/Setup.php
12994share/nextcloud/lib/private/Setup/AbstractDatabase.php 13669share/nextcloud/lib/private/Setup/AbstractDatabase.php
12995share/nextcloud/lib/private/Setup/MySQL.php 13670share/nextcloud/lib/private/Setup/MySQL.php
12996share/nextcloud/lib/private/Setup/OCI.php 13671share/nextcloud/lib/private/Setup/OCI.php
12997share/nextcloud/lib/private/Setup/PostgreSQL.php 13672share/nextcloud/lib/private/Setup/PostgreSQL.php
12998share/nextcloud/lib/private/Setup/Sqlite.php 13673share/nextcloud/lib/private/Setup/Sqlite.php
12999share/nextcloud/lib/private/Share/Constants.php 13674share/nextcloud/lib/private/Share/Constants.php
13000share/nextcloud/lib/private/Share/Helper.php 13675share/nextcloud/lib/private/Share/Helper.php
13001share/nextcloud/lib/private/Share/SearchResultSorter.php 13676share/nextcloud/lib/private/Share/SearchResultSorter.php
13002share/nextcloud/lib/private/Share/Share.php 13677share/nextcloud/lib/private/Share/Share.php
13003share/nextcloud/lib/private/Share20/DefaultShareProvider.php 13678share/nextcloud/lib/private/Share20/DefaultShareProvider.php
13004share/nextcloud/lib/private/Share20/Exception/BackendError.php 13679share/nextcloud/lib/private/Share20/Exception/BackendError.php
@@ -13033,26 +13708,27 @@ share/nextcloud/lib/private/Template/JSR @@ -13033,26 +13708,27 @@ share/nextcloud/lib/private/Template/JSR
13033share/nextcloud/lib/private/Template/ResourceLocator.php 13708share/nextcloud/lib/private/Template/ResourceLocator.php
13034share/nextcloud/lib/private/Template/ResourceNotFoundException.php 13709share/nextcloud/lib/private/Template/ResourceNotFoundException.php
13035share/nextcloud/lib/private/Template/SCSSCacher.php 13710share/nextcloud/lib/private/Template/SCSSCacher.php
13036share/nextcloud/lib/private/Template/TemplateFileLocator.php 13711share/nextcloud/lib/private/Template/TemplateFileLocator.php
13037share/nextcloud/lib/private/TemplateLayout.php 13712share/nextcloud/lib/private/TemplateLayout.php
13038share/nextcloud/lib/private/URLGenerator.php 13713share/nextcloud/lib/private/URLGenerator.php
13039share/nextcloud/lib/private/Updater.php 13714share/nextcloud/lib/private/Updater.php
13040share/nextcloud/lib/private/Updater/ChangesCheck.php 13715share/nextcloud/lib/private/Updater/ChangesCheck.php
13041share/nextcloud/lib/private/Updater/ChangesMapper.php 13716share/nextcloud/lib/private/Updater/ChangesMapper.php
13042share/nextcloud/lib/private/Updater/ChangesResult.php 13717share/nextcloud/lib/private/Updater/ChangesResult.php
13043share/nextcloud/lib/private/Updater/VersionCheck.php 13718share/nextcloud/lib/private/Updater/VersionCheck.php
13044share/nextcloud/lib/private/User/Backend.php 13719share/nextcloud/lib/private/User/Backend.php
13045share/nextcloud/lib/private/User/Database.php 13720share/nextcloud/lib/private/User/Database.php
 13721share/nextcloud/lib/private/User/Events/PostLoginEvent.php
13046share/nextcloud/lib/private/User/LoginException.php 13722share/nextcloud/lib/private/User/LoginException.php
13047share/nextcloud/lib/private/User/Manager.php 13723share/nextcloud/lib/private/User/Manager.php
13048share/nextcloud/lib/private/User/NoUserException.php 13724share/nextcloud/lib/private/User/NoUserException.php
13049share/nextcloud/lib/private/User/Session.php 13725share/nextcloud/lib/private/User/Session.php
13050share/nextcloud/lib/private/User/User.php 13726share/nextcloud/lib/private/User/User.php
13051share/nextcloud/lib/private/legacy/api.php 13727share/nextcloud/lib/private/legacy/api.php
13052share/nextcloud/lib/private/legacy/app.php 13728share/nextcloud/lib/private/legacy/app.php
13053share/nextcloud/lib/private/legacy/db.php 13729share/nextcloud/lib/private/legacy/db.php
13054share/nextcloud/lib/private/legacy/db/statementwrapper.php 13730share/nextcloud/lib/private/legacy/db/statementwrapper.php
13055share/nextcloud/lib/private/legacy/defaults.php 13731share/nextcloud/lib/private/legacy/defaults.php
13056share/nextcloud/lib/private/legacy/eventsource.php 13732share/nextcloud/lib/private/legacy/eventsource.php
13057share/nextcloud/lib/private/legacy/filechunking.php 13733share/nextcloud/lib/private/legacy/filechunking.php
13058share/nextcloud/lib/private/legacy/files.php 13734share/nextcloud/lib/private/legacy/files.php
@@ -13089,26 +13765,28 @@ share/nextcloud/lib/public/AppFramework/ @@ -13089,26 +13765,28 @@ share/nextcloud/lib/public/AppFramework/
13089share/nextcloud/lib/public/AppFramework/Db/DoesNotExistException.php 13765share/nextcloud/lib/public/AppFramework/Db/DoesNotExistException.php
13090share/nextcloud/lib/public/AppFramework/Db/Entity.php 13766share/nextcloud/lib/public/AppFramework/Db/Entity.php
13091share/nextcloud/lib/public/AppFramework/Db/IMapperException.php 13767share/nextcloud/lib/public/AppFramework/Db/IMapperException.php
13092share/nextcloud/lib/public/AppFramework/Db/Mapper.php 13768share/nextcloud/lib/public/AppFramework/Db/Mapper.php
13093share/nextcloud/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php 13769share/nextcloud/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php
13094share/nextcloud/lib/public/AppFramework/Db/QBMapper.php 13770share/nextcloud/lib/public/AppFramework/Db/QBMapper.php
13095share/nextcloud/lib/public/AppFramework/Http.php 13771share/nextcloud/lib/public/AppFramework/Http.php
13096share/nextcloud/lib/public/AppFramework/Http/ContentSecurityPolicy.php 13772share/nextcloud/lib/public/AppFramework/Http/ContentSecurityPolicy.php
13097share/nextcloud/lib/public/AppFramework/Http/DataDisplayResponse.php 13773share/nextcloud/lib/public/AppFramework/Http/DataDisplayResponse.php
13098share/nextcloud/lib/public/AppFramework/Http/DataDownloadResponse.php 13774share/nextcloud/lib/public/AppFramework/Http/DataDownloadResponse.php
13099share/nextcloud/lib/public/AppFramework/Http/DataResponse.php 13775share/nextcloud/lib/public/AppFramework/Http/DataResponse.php
13100share/nextcloud/lib/public/AppFramework/Http/DownloadResponse.php 13776share/nextcloud/lib/public/AppFramework/Http/DownloadResponse.php
13101share/nextcloud/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php 13777share/nextcloud/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php
 13778share/nextcloud/lib/public/AppFramework/Http/EmptyFeaturePolicy.php
 13779share/nextcloud/lib/public/AppFramework/Http/FeaturePolicy.php
13102share/nextcloud/lib/public/AppFramework/Http/FileDisplayResponse.php 13780share/nextcloud/lib/public/AppFramework/Http/FileDisplayResponse.php
13103share/nextcloud/lib/public/AppFramework/Http/ICallbackResponse.php 13781share/nextcloud/lib/public/AppFramework/Http/ICallbackResponse.php
13104share/nextcloud/lib/public/AppFramework/Http/IOutput.php 13782share/nextcloud/lib/public/AppFramework/Http/IOutput.php
13105share/nextcloud/lib/public/AppFramework/Http/JSONResponse.php 13783share/nextcloud/lib/public/AppFramework/Http/JSONResponse.php
13106share/nextcloud/lib/public/AppFramework/Http/NotFoundResponse.php 13784share/nextcloud/lib/public/AppFramework/Http/NotFoundResponse.php
13107share/nextcloud/lib/public/AppFramework/Http/OCSResponse.php 13785share/nextcloud/lib/public/AppFramework/Http/OCSResponse.php
13108share/nextcloud/lib/public/AppFramework/Http/RedirectResponse.php 13786share/nextcloud/lib/public/AppFramework/Http/RedirectResponse.php
13109share/nextcloud/lib/public/AppFramework/Http/RedirectToDefaultAppResponse.php 13787share/nextcloud/lib/public/AppFramework/Http/RedirectToDefaultAppResponse.php
13110share/nextcloud/lib/public/AppFramework/Http/Response.php 13788share/nextcloud/lib/public/AppFramework/Http/Response.php
13111share/nextcloud/lib/public/AppFramework/Http/StandaloneTemplateResponse.php 13789share/nextcloud/lib/public/AppFramework/Http/StandaloneTemplateResponse.php
13112share/nextcloud/lib/public/AppFramework/Http/StreamResponse.php 13790share/nextcloud/lib/public/AppFramework/Http/StreamResponse.php
13113share/nextcloud/lib/public/AppFramework/Http/StrictContentSecurityPolicy.php 13791share/nextcloud/lib/public/AppFramework/Http/StrictContentSecurityPolicy.php
13114share/nextcloud/lib/public/AppFramework/Http/StrictEvalContentSecurityPolicy.php 13792share/nextcloud/lib/public/AppFramework/Http/StrictEvalContentSecurityPolicy.php
@@ -13126,52 +13804,58 @@ share/nextcloud/lib/public/AppFramework/ @@ -13126,52 +13804,58 @@ share/nextcloud/lib/public/AppFramework/
13126share/nextcloud/lib/public/AppFramework/OCS/OCSException.php 13804share/nextcloud/lib/public/AppFramework/OCS/OCSException.php
13127share/nextcloud/lib/public/AppFramework/OCS/OCSForbiddenException.php 13805share/nextcloud/lib/public/AppFramework/OCS/OCSForbiddenException.php
13128share/nextcloud/lib/public/AppFramework/OCS/OCSNotFoundException.php 13806share/nextcloud/lib/public/AppFramework/OCS/OCSNotFoundException.php
13129share/nextcloud/lib/public/AppFramework/OCSController.php 13807share/nextcloud/lib/public/AppFramework/OCSController.php
13130share/nextcloud/lib/public/AppFramework/PublicShareController.php 13808share/nextcloud/lib/public/AppFramework/PublicShareController.php
13131share/nextcloud/lib/public/AppFramework/QueryException.php 13809share/nextcloud/lib/public/AppFramework/QueryException.php
13132share/nextcloud/lib/public/AppFramework/Utility/IControllerMethodReflector.php 13810share/nextcloud/lib/public/AppFramework/Utility/IControllerMethodReflector.php
13133share/nextcloud/lib/public/AppFramework/Utility/ITimeFactory.php 13811share/nextcloud/lib/public/AppFramework/Utility/ITimeFactory.php
13134share/nextcloud/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php 13812share/nextcloud/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php
13135share/nextcloud/lib/public/Authentication/Exceptions/PasswordUnavailableException.php 13813share/nextcloud/lib/public/Authentication/Exceptions/PasswordUnavailableException.php
13136share/nextcloud/lib/public/Authentication/IApacheBackend.php 13814share/nextcloud/lib/public/Authentication/IApacheBackend.php
13137share/nextcloud/lib/public/Authentication/LoginCredentials/ICredentials.php 13815share/nextcloud/lib/public/Authentication/LoginCredentials/ICredentials.php
13138share/nextcloud/lib/public/Authentication/LoginCredentials/IStore.php 13816share/nextcloud/lib/public/Authentication/LoginCredentials/IStore.php
 13817share/nextcloud/lib/public/Authentication/TwoFactorAuth/ALoginSetupController.php
 13818share/nextcloud/lib/public/Authentication/TwoFactorAuth/IActivatableAtLogin.php
13139share/nextcloud/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php 13819share/nextcloud/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php
13140share/nextcloud/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php 13820share/nextcloud/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php
 13821share/nextcloud/lib/public/Authentication/TwoFactorAuth/ILoginSetupProvider.php
13141share/nextcloud/lib/public/Authentication/TwoFactorAuth/IPersonalProviderSettings.php 13822share/nextcloud/lib/public/Authentication/TwoFactorAuth/IPersonalProviderSettings.php
13142share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvider.php 13823share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvider.php
13143share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php 13824share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php
13144share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php 13825share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php
13145share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvidesPersonalSettings.php 13826share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvidesPersonalSettings.php
13146share/nextcloud/lib/public/Authentication/TwoFactorAuth/IRegistry.php 13827share/nextcloud/lib/public/Authentication/TwoFactorAuth/IRegistry.php
13147share/nextcloud/lib/public/Authentication/TwoFactorAuth/RegistryEvent.php 13828share/nextcloud/lib/public/Authentication/TwoFactorAuth/RegistryEvent.php
13148share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php 13829share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php
13149share/nextcloud/lib/public/AutoloadNotAllowedException.php 13830share/nextcloud/lib/public/AutoloadNotAllowedException.php
13150share/nextcloud/lib/public/BackgroundJob.php 13831share/nextcloud/lib/public/BackgroundJob.php
13151share/nextcloud/lib/public/BackgroundJob/IJob.php 13832share/nextcloud/lib/public/BackgroundJob/IJob.php
13152share/nextcloud/lib/public/BackgroundJob/IJobList.php 13833share/nextcloud/lib/public/BackgroundJob/IJobList.php
13153share/nextcloud/lib/public/BackgroundJob/Job.php 13834share/nextcloud/lib/public/BackgroundJob/Job.php
13154share/nextcloud/lib/public/BackgroundJob/QueuedJob.php 13835share/nextcloud/lib/public/BackgroundJob/QueuedJob.php
13155share/nextcloud/lib/public/BackgroundJob/TimedJob.php 13836share/nextcloud/lib/public/BackgroundJob/TimedJob.php
13156share/nextcloud/lib/public/Calendar/BackendTemporarilyUnavailableException.php 13837share/nextcloud/lib/public/Calendar/BackendTemporarilyUnavailableException.php
13157share/nextcloud/lib/public/Calendar/ICalendar.php 13838share/nextcloud/lib/public/Calendar/ICalendar.php
13158share/nextcloud/lib/public/Calendar/IManager.php 13839share/nextcloud/lib/public/Calendar/IManager.php
 13840share/nextcloud/lib/public/Calendar/IMetadataProvider.php
13159share/nextcloud/lib/public/Calendar/Resource/IBackend.php 13841share/nextcloud/lib/public/Calendar/Resource/IBackend.php
13160share/nextcloud/lib/public/Calendar/Resource/IManager.php 13842share/nextcloud/lib/public/Calendar/Resource/IManager.php
13161share/nextcloud/lib/public/Calendar/Resource/IResource.php 13843share/nextcloud/lib/public/Calendar/Resource/IResource.php
 13844share/nextcloud/lib/public/Calendar/Resource/IResourceMetadata.php
13162share/nextcloud/lib/public/Calendar/Room/IBackend.php 13845share/nextcloud/lib/public/Calendar/Room/IBackend.php
13163share/nextcloud/lib/public/Calendar/Room/IManager.php 13846share/nextcloud/lib/public/Calendar/Room/IManager.php
13164share/nextcloud/lib/public/Calendar/Room/IRoom.php 13847share/nextcloud/lib/public/Calendar/Room/IRoom.php
 13848share/nextcloud/lib/public/Calendar/Room/IRoomMetadata.php
13165share/nextcloud/lib/public/Capabilities/ICapability.php 13849share/nextcloud/lib/public/Capabilities/ICapability.php
13166share/nextcloud/lib/public/Capabilities/IPublicCapability.php 13850share/nextcloud/lib/public/Capabilities/IPublicCapability.php
13167share/nextcloud/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php 13851share/nextcloud/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php
13168share/nextcloud/lib/public/Collaboration/AutoComplete/IManager.php 13852share/nextcloud/lib/public/Collaboration/AutoComplete/IManager.php
13169share/nextcloud/lib/public/Collaboration/AutoComplete/ISorter.php 13853share/nextcloud/lib/public/Collaboration/AutoComplete/ISorter.php
13170share/nextcloud/lib/public/Collaboration/Collaborators/ISearch.php 13854share/nextcloud/lib/public/Collaboration/Collaborators/ISearch.php
13171share/nextcloud/lib/public/Collaboration/Collaborators/ISearchPlugin.php 13855share/nextcloud/lib/public/Collaboration/Collaborators/ISearchPlugin.php
13172share/nextcloud/lib/public/Collaboration/Collaborators/ISearchResult.php 13856share/nextcloud/lib/public/Collaboration/Collaborators/ISearchResult.php
13173share/nextcloud/lib/public/Collaboration/Collaborators/SearchResultType.php 13857share/nextcloud/lib/public/Collaboration/Collaborators/SearchResultType.php
13174share/nextcloud/lib/public/Collaboration/Resources/CollectionException.php 13858share/nextcloud/lib/public/Collaboration/Resources/CollectionException.php
13175share/nextcloud/lib/public/Collaboration/Resources/ICollection.php 13859share/nextcloud/lib/public/Collaboration/Resources/ICollection.php
13176share/nextcloud/lib/public/Collaboration/Resources/IManager.php 13860share/nextcloud/lib/public/Collaboration/Resources/IManager.php
13177share/nextcloud/lib/public/Collaboration/Resources/IProvider.php 13861share/nextcloud/lib/public/Collaboration/Resources/IProvider.php
@@ -13215,26 +13899,29 @@ share/nextcloud/lib/public/Dashboard/Mod @@ -13215,26 +13899,29 @@ share/nextcloud/lib/public/Dashboard/Mod
13215share/nextcloud/lib/public/Dashboard/Model/WidgetTemplate.php 13899share/nextcloud/lib/public/Dashboard/Model/WidgetTemplate.php
13216share/nextcloud/lib/public/Dashboard/Service/IEventsService.php 13900share/nextcloud/lib/public/Dashboard/Service/IEventsService.php
13217share/nextcloud/lib/public/Dashboard/Service/IWidgetsService.php 13901share/nextcloud/lib/public/Dashboard/Service/IWidgetsService.php
13218share/nextcloud/lib/public/Defaults.php 13902share/nextcloud/lib/public/Defaults.php
13219share/nextcloud/lib/public/Diagnostics/IEvent.php 13903share/nextcloud/lib/public/Diagnostics/IEvent.php
13220share/nextcloud/lib/public/Diagnostics/IEventLogger.php 13904share/nextcloud/lib/public/Diagnostics/IEventLogger.php
13221share/nextcloud/lib/public/Diagnostics/IQuery.php 13905share/nextcloud/lib/public/Diagnostics/IQuery.php
13222share/nextcloud/lib/public/Diagnostics/IQueryLogger.php 13906share/nextcloud/lib/public/Diagnostics/IQueryLogger.php
13223share/nextcloud/lib/public/Encryption/Exceptions/GenericEncryptionException.php 13907share/nextcloud/lib/public/Encryption/Exceptions/GenericEncryptionException.php
13224share/nextcloud/lib/public/Encryption/IEncryptionModule.php 13908share/nextcloud/lib/public/Encryption/IEncryptionModule.php
13225share/nextcloud/lib/public/Encryption/IFile.php 13909share/nextcloud/lib/public/Encryption/IFile.php
13226share/nextcloud/lib/public/Encryption/IManager.php 13910share/nextcloud/lib/public/Encryption/IManager.php
13227share/nextcloud/lib/public/Encryption/Keys/IStorage.php 13911share/nextcloud/lib/public/Encryption/Keys/IStorage.php
 13912share/nextcloud/lib/public/EventDispatcher/Event.php
 13913share/nextcloud/lib/public/EventDispatcher/IEventDispatcher.php
 13914share/nextcloud/lib/public/EventDispatcher/IEventListener.php
13228share/nextcloud/lib/public/Federation/Exceptions/ActionNotSupportedException.php 13915share/nextcloud/lib/public/Federation/Exceptions/ActionNotSupportedException.php
13229share/nextcloud/lib/public/Federation/Exceptions/AuthenticationFailedException.php 13916share/nextcloud/lib/public/Federation/Exceptions/AuthenticationFailedException.php
13230share/nextcloud/lib/public/Federation/Exceptions/BadRequestException.php 13917share/nextcloud/lib/public/Federation/Exceptions/BadRequestException.php
13231share/nextcloud/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php 13918share/nextcloud/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php
13232share/nextcloud/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php 13919share/nextcloud/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php
13233share/nextcloud/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php 13920share/nextcloud/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php
13234share/nextcloud/lib/public/Federation/ICloudFederationFactory.php 13921share/nextcloud/lib/public/Federation/ICloudFederationFactory.php
13235share/nextcloud/lib/public/Federation/ICloudFederationNotification.php 13922share/nextcloud/lib/public/Federation/ICloudFederationNotification.php
13236share/nextcloud/lib/public/Federation/ICloudFederationProvider.php 13923share/nextcloud/lib/public/Federation/ICloudFederationProvider.php
13237share/nextcloud/lib/public/Federation/ICloudFederationProviderManager.php 13924share/nextcloud/lib/public/Federation/ICloudFederationProviderManager.php
13238share/nextcloud/lib/public/Federation/ICloudFederationShare.php 13925share/nextcloud/lib/public/Federation/ICloudFederationShare.php
13239share/nextcloud/lib/public/Federation/ICloudId.php 13926share/nextcloud/lib/public/Federation/ICloudId.php
13240share/nextcloud/lib/public/Federation/ICloudIdManager.php 13927share/nextcloud/lib/public/Federation/ICloudIdManager.php
@@ -13309,38 +13996,40 @@ share/nextcloud/lib/public/Files/Storage @@ -13309,38 +13996,40 @@ share/nextcloud/lib/public/Files/Storage
13309share/nextcloud/lib/public/Files/UnseekableException.php 13996share/nextcloud/lib/public/Files/UnseekableException.php
13310share/nextcloud/lib/public/Files_FullTextSearch/Model/AFilesDocument.php 13997share/nextcloud/lib/public/Files_FullTextSearch/Model/AFilesDocument.php
13311share/nextcloud/lib/public/FullTextSearch/Exceptions/FullTextSearchAppNotAvailableException.php 13998share/nextcloud/lib/public/FullTextSearch/Exceptions/FullTextSearchAppNotAvailableException.php
13312share/nextcloud/lib/public/FullTextSearch/IFullTextSearchManager.php 13999share/nextcloud/lib/public/FullTextSearch/IFullTextSearchManager.php
13313share/nextcloud/lib/public/FullTextSearch/IFullTextSearchPlatform.php 14000share/nextcloud/lib/public/FullTextSearch/IFullTextSearchPlatform.php
13314share/nextcloud/lib/public/FullTextSearch/IFullTextSearchProvider.php 14001share/nextcloud/lib/public/FullTextSearch/IFullTextSearchProvider.php
13315share/nextcloud/lib/public/FullTextSearch/Model/IDocumentAccess.php 14002share/nextcloud/lib/public/FullTextSearch/Model/IDocumentAccess.php
13316share/nextcloud/lib/public/FullTextSearch/Model/IIndex.php 14003share/nextcloud/lib/public/FullTextSearch/Model/IIndex.php
13317share/nextcloud/lib/public/FullTextSearch/Model/IIndexDocument.php 14004share/nextcloud/lib/public/FullTextSearch/Model/IIndexDocument.php
13318share/nextcloud/lib/public/FullTextSearch/Model/IIndexOptions.php 14005share/nextcloud/lib/public/FullTextSearch/Model/IIndexOptions.php
13319share/nextcloud/lib/public/FullTextSearch/Model/IRunner.php 14006share/nextcloud/lib/public/FullTextSearch/Model/IRunner.php
13320share/nextcloud/lib/public/FullTextSearch/Model/ISearchOption.php 14007share/nextcloud/lib/public/FullTextSearch/Model/ISearchOption.php
13321share/nextcloud/lib/public/FullTextSearch/Model/ISearchRequest.php 14008share/nextcloud/lib/public/FullTextSearch/Model/ISearchRequest.php
 14009share/nextcloud/lib/public/FullTextSearch/Model/ISearchRequestSimpleQuery.php
13322share/nextcloud/lib/public/FullTextSearch/Model/ISearchResult.php 14010share/nextcloud/lib/public/FullTextSearch/Model/ISearchResult.php
13323share/nextcloud/lib/public/FullTextSearch/Model/ISearchTemplate.php 14011share/nextcloud/lib/public/FullTextSearch/Model/ISearchTemplate.php
13324share/nextcloud/lib/public/FullTextSearch/Service/IIndexService.php 14012share/nextcloud/lib/public/FullTextSearch/Service/IIndexService.php
13325share/nextcloud/lib/public/FullTextSearch/Service/IProviderService.php 14013share/nextcloud/lib/public/FullTextSearch/Service/IProviderService.php
13326share/nextcloud/lib/public/FullTextSearch/Service/ISearchService.php 14014share/nextcloud/lib/public/FullTextSearch/Service/ISearchService.php
13327share/nextcloud/lib/public/GlobalScale/IConfig.php 14015share/nextcloud/lib/public/GlobalScale/IConfig.php
13328share/nextcloud/lib/public/Group/Backend/ABackend.php 14016share/nextcloud/lib/public/Group/Backend/ABackend.php
13329share/nextcloud/lib/public/Group/Backend/IAddToGroupBackend.php 14017share/nextcloud/lib/public/Group/Backend/IAddToGroupBackend.php
13330share/nextcloud/lib/public/Group/Backend/ICountDisabledInGroup.php 14018share/nextcloud/lib/public/Group/Backend/ICountDisabledInGroup.php
13331share/nextcloud/lib/public/Group/Backend/ICountUsersBackend.php 14019share/nextcloud/lib/public/Group/Backend/ICountUsersBackend.php
13332share/nextcloud/lib/public/Group/Backend/ICreateGroupBackend.php 14020share/nextcloud/lib/public/Group/Backend/ICreateGroupBackend.php
13333share/nextcloud/lib/public/Group/Backend/IDeleteGroupBackend.php 14021share/nextcloud/lib/public/Group/Backend/IDeleteGroupBackend.php
 14022share/nextcloud/lib/public/Group/Backend/IGetDisplayNameBackend.php
13334share/nextcloud/lib/public/Group/Backend/IGroupDetailsBackend.php 14023share/nextcloud/lib/public/Group/Backend/IGroupDetailsBackend.php
13335share/nextcloud/lib/public/Group/Backend/IHideFromCollaborationBackend.php 14024share/nextcloud/lib/public/Group/Backend/IHideFromCollaborationBackend.php
13336share/nextcloud/lib/public/Group/Backend/IIsAdminBackend.php 14025share/nextcloud/lib/public/Group/Backend/IIsAdminBackend.php
13337share/nextcloud/lib/public/Group/Backend/IRemoveFromGroupBackend.php 14026share/nextcloud/lib/public/Group/Backend/IRemoveFromGroupBackend.php
13338share/nextcloud/lib/public/Group/ISubAdmin.php 14027share/nextcloud/lib/public/Group/ISubAdmin.php
13339share/nextcloud/lib/public/GroupInterface.php 14028share/nextcloud/lib/public/GroupInterface.php
13340share/nextcloud/lib/public/Http/Client/IClient.php 14029share/nextcloud/lib/public/Http/Client/IClient.php
13341share/nextcloud/lib/public/Http/Client/IClientService.php 14030share/nextcloud/lib/public/Http/Client/IClientService.php
13342share/nextcloud/lib/public/Http/Client/IResponse.php 14031share/nextcloud/lib/public/Http/Client/IResponse.php
13343share/nextcloud/lib/public/IAddressBook.php 14032share/nextcloud/lib/public/IAddressBook.php
13344share/nextcloud/lib/public/IAppConfig.php 14033share/nextcloud/lib/public/IAppConfig.php
13345share/nextcloud/lib/public/IAvatar.php 14034share/nextcloud/lib/public/IAvatar.php
13346share/nextcloud/lib/public/IAvatarManager.php 14035share/nextcloud/lib/public/IAvatarManager.php
@@ -13388,99 +14077,106 @@ share/nextcloud/lib/public/Lockdown/ILoc @@ -13388,99 +14077,106 @@ share/nextcloud/lib/public/Lockdown/ILoc
13388share/nextcloud/lib/public/Log/IFileBased.php 14077share/nextcloud/lib/public/Log/IFileBased.php
13389share/nextcloud/lib/public/Log/ILogFactory.php 14078share/nextcloud/lib/public/Log/ILogFactory.php
13390share/nextcloud/lib/public/Log/IWriter.php 14079share/nextcloud/lib/public/Log/IWriter.php
13391share/nextcloud/lib/public/Log/RotationTrait.php 14080share/nextcloud/lib/public/Log/RotationTrait.php
13392share/nextcloud/lib/public/Mail/IAttachment.php 14081share/nextcloud/lib/public/Mail/IAttachment.php
13393share/nextcloud/lib/public/Mail/IEMailTemplate.php 14082share/nextcloud/lib/public/Mail/IEMailTemplate.php
13394share/nextcloud/lib/public/Mail/IMailer.php 14083share/nextcloud/lib/public/Mail/IMailer.php
13395share/nextcloud/lib/public/Mail/IMessage.php 14084share/nextcloud/lib/public/Mail/IMessage.php
13396share/nextcloud/lib/public/Migration/BigIntMigration.php 14085share/nextcloud/lib/public/Migration/BigIntMigration.php
13397share/nextcloud/lib/public/Migration/IMigrationStep.php 14086share/nextcloud/lib/public/Migration/IMigrationStep.php
13398share/nextcloud/lib/public/Migration/IOutput.php 14087share/nextcloud/lib/public/Migration/IOutput.php
13399share/nextcloud/lib/public/Migration/IRepairStep.php 14088share/nextcloud/lib/public/Migration/IRepairStep.php
13400share/nextcloud/lib/public/Migration/SimpleMigrationStep.php 14089share/nextcloud/lib/public/Migration/SimpleMigrationStep.php
 14090share/nextcloud/lib/public/Notification/AlreadyProcessedException.php
13401share/nextcloud/lib/public/Notification/IAction.php 14091share/nextcloud/lib/public/Notification/IAction.php
13402share/nextcloud/lib/public/Notification/IApp.php 14092share/nextcloud/lib/public/Notification/IApp.php
13403share/nextcloud/lib/public/Notification/IManager.php 14093share/nextcloud/lib/public/Notification/IManager.php
13404share/nextcloud/lib/public/Notification/INotification.php 14094share/nextcloud/lib/public/Notification/INotification.php
13405share/nextcloud/lib/public/Notification/INotifier.php 14095share/nextcloud/lib/public/Notification/INotifier.php
13406share/nextcloud/lib/public/OCS/IDiscoveryService.php 14096share/nextcloud/lib/public/OCS/IDiscoveryService.php
13407share/nextcloud/lib/public/PreConditionNotMetException.php 14097share/nextcloud/lib/public/PreConditionNotMetException.php
13408share/nextcloud/lib/public/Preview/IProvider.php 14098share/nextcloud/lib/public/Preview/IProvider.php
 14099share/nextcloud/lib/public/Preview/IProviderV2.php
 14100share/nextcloud/lib/public/Preview/IVersionedPreviewFile.php
13409share/nextcloud/lib/public/Remote/Api/IApiCollection.php 14101share/nextcloud/lib/public/Remote/Api/IApiCollection.php
13410share/nextcloud/lib/public/Remote/Api/IApiFactory.php 14102share/nextcloud/lib/public/Remote/Api/IApiFactory.php
13411share/nextcloud/lib/public/Remote/Api/ICapabilitiesApi.php 14103share/nextcloud/lib/public/Remote/Api/ICapabilitiesApi.php
13412share/nextcloud/lib/public/Remote/Api/IUserApi.php 14104share/nextcloud/lib/public/Remote/Api/IUserApi.php
13413share/nextcloud/lib/public/Remote/ICredentials.php 14105share/nextcloud/lib/public/Remote/ICredentials.php
13414share/nextcloud/lib/public/Remote/IInstance.php 14106share/nextcloud/lib/public/Remote/IInstance.php
13415share/nextcloud/lib/public/Remote/IInstanceFactory.php 14107share/nextcloud/lib/public/Remote/IInstanceFactory.php
13416share/nextcloud/lib/public/Remote/IUser.php 14108share/nextcloud/lib/public/Remote/IUser.php
13417share/nextcloud/lib/public/RichObjectStrings/Definitions.php 14109share/nextcloud/lib/public/RichObjectStrings/Definitions.php
13418share/nextcloud/lib/public/RichObjectStrings/IValidator.php 14110share/nextcloud/lib/public/RichObjectStrings/IValidator.php
13419share/nextcloud/lib/public/RichObjectStrings/InvalidObjectExeption.php 14111share/nextcloud/lib/public/RichObjectStrings/InvalidObjectExeption.php
13420share/nextcloud/lib/public/Route/IRoute.php 14112share/nextcloud/lib/public/Route/IRoute.php
13421share/nextcloud/lib/public/Route/IRouter.php 14113share/nextcloud/lib/public/Route/IRouter.php
13422share/nextcloud/lib/public/SabrePluginEvent.php 14114share/nextcloud/lib/public/SabrePluginEvent.php
13423share/nextcloud/lib/public/SabrePluginException.php 14115share/nextcloud/lib/public/SabrePluginException.php
13424share/nextcloud/lib/public/Search/PagedProvider.php 14116share/nextcloud/lib/public/Search/PagedProvider.php
13425share/nextcloud/lib/public/Search/Provider.php 14117share/nextcloud/lib/public/Search/Provider.php
13426share/nextcloud/lib/public/Search/Result.php 14118share/nextcloud/lib/public/Search/Result.php
 14119share/nextcloud/lib/public/Security/CSP/AddContentSecurityPolicyEvent.php
 14120share/nextcloud/lib/public/Security/FeaturePolicy/AddFeaturePolicyEvent.php
13427share/nextcloud/lib/public/Security/IContentSecurityPolicyManager.php 14121share/nextcloud/lib/public/Security/IContentSecurityPolicyManager.php
13428share/nextcloud/lib/public/Security/ICredentialsManager.php 14122share/nextcloud/lib/public/Security/ICredentialsManager.php
13429share/nextcloud/lib/public/Security/ICrypto.php 14123share/nextcloud/lib/public/Security/ICrypto.php
13430share/nextcloud/lib/public/Security/IHasher.php 14124share/nextcloud/lib/public/Security/IHasher.php
13431share/nextcloud/lib/public/Security/ISecureRandom.php 14125share/nextcloud/lib/public/Security/ISecureRandom.php
13432share/nextcloud/lib/public/Security/StringUtils.php 
13433share/nextcloud/lib/public/Session/Exceptions/SessionNotAvailableException.php 14126share/nextcloud/lib/public/Session/Exceptions/SessionNotAvailableException.php
13434share/nextcloud/lib/public/Settings/IIconSection.php 14127share/nextcloud/lib/public/Settings/IIconSection.php
13435share/nextcloud/lib/public/Settings/IManager.php 14128share/nextcloud/lib/public/Settings/IManager.php
13436share/nextcloud/lib/public/Settings/ISection.php 14129share/nextcloud/lib/public/Settings/ISection.php
13437share/nextcloud/lib/public/Settings/ISettings.php 14130share/nextcloud/lib/public/Settings/ISettings.php
 14131share/nextcloud/lib/public/Settings/ISubAdminSettings.php
13438share/nextcloud/lib/public/Share.php 14132share/nextcloud/lib/public/Share.php
13439share/nextcloud/lib/public/Share/Exceptions/GenericShareException.php 14133share/nextcloud/lib/public/Share/Exceptions/GenericShareException.php
13440share/nextcloud/lib/public/Share/Exceptions/IllegalIDChangeException.php 14134share/nextcloud/lib/public/Share/Exceptions/IllegalIDChangeException.php
13441share/nextcloud/lib/public/Share/Exceptions/ShareNotFound.php 14135share/nextcloud/lib/public/Share/Exceptions/ShareNotFound.php
13442share/nextcloud/lib/public/Share/IManager.php 14136share/nextcloud/lib/public/Share/IManager.php
13443share/nextcloud/lib/public/Share/IProviderFactory.php 14137share/nextcloud/lib/public/Share/IProviderFactory.php
13444share/nextcloud/lib/public/Share/IShare.php 14138share/nextcloud/lib/public/Share/IShare.php
13445share/nextcloud/lib/public/Share/IShareHelper.php 14139share/nextcloud/lib/public/Share/IShareHelper.php
13446share/nextcloud/lib/public/Share/IShareProvider.php 14140share/nextcloud/lib/public/Share/IShareProvider.php
13447share/nextcloud/lib/public/Share_Backend.php 14141share/nextcloud/lib/public/Share_Backend.php
13448share/nextcloud/lib/public/Share_Backend_Collection.php 14142share/nextcloud/lib/public/Share_Backend_Collection.php
13449share/nextcloud/lib/public/Share_Backend_File_Dependent.php 14143share/nextcloud/lib/public/Share_Backend_File_Dependent.php
13450share/nextcloud/lib/public/Support/CrashReport/ICollectBreadcrumbs.php 14144share/nextcloud/lib/public/Support/CrashReport/ICollectBreadcrumbs.php
 14145share/nextcloud/lib/public/Support/CrashReport/IMessageReporter.php
13451share/nextcloud/lib/public/Support/CrashReport/IRegistry.php 14146share/nextcloud/lib/public/Support/CrashReport/IRegistry.php
13452share/nextcloud/lib/public/Support/CrashReport/IReporter.php 14147share/nextcloud/lib/public/Support/CrashReport/IReporter.php
13453share/nextcloud/lib/public/Support/Subscription/Exception/AlreadyRegisteredException.php 14148share/nextcloud/lib/public/Support/Subscription/Exception/AlreadyRegisteredException.php
13454share/nextcloud/lib/public/Support/Subscription/IRegistry.php 14149share/nextcloud/lib/public/Support/Subscription/IRegistry.php
13455share/nextcloud/lib/public/Support/Subscription/ISubscription.php 14150share/nextcloud/lib/public/Support/Subscription/ISubscription.php
13456share/nextcloud/lib/public/Support/Subscription/ISupportedApps.php 14151share/nextcloud/lib/public/Support/Subscription/ISupportedApps.php
13457share/nextcloud/lib/public/SystemTag/ISystemTag.php 14152share/nextcloud/lib/public/SystemTag/ISystemTag.php
13458share/nextcloud/lib/public/SystemTag/ISystemTagManager.php 14153share/nextcloud/lib/public/SystemTag/ISystemTagManager.php
13459share/nextcloud/lib/public/SystemTag/ISystemTagManagerFactory.php 14154share/nextcloud/lib/public/SystemTag/ISystemTagManagerFactory.php
13460share/nextcloud/lib/public/SystemTag/ISystemTagObjectMapper.php 14155share/nextcloud/lib/public/SystemTag/ISystemTagObjectMapper.php
13461share/nextcloud/lib/public/SystemTag/ManagerEvent.php 14156share/nextcloud/lib/public/SystemTag/ManagerEvent.php
13462share/nextcloud/lib/public/SystemTag/MapperEvent.php 14157share/nextcloud/lib/public/SystemTag/MapperEvent.php
13463share/nextcloud/lib/public/SystemTag/SystemTagsEntityEvent.php 14158share/nextcloud/lib/public/SystemTag/SystemTagsEntityEvent.php
13464share/nextcloud/lib/public/SystemTag/TagAlreadyExistsException.php 14159share/nextcloud/lib/public/SystemTag/TagAlreadyExistsException.php
13465share/nextcloud/lib/public/SystemTag/TagNotFoundException.php 14160share/nextcloud/lib/public/SystemTag/TagNotFoundException.php
13466share/nextcloud/lib/public/Template.php 14161share/nextcloud/lib/public/Template.php
13467share/nextcloud/lib/public/User.php 14162share/nextcloud/lib/public/User.php
13468share/nextcloud/lib/public/User/Backend/ABackend.php 14163share/nextcloud/lib/public/User/Backend/ABackend.php
13469share/nextcloud/lib/public/User/Backend/ICheckPasswordBackend.php 14164share/nextcloud/lib/public/User/Backend/ICheckPasswordBackend.php
13470share/nextcloud/lib/public/User/Backend/ICountUsersBackend.php 14165share/nextcloud/lib/public/User/Backend/ICountUsersBackend.php
13471share/nextcloud/lib/public/User/Backend/ICreateUserBackend.php 14166share/nextcloud/lib/public/User/Backend/ICreateUserBackend.php
13472share/nextcloud/lib/public/User/Backend/IGetDisplayNameBackend.php 14167share/nextcloud/lib/public/User/Backend/IGetDisplayNameBackend.php
13473share/nextcloud/lib/public/User/Backend/IGetHomeBackend.php 14168share/nextcloud/lib/public/User/Backend/IGetHomeBackend.php
 14169share/nextcloud/lib/public/User/Backend/IGetRealUIDBackend.php
13474share/nextcloud/lib/public/User/Backend/IPasswordConfirmationBackend.php 14170share/nextcloud/lib/public/User/Backend/IPasswordConfirmationBackend.php
13475share/nextcloud/lib/public/User/Backend/IProvideAvatarBackend.php 14171share/nextcloud/lib/public/User/Backend/IProvideAvatarBackend.php
13476share/nextcloud/lib/public/User/Backend/ISetDisplayNameBackend.php 14172share/nextcloud/lib/public/User/Backend/ISetDisplayNameBackend.php
13477share/nextcloud/lib/public/User/Backend/ISetPasswordBackend.php 14173share/nextcloud/lib/public/User/Backend/ISetPasswordBackend.php
13478share/nextcloud/lib/public/UserInterface.php 14174share/nextcloud/lib/public/UserInterface.php
13479share/nextcloud/lib/public/Util.php 14175share/nextcloud/lib/public/Util.php
13480share/nextcloud/lib/public/WorkflowEngine/ICheck.php 14176share/nextcloud/lib/public/WorkflowEngine/ICheck.php
13481share/nextcloud/lib/public/WorkflowEngine/IManager.php 14177share/nextcloud/lib/public/WorkflowEngine/IManager.php
13482share/nextcloud/lib/public/WorkflowEngine/IOperation.php 14178share/nextcloud/lib/public/WorkflowEngine/IOperation.php
13483share/nextcloud/lib/versioncheck.php 14179share/nextcloud/lib/versioncheck.php
13484share/nextcloud/occ 14180share/nextcloud/occ
13485share/nextcloud/ocm-provider/index.php 14181share/nextcloud/ocm-provider/index.php
13486share/nextcloud/ocs-provider/index.php 14182share/nextcloud/ocs-provider/index.php
@@ -13514,26 +14210,35 @@ share/nextcloud/settings/Controller/AppS @@ -13514,26 +14210,35 @@ share/nextcloud/settings/Controller/AppS
13514share/nextcloud/settings/Controller/AuthSettingsController.php 14210share/nextcloud/settings/Controller/AuthSettingsController.php
13515share/nextcloud/settings/Controller/CertificateController.php 14211share/nextcloud/settings/Controller/CertificateController.php
13516share/nextcloud/settings/Controller/ChangePasswordController.php 14212share/nextcloud/settings/Controller/ChangePasswordController.php
13517share/nextcloud/settings/Controller/CheckSetupController.php 14213share/nextcloud/settings/Controller/CheckSetupController.php
13518share/nextcloud/settings/Controller/CommonSettingsTrait.php 14214share/nextcloud/settings/Controller/CommonSettingsTrait.php
13519share/nextcloud/settings/Controller/LogSettingsController.php 14215share/nextcloud/settings/Controller/LogSettingsController.php
13520share/nextcloud/settings/Controller/MailSettingsController.php 14216share/nextcloud/settings/Controller/MailSettingsController.php
13521share/nextcloud/settings/Controller/PersonalSettingsController.php 14217share/nextcloud/settings/Controller/PersonalSettingsController.php
13522share/nextcloud/settings/Controller/TwoFactorSettingsController.php 14218share/nextcloud/settings/Controller/TwoFactorSettingsController.php
13523share/nextcloud/settings/Controller/UsersController.php 14219share/nextcloud/settings/Controller/UsersController.php
13524share/nextcloud/settings/Hooks.php 14220share/nextcloud/settings/Hooks.php
13525share/nextcloud/settings/Mailer/NewUserMailHelper.php 14221share/nextcloud/settings/Mailer/NewUserMailHelper.php
13526share/nextcloud/settings/Middleware/SubadminMiddleware.php 14222share/nextcloud/settings/Middleware/SubadminMiddleware.php
 14223share/nextcloud/settings/Settings/Admin/Mail.php
 14224share/nextcloud/settings/Settings/Admin/Overview.php
 14225share/nextcloud/settings/Settings/Admin/Security.php
 14226share/nextcloud/settings/Settings/Admin/Server.php
 14227share/nextcloud/settings/Settings/Admin/Sharing.php
 14228share/nextcloud/settings/Settings/Personal/Additional.php
 14229share/nextcloud/settings/Settings/Personal/PersonalInfo.php
 14230share/nextcloud/settings/Settings/Personal/Security.php
 14231share/nextcloud/settings/Settings/Personal/ServerDevNotice.php
13527share/nextcloud/settings/css/settings.scss 14232share/nextcloud/settings/css/settings.scss
13528share/nextcloud/settings/help.php 14233share/nextcloud/settings/help.php
13529share/nextcloud/settings/img/admin.svg 14234share/nextcloud/settings/img/admin.svg
13530share/nextcloud/settings/img/apps.svg 14235share/nextcloud/settings/img/apps.svg
13531share/nextcloud/settings/img/change.svg 14236share/nextcloud/settings/img/change.svg
13532share/nextcloud/settings/img/help.svg 14237share/nextcloud/settings/img/help.svg
13533share/nextcloud/settings/img/password.svg 14238share/nextcloud/settings/img/password.svg
13534share/nextcloud/settings/img/personal.png 14239share/nextcloud/settings/img/personal.png
13535share/nextcloud/settings/img/personal.svg 14240share/nextcloud/settings/img/personal.svg
13536share/nextcloud/settings/img/share.svg 14241share/nextcloud/settings/img/share.svg
13537share/nextcloud/settings/img/toggle-filelist.svg 14242share/nextcloud/settings/img/toggle-filelist.svg
13538share/nextcloud/settings/img/users.svg 14243share/nextcloud/settings/img/users.svg
13539share/nextcloud/settings/js/admin.js 14244share/nextcloud/settings/js/admin.js
@@ -13546,28 +14251,26 @@ share/nextcloud/settings/js/security_pas @@ -13546,28 +14251,26 @@ share/nextcloud/settings/js/security_pas
13546share/nextcloud/settings/js/settings.js 14251share/nextcloud/settings/js/settings.js
13547share/nextcloud/settings/js/settings/personalInfo.js 14252share/nextcloud/settings/js/settings/personalInfo.js
13548share/nextcloud/settings/js/templates.js 14253share/nextcloud/settings/js/templates.js
13549share/nextcloud/settings/js/templates/federationscopemenu.handlebars 14254share/nextcloud/settings/js/templates/federationscopemenu.handlebars
13550share/nextcloud/settings/js/usersettings.js 14255share/nextcloud/settings/js/usersettings.js
13551share/nextcloud/settings/js/vue-0.js 14256share/nextcloud/settings/js/vue-0.js
13552share/nextcloud/settings/js/vue-0.js.map 14257share/nextcloud/settings/js/vue-0.js.map
13553share/nextcloud/settings/js/vue-4.js 14258share/nextcloud/settings/js/vue-4.js
13554share/nextcloud/settings/js/vue-4.js.map 14259share/nextcloud/settings/js/vue-4.js.map
13555share/nextcloud/settings/js/vue-5.js 14260share/nextcloud/settings/js/vue-5.js
13556share/nextcloud/settings/js/vue-5.js.map 14261share/nextcloud/settings/js/vue-5.js.map
13557share/nextcloud/settings/js/vue-6.js 14262share/nextcloud/settings/js/vue-6.js
13558share/nextcloud/settings/js/vue-6.js.map 14263share/nextcloud/settings/js/vue-6.js.map
13559share/nextcloud/settings/js/vue-7.js 
13560share/nextcloud/settings/js/vue-7.js.map 
13561share/nextcloud/settings/js/vue-settings-admin-security.js 14264share/nextcloud/settings/js/vue-settings-admin-security.js
13562share/nextcloud/settings/js/vue-settings-admin-security.js.map 14265share/nextcloud/settings/js/vue-settings-admin-security.js.map
13563share/nextcloud/settings/js/vue-settings-apps-users-management.js 14266share/nextcloud/settings/js/vue-settings-apps-users-management.js
13564share/nextcloud/settings/js/vue-settings-apps-users-management.js.map 14267share/nextcloud/settings/js/vue-settings-apps-users-management.js.map
13565share/nextcloud/settings/js/vue-settings-personal-security.js 14268share/nextcloud/settings/js/vue-settings-personal-security.js
13566share/nextcloud/settings/js/vue-settings-personal-security.js.map 14269share/nextcloud/settings/js/vue-settings-personal-security.js.map
13567share/nextcloud/settings/l10n/ar.js 14270share/nextcloud/settings/l10n/ar.js
13568share/nextcloud/settings/l10n/ar.json 14271share/nextcloud/settings/l10n/ar.json
13569share/nextcloud/settings/l10n/ast.js 14272share/nextcloud/settings/l10n/ast.js
13570share/nextcloud/settings/l10n/ast.json 14273share/nextcloud/settings/l10n/ast.json
13571share/nextcloud/settings/l10n/bg.js 14274share/nextcloud/settings/l10n/bg.js
13572share/nextcloud/settings/l10n/bg.json 14275share/nextcloud/settings/l10n/bg.json
13573share/nextcloud/settings/l10n/ca.js 14276share/nextcloud/settings/l10n/ca.js
@@ -13624,26 +14327,28 @@ share/nextcloud/settings/l10n/es_UY.js @@ -13624,26 +14327,28 @@ share/nextcloud/settings/l10n/es_UY.js
13624share/nextcloud/settings/l10n/es_UY.json 14327share/nextcloud/settings/l10n/es_UY.json
13625share/nextcloud/settings/l10n/et_EE.js 14328share/nextcloud/settings/l10n/et_EE.js
13626share/nextcloud/settings/l10n/et_EE.json 14329share/nextcloud/settings/l10n/et_EE.json
13627share/nextcloud/settings/l10n/eu.js 14330share/nextcloud/settings/l10n/eu.js
13628share/nextcloud/settings/l10n/eu.json 14331share/nextcloud/settings/l10n/eu.json
13629share/nextcloud/settings/l10n/fi.js 14332share/nextcloud/settings/l10n/fi.js
13630share/nextcloud/settings/l10n/fi.json 14333share/nextcloud/settings/l10n/fi.json
13631share/nextcloud/settings/l10n/fr.js 14334share/nextcloud/settings/l10n/fr.js
13632share/nextcloud/settings/l10n/fr.json 14335share/nextcloud/settings/l10n/fr.json
13633share/nextcloud/settings/l10n/gl.js 14336share/nextcloud/settings/l10n/gl.js
13634share/nextcloud/settings/l10n/gl.json 14337share/nextcloud/settings/l10n/gl.json
13635share/nextcloud/settings/l10n/he.js 14338share/nextcloud/settings/l10n/he.js
13636share/nextcloud/settings/l10n/he.json 14339share/nextcloud/settings/l10n/he.json
 14340share/nextcloud/settings/l10n/hr.js
 14341share/nextcloud/settings/l10n/hr.json
13637share/nextcloud/settings/l10n/hu.js 14342share/nextcloud/settings/l10n/hu.js
13638share/nextcloud/settings/l10n/hu.json 14343share/nextcloud/settings/l10n/hu.json
13639share/nextcloud/settings/l10n/id.js 14344share/nextcloud/settings/l10n/id.js
13640share/nextcloud/settings/l10n/id.json 14345share/nextcloud/settings/l10n/id.json
13641share/nextcloud/settings/l10n/is.js 14346share/nextcloud/settings/l10n/is.js
13642share/nextcloud/settings/l10n/is.json 14347share/nextcloud/settings/l10n/is.json
13643share/nextcloud/settings/l10n/it.js 14348share/nextcloud/settings/l10n/it.js
13644share/nextcloud/settings/l10n/it.json 14349share/nextcloud/settings/l10n/it.json
13645share/nextcloud/settings/l10n/ja.js 14350share/nextcloud/settings/l10n/ja.js
13646share/nextcloud/settings/l10n/ja.json 14351share/nextcloud/settings/l10n/ja.json
13647share/nextcloud/settings/l10n/ka_GE.js 14352share/nextcloud/settings/l10n/ka_GE.js
13648share/nextcloud/settings/l10n/ka_GE.json 14353share/nextcloud/settings/l10n/ka_GE.json
13649share/nextcloud/settings/l10n/ko.js 14354share/nextcloud/settings/l10n/ko.js

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

--- pkgsrc/www/php-nextcloud/distinfo 2019/08/24 02:50:54 1.24
+++ pkgsrc/www/php-nextcloud/distinfo 2019/10/05 13:07:59 1.25
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.24 2019/08/24 02:50:54 ryoon Exp $ 1$NetBSD: distinfo,v 1.25 2019/10/05 13:07:59 ryoon Exp $
2 2
3SHA1 (nextcloud-16.0.4.tar.bz2) = c6ebb538cd341229cbf7b72a8828f656e9112041 3SHA1 (nextcloud-17.0.0.tar.bz2) = e9fc95e539f8c8f44eccabb2c9bc1cc22712426b
4RMD160 (nextcloud-16.0.4.tar.bz2) = 5aebcc5a958b943241b4805e6ec0c40cfda9baa3 4RMD160 (nextcloud-17.0.0.tar.bz2) = 10b5dbe341e94f85c1d3caa0b14f656df5f6e904
5SHA512 (nextcloud-16.0.4.tar.bz2) = 4f061cec58225ee28bd15049db0fdcd51215ef0135cb28272b8209aaea0221f92fce1766b5ea1d98e3dd66e14eb3edf943485e4fc7b9f07887be8ebcb0fa3f13 5SHA512 (nextcloud-17.0.0.tar.bz2) = d271d6220c72473f0ccc1ca776fb883e0d2cf4e338a7aa0143cce8d8ffeecf825eb5e41d42467d22922995dc6adb2751831158923e0dea29405dbb11bea85b04
6Size (nextcloud-16.0.4.tar.bz2) = 61914385 bytes 6Size (nextcloud-17.0.0.tar.bz2) = 64500339 bytes