Wed Jan 3 10:16:54 2018 UTC ()
Update to 12.0.4

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

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

Other

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


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

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

--- pkgsrc/www/php-nextcloud/Makefile 2017/10/08 03:54:40 1.9
+++ pkgsrc/www/php-nextcloud/Makefile 2018/01/03 10:16:54 1.10
@@ -1,65 +1,65 @@ @@ -1,65 +1,65 @@
1# $NetBSD: Makefile,v 1.9 2017/10/08 03:54:40 ryoon Exp $ 1# $NetBSD: Makefile,v 1.10 2018/01/03 10:16:54 ryoon Exp $
2# 2#
3 3
4DISTNAME= nextcloud-12.0.3 4DISTNAME= nextcloud-12.0.4
5PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} 5PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= https://download.nextcloud.com/server/releases/ 7MASTER_SITES= https://download.nextcloud.com/server/releases/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= https://nextcloud.com/ 11HOMEPAGE= https://nextcloud.com/
12COMMENT= File sharing web service server 12COMMENT= File sharing web service server
13LICENSE= gnu-agpl-v3 13LICENSE= gnu-agpl-v3
14 14
15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd 15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
16DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.4.0:../../converters/php-iconv 16DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.4.0:../../converters/php-iconv
17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json 17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json
18DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.4.0:../../converters/php-mbstring 18DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.4.0:../../converters/php-mbstring
19DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.4.0:../../archivers/php-zip 19DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.4.0:../../archivers/php-zip
20DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib 20DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib
21DEPENDS+= ${PHP_PKG_PREFIX}-pdo>=5.4.0:../../databases/php-pdo 21DEPENDS+= ${PHP_PKG_PREFIX}-pdo>=5.4.0:../../databases/php-pdo
22DEPENDS+= ${PHP_PKG_PREFIX}-posix>=5.4.0:../../devel/php-posix 22DEPENDS+= ${PHP_PKG_PREFIX}-posix>=5.4.0:../../devel/php-posix
23DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl 23DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl
24 24
25.include "options.mk" 25.include "options.mk"
26 26
27WRKSRC= ${WRKDIR}/nextcloud 27WRKSRC= ${WRKDIR}/nextcloud
28USE_LANGUAGES= # none 28USE_LANGUAGES= # none
29 29
30NO_BUILD= yes 30NO_BUILD= yes
31 31
32USE_TOOLS+= bash:run pax perl:run 32USE_TOOLS+= bash:run pax perl:run
33 33
34NC_DIR= share/nextcloud 34NC_DIR= share/nextcloud
35INSTALLATION_DIRS= ${NC_DIR} 35INSTALLATION_DIRS= ${NC_DIR}
36 36
37# for php interpreter 37# for php interpreter
38CHECK_INTERPRETER_SKIP+= ${NC_DIR}/3rdparty/doctrine/dbal/bin/doctrine-dbal 38CHECK_INTERPRETER_SKIP+= ${NC_DIR}/3rdparty/doctrine/dbal/bin/doctrine-dbal
39CHECK_INTERPRETER_SKIP+= ${NC_DIR}/3rdparty/dompdf/load_font.php 39CHECK_INTERPRETER_SKIP+= ${NC_DIR}/3rdparty/dompdf/load_font.php
40CHECK_INTERPRETER_SKIP+= ${NC_DIR}/3rdparty/phpdocx/pdf/load_font.php 40CHECK_INTERPRETER_SKIP+= ${NC_DIR}/3rdparty/phpdocx/pdf/load_font.php
41CHECK_INTERPRETER_SKIP+= ${NC_DIR}/3rdparty/sabre/vobject/bin/* 41CHECK_INTERPRETER_SKIP+= ${NC_DIR}/3rdparty/sabre/vobject/bin/*
42CHECK_INTERPRETER_SKIP+= ${NC_DIR}/apps/contacts/vendor/blueimp-tmpl/js/compile.js 42CHECK_INTERPRETER_SKIP+= ${NC_DIR}/apps/contacts/vendor/blueimp-tmpl/js/compile.js
43CHECK_INTERPRETER_SKIP+= ${NC_DIR}/occ 43CHECK_INTERPRETER_SKIP+= ${NC_DIR}/occ
44 44
45.include "../../mk/bsd.prefs.mk" 45.include "../../mk/bsd.prefs.mk"
46 46
47APACHE_USER?= nginx 47APACHE_USER?= nginx
48APACHE_GROUP?= nginx 48APACHE_GROUP?= nginx
49PKG_GROUPS= ${APACHE_GROUP} 49PKG_GROUPS= ${APACHE_GROUP}
50PKG_USERS= ${APACHE_USER}:${APACHE_GROUP} 50PKG_USERS= ${APACHE_USER}:${APACHE_GROUP}
51 51
52PKG_USERS_VARS= APACHE_USER 52PKG_USERS_VARS= APACHE_USER
53PKG_GROUPS_VARS= APACHE_GROUP 53PKG_GROUPS_VARS= APACHE_GROUP
54 54
55BUILD_DEFS+= APACHE_GROUP APACHE_USER 55BUILD_DEFS+= APACHE_GROUP APACHE_USER
56FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \ 56FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
57 NC_DIR=${NC_DIR} 57 NC_DIR=${NC_DIR}
58 58
59do-install: 59do-install:
60 cd ${WRKDIR} && ${FIND} nextcloud -type f \! -name '*.orig' -print | \ 60 cd ${WRKDIR} && ${FIND} nextcloud -type f \! -name '*.orig' -print | \
61 pax -rw -pmp ${DESTDIR}${PREFIX}/share 61 pax -rw -pmp ${DESTDIR}${PREFIX}/share
62 62
63.include "../../lang/php/phpversion.mk" 63.include "../../lang/php/phpversion.mk"
64.include "../../lang/python/application.mk" 64.include "../../lang/python/application.mk"
65.include "../../mk/bsd.pkg.mk" 65.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/www/php-nextcloud/PLIST 2017/10/08 03:54:40 1.8
+++ pkgsrc/www/php-nextcloud/PLIST 2018/01/03 10:16:54 1.9
@@ -1,11831 +1,12893 @@ @@ -1,11831 +1,12893 @@
1@comment $NetBSD: PLIST,v 1.8 2017/10/08 03:54:40 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.9 2018/01/03 10:16:54 ryoon Exp $
2share/nextcloud/.htaccess 2share/nextcloud/.htaccess
3share/nextcloud/.user.ini 3share/nextcloud/.user.ini
4share/nextcloud/3rdparty/.drone.yml 4share/nextcloud/3rdparty/.drone.yml
5share/nextcloud/3rdparty/.gitignore 5share/nextcloud/3rdparty/.gitignore
6share/nextcloud/3rdparty/LICENSE INFO 6share/nextcloud/3rdparty/LICENSE INFO
7share/nextcloud/3rdparty/README.md 7share/nextcloud/3rdparty/README.md
8share/nextcloud/3rdparty/autoload.php 8share/nextcloud/3rdparty/autoload.php
 9share/nextcloud/3rdparty/aws/aws-sdk-php/LICENSE.md
 10share/nextcloud/3rdparty/aws/aws-sdk-php/NOTICE.md
 11share/nextcloud/3rdparty/aws/aws-sdk-php/codecov.yml
 12share/nextcloud/3rdparty/aws/aws-sdk-php/composer.json
 13share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/AcmClient.php
 14share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/Exception/AcmException.php
 15share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/AbstractModel.php
 16share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ApiProvider.php
 17share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DateTimeResult.php
 18share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DocModel.php
 19share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php
 20share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php
 21share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php
 22share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php
 23share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ListShape.php
 24share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/MapShape.php
 25share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Operation.php
 26share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php
 27share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php
 28share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php
 29share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php
 30share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonParser.php
 31share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php
 32share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php
 33share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/QueryParser.php
 34share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php
 35share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php
 36share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Parser/XmlParser.php
 37share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php
 38share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php
 39share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php
 40share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php
 41share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php
 42share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php
 43share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php
 44share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php
 45share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php
 46share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Service.php
 47share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Shape.php
 48share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ShapeMap.php
 49share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/StructureShape.php
 50share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/TimestampShape.php
 51share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Validator.php
 52share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php
 53share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php
 54share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php
 55share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php
 56share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php
 57share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php
 58share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
 59share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php
 60share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/AthenaClient.php
 61share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php
 62share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php
 63share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php
 64share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClient.php
 65share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientInterface.php
 66share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientTrait.php
 67share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/BatchClient.php
 68share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/Exception/BatchException.php
 69share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/BudgetsClient.php
 70share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php
 71share/nextcloud/3rdparty/aws/aws-sdk-php/src/CacheInterface.php
 72share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientResolver.php
 73share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php
 74share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php
 75share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php
 76share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php
 77share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php
 78share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CookieSigner.php
 79share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php
 80share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Signer.php
 81share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/UrlSigner.php
 82share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php
 83share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php
 84share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php
 85share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php
 86share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php
 87share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php
 88share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php
 89share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php
 90share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php
 91share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php
 92share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php
 93share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php
 94share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php
 95share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php
 96share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php
 97share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php
 98share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php
 99share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php
 100share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php
 101share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php
 102share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php
 103share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php
 104share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php
 105share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php
 106share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php
 107share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php
 108share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php
 109share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php
 110share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php
 111share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php
 112share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php
 113share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php
 114share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php
 115share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php
 116share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php
 117share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php
 118share/nextcloud/3rdparty/aws/aws-sdk-php/src/Command.php
 119share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandInterface.php
 120share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandPool.php
 121share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php
 122share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php
 123share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php
 124share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php
 125share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php
 126share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialProvider.php
 127share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/Credentials.php
 128share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php
 129share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php
 130share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/InstanceProfileProvider.php
 131share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/DAXClient.php
 132share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/Exception/DAXException.php
 133share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php
 134share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php
 135share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php
 136share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php
 137share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php
 138share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php
 139share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php
 140share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php
 141share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php
 142share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php
 143share/nextcloud/3rdparty/aws/aws-sdk-php/src/DoctrineCacheAdapter.php
 144share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php
 145share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php
 146share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php
 147share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php
 148share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Marshaler.php
 149share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/NumberValue.php
 150share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php
 151share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php
 152share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SetValue.php
 153share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php
 154share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php
 155share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php
 156share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php
 157share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Ec2Client.php
 158share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php
 159share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/EcrClient.php
 160share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php
 161share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecs/EcsClient.php
 162share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php
 163share/nextcloud/3rdparty/aws/aws-sdk-php/src/Efs/EfsClient.php
 164share/nextcloud/3rdparty/aws/aws-sdk-php/src/Efs/Exception/EfsException.php
 165share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php
 166share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php
 167share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php
 168share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php
 169share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php
 170share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php
 171share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php
 172share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php
 173share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php
 174share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php
 175share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php
 176share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php
 177share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/EmrClient.php
 178share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/Exception/EmrException.php
 179share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php
 180share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/Partition.php
 181share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php
 182share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php
 183share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php
 184share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/AwsException.php
 185share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php
 186share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CredentialsException.php
 187share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/MultipartUploadException.php
 188share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php
 189share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php
 190share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php
 191share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php
 192share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/FirehoseClient.php
 193share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php
 194share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/GameLiftClient.php
 195share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php
 196share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/GlacierClient.php
 197share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/MultipartUploader.php
 198share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/TreeHash.php
 199share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/Exception/GlueException.php
 200share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/GlueClient.php
 201share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php
 202share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php
 203share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php
 204share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php
 205share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php
 206share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php
 207share/nextcloud/3rdparty/aws/aws-sdk-php/src/HandlerList.php
 208share/nextcloud/3rdparty/aws/aws-sdk-php/src/HasDataTrait.php
 209share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashInterface.php
 210share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashingStream.php
 211share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/Exception/HealthException.php
 212share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/HealthClient.php
 213share/nextcloud/3rdparty/aws/aws-sdk-php/src/History.php
 214share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/Exception/IamException.php
 215share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/IamClient.php
 216share/nextcloud/3rdparty/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php
 217share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php
 218share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php
 219share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php
 220share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/InspectorClient.php
 221share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/Exception/IotException.php
 222share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/IotClient.php
 223share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php
 224share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php
 225share/nextcloud/3rdparty/aws/aws-sdk-php/src/JsonCompiler.php
 226share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php
 227share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/KinesisClient.php
 228share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php
 229share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php
 230share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/Exception/KmsException.php
 231share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/KmsClient.php
 232share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php
 233share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/LambdaClient.php
 234share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php
 235share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php
 236share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php
 237share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php
 238share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php
 239share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/LightsailClient.php
 240share/nextcloud/3rdparty/aws/aws-sdk-php/src/LruArrayCache.php
 241share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php
 242share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/MTurkClient.php
 243share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php
 244share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php
 245share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php
 246share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php
 247share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php
 248share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php
 249share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php
 250share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php
 251share/nextcloud/3rdparty/aws/aws-sdk-php/src/Middleware.php
 252share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php
 253share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php
 254share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
 255share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/MobileClient.php
 256share/nextcloud/3rdparty/aws/aws-sdk-php/src/MockHandler.php
 257share/nextcloud/3rdparty/aws/aws-sdk-php/src/MultiRegionClient.php
 258share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php
 259share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploader.php
 260share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/UploadState.php
 261share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php
 262share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php
 263share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php
 264share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php
 265share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php
 266share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php
 267share/nextcloud/3rdparty/aws/aws-sdk-php/src/PhpHash.php
 268share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php
 269share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php
 270share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/Exception/PollyException.php
 271share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/PollyClient.php
 272share/nextcloud/3rdparty/aws/aws-sdk-php/src/PresignUrlMiddleware.php
 273share/nextcloud/3rdparty/aws/aws-sdk-php/src/PsrCacheAdapter.php
 274share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php
 275share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/Exception/RdsException.php
 276share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/RdsClient.php
 277share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php
 278share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/RedshiftClient.php
 279share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php
 280share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php
 281share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php
 282share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php
 283share/nextcloud/3rdparty/aws/aws-sdk-php/src/Result.php
 284share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultInterface.php
 285share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultPaginator.php
 286share/nextcloud/3rdparty/aws/aws-sdk-php/src/RetryMiddleware.php
 287share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php
 288share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Route53Client.php
 289share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php
 290share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php
 291share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php
 292share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php
 293share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BatchDelete.php
 294share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php
 295share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php
 296share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php
 297share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3Exception.php
 298share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php
 299share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php
 300share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartCopy.php
 301share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartUploader.php
 302share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php
 303share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ObjectCopier.php
 304share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ObjectUploader.php
 305share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php
 306share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObject.php
 307share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObjectV4.php
 308share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php
 309share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php
 310share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3Client.php
 311share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3ClientInterface.php
 312share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3ClientTrait.php
 313share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php
 314share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php
 315share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/S3UriParser.php
 316share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/SSECMiddleware.php
 317share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/StreamWrapper.php
 318share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Transfer.php
 319share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sdk.php
 320share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php
 321share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php
 322share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/Exception/SesException.php
 323share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/SesClient.php
 324share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php
 325share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/SfnClient.php
 326share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php
 327share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/ShieldClient.php
 328share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/AnonymousSignature.php
 329share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/S3SignatureV4.php
 330share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureInterface.php
 331share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureProvider.php
 332share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureTrait.php
 333share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureV4.php
 334share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sms/Exception/SmsException.php
 335share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sms/SmsClient.php
 336share/nextcloud/3rdparty/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php
 337share/nextcloud/3rdparty/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php
 338share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sns/Exception/SnsException.php
 339share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sns/SnsClient.php
 340share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php
 341share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php
 342share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php
 343share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/SsmClient.php
 344share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php
 345share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php
 346share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/Exception/StsException.php
 347share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/StsClient.php
 348share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/Exception/SupportException.php
 349share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/SupportClient.php
 350share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/Exception/SwfException.php
 351share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/SwfClient.php
 352share/nextcloud/3rdparty/aws/aws-sdk-php/src/TraceMiddleware.php
 353share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/Exception/WafException.php
 354share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/WafClient.php
 355share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php
 356share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php
 357share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waiter.php
 358share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php
 359share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php
 360share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php
 361share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php
 362share/nextcloud/3rdparty/aws/aws-sdk-php/src/WrappedHttpHandler.php
 363share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/Exception/XRayException.php
 364share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/XRayClient.php
 365share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php
 366share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php
 367share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php
 368share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/paginators-1.json.php
 369share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php
 370share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php
 371share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php
 372share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php
 373share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php
 374share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php
 375share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php
 376share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php
 377share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php
 378share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php
 379share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php
 380share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php
 381share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php
 382share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php
 383share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php
 384share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/paginators-1.json.php
 385share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/api-2.json.php
 386share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/paginators-1.json.php
 387share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php
 388share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php
 389share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php
 390share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php
 391share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php
 392share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/paginators-1.json.php
 393share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/waiters-2.json.php
 394share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/api-2.json.php
 395share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/paginators-1.json.php
 396share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/waiters-2.json.php
 397share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/api-2.json.php
 398share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/paginators-1.json.php
 399share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/waiters-2.json.php
 400share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/api-2.json.php
 401share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/paginators-1.json.php
 402share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-1.json.php
 403share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php
 404share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/api-2.json.php
 405share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/paginators-1.json.php
 406share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-1.json.php
 407share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-2.json.php
 408share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php
 409share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php
 410share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php
 411share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php
 412share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php
 413share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php
 414share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php
 415share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php
 416share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php
 417share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php
 418share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php
 419share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php
 420share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php
 421share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php
 422share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php
 423share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php
 424share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php
 425share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php
 426share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php
 427share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php
 428share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php
 429share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php
 430share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php
 431share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php
 432share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php
 433share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php
 434share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php
 435share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php
 436share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php
 437share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php
 438share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php
 439share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php
 440share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php
 441share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/api-2.json.php
 442share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php
 443share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php
 444share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php
 445share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php
 446share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php
 447share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php
 448share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php
 449share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php
 450share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php
 451share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/api-2.json.php
 452share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/paginators-1.json.php
 453share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/api-2.json.php
 454share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php
 455share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php
 456share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php
 457share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php
 458share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php
 459share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php
 460share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php
 461share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php
 462share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php
 463share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php
 464share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php
 465share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php
 466share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php
 467share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php
 468share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php
 469share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/api-2.json.php
 470share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php
 471share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php
 472share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php
 473share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php
 474share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php
 475share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php
 476share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php
 477share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php
 478share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php
 479share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php
 480share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php
 481share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php
 482share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php
 483share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php
 484share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/api-2.json.php
 485share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/paginators-1.json.php
 486share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php
 487share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php
 488share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php
 489share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php
 490share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php
 491share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/waiters-2.json.php
 492share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/api-2.json.php
 493share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/paginators-1.json.php
 494share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php
 495share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php
 496share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/api-2.json.php
 497share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php
 498share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php
 499share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php
 500share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php
 501share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php
 502share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php
 503share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php
 504share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php
 505share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php
 506share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php
 507share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php
 508share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php
 509share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php
 510share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php
 511share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php
 512share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php
 513share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/endpoints.json.php
 514share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/api-2.json.php
 515share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php
 516share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/api-2.json.php
 517share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/paginators-1.json.php
 518share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/api-2.json.php
 519share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php
 520share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php
 521share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php
 522share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php
 523share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php
 524share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php
 525share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php
 526share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php
 527share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php
 528share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php
 529share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php
 530share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php
 531share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php
 532share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php
 533share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php
 534share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php
 535share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php
 536share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php
 537share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php
 538share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php
 539share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php
 540share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php
 541share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php
 542share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php
 543share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php
 544share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php
 545share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php
 546share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php
 547share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php
 548share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php
 549share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php
 550share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php
 551share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php
 552share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php
 553share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php
 554share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php
 555share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php
 556share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php
 557share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php
 558share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php
 559share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php
 560share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/manifest.json.php
 561share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php
 562share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php
 563share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php
 564share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php
 565share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php
 566share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
 567share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
 568share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php
 569share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php
 570share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php
 571share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php
 572share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php
 573share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php
 574share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php
 575share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php
 576share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php
 577share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php
 578share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php
 579share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php
 580share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php
 581share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php
 582share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php
 583share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php
 584share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php
 585share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php
 586share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php
 587share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php
 588share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php
 589share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php
 590share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php
 591share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php
 592share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php
 593share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php
 594share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php
 595share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php
 596share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php
 597share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php
 598share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php
 599share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php
 600share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php
 601share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php
 602share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php
 603share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php
 604share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php
 605share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php
 606share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php
 607share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php
 608share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php
 609share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php
 610share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php
 611share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php
 612share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php
 613share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php
 614share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php
 615share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php
 616share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php
 617share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php
 618share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php
 619share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php
 620share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php
 621share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php
 622share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php
 623share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php
 624share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php
 625share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php
 626share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php
 627share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php
 628share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php
 629share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php
 630share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php
 631share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php
 632share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php
 633share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php
 634share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php
 635share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php
 636share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php
 637share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php
 638share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php
 639share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php
 640share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php
 641share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php
 642share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php
 643share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php
 644share/nextcloud/3rdparty/aws/aws-sdk-php/src/functions.php
9share/nextcloud/3rdparty/bantu/ini-get-wrapper/.gitignore 645share/nextcloud/3rdparty/bantu/ini-get-wrapper/.gitignore
10share/nextcloud/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml 646share/nextcloud/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml
11share/nextcloud/3rdparty/bantu/ini-get-wrapper/LICENSE 647share/nextcloud/3rdparty/bantu/ini-get-wrapper/LICENSE
12share/nextcloud/3rdparty/bantu/ini-get-wrapper/README.md 648share/nextcloud/3rdparty/bantu/ini-get-wrapper/README.md
13share/nextcloud/3rdparty/bantu/ini-get-wrapper/composer.json 649share/nextcloud/3rdparty/bantu/ini-get-wrapper/composer.json
14share/nextcloud/3rdparty/bantu/ini-get-wrapper/phpunit.xml.dist 650share/nextcloud/3rdparty/bantu/ini-get-wrapper/phpunit.xml.dist
15share/nextcloud/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php 651share/nextcloud/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php
16share/nextcloud/3rdparty/composer.json 652share/nextcloud/3rdparty/composer.json
17share/nextcloud/3rdparty/composer.lock 653share/nextcloud/3rdparty/composer.lock
18share/nextcloud/3rdparty/composer/ClassLoader.php 654share/nextcloud/3rdparty/composer/ClassLoader.php
19share/nextcloud/3rdparty/composer/LICENSE 655share/nextcloud/3rdparty/composer/LICENSE
20share/nextcloud/3rdparty/composer/autoload_classmap.php 656share/nextcloud/3rdparty/composer/autoload_classmap.php
21share/nextcloud/3rdparty/composer/autoload_files.php 657share/nextcloud/3rdparty/composer/autoload_files.php
22share/nextcloud/3rdparty/composer/autoload_namespaces.php 658share/nextcloud/3rdparty/composer/autoload_namespaces.php
23share/nextcloud/3rdparty/composer/autoload_psr4.php 659share/nextcloud/3rdparty/composer/autoload_psr4.php
24share/nextcloud/3rdparty/composer/autoload_real.php 660share/nextcloud/3rdparty/composer/autoload_real.php
25share/nextcloud/3rdparty/composer/autoload_static.php 661share/nextcloud/3rdparty/composer/autoload_static.php
26share/nextcloud/3rdparty/composer/include_paths.php 662share/nextcloud/3rdparty/composer/include_paths.php
27share/nextcloud/3rdparty/composer/installed.json 663share/nextcloud/3rdparty/composer/installed.json
28share/nextcloud/3rdparty/deepdiver1975/tarstreamer/LICENSE 664share/nextcloud/3rdparty/deepdiver1975/tarstreamer/LICENSE
29share/nextcloud/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php 665share/nextcloud/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php
30share/nextcloud/3rdparty/doctrine/annotations/LICENSE 666share/nextcloud/3rdparty/doctrine/annotations/LICENSE
31share/nextcloud/3rdparty/doctrine/annotations/README.md 667share/nextcloud/3rdparty/doctrine/annotations/README.md
32share/nextcloud/3rdparty/doctrine/annotations/composer.json 668share/nextcloud/3rdparty/doctrine/annotations/composer.json
33share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php 669share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
34share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php 670share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
35share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php 671share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
36share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php 672share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
37share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php 673share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
38share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php 674share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php
39share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php 675share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
40share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php 676share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
41share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php 677share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
42share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php 678share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
43share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php 679share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
44share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php 680share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
45share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php 681share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
46share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php 682share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php
47share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php 683share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php
48share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php 684share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
49share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php 685share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
50share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php 686share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
51share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php 687share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
52share/nextcloud/3rdparty/doctrine/cache/.coveralls.yml 688share/nextcloud/3rdparty/doctrine/cache/.coveralls.yml
53share/nextcloud/3rdparty/doctrine/cache/.gitignore 689share/nextcloud/3rdparty/doctrine/cache/.gitignore
54share/nextcloud/3rdparty/doctrine/cache/LICENSE 690share/nextcloud/3rdparty/doctrine/cache/LICENSE
55share/nextcloud/3rdparty/doctrine/cache/README.md 691share/nextcloud/3rdparty/doctrine/cache/README.md
56share/nextcloud/3rdparty/doctrine/cache/UPGRADE.md 692share/nextcloud/3rdparty/doctrine/cache/UPGRADE.md
57share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php 693share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php
58share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php 694share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
59share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php 695share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
60share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php 696share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
61share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php 697share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php
62share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php 698share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
63share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php 699share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php
64share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php 700share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
65share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php 701share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
66share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php 702share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
67share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php 703share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php
68share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php 704share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php
69share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php 705share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php
70share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php 706share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
71share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php 707share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php
72share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php 708share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php
73share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php 709share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php
74share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php 710share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php
75share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php 711share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php
76share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Version.php 712share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
77share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php 713share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php
78share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php 714share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php
79share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php 715share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php
80share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php 716share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php
81share/nextcloud/3rdparty/doctrine/collections/.gitignore 717share/nextcloud/3rdparty/doctrine/collections/.gitignore
82share/nextcloud/3rdparty/doctrine/collections/LICENSE 718share/nextcloud/3rdparty/doctrine/collections/LICENSE
83share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php 719share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php
84share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php 720share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
85share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php 721share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
86share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php 722share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php
87share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php 723share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php
88share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php 724share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php
89share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php 725share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php
90share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php 726share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php
91share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php 727share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php
92share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php 728share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php
93share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php 729share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php
94share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php 730share/nextcloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
95share/nextcloud/3rdparty/doctrine/collections/phpunit.xml.dist 731share/nextcloud/3rdparty/doctrine/collections/phpunit.xml.dist
96share/nextcloud/3rdparty/doctrine/common/LICENSE 732share/nextcloud/3rdparty/doctrine/common/LICENSE
97share/nextcloud/3rdparty/doctrine/common/README.md 733share/nextcloud/3rdparty/doctrine/common/README.md
98share/nextcloud/3rdparty/doctrine/common/UPGRADE_TO_2_1 734share/nextcloud/3rdparty/doctrine/common/UPGRADE_TO_2_1
99share/nextcloud/3rdparty/doctrine/common/UPGRADE_TO_2_2 735share/nextcloud/3rdparty/doctrine/common/UPGRADE_TO_2_2
100share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/ClassLoader.php 736share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/ClassLoader.php
101share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/CommonException.php 737share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/CommonException.php
102share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Comparable.php 738share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Comparable.php
103share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventArgs.php 739share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventArgs.php
104share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventManager.php 740share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventManager.php
105share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventSubscriber.php 741share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventSubscriber.php
106share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Lexer.php 742share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Lexer.php
107share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php 743share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php
108share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php 744share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
109share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php 745share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php
110share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php 746share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php
111share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php 747share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php
112share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php 748share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php
113share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php 749share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php
114share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php 750share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php
115share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php 751share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php
116share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php 752share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php
117share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php 753share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
118share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php 754share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php
119share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php 755share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
120share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php 756share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
121share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php 757share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php
122share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php 758share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php
123share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php 759share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
124share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php 760share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
125share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php 761share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php
126share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php 762share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php
127share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php 763share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
128share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php 764share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php
129share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php 765share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php
130share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php 766share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
131share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php 767share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php
132share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php 768share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php
133share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php 769share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php
134share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php 770share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php
135share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php 771share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php
136share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php 772share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php
137share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php 773share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php
138share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php 774share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php
139share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php 775share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
140share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php 776share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php
141share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php 777share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php
142share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php 778share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php
143share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php 779share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php
144share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php 780share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php
145share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php 781share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
146share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php 782share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php
147share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php 783share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
148share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php 784share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php
149share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php 785share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php
150share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php 786share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php
151share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php 787share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php
152share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php 788share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php
153share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php 789share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php
154share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php 790share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
155share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php 791share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php
156share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php 792share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php
157share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Debug.php 793share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Debug.php
158share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Inflector.php 794share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
159share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Version.php 795share/nextcloud/3rdparty/doctrine/common/lib/Doctrine/Common/Version.php
160share/nextcloud/3rdparty/doctrine/dbal/LICENSE 796share/nextcloud/3rdparty/doctrine/dbal/LICENSE
161share/nextcloud/3rdparty/doctrine/dbal/README.md 797share/nextcloud/3rdparty/doctrine/dbal/README.md
162share/nextcloud/3rdparty/doctrine/dbal/SECURITY.md 798share/nextcloud/3rdparty/doctrine/dbal/SECURITY.md
163share/nextcloud/3rdparty/doctrine/dbal/UPGRADE.md 799share/nextcloud/3rdparty/doctrine/dbal/UPGRADE.md
164share/nextcloud/3rdparty/doctrine/dbal/composer.json 800share/nextcloud/3rdparty/doctrine/dbal/composer.json
165share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php 801share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php
166share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php 802share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php
167share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php 803share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php
168share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php 804share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php
169share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php 805share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
170share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php 806share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
171share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php 807share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php
172share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php 808share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php
173share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php 809share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php
174share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver.php 810share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
175share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php 811share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php
176share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php 812share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php
177share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php 813share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
178share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php 814share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php
179share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php 815share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php
180share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php 816share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php
181share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php 817share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php
182share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php 818share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php
183share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php 819share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
184share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php 820share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
185share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php 821share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php
186share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php 822share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php
187share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php 823share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
188share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php 824share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php
189share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php 825share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php
190share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php 826share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php
191share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php 827share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php
192share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php 828share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php
193share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php 829share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php
194share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php 830share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php
195share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php 831share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php
196share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php 832share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php
197share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php 833share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php
198share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php 834share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php
199share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php 835share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php
200share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php 836share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
201share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php 837share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php
202share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php 838share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php
203share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php 839share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
204share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php 840share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php
205share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php 841share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php
206share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php 842share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
207share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php 843share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
208share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php 844share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
209share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php 845share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
210share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php 846share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php
211share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php 847share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
212share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php 848share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php
213share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php 849share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php
214share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php 850share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php
215share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php 851share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php
216share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php 852share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php
217share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php 853share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php
218share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php 854share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php
219share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php 855share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php
220share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php 856share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php
221share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php 857share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
222share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php 858share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
223share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php 859share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
224share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php 860share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php
225share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php 861share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php
226share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php 862share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php
227share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php 863share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php
228share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php 864share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php
229share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php 865share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php
230share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php 866share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php
231share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php 867share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php
232share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php 868share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php
233share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php 869share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php
234share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php 870share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php
235share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php 871share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php
236share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php 872share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php
237share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php 873share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php
238share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php 874share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php
239share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Events.php 875share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Events.php
240share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php 876share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php
241share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php 877share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php
242share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php 878share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php
243share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php 879share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php
244share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php 880share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php
245share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php 881share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php
246share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php 882share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php
247share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php 883share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php
248share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php 884share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php
249share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php 885share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php
250share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php 886share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php
251share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php 887share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php
252share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php 888share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php
253share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php 889share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php
254share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php 890share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php
255share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php 891share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php
256share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php 892share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php
257share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php 893share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php
258share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php 894share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php
259share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php 895share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
260share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php 896share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php
261share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php 897share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
262share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php 898share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
263share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php 899share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
264share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php 900share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php
265share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php 901share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
266share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php 902share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php
267share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php 903share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php
268share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php 904share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php
269share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php 905share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php
270share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php 906share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
271share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php 907share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
272share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php 908share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
273share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php 909share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
274share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php 910share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
275share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php 911share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
276share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php 912share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php
277share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php 913share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php
278share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php 914share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php
279share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php 915share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php
280share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php 916share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php
281share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php 917share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php
282share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php 918share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php
283share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php 919share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php
284share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php 920share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php
285share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php 921share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php
286share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php 922share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
287share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php 923share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
288share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php 924share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
289share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php 925share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
290share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php 926share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
291share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php 927share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
292share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php 928share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php
293share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php 929share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php
294share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php 930share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php
295share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php 931share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
296share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php 932share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php
297share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php 933share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php
298share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php 934share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php
299share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php 935share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php
300share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php 936share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
301share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php 937share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
302share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php 938share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php
303share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php 939share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php
304share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php 940share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
305share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php 941share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
306share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php 942share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
307share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php 943share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php
308share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/README.markdown 944share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/README.markdown
309share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php 945share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
310share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php 946share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php
311share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php 947share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php
312share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php 948share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php
313share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php 949share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php
314share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php 950share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php
315share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php 951share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php
316share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php 952share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php
317share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php 953share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php
318share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php 954share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php
319share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php 955share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php
320share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php 956share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php
321share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php 957share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php
322share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php 958share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php
323share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php 959share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
324share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php 960share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php
325share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php 961share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php
326share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php 962share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php
327share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php 963share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php
328share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php 964share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php
329share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php 965share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php
330share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php 966share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php
331share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php 967share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php
332share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php 968share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
333share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php 969share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php
334share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php 970share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php
335share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php 971share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php
336share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php 972share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php
337share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php 973share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php
338share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php 974share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php
339share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php 975share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php
340share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php 976share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php
341share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php 977share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php
342share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php 978share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php
343share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php 979share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php
344share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php 980share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php
345share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php 981share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php
346share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php 982share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php
347share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php 983share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php
348share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php 984share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php
349share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php 985share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php
350share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php 986share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php
351share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php 987share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php
352share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php 988share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php
353share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php 989share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php
354share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php 990share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php
355share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php 991share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php
356share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Statement.php 992share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Statement.php
357share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php 993share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
358share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php 994share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php
359share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php 995share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php
360share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php 996share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php
361share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php 997share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php
362share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php 998share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
363share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php 999share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
364share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php 1000share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
365share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php 1001share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
366share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php 1002share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
367share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php 1003share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php
368share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php 1004share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
369share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php 1005share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
370share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php 1006share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
371share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php 1007share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
372share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php 1008share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
373share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php 1009share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
374share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php 1010share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
375share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php 1011share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
376share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php 1012share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
377share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php 1013share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
378share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php 1014share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
379share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php 1015share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
380share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php 1016share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
381share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php 1017share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
382share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php 1018share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
383share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php 1019share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php
384share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Version.php 1020share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Version.php
385share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php 1021share/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
386share/nextcloud/3rdparty/doctrine/inflector/.gitignore 1022share/nextcloud/3rdparty/doctrine/inflector/.gitignore
387share/nextcloud/3rdparty/doctrine/inflector/LICENSE 1023share/nextcloud/3rdparty/doctrine/inflector/LICENSE
388share/nextcloud/3rdparty/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php 1024share/nextcloud/3rdparty/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
389share/nextcloud/3rdparty/doctrine/lexer/README.md 1025share/nextcloud/3rdparty/doctrine/lexer/README.md
390share/nextcloud/3rdparty/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php 1026share/nextcloud/3rdparty/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
391share/nextcloud/3rdparty/guzzle/guzzle/.gitignore 1027share/nextcloud/3rdparty/guzzle/guzzle/.gitignore
392share/nextcloud/3rdparty/guzzle/guzzle/CHANGELOG.md 1028share/nextcloud/3rdparty/guzzle/guzzle/CHANGELOG.md
393share/nextcloud/3rdparty/guzzle/guzzle/LICENSE 1029share/nextcloud/3rdparty/guzzle/guzzle/LICENSE
394share/nextcloud/3rdparty/guzzle/guzzle/README.md 1030share/nextcloud/3rdparty/guzzle/guzzle/README.md
395share/nextcloud/3rdparty/guzzle/guzzle/UPGRADING.md 1031share/nextcloud/3rdparty/guzzle/guzzle/UPGRADING.md
396share/nextcloud/3rdparty/guzzle/guzzle/build.xml 1032share/nextcloud/3rdparty/guzzle/guzzle/build.xml
397share/nextcloud/3rdparty/guzzle/guzzle/composer.json 1033share/nextcloud/3rdparty/guzzle/guzzle/composer.json
398share/nextcloud/3rdparty/guzzle/guzzle/docs/Makefile 1034share/nextcloud/3rdparty/guzzle/guzzle/docs/Makefile
399share/nextcloud/3rdparty/guzzle/guzzle/docs/_downloads/guzzle-schema-1.0.json 1035share/nextcloud/3rdparty/guzzle/guzzle/docs/_downloads/guzzle-schema-1.0.json
400share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/guzzle-icon.png 1036share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/guzzle-icon.png
401share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/homepage.css 1037share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/homepage.css
402share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/logo.png 1038share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/logo.png
403share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/prettify.css 1039share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/prettify.css
404share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/prettify.js 1040share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/prettify.js
405share/nextcloud/3rdparty/guzzle/guzzle/docs/_templates/index.html 1041share/nextcloud/3rdparty/guzzle/guzzle/docs/_templates/index.html
406share/nextcloud/3rdparty/guzzle/guzzle/docs/_templates/leftbar.html 1042share/nextcloud/3rdparty/guzzle/guzzle/docs/_templates/leftbar.html
407share/nextcloud/3rdparty/guzzle/guzzle/docs/_templates/nav_links.html 1043share/nextcloud/3rdparty/guzzle/guzzle/docs/_templates/nav_links.html
408share/nextcloud/3rdparty/guzzle/guzzle/docs/batching/batching.rst 1044share/nextcloud/3rdparty/guzzle/guzzle/docs/batching/batching.rst
409share/nextcloud/3rdparty/guzzle/guzzle/docs/conf.py 1045share/nextcloud/3rdparty/guzzle/guzzle/docs/conf.py
410share/nextcloud/3rdparty/guzzle/guzzle/docs/docs.rst 1046share/nextcloud/3rdparty/guzzle/guzzle/docs/docs.rst
411share/nextcloud/3rdparty/guzzle/guzzle/docs/getting-started/faq.rst 1047share/nextcloud/3rdparty/guzzle/guzzle/docs/getting-started/faq.rst
412share/nextcloud/3rdparty/guzzle/guzzle/docs/getting-started/installation.rst 1048share/nextcloud/3rdparty/guzzle/guzzle/docs/getting-started/installation.rst
413share/nextcloud/3rdparty/guzzle/guzzle/docs/getting-started/overview.rst 1049share/nextcloud/3rdparty/guzzle/guzzle/docs/getting-started/overview.rst
414share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/client.rst 1050share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/client.rst
415share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/entity-bodies.rst 1051share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/entity-bodies.rst
416share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/http-redirects.rst 1052share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/http-redirects.rst
417share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/request.rst 1053share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/request.rst
418share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/response.rst 1054share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/response.rst
419share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/uri-templates.rst 1055share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/uri-templates.rst
420share/nextcloud/3rdparty/guzzle/guzzle/docs/index.rst 1056share/nextcloud/3rdparty/guzzle/guzzle/docs/index.rst
421share/nextcloud/3rdparty/guzzle/guzzle/docs/iterators/guzzle-iterators.rst 1057share/nextcloud/3rdparty/guzzle/guzzle/docs/iterators/guzzle-iterators.rst
422share/nextcloud/3rdparty/guzzle/guzzle/docs/iterators/resource-iterators.rst 1058share/nextcloud/3rdparty/guzzle/guzzle/docs/iterators/resource-iterators.rst
423share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/async-plugin.rst 1059share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/async-plugin.rst
424share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/backoff-plugin.rst 1060share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/backoff-plugin.rst
425share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/cache-plugin.rst 1061share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/cache-plugin.rst
426share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/cookie-plugin.rst 1062share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/cookie-plugin.rst
427share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/creating-plugins.rst 1063share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/creating-plugins.rst
428share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/curl-auth-plugin.rst 1064share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/curl-auth-plugin.rst
429share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/history-plugin.rst 1065share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/history-plugin.rst
430share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/log-plugin.rst 1066share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/log-plugin.rst
431share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/md5-validator-plugin.rst 1067share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/md5-validator-plugin.rst
432share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/mock-plugin.rst 1068share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/mock-plugin.rst
433share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/oauth-plugin.rst 1069share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/oauth-plugin.rst
434share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/plugins-list.rst.inc 1070share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/plugins-list.rst.inc
435share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/plugins-overview.rst 1071share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/plugins-overview.rst
436share/nextcloud/3rdparty/guzzle/guzzle/docs/requirements.txt 1072share/nextcloud/3rdparty/guzzle/guzzle/docs/requirements.txt
437share/nextcloud/3rdparty/guzzle/guzzle/docs/testing/unit-testing.rst 1073share/nextcloud/3rdparty/guzzle/guzzle/docs/testing/unit-testing.rst
438share/nextcloud/3rdparty/guzzle/guzzle/docs/webservice-client/guzzle-service-descriptions.rst 1074share/nextcloud/3rdparty/guzzle/guzzle/docs/webservice-client/guzzle-service-descriptions.rst
439share/nextcloud/3rdparty/guzzle/guzzle/docs/webservice-client/using-the-service-builder.rst 1075share/nextcloud/3rdparty/guzzle/guzzle/docs/webservice-client/using-the-service-builder.rst
440share/nextcloud/3rdparty/guzzle/guzzle/docs/webservice-client/webservice-client.rst 1076share/nextcloud/3rdparty/guzzle/guzzle/docs/webservice-client/webservice-client.rst
441share/nextcloud/3rdparty/guzzle/guzzle/phar-stub.php 1077share/nextcloud/3rdparty/guzzle/guzzle/phar-stub.php
442share/nextcloud/3rdparty/guzzle/guzzle/phing/build.properties.dist 1078share/nextcloud/3rdparty/guzzle/guzzle/phing/build.properties.dist
443share/nextcloud/3rdparty/guzzle/guzzle/phing/imports/dependencies.xml 1079share/nextcloud/3rdparty/guzzle/guzzle/phing/imports/dependencies.xml
444share/nextcloud/3rdparty/guzzle/guzzle/phing/imports/deploy.xml 1080share/nextcloud/3rdparty/guzzle/guzzle/phing/imports/deploy.xml
445share/nextcloud/3rdparty/guzzle/guzzle/phing/tasks/ComposerLintTask.php 1081share/nextcloud/3rdparty/guzzle/guzzle/phing/tasks/ComposerLintTask.php
446share/nextcloud/3rdparty/guzzle/guzzle/phing/tasks/GuzzlePearPharPackageTask.php 1082share/nextcloud/3rdparty/guzzle/guzzle/phing/tasks/GuzzlePearPharPackageTask.php
447share/nextcloud/3rdparty/guzzle/guzzle/phing/tasks/GuzzleSubSplitTask.php 1083share/nextcloud/3rdparty/guzzle/guzzle/phing/tasks/GuzzleSubSplitTask.php
448share/nextcloud/3rdparty/guzzle/guzzle/phpunit.xml.dist 1084share/nextcloud/3rdparty/guzzle/guzzle/phpunit.xml.dist
449share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php 1085share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php
450share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/Batch.php 1086share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/Batch.php
451share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php 1087share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php
452share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php 1088share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php
453share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php 1089share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php
454share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php 1090share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php
455share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php 1091share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php
456share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php 1092share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php
457share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php 1093share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php
458share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php 1094share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php
459share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php 1095share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php
460share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php 1096share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php
461share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php 1097share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php
462share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php 1098share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php
463share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php 1099share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php
464share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php 1100share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php
465share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/composer.json 1101share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/composer.json
466share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php 1102share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php
467share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php 1103share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php
468share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php 1104share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php
469share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php 1105share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php
470share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php 1106share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php
471share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php 1107share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php
472share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php 1108share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php
473share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php 1109share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php
474share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/composer.json 1110share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/composer.json
475share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php 1111share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php
476share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Collection.php 1112share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Collection.php
477share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Event.php 1113share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Event.php
478share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php 1114share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php
479share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php 1115share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php
480share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php 1116share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php
481share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php 1117share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php
482share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php 1118share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php
483share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php 1119share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php
484share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php 1120share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php
485share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php 1121share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php
486share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php 1122share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php
487share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Version.php 1123share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Version.php
488share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/composer.json 1124share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/composer.json
489share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php 1125share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php
490share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php 1126share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php
491share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Client.php 1127share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Client.php
492share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php 1128share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php
493share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php 1129share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php
494share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php 1130share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php
495share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php 1131share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php
496share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php 1132share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php
497share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php 1133share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php
498share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php 1134share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php
499share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/EntityBody.php 1135share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/EntityBody.php
500share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php 1136share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php
501share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php 1137share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php
502share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php 1138share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php
503share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php 1139share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php
504share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php 1140share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
505share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php 1141share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php
506share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php 1142share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php
507share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php 1143share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php
508share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php 1144share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php
509share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php 1145share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php
510share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php 1146share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php
511share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php 1147share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php
512share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php 1148share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php
513share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php 1149share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
514share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header.php 1150share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header.php
515share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php 1151share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php
516share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php 1152share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php
517share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php 1153share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php
518share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php 1154share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
519share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php 1155share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php
520share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php 1156share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php
521share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php 1157share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php
522share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php 1158share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php
523share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php 1159share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php
524share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Request.php 1160share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Request.php
525share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php 1161share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php
526share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php 1162share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php
527share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php 1163share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php
528share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Response.php 1164share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Response.php
529share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php 1165share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php
530share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php 1166share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php
531share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php 1167share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
532share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php 1168share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php
533share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php 1169share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
534share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryString.php 1170share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryString.php
535share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php 1171share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php
536share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php 1172share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php
537share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem 1173share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem
538share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem.md5 1174share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem.md5
539share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/StaticClient.php 1175share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/StaticClient.php
540share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Url.php 1176share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Url.php
541share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/composer.json 1177share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/composer.json
542share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php 1178share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php
543share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php 1179share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php
544share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php 1180share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php
545share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php 1181share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php
546share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/composer.json 1182share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/composer.json
547share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php 1183share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php
548share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php 1184share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php
549share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php 1185share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php
550share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php 1186share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php
551share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php 1187share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php
552share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/README.md 1188share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/README.md
553share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/composer.json 1189share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/composer.json
554share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php 1190share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php
555share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php 1191share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php
556share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php 1192share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php
557share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php 1193share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php
558share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php 1194share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php
559share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php 1195share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php
560share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php 1196share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php
561share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php 1197share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php
562share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php 1198share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php
563share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/composer.json 1199share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/composer.json
564share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php 1200share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php
565share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php 1201share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php
566share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php 1202share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php
567share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php 1203share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php
568share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php 1204share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php
569share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php 1205share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php
570share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php 1206share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php
571share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php 1207share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
572share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php 1208share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php
573share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php 1209share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
574share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php 1210share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php
575share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php 1211share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php
576share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/composer.json 1212share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/composer.json
577share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php 1213share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php
578share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json 1214share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json
579share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php 1215share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php
580share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php 1216share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php
581share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php 1217share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php
582share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php 1218share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php
583share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php 1219share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php
584share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php 1220share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php
585share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php 1221share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php
586share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php 1222share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php
587share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php 1223share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php
588share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php 1224share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php
589share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php 1225share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php
590share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php 1226share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php
591share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php 1227share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php
592share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json 1228share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json
593share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php 1229share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php
594share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php 1230share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php
595share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php 1231share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php
596share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php 1232share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php
597share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php 1233share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php
598share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php 1234share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php
599share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php 1235share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php
600share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php 1236share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php
601share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php 1237share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php
602share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php 1238share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php
603share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php 1239share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php
604share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php 1240share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php
605share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json 1241share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json
606share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php 1242share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php
607share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php 1243share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php
608share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php 1244share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php
609share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php 1245share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php
610share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php 1246share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php
611share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php 1247share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php
612share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json 1248share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json
613share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php 1249share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php
614share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json 1250share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json
615share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php 1251share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php
616share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php 1252share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php
617share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php 1253share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php
618share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json 1254share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json
619share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php 1255share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php
620share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json 1256share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json
621share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php 1257share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php
622share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json 1258share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json
623share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php 1259share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php
624share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php 1260share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php
625share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json 1261share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json
626share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php 1262share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php
627share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json 1263share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json
628share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php 1264share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php
629share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json 1265share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json
630share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/composer.json 1266share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/composer.json
631share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php 1267share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php
632share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php 1268share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php
633share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php 1269share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php
634share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php 1270share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php
635share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php 1271share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php
636share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Client.php 1272share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Client.php
637share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php 1273share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php
638share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php 1274share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php
639share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php 1275share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php
640share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php 1276share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php
641share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php 1277share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php
642share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php 1278share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php
643share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php 1279share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php
644share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php 1280share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php
645share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php 1281share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php
646share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php 1282share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php
647share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php 1283share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php
648share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php 1284share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php
649share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php 1285share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php
650share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php 1286share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php
651share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php 1287share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php
652share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php 1288share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php
653share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php 1289share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php
654share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php 1290share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php
655share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php 1291share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php
656share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php 1292share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php
657share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php 1293share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php
658share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php 1294share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php
659share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php 1295share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php
660share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php 1296share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php
661share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php 1297share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php
662share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php 1298share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php
663share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php 1299share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php
664share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php 1300share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php
665share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php 1301share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php
666share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php 1302share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php
667share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php 1303share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php
668share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php 1304share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php
669share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php 1305share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php
670share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php 1306share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php
671share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php 1307share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php
672share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php 1308share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php
673share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php 1309share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php
674share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php 1310share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php
675share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php 1311share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php
676share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php 1312share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php
677share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php 1313share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php
678share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php 1314share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php
679share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php 1315share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php
680share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php 1316share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php
681share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php 1317share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php
682share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php 1318share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php
683share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php 1319share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php
684share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php 1320share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php
685share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php 1321share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php
686share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php 1322share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php
687share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php 1323share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php
688share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php 1324share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php
689share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php 1325share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php
690share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php 1326share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php
691share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php 1327share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php
692share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php 1328share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php
693share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php 1329share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php
694share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php 1330share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php
695share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php 1331share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php
696share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php 1332share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php
697share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php 1333share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php
698share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php 1334share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php
699share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php 1335share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php
700share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php 1336share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php
701share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/composer.json 1337share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Service/composer.json
702share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php 1338share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php
703share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Stream/Stream.php 1339share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Stream/Stream.php
704share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php 1340share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php
705share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php 1341share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php
706share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Stream/composer.json 1342share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Stream/composer.json
707share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/AbstractBatchDecoratorTest.php 1343share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/AbstractBatchDecoratorTest.php
708share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchBuilderTest.php 1344share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchBuilderTest.php
709share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureDivisorTest.php 1345share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureDivisorTest.php
710share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureTransferTest.php 1346share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureTransferTest.php
711share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchCommandTransferTest.php 1347share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchCommandTransferTest.php
712share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchRequestTransferTest.php 1348share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchRequestTransferTest.php
713share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchSizeDivisorTest.php 1349share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchSizeDivisorTest.php
714share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchTest.php 1350share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchTest.php
715share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/ExceptionBufferingBatchTest.php 1351share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/ExceptionBufferingBatchTest.php
716share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/FlushingBatchTest.php 1352share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/FlushingBatchTest.php
717share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/HistoryBatchTest.php 1353share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/HistoryBatchTest.php
718share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/NotifyingBatchTest.php 1354share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Batch/NotifyingBatchTest.php
719share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterFactoryTest.php 1355share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterFactoryTest.php
720share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterTest.php 1356share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterTest.php
721share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Cache/ClosureCacheAdapterTest.php 1357share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Cache/ClosureCacheAdapterTest.php
722share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Cache/NullCacheAdapterTest.php 1358share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Cache/NullCacheAdapterTest.php
723share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Cache/Zf2CacheAdapterTest.php 1359share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Cache/Zf2CacheAdapterTest.php
724share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Common/AbstractHasDispatcherTest.php 1360share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Common/AbstractHasDispatcherTest.php
725share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Common/CollectionTest.php 1361share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Common/CollectionTest.php
726share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Common/EventTest.php 1362share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Common/EventTest.php
727share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/BatchTransferExceptionTest.php 1363share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/BatchTransferExceptionTest.php
728share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/ExceptionCollectionTest.php 1364share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/ExceptionCollectionTest.php
729share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Common/VersionTest.php 1365share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Common/VersionTest.php
730share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/GuzzleTestCase.php 1366share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/GuzzleTestCase.php
731share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/AbstractEntityBodyDecoratorTest.php 1367share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/AbstractEntityBodyDecoratorTest.php
732share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/CachingEntityBodyTest.php 1368share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/CachingEntityBodyTest.php
733share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/ClientTest.php 1369share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/ClientTest.php
734share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlHandleTest.php 1370share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlHandleTest.php
735share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiProxyTest.php 1371share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiProxyTest.php
736share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiTest.php 1372share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiTest.php
737share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlVersionTest.php 1373share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlVersionTest.php
738share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/RequestMediatorTest.php 1374share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/RequestMediatorTest.php
739share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/EntityBodyTest.php 1375share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/EntityBodyTest.php
740share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/CurlExceptionTest.php 1376share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/CurlExceptionTest.php
741share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php 1377share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php
742share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/MultiTransferExceptionTest.php 1378share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/MultiTransferExceptionTest.php
743share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/IoEmittingEntityBodyTest.php 1379share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/IoEmittingEntityBodyTest.php
744share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/AbstractMessageTest.php 1380share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/AbstractMessageTest.php
745share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/EntityEnclosingRequestTest.php 1381share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/EntityEnclosingRequestTest.php
746share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/HeaderFactoryTest.php 1382share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/HeaderFactoryTest.php
747share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/LinkTest.php 1383share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/LinkTest.php
748share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderComparison.php 1384share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderComparison.php
749share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderComparisonTest.php 1385share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderComparisonTest.php
750share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderTest.php 1386share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderTest.php
751share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/PostFileTest.php 1387share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/PostFileTest.php
752share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestFactoryTest.php 1388share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestFactoryTest.php
753share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestTest.php 1389share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestTest.php
754share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/ResponseTest.php 1390share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/ResponseTest.php
755share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/MimetypesTest.php 1391share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/MimetypesTest.php
756share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/CommaAggregatorTest.php 1392share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/CommaAggregatorTest.php
757share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/DuplicateAggregatorTest.php 1393share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/DuplicateAggregatorTest.php
758share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/PhpAggregatorTest.php 1394share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/PhpAggregatorTest.php
759share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryStringTest.php 1395share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryStringTest.php
760share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/ReadLimitEntityBodyTest.php 1396share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/ReadLimitEntityBodyTest.php
761share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/RedirectPluginTest.php 1397share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/RedirectPluginTest.php
762share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Server.php 1398share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/Server.php
763share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/StaticClientTest.php 1399share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/StaticClientTest.php
764share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/UrlTest.php 1400share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/UrlTest.php
765share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/server.js 1401share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Http/server.js
766share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Inflection/InflectorTest.php 1402share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Inflection/InflectorTest.php
767share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Inflection/MemoizingInflectorTest.php 1403share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Inflection/MemoizingInflectorTest.php
768share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Inflection/PreComputedInflectorTest.php 1404share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Inflection/PreComputedInflectorTest.php
769share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Iterator/AppendIteratorTest.php 1405share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Iterator/AppendIteratorTest.php
770share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Iterator/ChunkedIteratorTest.php 1406share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Iterator/ChunkedIteratorTest.php
771share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Iterator/FilterIteratorTest.php 1407share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Iterator/FilterIteratorTest.php
772share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MapIteratorTest.php 1408share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MapIteratorTest.php
773share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MethodProxyIteratorTest.php 1409share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MethodProxyIteratorTest.php
774share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Log/ArrayLogAdapterTest.php 1410share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Log/ArrayLogAdapterTest.php
775share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Log/ClosureLogAdapterTest.php 1411share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Log/ClosureLogAdapterTest.php
776share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Log/MessageFormatterTest.php 1412share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Log/MessageFormatterTest.php
777share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Log/PsrLogAdapterTest.php 1413share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Log/PsrLogAdapterTest.php
778share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Log/Zf2LogAdapterTest.php 1414share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Log/Zf2LogAdapterTest.php
779share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Mock/CustomResponseModel.php 1415share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Mock/CustomResponseModel.php
780share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Mock/ErrorResponseMock.php 1416share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Mock/ErrorResponseMock.php
781share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Mock/ExceptionMock.php 1417share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Mock/ExceptionMock.php
782share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockMulti.php 1418share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockMulti.php
783share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockObserver.php 1419share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockObserver.php
784share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockSubject.php 1420share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockSubject.php
785share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserProvider.php 1421share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserProvider.php
786share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserTest.php 1422share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserTest.php
787share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserProvider.php 1423share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserProvider.php
788share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserTest.php 1424share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserTest.php
789share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/PeclHttpMessageParserTest.php 1425share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/PeclHttpMessageParserTest.php
790share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/ParserRegistryTest.php 1426share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/ParserRegistryTest.php
791share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/AbstractUriTemplateTest.php 1427share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/AbstractUriTemplateTest.php
792share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/PeclUriTemplateTest.php 1428share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/PeclUriTemplateTest.php
793share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/UriTemplateTest.php 1429share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/UriTemplateTest.php
794share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Async/AsyncPluginTest.php 1430share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Async/AsyncPluginTest.php
795share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/AbstractBackoffStrategyTest.php 1431share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/AbstractBackoffStrategyTest.php
796share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffLoggerTest.php 1432share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffLoggerTest.php
797share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffPluginTest.php 1433share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffPluginTest.php
798share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CallbackBackoffStrategyTest.php 1434share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CallbackBackoffStrategyTest.php
799share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ConstantBackoffStrategyTest.php 1435share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ConstantBackoffStrategyTest.php
800share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CurlBackoffStrategyTest.php 1436share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CurlBackoffStrategyTest.php
801share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ExponentialBackoffStrategyTest.php 1437share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ExponentialBackoffStrategyTest.php
802share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/HttpBackoffStrategyTest.php 1438share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/HttpBackoffStrategyTest.php
803share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/LinearBackoffStrategyTest.php 1439share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/LinearBackoffStrategyTest.php
804share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ReasonPhraseBackoffStrategyTest.php 1440share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ReasonPhraseBackoffStrategyTest.php
805share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/TruncatedBackoffStrategyTest.php 1441share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/TruncatedBackoffStrategyTest.php
806share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CachePluginTest.php 1442share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CachePluginTest.php
807share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CallbackCanCacheStrategyTest.php 1443share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CallbackCanCacheStrategyTest.php
808share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCacheStorageTest.php 1444share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCacheStorageTest.php
809share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCanCacheStrategyTest.php 1445share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCanCacheStrategyTest.php
810share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultRevalidationTest.php 1446share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultRevalidationTest.php
811share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DenyRevalidationTest.php 1447share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DenyRevalidationTest.php
812share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/SkipRevalidationTest.php 1448share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/SkipRevalidationTest.php
813share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/ArrayCookieJarTest.php 1449share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/ArrayCookieJarTest.php
814share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/FileCookieJarTest.php 1450share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/FileCookieJarTest.php
815share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookiePluginTest.php 1451share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookiePluginTest.php
816share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieTest.php 1452share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieTest.php
817share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/CurlAuth/CurlAuthPluginTest.php 1453share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/CurlAuth/CurlAuthPluginTest.php
818share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/ErrorResponse/ErrorResponsePluginTest.php 1454share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/ErrorResponse/ErrorResponsePluginTest.php
819share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/History/HistoryPluginTest.php 1455share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/History/HistoryPluginTest.php
820share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Log/LogPluginTest.php 1456share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Log/LogPluginTest.php
821share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/CommandContentMd5PluginTest.php 1457share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/CommandContentMd5PluginTest.php
822share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/Md5ValidatorPluginTest.php 1458share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/Md5ValidatorPluginTest.php
823share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Mock/MockPluginTest.php 1459share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Mock/MockPluginTest.php
824share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Oauth/OauthPluginTest.php 1460share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Oauth/OauthPluginTest.php
825share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/AbstractConfigLoaderTest.php 1461share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/AbstractConfigLoaderTest.php
826share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder/ServiceBuilderLoaderTest.php 1462share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder/ServiceBuilderLoaderTest.php
827share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder/ServiceBuilderTest.php 1463share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder/ServiceBuilderTest.php
828share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/CachingConfigLoaderTest.php 1464share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/CachingConfigLoaderTest.php
829share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/ClientTest.php 1465share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/ClientTest.php
830share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/AbstractCommandTest.php 1466share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/AbstractCommandTest.php
831share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/ClosureCommandTest.php 1467share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/ClosureCommandTest.php
832share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/CommandTest.php 1468share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/CommandTest.php
833share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultRequestSerializerTest.php 1469share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultRequestSerializerTest.php
834share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultResponseParserTest.php 1470share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultResponseParserTest.php
835share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/AliasFactoryTest.php 1471share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/AliasFactoryTest.php
836share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/CompositeFactoryTest.php 1472share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/CompositeFactoryTest.php
837share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/ConcreteClassFactoryTest.php 1473share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/ConcreteClassFactoryTest.php
838share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/MapFactoryTest.php 1474share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/MapFactoryTest.php
839share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/ServiceDescriptionFactoryTest.php 1475share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/ServiceDescriptionFactoryTest.php
840share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/AbstractVisitorTestCase.php 1476share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/AbstractVisitorTestCase.php
841share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/BodyVisitorTest.php 1477share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/BodyVisitorTest.php
842share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/HeaderVisitorTest.php 1478share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/HeaderVisitorTest.php
843share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/JsonVisitorTest.php 1479share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/JsonVisitorTest.php
844share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFieldVisitorTest.php 1480share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFieldVisitorTest.php
845share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFileVisitorTest.php 1481share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFileVisitorTest.php
846share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/QueryVisitorTest.php 1482share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/QueryVisitorTest.php
847share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/ResponseBodyVisitorTest.php 1483share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/ResponseBodyVisitorTest.php
848share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/XmlVisitorTest.php 1484share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/XmlVisitorTest.php
849share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/AbstractResponseVisitorTest.php 1485share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/AbstractResponseVisitorTest.php
850share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/BodyVisitorTest.php 1486share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/BodyVisitorTest.php
851share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/HeaderVisitorTest.php 1487share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/HeaderVisitorTest.php
852share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/JsonVisitorTest.php 1488share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/JsonVisitorTest.php
853share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/ReasonPhraseVisitorTest.php 1489share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/ReasonPhraseVisitorTest.php
854share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/StatusCodeVisitorTest.php 1490share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/StatusCodeVisitorTest.php
855share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/XmlVisitorTest.php 1491share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/XmlVisitorTest.php
856share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/VisitorFlyweightTest.php 1492share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/VisitorFlyweightTest.php
857share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationCommandTest.php 1493share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationCommandTest.php
858share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationResponseParserTest.php 1494share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationResponseParserTest.php
859share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/OperationTest.php 1495share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/OperationTest.php
860share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ParameterTest.php 1496share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ParameterTest.php
861share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaFormatterTest.php 1497share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaFormatterTest.php
862share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaValidatorTest.php 1498share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaValidatorTest.php
863share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionLoaderTest.php 1499share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionLoaderTest.php
864share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionTest.php 1500share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionTest.php
865share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/CommandTransferExceptionTest.php 1501share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/CommandTransferExceptionTest.php
866share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/InconsistentClientTransferExceptionTest.php 1502share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/InconsistentClientTransferExceptionTest.php
867share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/ValidationExceptionTest.php 1503share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/ValidationExceptionTest.php
868share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/IterableCommand.php 1504share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/IterableCommand.php
869share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/MockCommand.php 1505share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/MockCommand.php
870share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/OtherCommand.php 1506share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/OtherCommand.php
871share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/Sub/Sub.php 1507share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/Sub/Sub.php
872share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/MockClient.php 1508share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/MockClient.php
873share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Model/MockCommandIterator.php 1509share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Model/MockCommandIterator.php
874share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/CompositeResourceIteratorFactoryTest.php 1510share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/CompositeResourceIteratorFactoryTest.php
875share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/MapResourceIteratorFactoryTest.php 1511share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/MapResourceIteratorFactoryTest.php
876share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ModelTest.php 1512share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ModelTest.php
877share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorClassFactoryTest.php 1513share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorClassFactoryTest.php
878share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorTest.php 1514share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorTest.php
879share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Stream/PhpStreamRequestFactoryTest.php 1515share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Stream/PhpStreamRequestFactoryTest.php
880share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Stream/StreamTest.php 1516share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Stream/StreamTest.php
881share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/FileBody.txt 1517share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/FileBody.txt
882share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/description/bar.json 1518share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/description/bar.json
883share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/description/baz.json 1519share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/description/baz.json
884share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/description/foo.json 1520share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/description/foo.json
885share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/description/recursive.json 1521share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/description/recursive.json
886share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/mock_response 1522share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/mock_response
887share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/services/json1.json 1523share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/services/json1.json
888share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/services/json2.json 1524share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/services/json2.json
889share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/services/services.json 1525share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/services/services.json
890share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/test_service.json 1526share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/test_service.json
891share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/test_service2.json 1527share/nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/test_service2.json
892share/nextcloud/3rdparty/guzzle/guzzle/tests/bootstrap.php 1528share/nextcloud/3rdparty/guzzle/guzzle/tests/bootstrap.php
893share/nextcloud/3rdparty/guzzlehttp/guzzle/LICENSE 1529share/nextcloud/3rdparty/guzzlehttp/guzzle/LICENSE
894share/nextcloud/3rdparty/guzzlehttp/guzzle/src/BatchResults.php 1530share/nextcloud/3rdparty/guzzlehttp/guzzle/src/BatchResults.php
895share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php 1531share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php
896share/nextcloud/3rdparty/guzzlehttp/guzzle/src/ClientInterface.php 1532share/nextcloud/3rdparty/guzzlehttp/guzzle/src/ClientInterface.php
897share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Collection.php 1533share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Collection.php
898share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJar.php 1534share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJar.php
899share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php 1535share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
900share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php 1536share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
901share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php 1537share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
902share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/SetCookie.php 1538share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Cookie/SetCookie.php
903share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractEvent.php 1539share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractEvent.php
904share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php 1540share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php
905share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php 1541share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php
906share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php 1542share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php
907share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/BeforeEvent.php 1543share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/BeforeEvent.php
908share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/CompleteEvent.php 1544share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/CompleteEvent.php
909share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/Emitter.php 1545share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/Emitter.php
910share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/EmitterInterface.php 1546share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/EmitterInterface.php
911share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/EndEvent.php 1547share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/EndEvent.php
912share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/ErrorEvent.php 1548share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/ErrorEvent.php
913share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/EventInterface.php 1549share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/EventInterface.php
914share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php 1550share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
915share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php 1551share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
916share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php 1552share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
917share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/ProgressEvent.php 1553share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/ProgressEvent.php
918share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/RequestEvents.php 1554share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/RequestEvents.php
919share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/SubscriberInterface.php 1555share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
920share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/BadResponseException.php 1556share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/BadResponseException.php
921share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ClientException.php 1557share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ClientException.php
922share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ConnectException.php 1558share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ConnectException.php
923share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php 1559share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php
924share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ParseException.php 1560share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ParseException.php
925share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/RequestException.php 1561share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/RequestException.php
926share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ServerException.php 1562share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/ServerException.php
927share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/StateException.php 1563share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/StateException.php
928share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php 1564share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
929share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/TransferException.php 1565share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/TransferException.php
930share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/XmlParseException.php 1566share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Exception/XmlParseException.php
931share/nextcloud/3rdparty/guzzlehttp/guzzle/src/HasDataTrait.php 1567share/nextcloud/3rdparty/guzzlehttp/guzzle/src/HasDataTrait.php
932share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/AbstractMessage.php 1568share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/AbstractMessage.php
933share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php 1569share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php
934share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/FutureResponse.php 1570share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/FutureResponse.php
935share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactory.php 1571share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactory.php
936share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php 1572share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
937share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageInterface.php 1573share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageInterface.php
938share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageParser.php 1574share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageParser.php
939share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/Request.php 1575share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/Request.php
940share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/RequestInterface.php 1576share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/RequestInterface.php
941share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/Response.php 1577share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/Response.php
942share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/ResponseInterface.php 1578share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/ResponseInterface.php
943share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Mimetypes.php 1579share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Mimetypes.php
944share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Pool.php 1580share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Pool.php
945share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Post/MultipartBody.php 1581share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Post/MultipartBody.php
946share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Post/PostBody.php 1582share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Post/PostBody.php
947share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Post/PostBodyInterface.php 1583share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Post/PostBodyInterface.php
948share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Post/PostFile.php 1584share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Post/PostFile.php
949share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Post/PostFileInterface.php 1585share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Post/PostFileInterface.php
950share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Query.php 1586share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Query.php
951share/nextcloud/3rdparty/guzzlehttp/guzzle/src/QueryParser.php 1587share/nextcloud/3rdparty/guzzlehttp/guzzle/src/QueryParser.php
952share/nextcloud/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php 1588share/nextcloud/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php
953share/nextcloud/3rdparty/guzzlehttp/guzzle/src/RingBridge.php 1589share/nextcloud/3rdparty/guzzlehttp/guzzle/src/RingBridge.php
954share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Cookie.php 1590share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Cookie.php
955share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/History.php 1591share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/History.php
956share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/HttpError.php 1592share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/HttpError.php
957share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Mock.php 1593share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Mock.php
958share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Prepare.php 1594share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Prepare.php
959share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Redirect.php 1595share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Redirect.php
960share/nextcloud/3rdparty/guzzlehttp/guzzle/src/ToArrayInterface.php 1596share/nextcloud/3rdparty/guzzlehttp/guzzle/src/ToArrayInterface.php
961share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Transaction.php 1597share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Transaction.php
962share/nextcloud/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php 1598share/nextcloud/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php
963share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Url.php 1599share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Url.php
964share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Utils.php 1600share/nextcloud/3rdparty/guzzlehttp/guzzle/src/Utils.php
 1601share/nextcloud/3rdparty/guzzlehttp/promises/CHANGELOG.md
 1602share/nextcloud/3rdparty/guzzlehttp/promises/LICENSE
 1603share/nextcloud/3rdparty/guzzlehttp/promises/Makefile
 1604share/nextcloud/3rdparty/guzzlehttp/promises/README.md
 1605share/nextcloud/3rdparty/guzzlehttp/promises/composer.json
 1606share/nextcloud/3rdparty/guzzlehttp/promises/src/AggregateException.php
 1607share/nextcloud/3rdparty/guzzlehttp/promises/src/CancellationException.php
 1608share/nextcloud/3rdparty/guzzlehttp/promises/src/Coroutine.php
 1609share/nextcloud/3rdparty/guzzlehttp/promises/src/EachPromise.php
 1610share/nextcloud/3rdparty/guzzlehttp/promises/src/FulfilledPromise.php
 1611share/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php
 1612share/nextcloud/3rdparty/guzzlehttp/promises/src/PromiseInterface.php
 1613share/nextcloud/3rdparty/guzzlehttp/promises/src/PromisorInterface.php
 1614share/nextcloud/3rdparty/guzzlehttp/promises/src/RejectedPromise.php
 1615share/nextcloud/3rdparty/guzzlehttp/promises/src/RejectionException.php
 1616share/nextcloud/3rdparty/guzzlehttp/promises/src/TaskQueue.php
 1617share/nextcloud/3rdparty/guzzlehttp/promises/src/TaskQueueInterface.php
 1618share/nextcloud/3rdparty/guzzlehttp/promises/src/functions.php
 1619share/nextcloud/3rdparty/guzzlehttp/promises/src/functions_include.php
 1620share/nextcloud/3rdparty/guzzlehttp/psr7/CHANGELOG.md
 1621share/nextcloud/3rdparty/guzzlehttp/psr7/LICENSE
 1622share/nextcloud/3rdparty/guzzlehttp/psr7/README.md
 1623share/nextcloud/3rdparty/guzzlehttp/psr7/composer.json
 1624share/nextcloud/3rdparty/guzzlehttp/psr7/src/AppendStream.php
 1625share/nextcloud/3rdparty/guzzlehttp/psr7/src/BufferStream.php
 1626share/nextcloud/3rdparty/guzzlehttp/psr7/src/CachingStream.php
 1627share/nextcloud/3rdparty/guzzlehttp/psr7/src/DroppingStream.php
 1628share/nextcloud/3rdparty/guzzlehttp/psr7/src/FnStream.php
 1629share/nextcloud/3rdparty/guzzlehttp/psr7/src/InflateStream.php
 1630share/nextcloud/3rdparty/guzzlehttp/psr7/src/LazyOpenStream.php
 1631share/nextcloud/3rdparty/guzzlehttp/psr7/src/LimitStream.php
 1632share/nextcloud/3rdparty/guzzlehttp/psr7/src/MessageTrait.php
 1633share/nextcloud/3rdparty/guzzlehttp/psr7/src/MultipartStream.php
 1634share/nextcloud/3rdparty/guzzlehttp/psr7/src/NoSeekStream.php
 1635share/nextcloud/3rdparty/guzzlehttp/psr7/src/PumpStream.php
 1636share/nextcloud/3rdparty/guzzlehttp/psr7/src/Request.php
 1637share/nextcloud/3rdparty/guzzlehttp/psr7/src/Response.php
 1638share/nextcloud/3rdparty/guzzlehttp/psr7/src/ServerRequest.php
 1639share/nextcloud/3rdparty/guzzlehttp/psr7/src/Stream.php
 1640share/nextcloud/3rdparty/guzzlehttp/psr7/src/StreamDecoratorTrait.php
 1641share/nextcloud/3rdparty/guzzlehttp/psr7/src/StreamWrapper.php
 1642share/nextcloud/3rdparty/guzzlehttp/psr7/src/UploadedFile.php
 1643share/nextcloud/3rdparty/guzzlehttp/psr7/src/Uri.php
 1644share/nextcloud/3rdparty/guzzlehttp/psr7/src/UriNormalizer.php
 1645share/nextcloud/3rdparty/guzzlehttp/psr7/src/UriResolver.php
 1646share/nextcloud/3rdparty/guzzlehttp/psr7/src/functions.php
 1647share/nextcloud/3rdparty/guzzlehttp/psr7/src/functions_include.php
965share/nextcloud/3rdparty/guzzlehttp/ringphp/LICENSE 1648share/nextcloud/3rdparty/guzzlehttp/ringphp/LICENSE
966share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php 1649share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php
967share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php 1650share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php
968share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlHandler.php 1651share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlHandler.php
969share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php 1652share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
970share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/Middleware.php 1653share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/Middleware.php
971share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/MockHandler.php 1654share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/MockHandler.php
972share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/StreamHandler.php 1655share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Client/StreamHandler.php
973share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Core.php 1656share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Core.php
974share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledException.php 1657share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledException.php
975share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php 1658share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php
976share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/ConnectException.php 1659share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/ConnectException.php
977share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/RingException.php 1660share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Exception/RingException.php
978share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php 1661share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php
979share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php 1662share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php
980share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php 1663share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php
981share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureArray.php 1664share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureArray.php
982share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php 1665share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php
983share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureInterface.php 1666share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureInterface.php
984share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureValue.php 1667share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureValue.php
985share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php 1668share/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php
986share/nextcloud/3rdparty/guzzlehttp/streams/LICENSE 1669share/nextcloud/3rdparty/guzzlehttp/streams/LICENSE
987share/nextcloud/3rdparty/guzzlehttp/streams/src/AppendStream.php 1670share/nextcloud/3rdparty/guzzlehttp/streams/src/AppendStream.php
988share/nextcloud/3rdparty/guzzlehttp/streams/src/AsyncReadStream.php 1671share/nextcloud/3rdparty/guzzlehttp/streams/src/AsyncReadStream.php
989share/nextcloud/3rdparty/guzzlehttp/streams/src/BufferStream.php 1672share/nextcloud/3rdparty/guzzlehttp/streams/src/BufferStream.php
990share/nextcloud/3rdparty/guzzlehttp/streams/src/CachingStream.php 1673share/nextcloud/3rdparty/guzzlehttp/streams/src/CachingStream.php
991share/nextcloud/3rdparty/guzzlehttp/streams/src/DroppingStream.php 1674share/nextcloud/3rdparty/guzzlehttp/streams/src/DroppingStream.php
992share/nextcloud/3rdparty/guzzlehttp/streams/src/Exception/CannotAttachException.php 1675share/nextcloud/3rdparty/guzzlehttp/streams/src/Exception/CannotAttachException.php
993share/nextcloud/3rdparty/guzzlehttp/streams/src/Exception/SeekException.php 1676share/nextcloud/3rdparty/guzzlehttp/streams/src/Exception/SeekException.php
994share/nextcloud/3rdparty/guzzlehttp/streams/src/FnStream.php 1677share/nextcloud/3rdparty/guzzlehttp/streams/src/FnStream.php
995share/nextcloud/3rdparty/guzzlehttp/streams/src/GuzzleStreamWrapper.php 1678share/nextcloud/3rdparty/guzzlehttp/streams/src/GuzzleStreamWrapper.php
996share/nextcloud/3rdparty/guzzlehttp/streams/src/InflateStream.php 1679share/nextcloud/3rdparty/guzzlehttp/streams/src/InflateStream.php
997share/nextcloud/3rdparty/guzzlehttp/streams/src/LazyOpenStream.php 1680share/nextcloud/3rdparty/guzzlehttp/streams/src/LazyOpenStream.php
998share/nextcloud/3rdparty/guzzlehttp/streams/src/LimitStream.php 1681share/nextcloud/3rdparty/guzzlehttp/streams/src/LimitStream.php
999share/nextcloud/3rdparty/guzzlehttp/streams/src/MetadataStreamInterface.php 1682share/nextcloud/3rdparty/guzzlehttp/streams/src/MetadataStreamInterface.php
1000share/nextcloud/3rdparty/guzzlehttp/streams/src/NoSeekStream.php 1683share/nextcloud/3rdparty/guzzlehttp/streams/src/NoSeekStream.php
1001share/nextcloud/3rdparty/guzzlehttp/streams/src/NullStream.php 1684share/nextcloud/3rdparty/guzzlehttp/streams/src/NullStream.php
1002share/nextcloud/3rdparty/guzzlehttp/streams/src/PumpStream.php 1685share/nextcloud/3rdparty/guzzlehttp/streams/src/PumpStream.php
1003share/nextcloud/3rdparty/guzzlehttp/streams/src/Stream.php 1686share/nextcloud/3rdparty/guzzlehttp/streams/src/Stream.php
1004share/nextcloud/3rdparty/guzzlehttp/streams/src/StreamDecoratorTrait.php 1687share/nextcloud/3rdparty/guzzlehttp/streams/src/StreamDecoratorTrait.php
1005share/nextcloud/3rdparty/guzzlehttp/streams/src/StreamInterface.php 1688share/nextcloud/3rdparty/guzzlehttp/streams/src/StreamInterface.php
1006share/nextcloud/3rdparty/guzzlehttp/streams/src/Utils.php 1689share/nextcloud/3rdparty/guzzlehttp/streams/src/Utils.php
1007share/nextcloud/3rdparty/icewind/searchdav/.gitignore 1690share/nextcloud/3rdparty/icewind/searchdav/.gitignore
1008share/nextcloud/3rdparty/icewind/searchdav/src/Backend/ISearchBackend.php 1691share/nextcloud/3rdparty/icewind/searchdav/src/Backend/ISearchBackend.php
1009share/nextcloud/3rdparty/icewind/searchdav/src/Backend/SearchPropertyDefinition.php 1692share/nextcloud/3rdparty/icewind/searchdav/src/Backend/SearchPropertyDefinition.php
1010share/nextcloud/3rdparty/icewind/searchdav/src/Backend/SearchResult.php 1693share/nextcloud/3rdparty/icewind/searchdav/src/Backend/SearchResult.php
1011share/nextcloud/3rdparty/icewind/searchdav/src/DAV/DiscoverHandler.php 1694share/nextcloud/3rdparty/icewind/searchdav/src/DAV/DiscoverHandler.php
1012share/nextcloud/3rdparty/icewind/searchdav/src/DAV/PathHelper.php 1695share/nextcloud/3rdparty/icewind/searchdav/src/DAV/PathHelper.php
1013share/nextcloud/3rdparty/icewind/searchdav/src/DAV/QueryParser.php 1696share/nextcloud/3rdparty/icewind/searchdav/src/DAV/QueryParser.php
1014share/nextcloud/3rdparty/icewind/searchdav/src/DAV/SearchHandler.php 1697share/nextcloud/3rdparty/icewind/searchdav/src/DAV/SearchHandler.php
1015share/nextcloud/3rdparty/icewind/searchdav/src/DAV/SearchPlugin.php 1698share/nextcloud/3rdparty/icewind/searchdav/src/DAV/SearchPlugin.php
1016share/nextcloud/3rdparty/icewind/searchdav/src/XML/BasicSearch.php 1699share/nextcloud/3rdparty/icewind/searchdav/src/XML/BasicSearch.php
1017share/nextcloud/3rdparty/icewind/searchdav/src/XML/BasicSearchSchema.php 1700share/nextcloud/3rdparty/icewind/searchdav/src/XML/BasicSearchSchema.php
1018share/nextcloud/3rdparty/icewind/searchdav/src/XML/Limit.php 1701share/nextcloud/3rdparty/icewind/searchdav/src/XML/Limit.php
1019share/nextcloud/3rdparty/icewind/searchdav/src/XML/Literal.php 1702share/nextcloud/3rdparty/icewind/searchdav/src/XML/Literal.php
1020share/nextcloud/3rdparty/icewind/searchdav/src/XML/Operator.php 1703share/nextcloud/3rdparty/icewind/searchdav/src/XML/Operator.php
1021share/nextcloud/3rdparty/icewind/searchdav/src/XML/Order.php 1704share/nextcloud/3rdparty/icewind/searchdav/src/XML/Order.php
1022share/nextcloud/3rdparty/icewind/searchdav/src/XML/PropDesc.php 1705share/nextcloud/3rdparty/icewind/searchdav/src/XML/PropDesc.php
1023share/nextcloud/3rdparty/icewind/searchdav/src/XML/QueryDiscoverResponse.php 1706share/nextcloud/3rdparty/icewind/searchdav/src/XML/QueryDiscoverResponse.php
1024share/nextcloud/3rdparty/icewind/searchdav/src/XML/Scope.php 1707share/nextcloud/3rdparty/icewind/searchdav/src/XML/Scope.php
1025share/nextcloud/3rdparty/icewind/searchdav/src/XML/SupportedQueryGrammar.php 1708share/nextcloud/3rdparty/icewind/searchdav/src/XML/SupportedQueryGrammar.php
1026share/nextcloud/3rdparty/icewind/streams/.gitignore 1709share/nextcloud/3rdparty/icewind/streams/.gitignore
1027share/nextcloud/3rdparty/icewind/streams/src/CallbackWrapper.php 1710share/nextcloud/3rdparty/icewind/streams/src/CallbackWrapper.php
1028share/nextcloud/3rdparty/icewind/streams/src/Directory.php 1711share/nextcloud/3rdparty/icewind/streams/src/Directory.php
1029share/nextcloud/3rdparty/icewind/streams/src/DirectoryFilter.php 1712share/nextcloud/3rdparty/icewind/streams/src/DirectoryFilter.php
1030share/nextcloud/3rdparty/icewind/streams/src/DirectoryWrapper.php 1713share/nextcloud/3rdparty/icewind/streams/src/DirectoryWrapper.php
1031share/nextcloud/3rdparty/icewind/streams/src/File.php 1714share/nextcloud/3rdparty/icewind/streams/src/File.php
1032share/nextcloud/3rdparty/icewind/streams/src/IteratorDirectory.php 1715share/nextcloud/3rdparty/icewind/streams/src/IteratorDirectory.php
1033share/nextcloud/3rdparty/icewind/streams/src/NullWrapper.php 1716share/nextcloud/3rdparty/icewind/streams/src/NullWrapper.php
1034share/nextcloud/3rdparty/icewind/streams/src/Path.php 1717share/nextcloud/3rdparty/icewind/streams/src/Path.php
1035share/nextcloud/3rdparty/icewind/streams/src/PathWrapper.php 1718share/nextcloud/3rdparty/icewind/streams/src/PathWrapper.php
1036share/nextcloud/3rdparty/icewind/streams/src/RetryWrapper.php 1719share/nextcloud/3rdparty/icewind/streams/src/RetryWrapper.php
1037share/nextcloud/3rdparty/icewind/streams/src/SeekableWrapper.php 1720share/nextcloud/3rdparty/icewind/streams/src/SeekableWrapper.php
1038share/nextcloud/3rdparty/icewind/streams/src/Url.php 1721share/nextcloud/3rdparty/icewind/streams/src/Url.php
1039share/nextcloud/3rdparty/icewind/streams/src/UrlCallBack.php 1722share/nextcloud/3rdparty/icewind/streams/src/UrlCallBack.php
1040share/nextcloud/3rdparty/icewind/streams/src/Wrapper.php 1723share/nextcloud/3rdparty/icewind/streams/src/Wrapper.php
1041share/nextcloud/3rdparty/interfasys/lognormalizer/AUTHORS.md 1724share/nextcloud/3rdparty/interfasys/lognormalizer/AUTHORS.md
1042share/nextcloud/3rdparty/interfasys/lognormalizer/COPYING 1725share/nextcloud/3rdparty/interfasys/lognormalizer/COPYING
1043share/nextcloud/3rdparty/interfasys/lognormalizer/src/Normalizer.php 1726share/nextcloud/3rdparty/interfasys/lognormalizer/src/Normalizer.php
1044share/nextcloud/3rdparty/jeremeamia/SuperClosure/LICENSE.md 1727share/nextcloud/3rdparty/jeremeamia/SuperClosure/LICENSE.md
1045share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php 1728share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php
1046share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/ClosureAnalyzer.php 1729share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/ClosureAnalyzer.php
1047share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Token.php 1730share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Token.php
1048share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/TokenAnalyzer.php 1731share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/TokenAnalyzer.php
1049share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ClosureLocatorVisitor.php 1732share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ClosureLocatorVisitor.php
1050share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/MagicConstantVisitor.php 1733share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/MagicConstantVisitor.php
1051share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ThisDetectorVisitor.php 1734share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ThisDetectorVisitor.php
1052share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureAnalysisException.php 1735share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureAnalysisException.php
1053share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureUnserializationException.php 1736share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureUnserializationException.php
1054share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Exception/SuperClosureException.php 1737share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Exception/SuperClosureException.php
1055share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/SerializableClosure.php 1738share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/SerializableClosure.php
1056share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Serializer.php 1739share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Serializer.php
1057share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/SerializerInterface.php 1740share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/SerializerInterface.php
1058share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/hash_equals.php 1741share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/hash_equals.php
1059share/nextcloud/3rdparty/leafo/scssphp/LICENSE.md 1742share/nextcloud/3rdparty/leafo/scssphp/LICENSE.md
1060share/nextcloud/3rdparty/leafo/scssphp/README.md 1743share/nextcloud/3rdparty/leafo/scssphp/README.md
1061share/nextcloud/3rdparty/leafo/scssphp/composer.json 1744share/nextcloud/3rdparty/leafo/scssphp/composer.json
1062share/nextcloud/3rdparty/leafo/scssphp/scss.inc.php 1745share/nextcloud/3rdparty/leafo/scssphp/scss.inc.php
1063share/nextcloud/3rdparty/leafo/scssphp/src/Base/Range.php 1746share/nextcloud/3rdparty/leafo/scssphp/src/Base/Range.php
1064share/nextcloud/3rdparty/leafo/scssphp/src/Block.php 1747share/nextcloud/3rdparty/leafo/scssphp/src/Block.php
1065share/nextcloud/3rdparty/leafo/scssphp/src/Colors.php 1748share/nextcloud/3rdparty/leafo/scssphp/src/Colors.php
1066share/nextcloud/3rdparty/leafo/scssphp/src/Compiler.php 1749share/nextcloud/3rdparty/leafo/scssphp/src/Compiler.php
1067share/nextcloud/3rdparty/leafo/scssphp/src/Compiler/Environment.php 1750share/nextcloud/3rdparty/leafo/scssphp/src/Compiler/Environment.php
1068share/nextcloud/3rdparty/leafo/scssphp/src/Exception/CompilerException.php 1751share/nextcloud/3rdparty/leafo/scssphp/src/Exception/CompilerException.php
1069share/nextcloud/3rdparty/leafo/scssphp/src/Exception/ParserException.php 1752share/nextcloud/3rdparty/leafo/scssphp/src/Exception/ParserException.php
1070share/nextcloud/3rdparty/leafo/scssphp/src/Exception/RangeException.php 1753share/nextcloud/3rdparty/leafo/scssphp/src/Exception/RangeException.php
1071share/nextcloud/3rdparty/leafo/scssphp/src/Exception/ServerException.php 1754share/nextcloud/3rdparty/leafo/scssphp/src/Exception/ServerException.php
1072share/nextcloud/3rdparty/leafo/scssphp/src/Formatter.php 1755share/nextcloud/3rdparty/leafo/scssphp/src/Formatter.php
1073share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/Compact.php 1756share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/Compact.php
1074share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/Compressed.php 1757share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/Compressed.php
1075share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/Crunched.php 1758share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/Crunched.php
1076share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/Debug.php 1759share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/Debug.php
1077share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/Expanded.php 1760share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/Expanded.php
1078share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/Nested.php 1761share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/Nested.php
1079share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/OutputBlock.php 1762share/nextcloud/3rdparty/leafo/scssphp/src/Formatter/OutputBlock.php
1080share/nextcloud/3rdparty/leafo/scssphp/src/Node.php 1763share/nextcloud/3rdparty/leafo/scssphp/src/Node.php
1081share/nextcloud/3rdparty/leafo/scssphp/src/Node/Number.php 1764share/nextcloud/3rdparty/leafo/scssphp/src/Node/Number.php
1082share/nextcloud/3rdparty/leafo/scssphp/src/Parser.php 1765share/nextcloud/3rdparty/leafo/scssphp/src/Parser.php
1083share/nextcloud/3rdparty/leafo/scssphp/src/Server.php 1766share/nextcloud/3rdparty/leafo/scssphp/src/Server.php
1084share/nextcloud/3rdparty/leafo/scssphp/src/Type.php 1767share/nextcloud/3rdparty/leafo/scssphp/src/Type.php
1085share/nextcloud/3rdparty/leafo/scssphp/src/Util.php 1768share/nextcloud/3rdparty/leafo/scssphp/src/Util.php
1086share/nextcloud/3rdparty/leafo/scssphp/src/Version.php 1769share/nextcloud/3rdparty/leafo/scssphp/src/Version.php
1087share/nextcloud/3rdparty/league/flysystem/LICENSE 1770share/nextcloud/3rdparty/league/flysystem/LICENSE
1088share/nextcloud/3rdparty/league/flysystem/composer.json 1771share/nextcloud/3rdparty/league/flysystem/composer.json
1089share/nextcloud/3rdparty/league/flysystem/src/Adapter/AbstractAdapter.php 1772share/nextcloud/3rdparty/league/flysystem/src/Adapter/AbstractAdapter.php
1090share/nextcloud/3rdparty/league/flysystem/src/Adapter/AbstractFtpAdapter.php 1773share/nextcloud/3rdparty/league/flysystem/src/Adapter/AbstractFtpAdapter.php
1091share/nextcloud/3rdparty/league/flysystem/src/Adapter/Ftp.php 1774share/nextcloud/3rdparty/league/flysystem/src/Adapter/Ftp.php
1092share/nextcloud/3rdparty/league/flysystem/src/Adapter/Ftpd.php 1775share/nextcloud/3rdparty/league/flysystem/src/Adapter/Ftpd.php
1093share/nextcloud/3rdparty/league/flysystem/src/Adapter/Local.php 1776share/nextcloud/3rdparty/league/flysystem/src/Adapter/Local.php
1094share/nextcloud/3rdparty/league/flysystem/src/Adapter/NullAdapter.php 1777share/nextcloud/3rdparty/league/flysystem/src/Adapter/NullAdapter.php
1095share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/NotSupportingVisibilityTrait.php 1778share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/NotSupportingVisibilityTrait.php
1096share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedCopyTrait.php 1779share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedCopyTrait.php
1097share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedReadingTrait.php 1780share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedReadingTrait.php
1098share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php 1781share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php
1099share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedWritingTrait.php 1782share/nextcloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedWritingTrait.php
1100share/nextcloud/3rdparty/league/flysystem/src/Adapter/SynologyFtp.php 1783share/nextcloud/3rdparty/league/flysystem/src/Adapter/SynologyFtp.php
1101share/nextcloud/3rdparty/league/flysystem/src/AdapterInterface.php 1784share/nextcloud/3rdparty/league/flysystem/src/AdapterInterface.php
1102share/nextcloud/3rdparty/league/flysystem/src/Config.php 1785share/nextcloud/3rdparty/league/flysystem/src/Config.php
1103share/nextcloud/3rdparty/league/flysystem/src/ConfigAwareTrait.php 1786share/nextcloud/3rdparty/league/flysystem/src/ConfigAwareTrait.php
1104share/nextcloud/3rdparty/league/flysystem/src/Directory.php 1787share/nextcloud/3rdparty/league/flysystem/src/Directory.php
1105share/nextcloud/3rdparty/league/flysystem/src/Exception.php 1788share/nextcloud/3rdparty/league/flysystem/src/Exception.php
1106share/nextcloud/3rdparty/league/flysystem/src/File.php 1789share/nextcloud/3rdparty/league/flysystem/src/File.php
1107share/nextcloud/3rdparty/league/flysystem/src/FileExistsException.php 1790share/nextcloud/3rdparty/league/flysystem/src/FileExistsException.php
1108share/nextcloud/3rdparty/league/flysystem/src/FileNotFoundException.php 1791share/nextcloud/3rdparty/league/flysystem/src/FileNotFoundException.php
1109share/nextcloud/3rdparty/league/flysystem/src/Filesystem.php 1792share/nextcloud/3rdparty/league/flysystem/src/Filesystem.php
1110share/nextcloud/3rdparty/league/flysystem/src/FilesystemInterface.php 1793share/nextcloud/3rdparty/league/flysystem/src/FilesystemInterface.php
1111share/nextcloud/3rdparty/league/flysystem/src/FilesystemNotFoundException.php 1794share/nextcloud/3rdparty/league/flysystem/src/FilesystemNotFoundException.php
1112share/nextcloud/3rdparty/league/flysystem/src/Handler.php 1795share/nextcloud/3rdparty/league/flysystem/src/Handler.php
1113share/nextcloud/3rdparty/league/flysystem/src/MountManager.php 1796share/nextcloud/3rdparty/league/flysystem/src/MountManager.php
1114share/nextcloud/3rdparty/league/flysystem/src/NotSupportedException.php 1797share/nextcloud/3rdparty/league/flysystem/src/NotSupportedException.php
1115share/nextcloud/3rdparty/league/flysystem/src/Plugin/AbstractPlugin.php 1798share/nextcloud/3rdparty/league/flysystem/src/Plugin/AbstractPlugin.php
1116share/nextcloud/3rdparty/league/flysystem/src/Plugin/EmptyDir.php 1799share/nextcloud/3rdparty/league/flysystem/src/Plugin/EmptyDir.php
1117share/nextcloud/3rdparty/league/flysystem/src/Plugin/ForcedCopy.php 1800share/nextcloud/3rdparty/league/flysystem/src/Plugin/ForcedCopy.php
1118share/nextcloud/3rdparty/league/flysystem/src/Plugin/ForcedRename.php 1801share/nextcloud/3rdparty/league/flysystem/src/Plugin/ForcedRename.php
1119share/nextcloud/3rdparty/league/flysystem/src/Plugin/GetWithMetadata.php 1802share/nextcloud/3rdparty/league/flysystem/src/Plugin/GetWithMetadata.php
1120share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListFiles.php 1803share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListFiles.php
1121share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListPaths.php 1804share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListPaths.php
1122share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListWith.php 1805share/nextcloud/3rdparty/league/flysystem/src/Plugin/ListWith.php
1123share/nextcloud/3rdparty/league/flysystem/src/Plugin/PluggableTrait.php 1806share/nextcloud/3rdparty/league/flysystem/src/Plugin/PluggableTrait.php
1124share/nextcloud/3rdparty/league/flysystem/src/Plugin/PluginNotFoundException.php 1807share/nextcloud/3rdparty/league/flysystem/src/Plugin/PluginNotFoundException.php
1125share/nextcloud/3rdparty/league/flysystem/src/PluginInterface.php 1808share/nextcloud/3rdparty/league/flysystem/src/PluginInterface.php
1126share/nextcloud/3rdparty/league/flysystem/src/ReadInterface.php 1809share/nextcloud/3rdparty/league/flysystem/src/ReadInterface.php
1127share/nextcloud/3rdparty/league/flysystem/src/RootViolationException.php 1810share/nextcloud/3rdparty/league/flysystem/src/RootViolationException.php
1128share/nextcloud/3rdparty/league/flysystem/src/SafeStorage.php 1811share/nextcloud/3rdparty/league/flysystem/src/SafeStorage.php
1129share/nextcloud/3rdparty/league/flysystem/src/UnreadableFileException.php 1812share/nextcloud/3rdparty/league/flysystem/src/UnreadableFileException.php
1130share/nextcloud/3rdparty/league/flysystem/src/Util.php 1813share/nextcloud/3rdparty/league/flysystem/src/Util.php
1131share/nextcloud/3rdparty/league/flysystem/src/Util/ContentListingFormatter.php 1814share/nextcloud/3rdparty/league/flysystem/src/Util/ContentListingFormatter.php
1132share/nextcloud/3rdparty/league/flysystem/src/Util/MimeType.php 1815share/nextcloud/3rdparty/league/flysystem/src/Util/MimeType.php
1133share/nextcloud/3rdparty/league/flysystem/src/Util/StreamHasher.php 1816share/nextcloud/3rdparty/league/flysystem/src/Util/StreamHasher.php
1134share/nextcloud/3rdparty/lukasreschke/id3parser/.gitignore 1817share/nextcloud/3rdparty/lukasreschke/id3parser/.gitignore
1135share/nextcloud/3rdparty/lukasreschke/id3parser/README.md 1818share/nextcloud/3rdparty/lukasreschke/id3parser/README.md
1136share/nextcloud/3rdparty/lukasreschke/id3parser/composer.json 1819share/nextcloud/3rdparty/lukasreschke/id3parser/composer.json
1137share/nextcloud/3rdparty/lukasreschke/id3parser/src/ID3Parser.php 1820share/nextcloud/3rdparty/lukasreschke/id3parser/src/ID3Parser.php
1138share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v1.php 1821share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v1.php
1139share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v2.php 1822share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v2.php
1140share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3.php 1823share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3.php
1141share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_exception.php 1824share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_exception.php
1142share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_handler.php 1825share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_handler.php
1143share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_lib.php 1826share/nextcloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_lib.php
1144share/nextcloud/3rdparty/mcnetic/zipstreamer/COPYING 1827share/nextcloud/3rdparty/mcnetic/zipstreamer/COPYING
1145share/nextcloud/3rdparty/mcnetic/zipstreamer/MANUAL.md 1828share/nextcloud/3rdparty/mcnetic/zipstreamer/MANUAL.md
1146share/nextcloud/3rdparty/mcnetic/zipstreamer/README.md 1829share/nextcloud/3rdparty/mcnetic/zipstreamer/README.md
1147share/nextcloud/3rdparty/mcnetic/zipstreamer/composer.json 1830share/nextcloud/3rdparty/mcnetic/zipstreamer/composer.json
1148share/nextcloud/3rdparty/mcnetic/zipstreamer/src/ZipStreamer.php 1831share/nextcloud/3rdparty/mcnetic/zipstreamer/src/ZipStreamer.php
1149share/nextcloud/3rdparty/mcnetic/zipstreamer/src/lib/Count64.php 1832share/nextcloud/3rdparty/mcnetic/zipstreamer/src/lib/Count64.php
1150share/nextcloud/3rdparty/mikemccabe/json-patch-php/.gitignore 1833share/nextcloud/3rdparty/mikemccabe/json-patch-php/.gitignore
1151share/nextcloud/3rdparty/mikemccabe/json-patch-php/.gitmodules 1834share/nextcloud/3rdparty/mikemccabe/json-patch-php/.gitmodules
1152share/nextcloud/3rdparty/mikemccabe/json-patch-php/README.md 1835share/nextcloud/3rdparty/mikemccabe/json-patch-php/README.md
1153share/nextcloud/3rdparty/mikemccabe/json-patch-php/composer.json 1836share/nextcloud/3rdparty/mikemccabe/json-patch-php/composer.json
1154share/nextcloud/3rdparty/mikemccabe/json-patch-php/local_tests.json 1837share/nextcloud/3rdparty/mikemccabe/json-patch-php/local_tests.json
1155share/nextcloud/3rdparty/mikemccabe/json-patch-php/run_tests.php 1838share/nextcloud/3rdparty/mikemccabe/json-patch-php/run_tests.php
1156share/nextcloud/3rdparty/mikemccabe/json-patch-php/simplexml_tests.json 1839share/nextcloud/3rdparty/mikemccabe/json-patch-php/simplexml_tests.json
1157share/nextcloud/3rdparty/mikemccabe/json-patch-php/src/JsonPatch.php 1840share/nextcloud/3rdparty/mikemccabe/json-patch-php/src/JsonPatch.php
 1841share/nextcloud/3rdparty/mtdowling/jmespath.php/.gitignore
 1842share/nextcloud/3rdparty/mtdowling/jmespath.php/CHANGELOG.md
 1843share/nextcloud/3rdparty/mtdowling/jmespath.php/LICENSE
 1844share/nextcloud/3rdparty/mtdowling/jmespath.php/Makefile
 1845share/nextcloud/3rdparty/mtdowling/jmespath.php/README.rst
 1846share/nextcloud/3rdparty/mtdowling/jmespath.php/composer.json
 1847share/nextcloud/3rdparty/mtdowling/jmespath.php/phpunit.xml.dist
 1848share/nextcloud/3rdparty/mtdowling/jmespath.php/src/AstRuntime.php
 1849share/nextcloud/3rdparty/mtdowling/jmespath.php/src/CompilerRuntime.php
 1850share/nextcloud/3rdparty/mtdowling/jmespath.php/src/DebugRuntime.php
 1851share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Env.php
 1852share/nextcloud/3rdparty/mtdowling/jmespath.php/src/FnDispatcher.php
 1853share/nextcloud/3rdparty/mtdowling/jmespath.php/src/JmesPath.php
 1854share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Lexer.php
 1855share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Parser.php
 1856share/nextcloud/3rdparty/mtdowling/jmespath.php/src/SyntaxErrorException.php
 1857share/nextcloud/3rdparty/mtdowling/jmespath.php/src/TreeCompiler.php
 1858share/nextcloud/3rdparty/mtdowling/jmespath.php/src/TreeInterpreter.php
 1859share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Utils.php
1158share/nextcloud/3rdparty/natxet/CssMin/README 1860share/nextcloud/3rdparty/natxet/CssMin/README
1159share/nextcloud/3rdparty/natxet/CssMin/composer.json 1861share/nextcloud/3rdparty/natxet/CssMin/composer.json
1160share/nextcloud/3rdparty/natxet/CssMin/src/CssMin.php 1862share/nextcloud/3rdparty/natxet/CssMin/src/CssMin.php
1161share/nextcloud/3rdparty/nikic/php-parser/LICENSE 1863share/nextcloud/3rdparty/nikic/php-parser/LICENSE
1162share/nextcloud/3rdparty/nikic/php-parser/grammar/README.md 1864share/nextcloud/3rdparty/nikic/php-parser/grammar/README.md
1163share/nextcloud/3rdparty/nikic/php-parser/grammar/kmyacc.php.parser 1865share/nextcloud/3rdparty/nikic/php-parser/grammar/kmyacc.php.parser
1164share/nextcloud/3rdparty/nikic/php-parser/grammar/zend_language_parser.phpy 1866share/nextcloud/3rdparty/nikic/php-parser/grammar/zend_language_parser.phpy
1165share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Autoloader.php 1867share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Autoloader.php
1166share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder.php 1868share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder.php
1167share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Class_.php 1869share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Class_.php
1168share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Declaration.php 1870share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Declaration.php
1169share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php 1871share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php
1170share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Function_.php 1872share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Function_.php
1171share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Interface_.php 1873share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Interface_.php
1172share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Method.php 1874share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Method.php
1173share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php 1875share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php
1174share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Param.php 1876share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Param.php
1175share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Property.php 1877share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Property.php
1176share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Trait_.php 1878share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Trait_.php
1177share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Use_.php 1879share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Use_.php
1178share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/BuilderAbstract.php 1880share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/BuilderAbstract.php
1179share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/BuilderFactory.php 1881share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/BuilderFactory.php
1180share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Comment.php 1882share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Comment.php
1181share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Comment/Doc.php 1883share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Comment/Doc.php
1182share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Error.php 1884share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Error.php
1183share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer.php 1885share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer.php
1184share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php 1886share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php
1185share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node.php 1887share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node.php
1186share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Arg.php 1888share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Arg.php
1187share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Const_.php 1889share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Const_.php
1188share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr.php 1890share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr.php
1189share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php 1891share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php
1190share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php 1892share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php
1191share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php 1893share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php
1192share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php 1894share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php
1193share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php 1895share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php
1194share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php 1896share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php
1195share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php 1897share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php
1196share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php 1898share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php
1197share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php 1899share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php
1198share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php 1900share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php
1199share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php 1901share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php
1200share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php 1902share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php
1201share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php 1903share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php
1202share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php 1904share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php
1203share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php 1905share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php
1204share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php 1906share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php
1205share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php 1907share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php
1206share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php 1908share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php
1207share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php 1909share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php
1208share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php 1910share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
1209share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php 1911share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
1210share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php 1912share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php
1211share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php 1913share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php
1212share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php 1914share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php
1213share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php 1915share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php
1214share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php 1916share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php
1215share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php 1917share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php
1216share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php 1918share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php
1217share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php 1919share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php
1218share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php 1920share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php
1219share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php 1921share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php
1220share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php 1922share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php
1221share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php 1923share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php
1222share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php 1924share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php
1223share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php 1925share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php
1224share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php 1926share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php
1225share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php 1927share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php
1226share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php 1928share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php
1227share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php 1929share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php
1228share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php 1930share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php
1229share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php 1931share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php
1230share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php 1932share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php
1231share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php 1933share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php
1232share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php 1934share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php
1233share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php 1935share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php
1234share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php 1936share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php
1235share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php 1937share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php
1236share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php 1938share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php
1237share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php 1939share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php
1238share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php 1940share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php
1239share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php 1941share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php
1240share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php 1942share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php
1241share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php 1943share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php
1242share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php 1944share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php
1243share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php 1945share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php
1244share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php 1946share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php
1245share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php 1947share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php
1246share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php 1948share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php
1247share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php 1949share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php
1248share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php 1950share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php
1249share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php 1951share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php
1250share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php 1952share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php
1251share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php 1953share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php
1252share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php 1954share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php
1253share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php 1955share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php
1254share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php 1956share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php
1255share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php 1957share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php
1256share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php 1958share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php
1257share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php 1959share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php
1258share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php 1960share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php
1259share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php 1961share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php
1260share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php 1962share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php
1261share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php 1963share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php
1262share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php 1964share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php
1263share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php 1965share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php
1264share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php 1966share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php
1265share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php 1967share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php
1266share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php 1968share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php
1267share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php 1969share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php
1268share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php 1970share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php
1269share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php 1971share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php
1270share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php 1972share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php
1271share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php 1973share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php
1272share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php 1974share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php
1273share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php 1975share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php
1274share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php 1976share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php
1275share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php 1977share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php
1276share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php 1978share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php
1277share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name.php 1979share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name.php
1278share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php 1980share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php
1279share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php 1981share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php
1280share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Param.php 1982share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Param.php
1281share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar.php 1983share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar.php
1282share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php 1984share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php
1283share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php 1985share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php
1284share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php 1986share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php
1285share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php 1987share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php
1286share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php 1988share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php
1287share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php 1989share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php
1288share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php 1990share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php
1289share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php 1991share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php
1290share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php 1992share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php
1291share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php 1993share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php
1292share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php 1994share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php
1293share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php 1995share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php
1294share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php 1996share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php
1295share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt.php 1997share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt.php
1296share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php 1998share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php
1297share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php 1999share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php
1298share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php 2000share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php
1299share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php 2001share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php
1300share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php 2002share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php
1301share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php 2003share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php
1302share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php 2004share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php
1303share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php 2005share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php
1304share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php 2006share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php
1305share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php 2007share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php
1306share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php 2008share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php
1307share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php 2009share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php
1308share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php 2010share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php
1309share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php 2011share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php
1310share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php 2012share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php
1311share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php 2013share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php
1312share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php 2014share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php
1313share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php 2015share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php
1314share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php 2016share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php
1315share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php 2017share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php
1316share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php 2018share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php
1317share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php 2019share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php
1318share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php 2020share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php
1319share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php 2021share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php
1320share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php 2022share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php
1321share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php 2023share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php
1322share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php 2024share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php
1323share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php 2025share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php
1324share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php 2026share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php
1325share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php 2027share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php
1326share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php 2028share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php
1327share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php 2029share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php
1328share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php 2030share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php
1329share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php 2031share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php
1330share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php 2032share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php
1331share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php 2033share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php
1332share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php 2034share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php
1333share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php 2035share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php
1334share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php 2036share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php
1335share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php 2037share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php
1336share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php 2038share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php
1337share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php 2039share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php
1338share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php 2040share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php
1339share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeAbstract.php 2041share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeAbstract.php
1340share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeDumper.php 2042share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeDumper.php
1341share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverser.php 2043share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverser.php
1342share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php 2044share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php
1343share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor.php 2045share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor.php
1344share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php 2046share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php
1345share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php 2047share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php
1346share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Parser.php 2048share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Parser.php
1347share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/ParserAbstract.php 2049share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/ParserAbstract.php
1348share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php 2050share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
1349share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php 2051share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
1350share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Serializer.php 2052share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Serializer.php
1351share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Serializer/XML.php 2053share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Serializer/XML.php
1352share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer.php 2054share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer.php
1353share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer/XML.php 2055share/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer/XML.php
1354share/nextcloud/3rdparty/nikic/php-parser/lib/bootstrap.php 2056share/nextcloud/3rdparty/nikic/php-parser/lib/bootstrap.php
1355share/nextcloud/3rdparty/paragonie/random_compat/LICENSE 2057share/nextcloud/3rdparty/paragonie/random_compat/LICENSE
1356share/nextcloud/3rdparty/paragonie/random_compat/composer.json 2058share/nextcloud/3rdparty/paragonie/random_compat/composer.json
1357share/nextcloud/3rdparty/paragonie/random_compat/lib/byte_safe_strings.php 2059share/nextcloud/3rdparty/paragonie/random_compat/lib/byte_safe_strings.php
1358share/nextcloud/3rdparty/paragonie/random_compat/lib/cast_to_int.php 2060share/nextcloud/3rdparty/paragonie/random_compat/lib/cast_to_int.php
1359share/nextcloud/3rdparty/paragonie/random_compat/lib/error_polyfill.php 2061share/nextcloud/3rdparty/paragonie/random_compat/lib/error_polyfill.php
1360share/nextcloud/3rdparty/paragonie/random_compat/lib/random.php 2062share/nextcloud/3rdparty/paragonie/random_compat/lib/random.php
1361share/nextcloud/3rdparty/paragonie/random_compat/lib/random_bytes_com_dotnet.php 2063share/nextcloud/3rdparty/paragonie/random_compat/lib/random_bytes_com_dotnet.php
1362share/nextcloud/3rdparty/paragonie/random_compat/lib/random_bytes_dev_urandom.php 2064share/nextcloud/3rdparty/paragonie/random_compat/lib/random_bytes_dev_urandom.php
1363share/nextcloud/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium.php 2065share/nextcloud/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium.php
1364share/nextcloud/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php 2066share/nextcloud/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
1365share/nextcloud/3rdparty/paragonie/random_compat/lib/random_bytes_mcrypt.php 2067share/nextcloud/3rdparty/paragonie/random_compat/lib/random_bytes_mcrypt.php
1366share/nextcloud/3rdparty/paragonie/random_compat/lib/random_bytes_openssl.php 2068share/nextcloud/3rdparty/paragonie/random_compat/lib/random_bytes_openssl.php
1367share/nextcloud/3rdparty/paragonie/random_compat/lib/random_int.php 2069share/nextcloud/3rdparty/paragonie/random_compat/lib/random_int.php
1368share/nextcloud/3rdparty/patches.txt 2070share/nextcloud/3rdparty/patches.txt
1369share/nextcloud/3rdparty/patchwork/jsqueeze/LICENSE.ASL20 2071share/nextcloud/3rdparty/patchwork/jsqueeze/LICENSE.ASL20
1370share/nextcloud/3rdparty/patchwork/jsqueeze/LICENSE.GPLv2 2072share/nextcloud/3rdparty/patchwork/jsqueeze/LICENSE.GPLv2
1371share/nextcloud/3rdparty/patchwork/jsqueeze/README.md 2073share/nextcloud/3rdparty/patchwork/jsqueeze/README.md
1372share/nextcloud/3rdparty/patchwork/jsqueeze/composer.json 2074share/nextcloud/3rdparty/patchwork/jsqueeze/composer.json
1373share/nextcloud/3rdparty/patchwork/jsqueeze/src/JSqueeze.php 2075share/nextcloud/3rdparty/patchwork/jsqueeze/src/JSqueeze.php
1374share/nextcloud/3rdparty/patchwork/utf8/CHANGELOG.md 2076share/nextcloud/3rdparty/patchwork/utf8/CHANGELOG.md
1375share/nextcloud/3rdparty/patchwork/utf8/LICENSE-APACHE 2077share/nextcloud/3rdparty/patchwork/utf8/LICENSE-APACHE
1376share/nextcloud/3rdparty/patchwork/utf8/LICENSE-GPL 2078share/nextcloud/3rdparty/patchwork/utf8/LICENSE-GPL
1377share/nextcloud/3rdparty/patchwork/utf8/README.md 2079share/nextcloud/3rdparty/patchwork/utf8/README.md
1378share/nextcloud/3rdparty/patchwork/utf8/composer.json 2080share/nextcloud/3rdparty/patchwork/utf8/composer.json
1379share/nextcloud/3rdparty/patchwork/utf8/phpunit.xml.dist 2081share/nextcloud/3rdparty/patchwork/utf8/phpunit.xml.dist
1380share/nextcloud/3rdparty/patchwork/utf8/src/Normalizer.php 2082share/nextcloud/3rdparty/patchwork/utf8/src/Normalizer.php
1381share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Iconv.php 2083share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Iconv.php
1382share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Intl.php 2084share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Intl.php
1383share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Mbstring.php 2085share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Mbstring.php
1384share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Normalizer.php 2086share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Normalizer.php
1385share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Xml.php 2087share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Xml.php
1386share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.big5.ser 2088share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.big5.ser
1387share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp037.ser 2089share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp037.ser
1388share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1006.ser 2090share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1006.ser
1389share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1026.ser 2091share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1026.ser
1390share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp424.ser 2092share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp424.ser
1391share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp437.ser 2093share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp437.ser
1392share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp500.ser 2094share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp500.ser
1393share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp737.ser 2095share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp737.ser
1394share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp775.ser 2096share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp775.ser
1395share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp850.ser 2097share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp850.ser
1396share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp852.ser 2098share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp852.ser
1397share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp855.ser 2099share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp855.ser
1398share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp856.ser 2100share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp856.ser
1399share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp857.ser 2101share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp857.ser
1400share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp860.ser 2102share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp860.ser
1401share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp861.ser 2103share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp861.ser
1402share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp862.ser 2104share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp862.ser
1403share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp863.ser 2105share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp863.ser
1404share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp864.ser 2106share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp864.ser
1405share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp865.ser 2107share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp865.ser
1406share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp866.ser 2108share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp866.ser
1407share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp869.ser 2109share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp869.ser
1408share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp874.ser 2110share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp874.ser
1409share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp875.ser 2111share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp875.ser
1410share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp932.ser 2112share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp932.ser
1411share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp936.ser 2113share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp936.ser
1412share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp949.ser 2114share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp949.ser
1413share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp950.ser 2115share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp950.ser
1414share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.gsm0338.ser 2116share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.gsm0338.ser
1415share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-1.ser 2117share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-1.ser
1416share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-10.ser 2118share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-10.ser
1417share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-11.ser 2119share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-11.ser
1418share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-13.ser 2120share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-13.ser
1419share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser 2121share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser
1420share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-15.ser 2122share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-15.ser
1421share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-16.ser 2123share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-16.ser
1422share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-2.ser 2124share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-2.ser
1423share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-3.ser 2125share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-3.ser
1424share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-4.ser 2126share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-4.ser
1425share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-5.ser 2127share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-5.ser
1426share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-6.ser 2128share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-6.ser
1427share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-7.ser 2129share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-7.ser
1428share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-8.ser 2130share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-8.ser
1429share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-9.ser 2131share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-9.ser
1430share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-r.ser 2132share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-r.ser
1431share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-u.ser 2133share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-u.ser
1432share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.mazovia.ser 2134share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.mazovia.ser
1433share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.nextstep.ser 2135share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.nextstep.ser
1434share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.stdenc.ser 2136share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.stdenc.ser
1435share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.symbol.ser 2137share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.symbol.ser
1436share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.turkish.ser 2138share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.turkish.ser
1437share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii-quotes.ser 2139share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii-quotes.ser
1438share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii.ser 2140share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii.ser
1439share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1250.ser 2141share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1250.ser
1440share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1251.ser 2142share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1251.ser
1441share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1252.ser 2143share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1252.ser
1442share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1253.ser 2144share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1253.ser
1443share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1254.ser 2145share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1254.ser
1444share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1255.ser 2146share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1255.ser
1445share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1256.ser 2147share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1256.ser
1446share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1257.ser 2148share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1257.ser
1447share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1258.ser 2149share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1258.ser
1448share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-ce.ser 2150share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-ce.ser
1449share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-cyrillic.ser 2151share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-cyrillic.ser
1450share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-greek.ser 2152share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-greek.ser
1451share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-icelandic.ser 2153share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-icelandic.ser
1452share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-roman.ser 2154share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-roman.ser
1453share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.zdingbat.ser 2155share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.zdingbat.ser
1454share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.gsm0338.ser 2156share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.gsm0338.ser
1455share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.mazovia.ser 2157share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.mazovia.ser
1456share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.stdenc.ser 2158share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.stdenc.ser
1457share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.symbol.ser 2159share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.symbol.ser
1458share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.zdingbat.ser 2160share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.zdingbat.ser
1459share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/translit.ser 2161share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/translit.ser
1460share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalComposition.ser 2162share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalComposition.ser
1461share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalDecomposition.ser 2163share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalDecomposition.ser
1462share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/combiningClass.ser 2164share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/combiningClass.ser
1463share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/compatibilityDecomposition.ser 2165share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/compatibilityDecomposition.ser
1464share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/lowerCase.ser 2166share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/lowerCase.ser
1465share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/upperCase.ser 2167share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/upperCase.ser
1466share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/TurkishUtf8.php 2168share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/TurkishUtf8.php
1467share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8.php 2169share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8.php
1468share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/BestFit.php 2170share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/BestFit.php
1469share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup.php 2171share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup.php
1470share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/iconv.php 2172share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/iconv.php
1471share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php 2173share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php
1472share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/mbstring.php 2174share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/mbstring.php
1473share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/utf8_encode.php 2175share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/utf8_encode.php
1474share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/WindowsStreamWrapper.php 2176share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/WindowsStreamWrapper.php
1475share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/caseFolding_full.ser 2177share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/caseFolding_full.ser
1476share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1250.ser 2178share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1250.ser
1477share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1251.ser 2179share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1251.ser
1478share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1252.ser 2180share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1252.ser
1479share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1253.ser 2181share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1253.ser
1480share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1254.ser 2182share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1254.ser
1481share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1255.ser 2183share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1255.ser
1482share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1256.ser 2184share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1256.ser
1483share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1257.ser 2185share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1257.ser
1484share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1258.ser 2186share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1258.ser
1485share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit874.ser 2187share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit874.ser
1486share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit932.ser 2188share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit932.ser
1487share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit936.ser 2189share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit936.ser
1488share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit949.ser 2190share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit949.ser
1489share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit950.ser 2191share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit950.ser
1490share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/translit_extra.ser 2192share/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/translit_extra.ser
1491share/nextcloud/3rdparty/pear/archive_tar/.gitignore 2193share/nextcloud/3rdparty/pear/archive_tar/.gitignore
1492share/nextcloud/3rdparty/pear/archive_tar/Archive/Tar.php 2194share/nextcloud/3rdparty/pear/archive_tar/Archive/Tar.php
1493share/nextcloud/3rdparty/pear/archive_tar/README.md 2195share/nextcloud/3rdparty/pear/archive_tar/README.md
1494share/nextcloud/3rdparty/pear/archive_tar/composer.json 2196share/nextcloud/3rdparty/pear/archive_tar/composer.json
1495share/nextcloud/3rdparty/pear/archive_tar/package.xml 2197share/nextcloud/3rdparty/pear/archive_tar/package.xml
1496share/nextcloud/3rdparty/pear/console_getopt/.gitignore 2198share/nextcloud/3rdparty/pear/console_getopt/.gitignore
1497share/nextcloud/3rdparty/pear/console_getopt/Console/Getopt.php 2199share/nextcloud/3rdparty/pear/console_getopt/Console/Getopt.php
1498share/nextcloud/3rdparty/pear/console_getopt/LICENSE 2200share/nextcloud/3rdparty/pear/console_getopt/LICENSE
1499share/nextcloud/3rdparty/pear/console_getopt/README.rst 2201share/nextcloud/3rdparty/pear/console_getopt/README.rst
1500share/nextcloud/3rdparty/pear/console_getopt/composer.json 2202share/nextcloud/3rdparty/pear/console_getopt/composer.json
1501share/nextcloud/3rdparty/pear/console_getopt/package.xml 2203share/nextcloud/3rdparty/pear/console_getopt/package.xml
1502share/nextcloud/3rdparty/pear/pear-core-minimal/README.rst 2204share/nextcloud/3rdparty/pear/pear-core-minimal/README.rst
1503share/nextcloud/3rdparty/pear/pear-core-minimal/composer.json 2205share/nextcloud/3rdparty/pear/pear-core-minimal/composer.json
1504share/nextcloud/3rdparty/pear/pear-core-minimal/src/OS/Guess.php 2206share/nextcloud/3rdparty/pear/pear-core-minimal/src/OS/Guess.php
1505share/nextcloud/3rdparty/pear/pear-core-minimal/src/PEAR.php 2207share/nextcloud/3rdparty/pear/pear-core-minimal/src/PEAR.php
1506share/nextcloud/3rdparty/pear/pear-core-minimal/src/PEAR/Error.php 2208share/nextcloud/3rdparty/pear/pear-core-minimal/src/PEAR/Error.php
1507share/nextcloud/3rdparty/pear/pear-core-minimal/src/PEAR/ErrorStack.php 2209share/nextcloud/3rdparty/pear/pear-core-minimal/src/PEAR/ErrorStack.php
1508share/nextcloud/3rdparty/pear/pear-core-minimal/src/System.php 2210share/nextcloud/3rdparty/pear/pear-core-minimal/src/System.php
1509share/nextcloud/3rdparty/pear/pear_exception/.gitignore 2211share/nextcloud/3rdparty/pear/pear_exception/.gitignore
1510share/nextcloud/3rdparty/pear/pear_exception/LICENSE 2212share/nextcloud/3rdparty/pear/pear_exception/LICENSE
1511share/nextcloud/3rdparty/pear/pear_exception/PEAR/Exception.php 2213share/nextcloud/3rdparty/pear/pear_exception/PEAR/Exception.php
1512share/nextcloud/3rdparty/pear/pear_exception/composer.json 2214share/nextcloud/3rdparty/pear/pear_exception/composer.json
1513share/nextcloud/3rdparty/pear/pear_exception/package.xml 2215share/nextcloud/3rdparty/pear/pear_exception/package.xml
1514share/nextcloud/3rdparty/phpseclib/phpseclib/AUTHORS 2216share/nextcloud/3rdparty/phpseclib/phpseclib/AUTHORS
1515share/nextcloud/3rdparty/phpseclib/phpseclib/LICENSE 2217share/nextcloud/3rdparty/phpseclib/phpseclib/LICENSE
1516share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/AES.php 2218share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/AES.php
1517share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Base.php 2219share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Base.php
1518share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php 2220share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
1519share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/DES.php 2221share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/DES.php
1520share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Hash.php 2222share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
1521share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RC2.php 2223share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
1522share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RC4.php 2224share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
1523share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RSA.php 2225share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
1524share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Random.php 2226share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Random.php
1525share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php 2227share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php
1526share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php 2228share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php
1527share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php 2229share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
1528share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ANSI.php 2230share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ANSI.php
1529share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ASN1.php 2231share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ASN1.php
1530share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php 2232share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php
1531share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/X509.php 2233share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/File/X509.php
1532share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger.php 2234share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
1533share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SCP.php 2235share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SCP.php
1534share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP.php 2236share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP.php
1535share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php 2237share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
1536share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH1.php 2238share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH1.php
1537share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH2.php 2239share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH2.php
1538share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php 2240share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
1539share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php 2241share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
1540share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/bootstrap.php 2242share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/bootstrap.php
1541share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf 2243share/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf
1542share/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php 2244share/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php
1543share/nextcloud/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php 2245share/nextcloud/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php
 2246share/nextcloud/3rdparty/psr/http-message/CHANGELOG.md
 2247share/nextcloud/3rdparty/psr/http-message/LICENSE
 2248share/nextcloud/3rdparty/psr/http-message/README.md
 2249share/nextcloud/3rdparty/psr/http-message/composer.json
 2250share/nextcloud/3rdparty/psr/http-message/src/MessageInterface.php
 2251share/nextcloud/3rdparty/psr/http-message/src/RequestInterface.php
 2252share/nextcloud/3rdparty/psr/http-message/src/ResponseInterface.php
 2253share/nextcloud/3rdparty/psr/http-message/src/ServerRequestInterface.php
 2254share/nextcloud/3rdparty/psr/http-message/src/StreamInterface.php
 2255share/nextcloud/3rdparty/psr/http-message/src/UploadedFileInterface.php
 2256share/nextcloud/3rdparty/psr/http-message/src/UriInterface.php
1544share/nextcloud/3rdparty/psr/log/LICENSE 2257share/nextcloud/3rdparty/psr/log/LICENSE
1545share/nextcloud/3rdparty/psr/log/Psr/Log/AbstractLogger.php 2258share/nextcloud/3rdparty/psr/log/Psr/Log/AbstractLogger.php
1546share/nextcloud/3rdparty/psr/log/Psr/Log/InvalidArgumentException.php 2259share/nextcloud/3rdparty/psr/log/Psr/Log/InvalidArgumentException.php
1547share/nextcloud/3rdparty/psr/log/Psr/Log/LogLevel.php 2260share/nextcloud/3rdparty/psr/log/Psr/Log/LogLevel.php
1548share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerAwareInterface.php 2261share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerAwareInterface.php
1549share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerAwareTrait.php 2262share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerAwareTrait.php
1550share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerInterface.php 2263share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerInterface.php
1551share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerTrait.php 2264share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerTrait.php
1552share/nextcloud/3rdparty/psr/log/Psr/Log/NullLogger.php 2265share/nextcloud/3rdparty/psr/log/Psr/Log/NullLogger.php
1553share/nextcloud/3rdparty/psr/log/Psr/Log/Test/LoggerInterfaceTest.php 2266share/nextcloud/3rdparty/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
1554share/nextcloud/3rdparty/psr/log/composer.json 2267share/nextcloud/3rdparty/psr/log/composer.json
1555share/nextcloud/3rdparty/punic/punic/LICENSE.txt 2268share/nextcloud/3rdparty/punic/punic/LICENSE.txt
1556share/nextcloud/3rdparty/punic/punic/README.md 2269share/nextcloud/3rdparty/punic/punic/README.md
1557share/nextcloud/3rdparty/punic/punic/UNICODE-LICENSE.txt 2270share/nextcloud/3rdparty/punic/punic/UNICODE-LICENSE.txt
1558share/nextcloud/3rdparty/punic/punic/code/Calendar.php 2271share/nextcloud/3rdparty/punic/punic/code/Calendar.php
1559share/nextcloud/3rdparty/punic/punic/code/Comparer.php 2272share/nextcloud/3rdparty/punic/punic/code/Comparer.php
1560share/nextcloud/3rdparty/punic/punic/code/Currency.php 2273share/nextcloud/3rdparty/punic/punic/code/Currency.php
1561share/nextcloud/3rdparty/punic/punic/code/Data.php 2274share/nextcloud/3rdparty/punic/punic/code/Data.php
1562share/nextcloud/3rdparty/punic/punic/code/Exception.php 2275share/nextcloud/3rdparty/punic/punic/code/Exception.php
1563share/nextcloud/3rdparty/punic/punic/code/Exception/BadArgumentType.php 2276share/nextcloud/3rdparty/punic/punic/code/Exception/BadArgumentType.php
1564share/nextcloud/3rdparty/punic/punic/code/Exception/BadDataFileContents.php 2277share/nextcloud/3rdparty/punic/punic/code/Exception/BadDataFileContents.php
1565share/nextcloud/3rdparty/punic/punic/code/Exception/DataFileNotFound.php 2278share/nextcloud/3rdparty/punic/punic/code/Exception/DataFileNotFound.php
1566share/nextcloud/3rdparty/punic/punic/code/Exception/DataFileNotReadable.php 2279share/nextcloud/3rdparty/punic/punic/code/Exception/DataFileNotReadable.php
1567share/nextcloud/3rdparty/punic/punic/code/Exception/DataFolderNotFound.php 2280share/nextcloud/3rdparty/punic/punic/code/Exception/DataFolderNotFound.php
1568share/nextcloud/3rdparty/punic/punic/code/Exception/InvalidDataFile.php 2281share/nextcloud/3rdparty/punic/punic/code/Exception/InvalidDataFile.php
1569share/nextcloud/3rdparty/punic/punic/code/Exception/InvalidLocale.php 2282share/nextcloud/3rdparty/punic/punic/code/Exception/InvalidLocale.php
1570share/nextcloud/3rdparty/punic/punic/code/Exception/NotImplemented.php 2283share/nextcloud/3rdparty/punic/punic/code/Exception/NotImplemented.php
1571share/nextcloud/3rdparty/punic/punic/code/Exception/ValueNotInList.php 2284share/nextcloud/3rdparty/punic/punic/code/Exception/ValueNotInList.php
1572share/nextcloud/3rdparty/punic/punic/code/Language.php 2285share/nextcloud/3rdparty/punic/punic/code/Language.php
1573share/nextcloud/3rdparty/punic/punic/code/Misc.php 2286share/nextcloud/3rdparty/punic/punic/code/Misc.php
1574share/nextcloud/3rdparty/punic/punic/code/Number.php 2287share/nextcloud/3rdparty/punic/punic/code/Number.php
1575share/nextcloud/3rdparty/punic/punic/code/Phone.php 2288share/nextcloud/3rdparty/punic/punic/code/Phone.php
1576share/nextcloud/3rdparty/punic/punic/code/Plural.php 2289share/nextcloud/3rdparty/punic/punic/code/Plural.php
1577share/nextcloud/3rdparty/punic/punic/code/Territory.php 2290share/nextcloud/3rdparty/punic/punic/code/Territory.php
1578share/nextcloud/3rdparty/punic/punic/code/Unit.php 2291share/nextcloud/3rdparty/punic/punic/code/Unit.php
1579share/nextcloud/3rdparty/punic/punic/code/data/ar/calendar.json 2292share/nextcloud/3rdparty/punic/punic/code/data/ar/calendar.json
1580share/nextcloud/3rdparty/punic/punic/code/data/ar/currencies.json 2293share/nextcloud/3rdparty/punic/punic/code/data/ar/currencies.json
1581share/nextcloud/3rdparty/punic/punic/code/data/ar/dateFields.json 2294share/nextcloud/3rdparty/punic/punic/code/data/ar/dateFields.json
1582share/nextcloud/3rdparty/punic/punic/code/data/ar/languages.json 2295share/nextcloud/3rdparty/punic/punic/code/data/ar/languages.json
1583share/nextcloud/3rdparty/punic/punic/code/data/ar/layout.json 2296share/nextcloud/3rdparty/punic/punic/code/data/ar/layout.json
1584share/nextcloud/3rdparty/punic/punic/code/data/ar/listPatterns.json 2297share/nextcloud/3rdparty/punic/punic/code/data/ar/listPatterns.json
1585share/nextcloud/3rdparty/punic/punic/code/data/ar/localeDisplayNames.json 2298share/nextcloud/3rdparty/punic/punic/code/data/ar/localeDisplayNames.json
1586share/nextcloud/3rdparty/punic/punic/code/data/ar/measurementSystemNames.json 2299share/nextcloud/3rdparty/punic/punic/code/data/ar/measurementSystemNames.json
1587share/nextcloud/3rdparty/punic/punic/code/data/ar/numbers.json 2300share/nextcloud/3rdparty/punic/punic/code/data/ar/numbers.json
1588share/nextcloud/3rdparty/punic/punic/code/data/ar/territories.json 2301share/nextcloud/3rdparty/punic/punic/code/data/ar/territories.json
1589share/nextcloud/3rdparty/punic/punic/code/data/ar/timeZoneNames.json 2302share/nextcloud/3rdparty/punic/punic/code/data/ar/timeZoneNames.json
1590share/nextcloud/3rdparty/punic/punic/code/data/ar/units.json 2303share/nextcloud/3rdparty/punic/punic/code/data/ar/units.json
1591share/nextcloud/3rdparty/punic/punic/code/data/ca/calendar.json 2304share/nextcloud/3rdparty/punic/punic/code/data/ca/calendar.json
1592share/nextcloud/3rdparty/punic/punic/code/data/ca/currencies.json 2305share/nextcloud/3rdparty/punic/punic/code/data/ca/currencies.json
1593share/nextcloud/3rdparty/punic/punic/code/data/ca/dateFields.json 2306share/nextcloud/3rdparty/punic/punic/code/data/ca/dateFields.json
1594share/nextcloud/3rdparty/punic/punic/code/data/ca/languages.json 2307share/nextcloud/3rdparty/punic/punic/code/data/ca/languages.json
1595share/nextcloud/3rdparty/punic/punic/code/data/ca/layout.json 2308share/nextcloud/3rdparty/punic/punic/code/data/ca/layout.json
1596share/nextcloud/3rdparty/punic/punic/code/data/ca/listPatterns.json 2309share/nextcloud/3rdparty/punic/punic/code/data/ca/listPatterns.json
1597share/nextcloud/3rdparty/punic/punic/code/data/ca/localeDisplayNames.json 2310share/nextcloud/3rdparty/punic/punic/code/data/ca/localeDisplayNames.json
1598share/nextcloud/3rdparty/punic/punic/code/data/ca/measurementSystemNames.json 2311share/nextcloud/3rdparty/punic/punic/code/data/ca/measurementSystemNames.json
1599share/nextcloud/3rdparty/punic/punic/code/data/ca/numbers.json 2312share/nextcloud/3rdparty/punic/punic/code/data/ca/numbers.json
1600share/nextcloud/3rdparty/punic/punic/code/data/ca/territories.json 2313share/nextcloud/3rdparty/punic/punic/code/data/ca/territories.json
1601share/nextcloud/3rdparty/punic/punic/code/data/ca/timeZoneNames.json 2314share/nextcloud/3rdparty/punic/punic/code/data/ca/timeZoneNames.json
1602share/nextcloud/3rdparty/punic/punic/code/data/ca/units.json 2315share/nextcloud/3rdparty/punic/punic/code/data/ca/units.json
1603share/nextcloud/3rdparty/punic/punic/code/data/cs/calendar.json 2316share/nextcloud/3rdparty/punic/punic/code/data/cs/calendar.json
1604share/nextcloud/3rdparty/punic/punic/code/data/cs/currencies.json 2317share/nextcloud/3rdparty/punic/punic/code/data/cs/currencies.json
1605share/nextcloud/3rdparty/punic/punic/code/data/cs/dateFields.json 2318share/nextcloud/3rdparty/punic/punic/code/data/cs/dateFields.json
1606share/nextcloud/3rdparty/punic/punic/code/data/cs/languages.json 2319share/nextcloud/3rdparty/punic/punic/code/data/cs/languages.json
1607share/nextcloud/3rdparty/punic/punic/code/data/cs/layout.json 2320share/nextcloud/3rdparty/punic/punic/code/data/cs/layout.json
1608share/nextcloud/3rdparty/punic/punic/code/data/cs/listPatterns.json 2321share/nextcloud/3rdparty/punic/punic/code/data/cs/listPatterns.json
1609share/nextcloud/3rdparty/punic/punic/code/data/cs/localeDisplayNames.json 2322share/nextcloud/3rdparty/punic/punic/code/data/cs/localeDisplayNames.json
1610share/nextcloud/3rdparty/punic/punic/code/data/cs/measurementSystemNames.json 2323share/nextcloud/3rdparty/punic/punic/code/data/cs/measurementSystemNames.json
1611share/nextcloud/3rdparty/punic/punic/code/data/cs/numbers.json 2324share/nextcloud/3rdparty/punic/punic/code/data/cs/numbers.json
1612share/nextcloud/3rdparty/punic/punic/code/data/cs/territories.json 2325share/nextcloud/3rdparty/punic/punic/code/data/cs/territories.json
1613share/nextcloud/3rdparty/punic/punic/code/data/cs/timeZoneNames.json 2326share/nextcloud/3rdparty/punic/punic/code/data/cs/timeZoneNames.json
1614share/nextcloud/3rdparty/punic/punic/code/data/cs/units.json 2327share/nextcloud/3rdparty/punic/punic/code/data/cs/units.json
1615share/nextcloud/3rdparty/punic/punic/code/data/currencyData.json 2328share/nextcloud/3rdparty/punic/punic/code/data/currencyData.json
1616share/nextcloud/3rdparty/punic/punic/code/data/da/calendar.json 2329share/nextcloud/3rdparty/punic/punic/code/data/da/calendar.json
1617share/nextcloud/3rdparty/punic/punic/code/data/da/currencies.json 2330share/nextcloud/3rdparty/punic/punic/code/data/da/currencies.json
1618share/nextcloud/3rdparty/punic/punic/code/data/da/dateFields.json 2331share/nextcloud/3rdparty/punic/punic/code/data/da/dateFields.json
1619share/nextcloud/3rdparty/punic/punic/code/data/da/languages.json 2332share/nextcloud/3rdparty/punic/punic/code/data/da/languages.json
1620share/nextcloud/3rdparty/punic/punic/code/data/da/layout.json 2333share/nextcloud/3rdparty/punic/punic/code/data/da/layout.json
1621share/nextcloud/3rdparty/punic/punic/code/data/da/listPatterns.json 2334share/nextcloud/3rdparty/punic/punic/code/data/da/listPatterns.json
1622share/nextcloud/3rdparty/punic/punic/code/data/da/localeDisplayNames.json 2335share/nextcloud/3rdparty/punic/punic/code/data/da/localeDisplayNames.json
1623share/nextcloud/3rdparty/punic/punic/code/data/da/measurementSystemNames.json 2336share/nextcloud/3rdparty/punic/punic/code/data/da/measurementSystemNames.json
1624share/nextcloud/3rdparty/punic/punic/code/data/da/numbers.json 2337share/nextcloud/3rdparty/punic/punic/code/data/da/numbers.json
1625share/nextcloud/3rdparty/punic/punic/code/data/da/territories.json 2338share/nextcloud/3rdparty/punic/punic/code/data/da/territories.json
1626share/nextcloud/3rdparty/punic/punic/code/data/da/timeZoneNames.json 2339share/nextcloud/3rdparty/punic/punic/code/data/da/timeZoneNames.json
1627share/nextcloud/3rdparty/punic/punic/code/data/da/units.json 2340share/nextcloud/3rdparty/punic/punic/code/data/da/units.json
1628share/nextcloud/3rdparty/punic/punic/code/data/de/calendar.json 2341share/nextcloud/3rdparty/punic/punic/code/data/de/calendar.json
1629share/nextcloud/3rdparty/punic/punic/code/data/de/currencies.json 2342share/nextcloud/3rdparty/punic/punic/code/data/de/currencies.json
1630share/nextcloud/3rdparty/punic/punic/code/data/de/dateFields.json 2343share/nextcloud/3rdparty/punic/punic/code/data/de/dateFields.json
1631share/nextcloud/3rdparty/punic/punic/code/data/de/languages.json 2344share/nextcloud/3rdparty/punic/punic/code/data/de/languages.json
1632share/nextcloud/3rdparty/punic/punic/code/data/de/layout.json 2345share/nextcloud/3rdparty/punic/punic/code/data/de/layout.json
1633share/nextcloud/3rdparty/punic/punic/code/data/de/listPatterns.json 2346share/nextcloud/3rdparty/punic/punic/code/data/de/listPatterns.json
1634share/nextcloud/3rdparty/punic/punic/code/data/de/localeDisplayNames.json 2347share/nextcloud/3rdparty/punic/punic/code/data/de/localeDisplayNames.json
1635share/nextcloud/3rdparty/punic/punic/code/data/de/measurementSystemNames.json 2348share/nextcloud/3rdparty/punic/punic/code/data/de/measurementSystemNames.json
1636share/nextcloud/3rdparty/punic/punic/code/data/de/numbers.json 2349share/nextcloud/3rdparty/punic/punic/code/data/de/numbers.json
1637share/nextcloud/3rdparty/punic/punic/code/data/de/territories.json 2350share/nextcloud/3rdparty/punic/punic/code/data/de/territories.json
1638share/nextcloud/3rdparty/punic/punic/code/data/de/timeZoneNames.json 2351share/nextcloud/3rdparty/punic/punic/code/data/de/timeZoneNames.json
1639share/nextcloud/3rdparty/punic/punic/code/data/de/units.json 2352share/nextcloud/3rdparty/punic/punic/code/data/de/units.json
1640share/nextcloud/3rdparty/punic/punic/code/data/el/calendar.json 2353share/nextcloud/3rdparty/punic/punic/code/data/el/calendar.json
1641share/nextcloud/3rdparty/punic/punic/code/data/el/currencies.json 2354share/nextcloud/3rdparty/punic/punic/code/data/el/currencies.json
1642share/nextcloud/3rdparty/punic/punic/code/data/el/dateFields.json 2355share/nextcloud/3rdparty/punic/punic/code/data/el/dateFields.json
1643share/nextcloud/3rdparty/punic/punic/code/data/el/languages.json 2356share/nextcloud/3rdparty/punic/punic/code/data/el/languages.json
1644share/nextcloud/3rdparty/punic/punic/code/data/el/layout.json 2357share/nextcloud/3rdparty/punic/punic/code/data/el/layout.json
1645share/nextcloud/3rdparty/punic/punic/code/data/el/listPatterns.json 2358share/nextcloud/3rdparty/punic/punic/code/data/el/listPatterns.json
1646share/nextcloud/3rdparty/punic/punic/code/data/el/localeDisplayNames.json 2359share/nextcloud/3rdparty/punic/punic/code/data/el/localeDisplayNames.json
1647share/nextcloud/3rdparty/punic/punic/code/data/el/measurementSystemNames.json 2360share/nextcloud/3rdparty/punic/punic/code/data/el/measurementSystemNames.json
1648share/nextcloud/3rdparty/punic/punic/code/data/el/numbers.json 2361share/nextcloud/3rdparty/punic/punic/code/data/el/numbers.json
1649share/nextcloud/3rdparty/punic/punic/code/data/el/territories.json 2362share/nextcloud/3rdparty/punic/punic/code/data/el/territories.json
1650share/nextcloud/3rdparty/punic/punic/code/data/el/timeZoneNames.json 2363share/nextcloud/3rdparty/punic/punic/code/data/el/timeZoneNames.json
1651share/nextcloud/3rdparty/punic/punic/code/data/el/units.json 2364share/nextcloud/3rdparty/punic/punic/code/data/el/units.json
1652share/nextcloud/3rdparty/punic/punic/code/data/en-AU/calendar.json 2365share/nextcloud/3rdparty/punic/punic/code/data/en-AU/calendar.json
1653share/nextcloud/3rdparty/punic/punic/code/data/en-AU/currencies.json 2366share/nextcloud/3rdparty/punic/punic/code/data/en-AU/currencies.json
1654share/nextcloud/3rdparty/punic/punic/code/data/en-AU/dateFields.json 2367share/nextcloud/3rdparty/punic/punic/code/data/en-AU/dateFields.json
1655share/nextcloud/3rdparty/punic/punic/code/data/en-AU/languages.json 2368share/nextcloud/3rdparty/punic/punic/code/data/en-AU/languages.json
1656share/nextcloud/3rdparty/punic/punic/code/data/en-AU/layout.json 2369share/nextcloud/3rdparty/punic/punic/code/data/en-AU/layout.json
1657share/nextcloud/3rdparty/punic/punic/code/data/en-AU/listPatterns.json 2370share/nextcloud/3rdparty/punic/punic/code/data/en-AU/listPatterns.json
1658share/nextcloud/3rdparty/punic/punic/code/data/en-AU/localeDisplayNames.json 2371share/nextcloud/3rdparty/punic/punic/code/data/en-AU/localeDisplayNames.json
1659share/nextcloud/3rdparty/punic/punic/code/data/en-AU/measurementSystemNames.json 2372share/nextcloud/3rdparty/punic/punic/code/data/en-AU/measurementSystemNames.json
1660share/nextcloud/3rdparty/punic/punic/code/data/en-AU/numbers.json 2373share/nextcloud/3rdparty/punic/punic/code/data/en-AU/numbers.json
1661share/nextcloud/3rdparty/punic/punic/code/data/en-AU/territories.json 2374share/nextcloud/3rdparty/punic/punic/code/data/en-AU/territories.json
1662share/nextcloud/3rdparty/punic/punic/code/data/en-AU/timeZoneNames.json 2375share/nextcloud/3rdparty/punic/punic/code/data/en-AU/timeZoneNames.json
1663share/nextcloud/3rdparty/punic/punic/code/data/en-AU/units.json 2376share/nextcloud/3rdparty/punic/punic/code/data/en-AU/units.json
1664share/nextcloud/3rdparty/punic/punic/code/data/en-CA/calendar.json 2377share/nextcloud/3rdparty/punic/punic/code/data/en-CA/calendar.json
1665share/nextcloud/3rdparty/punic/punic/code/data/en-CA/currencies.json 2378share/nextcloud/3rdparty/punic/punic/code/data/en-CA/currencies.json
1666share/nextcloud/3rdparty/punic/punic/code/data/en-CA/dateFields.json 2379share/nextcloud/3rdparty/punic/punic/code/data/en-CA/dateFields.json
1667share/nextcloud/3rdparty/punic/punic/code/data/en-CA/languages.json 2380share/nextcloud/3rdparty/punic/punic/code/data/en-CA/languages.json
1668share/nextcloud/3rdparty/punic/punic/code/data/en-CA/layout.json 2381share/nextcloud/3rdparty/punic/punic/code/data/en-CA/layout.json
1669share/nextcloud/3rdparty/punic/punic/code/data/en-CA/listPatterns.json 2382share/nextcloud/3rdparty/punic/punic/code/data/en-CA/listPatterns.json
1670share/nextcloud/3rdparty/punic/punic/code/data/en-CA/localeDisplayNames.json 2383share/nextcloud/3rdparty/punic/punic/code/data/en-CA/localeDisplayNames.json
1671share/nextcloud/3rdparty/punic/punic/code/data/en-CA/measurementSystemNames.json 2384share/nextcloud/3rdparty/punic/punic/code/data/en-CA/measurementSystemNames.json
1672share/nextcloud/3rdparty/punic/punic/code/data/en-CA/numbers.json 2385share/nextcloud/3rdparty/punic/punic/code/data/en-CA/numbers.json
1673share/nextcloud/3rdparty/punic/punic/code/data/en-CA/territories.json 2386share/nextcloud/3rdparty/punic/punic/code/data/en-CA/territories.json
1674share/nextcloud/3rdparty/punic/punic/code/data/en-CA/timeZoneNames.json 2387share/nextcloud/3rdparty/punic/punic/code/data/en-CA/timeZoneNames.json
1675share/nextcloud/3rdparty/punic/punic/code/data/en-CA/units.json 2388share/nextcloud/3rdparty/punic/punic/code/data/en-CA/units.json
1676share/nextcloud/3rdparty/punic/punic/code/data/en-GB/calendar.json 2389share/nextcloud/3rdparty/punic/punic/code/data/en-GB/calendar.json
1677share/nextcloud/3rdparty/punic/punic/code/data/en-GB/currencies.json 2390share/nextcloud/3rdparty/punic/punic/code/data/en-GB/currencies.json
1678share/nextcloud/3rdparty/punic/punic/code/data/en-GB/dateFields.json 2391share/nextcloud/3rdparty/punic/punic/code/data/en-GB/dateFields.json
1679share/nextcloud/3rdparty/punic/punic/code/data/en-GB/languages.json 2392share/nextcloud/3rdparty/punic/punic/code/data/en-GB/languages.json
1680share/nextcloud/3rdparty/punic/punic/code/data/en-GB/layout.json 2393share/nextcloud/3rdparty/punic/punic/code/data/en-GB/layout.json
1681share/nextcloud/3rdparty/punic/punic/code/data/en-GB/listPatterns.json 2394share/nextcloud/3rdparty/punic/punic/code/data/en-GB/listPatterns.json
1682share/nextcloud/3rdparty/punic/punic/code/data/en-GB/localeDisplayNames.json 2395share/nextcloud/3rdparty/punic/punic/code/data/en-GB/localeDisplayNames.json
1683share/nextcloud/3rdparty/punic/punic/code/data/en-GB/measurementSystemNames.json 2396share/nextcloud/3rdparty/punic/punic/code/data/en-GB/measurementSystemNames.json
1684share/nextcloud/3rdparty/punic/punic/code/data/en-GB/numbers.json 2397share/nextcloud/3rdparty/punic/punic/code/data/en-GB/numbers.json
1685share/nextcloud/3rdparty/punic/punic/code/data/en-GB/territories.json 2398share/nextcloud/3rdparty/punic/punic/code/data/en-GB/territories.json
1686share/nextcloud/3rdparty/punic/punic/code/data/en-GB/timeZoneNames.json 2399share/nextcloud/3rdparty/punic/punic/code/data/en-GB/timeZoneNames.json
1687share/nextcloud/3rdparty/punic/punic/code/data/en-GB/units.json 2400share/nextcloud/3rdparty/punic/punic/code/data/en-GB/units.json
1688share/nextcloud/3rdparty/punic/punic/code/data/en-HK/calendar.json 2401share/nextcloud/3rdparty/punic/punic/code/data/en-HK/calendar.json
1689share/nextcloud/3rdparty/punic/punic/code/data/en-HK/currencies.json 2402share/nextcloud/3rdparty/punic/punic/code/data/en-HK/currencies.json
1690share/nextcloud/3rdparty/punic/punic/code/data/en-HK/dateFields.json 2403share/nextcloud/3rdparty/punic/punic/code/data/en-HK/dateFields.json
1691share/nextcloud/3rdparty/punic/punic/code/data/en-HK/languages.json 2404share/nextcloud/3rdparty/punic/punic/code/data/en-HK/languages.json
1692share/nextcloud/3rdparty/punic/punic/code/data/en-HK/layout.json 2405share/nextcloud/3rdparty/punic/punic/code/data/en-HK/layout.json
1693share/nextcloud/3rdparty/punic/punic/code/data/en-HK/listPatterns.json 2406share/nextcloud/3rdparty/punic/punic/code/data/en-HK/listPatterns.json
1694share/nextcloud/3rdparty/punic/punic/code/data/en-HK/localeDisplayNames.json 2407share/nextcloud/3rdparty/punic/punic/code/data/en-HK/localeDisplayNames.json
1695share/nextcloud/3rdparty/punic/punic/code/data/en-HK/measurementSystemNames.json 2408share/nextcloud/3rdparty/punic/punic/code/data/en-HK/measurementSystemNames.json
1696share/nextcloud/3rdparty/punic/punic/code/data/en-HK/numbers.json 2409share/nextcloud/3rdparty/punic/punic/code/data/en-HK/numbers.json
1697share/nextcloud/3rdparty/punic/punic/code/data/en-HK/territories.json 2410share/nextcloud/3rdparty/punic/punic/code/data/en-HK/territories.json
1698share/nextcloud/3rdparty/punic/punic/code/data/en-HK/timeZoneNames.json 2411share/nextcloud/3rdparty/punic/punic/code/data/en-HK/timeZoneNames.json
1699share/nextcloud/3rdparty/punic/punic/code/data/en-HK/units.json 2412share/nextcloud/3rdparty/punic/punic/code/data/en-HK/units.json
1700share/nextcloud/3rdparty/punic/punic/code/data/en-IN/calendar.json 2413share/nextcloud/3rdparty/punic/punic/code/data/en-IN/calendar.json
1701share/nextcloud/3rdparty/punic/punic/code/data/en-IN/currencies.json 2414share/nextcloud/3rdparty/punic/punic/code/data/en-IN/currencies.json
1702share/nextcloud/3rdparty/punic/punic/code/data/en-IN/dateFields.json 2415share/nextcloud/3rdparty/punic/punic/code/data/en-IN/dateFields.json
1703share/nextcloud/3rdparty/punic/punic/code/data/en-IN/languages.json 2416share/nextcloud/3rdparty/punic/punic/code/data/en-IN/languages.json
1704share/nextcloud/3rdparty/punic/punic/code/data/en-IN/layout.json 2417share/nextcloud/3rdparty/punic/punic/code/data/en-IN/layout.json
1705share/nextcloud/3rdparty/punic/punic/code/data/en-IN/listPatterns.json 2418share/nextcloud/3rdparty/punic/punic/code/data/en-IN/listPatterns.json
1706share/nextcloud/3rdparty/punic/punic/code/data/en-IN/localeDisplayNames.json 2419share/nextcloud/3rdparty/punic/punic/code/data/en-IN/localeDisplayNames.json
1707share/nextcloud/3rdparty/punic/punic/code/data/en-IN/measurementSystemNames.json 2420share/nextcloud/3rdparty/punic/punic/code/data/en-IN/measurementSystemNames.json
1708share/nextcloud/3rdparty/punic/punic/code/data/en-IN/numbers.json 2421share/nextcloud/3rdparty/punic/punic/code/data/en-IN/numbers.json
1709share/nextcloud/3rdparty/punic/punic/code/data/en-IN/territories.json 2422share/nextcloud/3rdparty/punic/punic/code/data/en-IN/territories.json
1710share/nextcloud/3rdparty/punic/punic/code/data/en-IN/timeZoneNames.json 2423share/nextcloud/3rdparty/punic/punic/code/data/en-IN/timeZoneNames.json
1711share/nextcloud/3rdparty/punic/punic/code/data/en-IN/units.json 2424share/nextcloud/3rdparty/punic/punic/code/data/en-IN/units.json
1712share/nextcloud/3rdparty/punic/punic/code/data/en/calendar.json 2425share/nextcloud/3rdparty/punic/punic/code/data/en/calendar.json
1713share/nextcloud/3rdparty/punic/punic/code/data/en/currencies.json 2426share/nextcloud/3rdparty/punic/punic/code/data/en/currencies.json
1714share/nextcloud/3rdparty/punic/punic/code/data/en/dateFields.json 2427share/nextcloud/3rdparty/punic/punic/code/data/en/dateFields.json
1715share/nextcloud/3rdparty/punic/punic/code/data/en/languages.json 2428share/nextcloud/3rdparty/punic/punic/code/data/en/languages.json
1716share/nextcloud/3rdparty/punic/punic/code/data/en/layout.json 2429share/nextcloud/3rdparty/punic/punic/code/data/en/layout.json
1717share/nextcloud/3rdparty/punic/punic/code/data/en/listPatterns.json 2430share/nextcloud/3rdparty/punic/punic/code/data/en/listPatterns.json
1718share/nextcloud/3rdparty/punic/punic/code/data/en/localeDisplayNames.json 2431share/nextcloud/3rdparty/punic/punic/code/data/en/localeDisplayNames.json
1719share/nextcloud/3rdparty/punic/punic/code/data/en/measurementSystemNames.json 2432share/nextcloud/3rdparty/punic/punic/code/data/en/measurementSystemNames.json
1720share/nextcloud/3rdparty/punic/punic/code/data/en/numbers.json 2433share/nextcloud/3rdparty/punic/punic/code/data/en/numbers.json
1721share/nextcloud/3rdparty/punic/punic/code/data/en/territories.json 2434share/nextcloud/3rdparty/punic/punic/code/data/en/territories.json
1722share/nextcloud/3rdparty/punic/punic/code/data/en/timeZoneNames.json 2435share/nextcloud/3rdparty/punic/punic/code/data/en/timeZoneNames.json
1723share/nextcloud/3rdparty/punic/punic/code/data/en/units.json 2436share/nextcloud/3rdparty/punic/punic/code/data/en/units.json
1724share/nextcloud/3rdparty/punic/punic/code/data/es/calendar.json 2437share/nextcloud/3rdparty/punic/punic/code/data/es/calendar.json
1725share/nextcloud/3rdparty/punic/punic/code/data/es/currencies.json 2438share/nextcloud/3rdparty/punic/punic/code/data/es/currencies.json
1726share/nextcloud/3rdparty/punic/punic/code/data/es/dateFields.json 2439share/nextcloud/3rdparty/punic/punic/code/data/es/dateFields.json
1727share/nextcloud/3rdparty/punic/punic/code/data/es/languages.json 2440share/nextcloud/3rdparty/punic/punic/code/data/es/languages.json
1728share/nextcloud/3rdparty/punic/punic/code/data/es/layout.json 2441share/nextcloud/3rdparty/punic/punic/code/data/es/layout.json
1729share/nextcloud/3rdparty/punic/punic/code/data/es/listPatterns.json 2442share/nextcloud/3rdparty/punic/punic/code/data/es/listPatterns.json
1730share/nextcloud/3rdparty/punic/punic/code/data/es/localeDisplayNames.json 2443share/nextcloud/3rdparty/punic/punic/code/data/es/localeDisplayNames.json
1731share/nextcloud/3rdparty/punic/punic/code/data/es/measurementSystemNames.json 2444share/nextcloud/3rdparty/punic/punic/code/data/es/measurementSystemNames.json
1732share/nextcloud/3rdparty/punic/punic/code/data/es/numbers.json 2445share/nextcloud/3rdparty/punic/punic/code/data/es/numbers.json
1733share/nextcloud/3rdparty/punic/punic/code/data/es/territories.json 2446share/nextcloud/3rdparty/punic/punic/code/data/es/territories.json
1734share/nextcloud/3rdparty/punic/punic/code/data/es/timeZoneNames.json 2447share/nextcloud/3rdparty/punic/punic/code/data/es/timeZoneNames.json
1735share/nextcloud/3rdparty/punic/punic/code/data/es/units.json 2448share/nextcloud/3rdparty/punic/punic/code/data/es/units.json
1736share/nextcloud/3rdparty/punic/punic/code/data/fi/calendar.json 2449share/nextcloud/3rdparty/punic/punic/code/data/fi/calendar.json
1737share/nextcloud/3rdparty/punic/punic/code/data/fi/currencies.json 2450share/nextcloud/3rdparty/punic/punic/code/data/fi/currencies.json
1738share/nextcloud/3rdparty/punic/punic/code/data/fi/dateFields.json 2451share/nextcloud/3rdparty/punic/punic/code/data/fi/dateFields.json
1739share/nextcloud/3rdparty/punic/punic/code/data/fi/languages.json 2452share/nextcloud/3rdparty/punic/punic/code/data/fi/languages.json
1740share/nextcloud/3rdparty/punic/punic/code/data/fi/layout.json 2453share/nextcloud/3rdparty/punic/punic/code/data/fi/layout.json
1741share/nextcloud/3rdparty/punic/punic/code/data/fi/listPatterns.json 2454share/nextcloud/3rdparty/punic/punic/code/data/fi/listPatterns.json
1742share/nextcloud/3rdparty/punic/punic/code/data/fi/localeDisplayNames.json 2455share/nextcloud/3rdparty/punic/punic/code/data/fi/localeDisplayNames.json
1743share/nextcloud/3rdparty/punic/punic/code/data/fi/measurementSystemNames.json 2456share/nextcloud/3rdparty/punic/punic/code/data/fi/measurementSystemNames.json
1744share/nextcloud/3rdparty/punic/punic/code/data/fi/numbers.json 2457share/nextcloud/3rdparty/punic/punic/code/data/fi/numbers.json
1745share/nextcloud/3rdparty/punic/punic/code/data/fi/territories.json 2458share/nextcloud/3rdparty/punic/punic/code/data/fi/territories.json
1746share/nextcloud/3rdparty/punic/punic/code/data/fi/timeZoneNames.json 2459share/nextcloud/3rdparty/punic/punic/code/data/fi/timeZoneNames.json
1747share/nextcloud/3rdparty/punic/punic/code/data/fi/units.json 2460share/nextcloud/3rdparty/punic/punic/code/data/fi/units.json
1748share/nextcloud/3rdparty/punic/punic/code/data/fr/calendar.json 2461share/nextcloud/3rdparty/punic/punic/code/data/fr/calendar.json
1749share/nextcloud/3rdparty/punic/punic/code/data/fr/currencies.json 2462share/nextcloud/3rdparty/punic/punic/code/data/fr/currencies.json
1750share/nextcloud/3rdparty/punic/punic/code/data/fr/dateFields.json 2463share/nextcloud/3rdparty/punic/punic/code/data/fr/dateFields.json
1751share/nextcloud/3rdparty/punic/punic/code/data/fr/languages.json 2464share/nextcloud/3rdparty/punic/punic/code/data/fr/languages.json
1752share/nextcloud/3rdparty/punic/punic/code/data/fr/layout.json 2465share/nextcloud/3rdparty/punic/punic/code/data/fr/layout.json
1753share/nextcloud/3rdparty/punic/punic/code/data/fr/listPatterns.json 2466share/nextcloud/3rdparty/punic/punic/code/data/fr/listPatterns.json
1754share/nextcloud/3rdparty/punic/punic/code/data/fr/localeDisplayNames.json 2467share/nextcloud/3rdparty/punic/punic/code/data/fr/localeDisplayNames.json
1755share/nextcloud/3rdparty/punic/punic/code/data/fr/measurementSystemNames.json 2468share/nextcloud/3rdparty/punic/punic/code/data/fr/measurementSystemNames.json
1756share/nextcloud/3rdparty/punic/punic/code/data/fr/numbers.json 2469share/nextcloud/3rdparty/punic/punic/code/data/fr/numbers.json
1757share/nextcloud/3rdparty/punic/punic/code/data/fr/territories.json 2470share/nextcloud/3rdparty/punic/punic/code/data/fr/territories.json
1758share/nextcloud/3rdparty/punic/punic/code/data/fr/timeZoneNames.json 2471share/nextcloud/3rdparty/punic/punic/code/data/fr/timeZoneNames.json
1759share/nextcloud/3rdparty/punic/punic/code/data/fr/units.json 2472share/nextcloud/3rdparty/punic/punic/code/data/fr/units.json
1760share/nextcloud/3rdparty/punic/punic/code/data/he/calendar.json 2473share/nextcloud/3rdparty/punic/punic/code/data/he/calendar.json
1761share/nextcloud/3rdparty/punic/punic/code/data/he/currencies.json 2474share/nextcloud/3rdparty/punic/punic/code/data/he/currencies.json
1762share/nextcloud/3rdparty/punic/punic/code/data/he/dateFields.json 2475share/nextcloud/3rdparty/punic/punic/code/data/he/dateFields.json
1763share/nextcloud/3rdparty/punic/punic/code/data/he/languages.json 2476share/nextcloud/3rdparty/punic/punic/code/data/he/languages.json
1764share/nextcloud/3rdparty/punic/punic/code/data/he/layout.json 2477share/nextcloud/3rdparty/punic/punic/code/data/he/layout.json
1765share/nextcloud/3rdparty/punic/punic/code/data/he/listPatterns.json 2478share/nextcloud/3rdparty/punic/punic/code/data/he/listPatterns.json
1766share/nextcloud/3rdparty/punic/punic/code/data/he/localeDisplayNames.json 2479share/nextcloud/3rdparty/punic/punic/code/data/he/localeDisplayNames.json
1767share/nextcloud/3rdparty/punic/punic/code/data/he/measurementSystemNames.json 2480share/nextcloud/3rdparty/punic/punic/code/data/he/measurementSystemNames.json
1768share/nextcloud/3rdparty/punic/punic/code/data/he/numbers.json 2481share/nextcloud/3rdparty/punic/punic/code/data/he/numbers.json
1769share/nextcloud/3rdparty/punic/punic/code/data/he/territories.json 2482share/nextcloud/3rdparty/punic/punic/code/data/he/territories.json
1770share/nextcloud/3rdparty/punic/punic/code/data/he/timeZoneNames.json 2483share/nextcloud/3rdparty/punic/punic/code/data/he/timeZoneNames.json
1771share/nextcloud/3rdparty/punic/punic/code/data/he/units.json 2484share/nextcloud/3rdparty/punic/punic/code/data/he/units.json
1772share/nextcloud/3rdparty/punic/punic/code/data/hi/calendar.json 2485share/nextcloud/3rdparty/punic/punic/code/data/hi/calendar.json
1773share/nextcloud/3rdparty/punic/punic/code/data/hi/currencies.json 2486share/nextcloud/3rdparty/punic/punic/code/data/hi/currencies.json
1774share/nextcloud/3rdparty/punic/punic/code/data/hi/dateFields.json 2487share/nextcloud/3rdparty/punic/punic/code/data/hi/dateFields.json
1775share/nextcloud/3rdparty/punic/punic/code/data/hi/languages.json 2488share/nextcloud/3rdparty/punic/punic/code/data/hi/languages.json
1776share/nextcloud/3rdparty/punic/punic/code/data/hi/layout.json 2489share/nextcloud/3rdparty/punic/punic/code/data/hi/layout.json
1777share/nextcloud/3rdparty/punic/punic/code/data/hi/listPatterns.json 2490share/nextcloud/3rdparty/punic/punic/code/data/hi/listPatterns.json
1778share/nextcloud/3rdparty/punic/punic/code/data/hi/localeDisplayNames.json 2491share/nextcloud/3rdparty/punic/punic/code/data/hi/localeDisplayNames.json
1779share/nextcloud/3rdparty/punic/punic/code/data/hi/measurementSystemNames.json 2492share/nextcloud/3rdparty/punic/punic/code/data/hi/measurementSystemNames.json
1780share/nextcloud/3rdparty/punic/punic/code/data/hi/numbers.json 2493share/nextcloud/3rdparty/punic/punic/code/data/hi/numbers.json
1781share/nextcloud/3rdparty/punic/punic/code/data/hi/territories.json 2494share/nextcloud/3rdparty/punic/punic/code/data/hi/territories.json
1782share/nextcloud/3rdparty/punic/punic/code/data/hi/timeZoneNames.json 2495share/nextcloud/3rdparty/punic/punic/code/data/hi/timeZoneNames.json
1783share/nextcloud/3rdparty/punic/punic/code/data/hi/units.json 2496share/nextcloud/3rdparty/punic/punic/code/data/hi/units.json
1784share/nextcloud/3rdparty/punic/punic/code/data/hr/calendar.json 2497share/nextcloud/3rdparty/punic/punic/code/data/hr/calendar.json
1785share/nextcloud/3rdparty/punic/punic/code/data/hr/currencies.json 2498share/nextcloud/3rdparty/punic/punic/code/data/hr/currencies.json
1786share/nextcloud/3rdparty/punic/punic/code/data/hr/dateFields.json 2499share/nextcloud/3rdparty/punic/punic/code/data/hr/dateFields.json
1787share/nextcloud/3rdparty/punic/punic/code/data/hr/languages.json 2500share/nextcloud/3rdparty/punic/punic/code/data/hr/languages.json
1788share/nextcloud/3rdparty/punic/punic/code/data/hr/layout.json 2501share/nextcloud/3rdparty/punic/punic/code/data/hr/layout.json
1789share/nextcloud/3rdparty/punic/punic/code/data/hr/listPatterns.json 2502share/nextcloud/3rdparty/punic/punic/code/data/hr/listPatterns.json
1790share/nextcloud/3rdparty/punic/punic/code/data/hr/localeDisplayNames.json 2503share/nextcloud/3rdparty/punic/punic/code/data/hr/localeDisplayNames.json
1791share/nextcloud/3rdparty/punic/punic/code/data/hr/measurementSystemNames.json 2504share/nextcloud/3rdparty/punic/punic/code/data/hr/measurementSystemNames.json
1792share/nextcloud/3rdparty/punic/punic/code/data/hr/numbers.json 2505share/nextcloud/3rdparty/punic/punic/code/data/hr/numbers.json
1793share/nextcloud/3rdparty/punic/punic/code/data/hr/territories.json 2506share/nextcloud/3rdparty/punic/punic/code/data/hr/territories.json
1794share/nextcloud/3rdparty/punic/punic/code/data/hr/timeZoneNames.json 2507share/nextcloud/3rdparty/punic/punic/code/data/hr/timeZoneNames.json
1795share/nextcloud/3rdparty/punic/punic/code/data/hr/units.json 2508share/nextcloud/3rdparty/punic/punic/code/data/hr/units.json
1796share/nextcloud/3rdparty/punic/punic/code/data/hu/calendar.json 2509share/nextcloud/3rdparty/punic/punic/code/data/hu/calendar.json
1797share/nextcloud/3rdparty/punic/punic/code/data/hu/currencies.json 2510share/nextcloud/3rdparty/punic/punic/code/data/hu/currencies.json
1798share/nextcloud/3rdparty/punic/punic/code/data/hu/dateFields.json 2511share/nextcloud/3rdparty/punic/punic/code/data/hu/dateFields.json
1799share/nextcloud/3rdparty/punic/punic/code/data/hu/languages.json 2512share/nextcloud/3rdparty/punic/punic/code/data/hu/languages.json
1800share/nextcloud/3rdparty/punic/punic/code/data/hu/layout.json 2513share/nextcloud/3rdparty/punic/punic/code/data/hu/layout.json
1801share/nextcloud/3rdparty/punic/punic/code/data/hu/listPatterns.json 2514share/nextcloud/3rdparty/punic/punic/code/data/hu/listPatterns.json
1802share/nextcloud/3rdparty/punic/punic/code/data/hu/localeDisplayNames.json 2515share/nextcloud/3rdparty/punic/punic/code/data/hu/localeDisplayNames.json
1803share/nextcloud/3rdparty/punic/punic/code/data/hu/measurementSystemNames.json 2516share/nextcloud/3rdparty/punic/punic/code/data/hu/measurementSystemNames.json
1804share/nextcloud/3rdparty/punic/punic/code/data/hu/numbers.json 2517share/nextcloud/3rdparty/punic/punic/code/data/hu/numbers.json
1805share/nextcloud/3rdparty/punic/punic/code/data/hu/territories.json 2518share/nextcloud/3rdparty/punic/punic/code/data/hu/territories.json
1806share/nextcloud/3rdparty/punic/punic/code/data/hu/timeZoneNames.json 2519share/nextcloud/3rdparty/punic/punic/code/data/hu/timeZoneNames.json
1807share/nextcloud/3rdparty/punic/punic/code/data/hu/units.json 2520share/nextcloud/3rdparty/punic/punic/code/data/hu/units.json
1808share/nextcloud/3rdparty/punic/punic/code/data/it/calendar.json 2521share/nextcloud/3rdparty/punic/punic/code/data/it/calendar.json
1809share/nextcloud/3rdparty/punic/punic/code/data/it/currencies.json 2522share/nextcloud/3rdparty/punic/punic/code/data/it/currencies.json
1810share/nextcloud/3rdparty/punic/punic/code/data/it/dateFields.json 2523share/nextcloud/3rdparty/punic/punic/code/data/it/dateFields.json
1811share/nextcloud/3rdparty/punic/punic/code/data/it/languages.json 2524share/nextcloud/3rdparty/punic/punic/code/data/it/languages.json
1812share/nextcloud/3rdparty/punic/punic/code/data/it/layout.json 2525share/nextcloud/3rdparty/punic/punic/code/data/it/layout.json
1813share/nextcloud/3rdparty/punic/punic/code/data/it/listPatterns.json 2526share/nextcloud/3rdparty/punic/punic/code/data/it/listPatterns.json
1814share/nextcloud/3rdparty/punic/punic/code/data/it/localeDisplayNames.json 2527share/nextcloud/3rdparty/punic/punic/code/data/it/localeDisplayNames.json
1815share/nextcloud/3rdparty/punic/punic/code/data/it/measurementSystemNames.json 2528share/nextcloud/3rdparty/punic/punic/code/data/it/measurementSystemNames.json
1816share/nextcloud/3rdparty/punic/punic/code/data/it/numbers.json 2529share/nextcloud/3rdparty/punic/punic/code/data/it/numbers.json
1817share/nextcloud/3rdparty/punic/punic/code/data/it/territories.json 2530share/nextcloud/3rdparty/punic/punic/code/data/it/territories.json
1818share/nextcloud/3rdparty/punic/punic/code/data/it/timeZoneNames.json 2531share/nextcloud/3rdparty/punic/punic/code/data/it/timeZoneNames.json
1819share/nextcloud/3rdparty/punic/punic/code/data/it/units.json 2532share/nextcloud/3rdparty/punic/punic/code/data/it/units.json
1820share/nextcloud/3rdparty/punic/punic/code/data/ja/calendar.json 2533share/nextcloud/3rdparty/punic/punic/code/data/ja/calendar.json
1821share/nextcloud/3rdparty/punic/punic/code/data/ja/currencies.json 2534share/nextcloud/3rdparty/punic/punic/code/data/ja/currencies.json
1822share/nextcloud/3rdparty/punic/punic/code/data/ja/dateFields.json 2535share/nextcloud/3rdparty/punic/punic/code/data/ja/dateFields.json
1823share/nextcloud/3rdparty/punic/punic/code/data/ja/languages.json 2536share/nextcloud/3rdparty/punic/punic/code/data/ja/languages.json
1824share/nextcloud/3rdparty/punic/punic/code/data/ja/layout.json 2537share/nextcloud/3rdparty/punic/punic/code/data/ja/layout.json
1825share/nextcloud/3rdparty/punic/punic/code/data/ja/listPatterns.json 2538share/nextcloud/3rdparty/punic/punic/code/data/ja/listPatterns.json
1826share/nextcloud/3rdparty/punic/punic/code/data/ja/localeDisplayNames.json 2539share/nextcloud/3rdparty/punic/punic/code/data/ja/localeDisplayNames.json
1827share/nextcloud/3rdparty/punic/punic/code/data/ja/measurementSystemNames.json 2540share/nextcloud/3rdparty/punic/punic/code/data/ja/measurementSystemNames.json
1828share/nextcloud/3rdparty/punic/punic/code/data/ja/numbers.json 2541share/nextcloud/3rdparty/punic/punic/code/data/ja/numbers.json
1829share/nextcloud/3rdparty/punic/punic/code/data/ja/territories.json 2542share/nextcloud/3rdparty/punic/punic/code/data/ja/territories.json
1830share/nextcloud/3rdparty/punic/punic/code/data/ja/timeZoneNames.json 2543share/nextcloud/3rdparty/punic/punic/code/data/ja/timeZoneNames.json
1831share/nextcloud/3rdparty/punic/punic/code/data/ja/units.json 2544share/nextcloud/3rdparty/punic/punic/code/data/ja/units.json
1832share/nextcloud/3rdparty/punic/punic/code/data/ko/calendar.json 2545share/nextcloud/3rdparty/punic/punic/code/data/ko/calendar.json
1833share/nextcloud/3rdparty/punic/punic/code/data/ko/currencies.json 2546share/nextcloud/3rdparty/punic/punic/code/data/ko/currencies.json
1834share/nextcloud/3rdparty/punic/punic/code/data/ko/dateFields.json 2547share/nextcloud/3rdparty/punic/punic/code/data/ko/dateFields.json
1835share/nextcloud/3rdparty/punic/punic/code/data/ko/languages.json 2548share/nextcloud/3rdparty/punic/punic/code/data/ko/languages.json
1836share/nextcloud/3rdparty/punic/punic/code/data/ko/layout.json 2549share/nextcloud/3rdparty/punic/punic/code/data/ko/layout.json
1837share/nextcloud/3rdparty/punic/punic/code/data/ko/listPatterns.json 2550share/nextcloud/3rdparty/punic/punic/code/data/ko/listPatterns.json
1838share/nextcloud/3rdparty/punic/punic/code/data/ko/localeDisplayNames.json 2551share/nextcloud/3rdparty/punic/punic/code/data/ko/localeDisplayNames.json
1839share/nextcloud/3rdparty/punic/punic/code/data/ko/measurementSystemNames.json 2552share/nextcloud/3rdparty/punic/punic/code/data/ko/measurementSystemNames.json
1840share/nextcloud/3rdparty/punic/punic/code/data/ko/numbers.json 2553share/nextcloud/3rdparty/punic/punic/code/data/ko/numbers.json
1841share/nextcloud/3rdparty/punic/punic/code/data/ko/territories.json 2554share/nextcloud/3rdparty/punic/punic/code/data/ko/territories.json
1842share/nextcloud/3rdparty/punic/punic/code/data/ko/timeZoneNames.json 2555share/nextcloud/3rdparty/punic/punic/code/data/ko/timeZoneNames.json
1843share/nextcloud/3rdparty/punic/punic/code/data/ko/units.json 2556share/nextcloud/3rdparty/punic/punic/code/data/ko/units.json
1844share/nextcloud/3rdparty/punic/punic/code/data/likelySubtags.json 2557share/nextcloud/3rdparty/punic/punic/code/data/likelySubtags.json
1845share/nextcloud/3rdparty/punic/punic/code/data/measurementData.json 2558share/nextcloud/3rdparty/punic/punic/code/data/measurementData.json
1846share/nextcloud/3rdparty/punic/punic/code/data/metaZones.json 2559share/nextcloud/3rdparty/punic/punic/code/data/metaZones.json
1847share/nextcloud/3rdparty/punic/punic/code/data/nb/calendar.json 2560share/nextcloud/3rdparty/punic/punic/code/data/nb/calendar.json
1848share/nextcloud/3rdparty/punic/punic/code/data/nb/currencies.json 2561share/nextcloud/3rdparty/punic/punic/code/data/nb/currencies.json
1849share/nextcloud/3rdparty/punic/punic/code/data/nb/dateFields.json 2562share/nextcloud/3rdparty/punic/punic/code/data/nb/dateFields.json
1850share/nextcloud/3rdparty/punic/punic/code/data/nb/languages.json 2563share/nextcloud/3rdparty/punic/punic/code/data/nb/languages.json
1851share/nextcloud/3rdparty/punic/punic/code/data/nb/layout.json 2564share/nextcloud/3rdparty/punic/punic/code/data/nb/layout.json
1852share/nextcloud/3rdparty/punic/punic/code/data/nb/listPatterns.json 2565share/nextcloud/3rdparty/punic/punic/code/data/nb/listPatterns.json
1853share/nextcloud/3rdparty/punic/punic/code/data/nb/localeDisplayNames.json 2566share/nextcloud/3rdparty/punic/punic/code/data/nb/localeDisplayNames.json
1854share/nextcloud/3rdparty/punic/punic/code/data/nb/measurementSystemNames.json 2567share/nextcloud/3rdparty/punic/punic/code/data/nb/measurementSystemNames.json
1855share/nextcloud/3rdparty/punic/punic/code/data/nb/numbers.json 2568share/nextcloud/3rdparty/punic/punic/code/data/nb/numbers.json
1856share/nextcloud/3rdparty/punic/punic/code/data/nb/territories.json 2569share/nextcloud/3rdparty/punic/punic/code/data/nb/territories.json
1857share/nextcloud/3rdparty/punic/punic/code/data/nb/timeZoneNames.json 2570share/nextcloud/3rdparty/punic/punic/code/data/nb/timeZoneNames.json
1858share/nextcloud/3rdparty/punic/punic/code/data/nb/units.json 2571share/nextcloud/3rdparty/punic/punic/code/data/nb/units.json
1859share/nextcloud/3rdparty/punic/punic/code/data/nl/calendar.json 2572share/nextcloud/3rdparty/punic/punic/code/data/nl/calendar.json
1860share/nextcloud/3rdparty/punic/punic/code/data/nl/currencies.json 2573share/nextcloud/3rdparty/punic/punic/code/data/nl/currencies.json
1861share/nextcloud/3rdparty/punic/punic/code/data/nl/dateFields.json 2574share/nextcloud/3rdparty/punic/punic/code/data/nl/dateFields.json
1862share/nextcloud/3rdparty/punic/punic/code/data/nl/languages.json 2575share/nextcloud/3rdparty/punic/punic/code/data/nl/languages.json
1863share/nextcloud/3rdparty/punic/punic/code/data/nl/layout.json 2576share/nextcloud/3rdparty/punic/punic/code/data/nl/layout.json
1864share/nextcloud/3rdparty/punic/punic/code/data/nl/listPatterns.json 2577share/nextcloud/3rdparty/punic/punic/code/data/nl/listPatterns.json
1865share/nextcloud/3rdparty/punic/punic/code/data/nl/localeDisplayNames.json 2578share/nextcloud/3rdparty/punic/punic/code/data/nl/localeDisplayNames.json
1866share/nextcloud/3rdparty/punic/punic/code/data/nl/measurementSystemNames.json 2579share/nextcloud/3rdparty/punic/punic/code/data/nl/measurementSystemNames.json
1867share/nextcloud/3rdparty/punic/punic/code/data/nl/numbers.json 2580share/nextcloud/3rdparty/punic/punic/code/data/nl/numbers.json
1868share/nextcloud/3rdparty/punic/punic/code/data/nl/territories.json 2581share/nextcloud/3rdparty/punic/punic/code/data/nl/territories.json
1869share/nextcloud/3rdparty/punic/punic/code/data/nl/timeZoneNames.json 2582share/nextcloud/3rdparty/punic/punic/code/data/nl/timeZoneNames.json
1870share/nextcloud/3rdparty/punic/punic/code/data/nl/units.json 2583share/nextcloud/3rdparty/punic/punic/code/data/nl/units.json
1871share/nextcloud/3rdparty/punic/punic/code/data/nn/calendar.json 2584share/nextcloud/3rdparty/punic/punic/code/data/nn/calendar.json
1872share/nextcloud/3rdparty/punic/punic/code/data/nn/currencies.json 2585share/nextcloud/3rdparty/punic/punic/code/data/nn/currencies.json
1873share/nextcloud/3rdparty/punic/punic/code/data/nn/dateFields.json 2586share/nextcloud/3rdparty/punic/punic/code/data/nn/dateFields.json
1874share/nextcloud/3rdparty/punic/punic/code/data/nn/languages.json 2587share/nextcloud/3rdparty/punic/punic/code/data/nn/languages.json
1875share/nextcloud/3rdparty/punic/punic/code/data/nn/layout.json 2588share/nextcloud/3rdparty/punic/punic/code/data/nn/layout.json
1876share/nextcloud/3rdparty/punic/punic/code/data/nn/listPatterns.json 2589share/nextcloud/3rdparty/punic/punic/code/data/nn/listPatterns.json
1877share/nextcloud/3rdparty/punic/punic/code/data/nn/localeDisplayNames.json 2590share/nextcloud/3rdparty/punic/punic/code/data/nn/localeDisplayNames.json
1878share/nextcloud/3rdparty/punic/punic/code/data/nn/measurementSystemNames.json 2591share/nextcloud/3rdparty/punic/punic/code/data/nn/measurementSystemNames.json
1879share/nextcloud/3rdparty/punic/punic/code/data/nn/numbers.json 2592share/nextcloud/3rdparty/punic/punic/code/data/nn/numbers.json
1880share/nextcloud/3rdparty/punic/punic/code/data/nn/territories.json 2593share/nextcloud/3rdparty/punic/punic/code/data/nn/territories.json
1881share/nextcloud/3rdparty/punic/punic/code/data/nn/timeZoneNames.json 2594share/nextcloud/3rdparty/punic/punic/code/data/nn/timeZoneNames.json
1882share/nextcloud/3rdparty/punic/punic/code/data/nn/units.json 2595share/nextcloud/3rdparty/punic/punic/code/data/nn/units.json
1883share/nextcloud/3rdparty/punic/punic/code/data/parentLocales.json 2596share/nextcloud/3rdparty/punic/punic/code/data/parentLocales.json
1884share/nextcloud/3rdparty/punic/punic/code/data/pl/calendar.json 2597share/nextcloud/3rdparty/punic/punic/code/data/pl/calendar.json
1885share/nextcloud/3rdparty/punic/punic/code/data/pl/currencies.json 2598share/nextcloud/3rdparty/punic/punic/code/data/pl/currencies.json
1886share/nextcloud/3rdparty/punic/punic/code/data/pl/dateFields.json 2599share/nextcloud/3rdparty/punic/punic/code/data/pl/dateFields.json
1887share/nextcloud/3rdparty/punic/punic/code/data/pl/languages.json 2600share/nextcloud/3rdparty/punic/punic/code/data/pl/languages.json
1888share/nextcloud/3rdparty/punic/punic/code/data/pl/layout.json 2601share/nextcloud/3rdparty/punic/punic/code/data/pl/layout.json
1889share/nextcloud/3rdparty/punic/punic/code/data/pl/listPatterns.json 2602share/nextcloud/3rdparty/punic/punic/code/data/pl/listPatterns.json
1890share/nextcloud/3rdparty/punic/punic/code/data/pl/localeDisplayNames.json 2603share/nextcloud/3rdparty/punic/punic/code/data/pl/localeDisplayNames.json
1891share/nextcloud/3rdparty/punic/punic/code/data/pl/measurementSystemNames.json 2604share/nextcloud/3rdparty/punic/punic/code/data/pl/measurementSystemNames.json
1892share/nextcloud/3rdparty/punic/punic/code/data/pl/numbers.json 2605share/nextcloud/3rdparty/punic/punic/code/data/pl/numbers.json
1893share/nextcloud/3rdparty/punic/punic/code/data/pl/territories.json 2606share/nextcloud/3rdparty/punic/punic/code/data/pl/territories.json
1894share/nextcloud/3rdparty/punic/punic/code/data/pl/timeZoneNames.json 2607share/nextcloud/3rdparty/punic/punic/code/data/pl/timeZoneNames.json
1895share/nextcloud/3rdparty/punic/punic/code/data/pl/units.json 2608share/nextcloud/3rdparty/punic/punic/code/data/pl/units.json
1896share/nextcloud/3rdparty/punic/punic/code/data/plurals.json 2609share/nextcloud/3rdparty/punic/punic/code/data/plurals.json
1897share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/calendar.json 2610share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/calendar.json
1898share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/currencies.json 2611share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/currencies.json
1899share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/dateFields.json 2612share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/dateFields.json
1900share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/languages.json 2613share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/languages.json
1901share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/layout.json 2614share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/layout.json
1902share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/listPatterns.json 2615share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/listPatterns.json
1903share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/localeDisplayNames.json 2616share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/localeDisplayNames.json
1904share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/measurementSystemNames.json 2617share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/measurementSystemNames.json
1905share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/numbers.json 2618share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/numbers.json
1906share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/territories.json 2619share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/territories.json
1907share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/timeZoneNames.json 2620share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/timeZoneNames.json
1908share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/units.json 2621share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/units.json
1909share/nextcloud/3rdparty/punic/punic/code/data/pt/calendar.json 2622share/nextcloud/3rdparty/punic/punic/code/data/pt/calendar.json
1910share/nextcloud/3rdparty/punic/punic/code/data/pt/currencies.json 2623share/nextcloud/3rdparty/punic/punic/code/data/pt/currencies.json
1911share/nextcloud/3rdparty/punic/punic/code/data/pt/dateFields.json 2624share/nextcloud/3rdparty/punic/punic/code/data/pt/dateFields.json
1912share/nextcloud/3rdparty/punic/punic/code/data/pt/languages.json 2625share/nextcloud/3rdparty/punic/punic/code/data/pt/languages.json
1913share/nextcloud/3rdparty/punic/punic/code/data/pt/layout.json 2626share/nextcloud/3rdparty/punic/punic/code/data/pt/layout.json
1914share/nextcloud/3rdparty/punic/punic/code/data/pt/listPatterns.json 2627share/nextcloud/3rdparty/punic/punic/code/data/pt/listPatterns.json
1915share/nextcloud/3rdparty/punic/punic/code/data/pt/localeDisplayNames.json 2628share/nextcloud/3rdparty/punic/punic/code/data/pt/localeDisplayNames.json
1916share/nextcloud/3rdparty/punic/punic/code/data/pt/measurementSystemNames.json 2629share/nextcloud/3rdparty/punic/punic/code/data/pt/measurementSystemNames.json
1917share/nextcloud/3rdparty/punic/punic/code/data/pt/numbers.json 2630share/nextcloud/3rdparty/punic/punic/code/data/pt/numbers.json
1918share/nextcloud/3rdparty/punic/punic/code/data/pt/territories.json 2631share/nextcloud/3rdparty/punic/punic/code/data/pt/territories.json
1919share/nextcloud/3rdparty/punic/punic/code/data/pt/timeZoneNames.json 2632share/nextcloud/3rdparty/punic/punic/code/data/pt/timeZoneNames.json
1920share/nextcloud/3rdparty/punic/punic/code/data/pt/units.json 2633share/nextcloud/3rdparty/punic/punic/code/data/pt/units.json
1921share/nextcloud/3rdparty/punic/punic/code/data/ro/calendar.json 2634share/nextcloud/3rdparty/punic/punic/code/data/ro/calendar.json
1922share/nextcloud/3rdparty/punic/punic/code/data/ro/currencies.json 2635share/nextcloud/3rdparty/punic/punic/code/data/ro/currencies.json
1923share/nextcloud/3rdparty/punic/punic/code/data/ro/dateFields.json 2636share/nextcloud/3rdparty/punic/punic/code/data/ro/dateFields.json
1924share/nextcloud/3rdparty/punic/punic/code/data/ro/languages.json 2637share/nextcloud/3rdparty/punic/punic/code/data/ro/languages.json
1925share/nextcloud/3rdparty/punic/punic/code/data/ro/layout.json 2638share/nextcloud/3rdparty/punic/punic/code/data/ro/layout.json
1926share/nextcloud/3rdparty/punic/punic/code/data/ro/listPatterns.json 2639share/nextcloud/3rdparty/punic/punic/code/data/ro/listPatterns.json
1927share/nextcloud/3rdparty/punic/punic/code/data/ro/localeDisplayNames.json 2640share/nextcloud/3rdparty/punic/punic/code/data/ro/localeDisplayNames.json
1928share/nextcloud/3rdparty/punic/punic/code/data/ro/measurementSystemNames.json 2641share/nextcloud/3rdparty/punic/punic/code/data/ro/measurementSystemNames.json
1929share/nextcloud/3rdparty/punic/punic/code/data/ro/numbers.json 2642share/nextcloud/3rdparty/punic/punic/code/data/ro/numbers.json
1930share/nextcloud/3rdparty/punic/punic/code/data/ro/territories.json 2643share/nextcloud/3rdparty/punic/punic/code/data/ro/territories.json
1931share/nextcloud/3rdparty/punic/punic/code/data/ro/timeZoneNames.json 2644share/nextcloud/3rdparty/punic/punic/code/data/ro/timeZoneNames.json
1932share/nextcloud/3rdparty/punic/punic/code/data/ro/units.json 2645share/nextcloud/3rdparty/punic/punic/code/data/ro/units.json
1933share/nextcloud/3rdparty/punic/punic/code/data/root/calendar.json 2646share/nextcloud/3rdparty/punic/punic/code/data/root/calendar.json
1934share/nextcloud/3rdparty/punic/punic/code/data/root/currencies.json 2647share/nextcloud/3rdparty/punic/punic/code/data/root/currencies.json
1935share/nextcloud/3rdparty/punic/punic/code/data/root/dateFields.json 2648share/nextcloud/3rdparty/punic/punic/code/data/root/dateFields.json
1936share/nextcloud/3rdparty/punic/punic/code/data/root/languages.json 2649share/nextcloud/3rdparty/punic/punic/code/data/root/languages.json
1937share/nextcloud/3rdparty/punic/punic/code/data/root/layout.json 2650share/nextcloud/3rdparty/punic/punic/code/data/root/layout.json
1938share/nextcloud/3rdparty/punic/punic/code/data/root/listPatterns.json 2651share/nextcloud/3rdparty/punic/punic/code/data/root/listPatterns.json
1939share/nextcloud/3rdparty/punic/punic/code/data/root/localeDisplayNames.json 2652share/nextcloud/3rdparty/punic/punic/code/data/root/localeDisplayNames.json
1940share/nextcloud/3rdparty/punic/punic/code/data/root/measurementSystemNames.json 2653share/nextcloud/3rdparty/punic/punic/code/data/root/measurementSystemNames.json
1941share/nextcloud/3rdparty/punic/punic/code/data/root/numbers.json 2654share/nextcloud/3rdparty/punic/punic/code/data/root/numbers.json
1942share/nextcloud/3rdparty/punic/punic/code/data/root/territories.json 2655share/nextcloud/3rdparty/punic/punic/code/data/root/territories.json
1943share/nextcloud/3rdparty/punic/punic/code/data/root/timeZoneNames.json 2656share/nextcloud/3rdparty/punic/punic/code/data/root/timeZoneNames.json
1944share/nextcloud/3rdparty/punic/punic/code/data/root/units.json 2657share/nextcloud/3rdparty/punic/punic/code/data/root/units.json
1945share/nextcloud/3rdparty/punic/punic/code/data/ru/calendar.json 2658share/nextcloud/3rdparty/punic/punic/code/data/ru/calendar.json
1946share/nextcloud/3rdparty/punic/punic/code/data/ru/currencies.json 2659share/nextcloud/3rdparty/punic/punic/code/data/ru/currencies.json
1947share/nextcloud/3rdparty/punic/punic/code/data/ru/dateFields.json 2660share/nextcloud/3rdparty/punic/punic/code/data/ru/dateFields.json
1948share/nextcloud/3rdparty/punic/punic/code/data/ru/languages.json 2661share/nextcloud/3rdparty/punic/punic/code/data/ru/languages.json
1949share/nextcloud/3rdparty/punic/punic/code/data/ru/layout.json 2662share/nextcloud/3rdparty/punic/punic/code/data/ru/layout.json
1950share/nextcloud/3rdparty/punic/punic/code/data/ru/listPatterns.json 2663share/nextcloud/3rdparty/punic/punic/code/data/ru/listPatterns.json
1951share/nextcloud/3rdparty/punic/punic/code/data/ru/localeDisplayNames.json 2664share/nextcloud/3rdparty/punic/punic/code/data/ru/localeDisplayNames.json
1952share/nextcloud/3rdparty/punic/punic/code/data/ru/measurementSystemNames.json 2665share/nextcloud/3rdparty/punic/punic/code/data/ru/measurementSystemNames.json
1953share/nextcloud/3rdparty/punic/punic/code/data/ru/numbers.json 2666share/nextcloud/3rdparty/punic/punic/code/data/ru/numbers.json
1954share/nextcloud/3rdparty/punic/punic/code/data/ru/territories.json 2667share/nextcloud/3rdparty/punic/punic/code/data/ru/territories.json
1955share/nextcloud/3rdparty/punic/punic/code/data/ru/timeZoneNames.json 2668share/nextcloud/3rdparty/punic/punic/code/data/ru/timeZoneNames.json
1956share/nextcloud/3rdparty/punic/punic/code/data/ru/units.json 2669share/nextcloud/3rdparty/punic/punic/code/data/ru/units.json
1957share/nextcloud/3rdparty/punic/punic/code/data/sk/calendar.json 2670share/nextcloud/3rdparty/punic/punic/code/data/sk/calendar.json
1958share/nextcloud/3rdparty/punic/punic/code/data/sk/currencies.json 2671share/nextcloud/3rdparty/punic/punic/code/data/sk/currencies.json
1959share/nextcloud/3rdparty/punic/punic/code/data/sk/dateFields.json 2672share/nextcloud/3rdparty/punic/punic/code/data/sk/dateFields.json
1960share/nextcloud/3rdparty/punic/punic/code/data/sk/languages.json 2673share/nextcloud/3rdparty/punic/punic/code/data/sk/languages.json
1961share/nextcloud/3rdparty/punic/punic/code/data/sk/layout.json 2674share/nextcloud/3rdparty/punic/punic/code/data/sk/layout.json
1962share/nextcloud/3rdparty/punic/punic/code/data/sk/listPatterns.json 2675share/nextcloud/3rdparty/punic/punic/code/data/sk/listPatterns.json
1963share/nextcloud/3rdparty/punic/punic/code/data/sk/localeDisplayNames.json 2676share/nextcloud/3rdparty/punic/punic/code/data/sk/localeDisplayNames.json
1964share/nextcloud/3rdparty/punic/punic/code/data/sk/measurementSystemNames.json 2677share/nextcloud/3rdparty/punic/punic/code/data/sk/measurementSystemNames.json
1965share/nextcloud/3rdparty/punic/punic/code/data/sk/numbers.json 2678share/nextcloud/3rdparty/punic/punic/code/data/sk/numbers.json
1966share/nextcloud/3rdparty/punic/punic/code/data/sk/territories.json 2679share/nextcloud/3rdparty/punic/punic/code/data/sk/territories.json
1967share/nextcloud/3rdparty/punic/punic/code/data/sk/timeZoneNames.json 2680share/nextcloud/3rdparty/punic/punic/code/data/sk/timeZoneNames.json
1968share/nextcloud/3rdparty/punic/punic/code/data/sk/units.json 2681share/nextcloud/3rdparty/punic/punic/code/data/sk/units.json
1969share/nextcloud/3rdparty/punic/punic/code/data/sl/calendar.json 2682share/nextcloud/3rdparty/punic/punic/code/data/sl/calendar.json
1970share/nextcloud/3rdparty/punic/punic/code/data/sl/currencies.json 2683share/nextcloud/3rdparty/punic/punic/code/data/sl/currencies.json
1971share/nextcloud/3rdparty/punic/punic/code/data/sl/dateFields.json 2684share/nextcloud/3rdparty/punic/punic/code/data/sl/dateFields.json
1972share/nextcloud/3rdparty/punic/punic/code/data/sl/languages.json 2685share/nextcloud/3rdparty/punic/punic/code/data/sl/languages.json
1973share/nextcloud/3rdparty/punic/punic/code/data/sl/layout.json 2686share/nextcloud/3rdparty/punic/punic/code/data/sl/layout.json
1974share/nextcloud/3rdparty/punic/punic/code/data/sl/listPatterns.json 2687share/nextcloud/3rdparty/punic/punic/code/data/sl/listPatterns.json
1975share/nextcloud/3rdparty/punic/punic/code/data/sl/localeDisplayNames.json 2688share/nextcloud/3rdparty/punic/punic/code/data/sl/localeDisplayNames.json
1976share/nextcloud/3rdparty/punic/punic/code/data/sl/measurementSystemNames.json 2689share/nextcloud/3rdparty/punic/punic/code/data/sl/measurementSystemNames.json
1977share/nextcloud/3rdparty/punic/punic/code/data/sl/numbers.json 2690share/nextcloud/3rdparty/punic/punic/code/data/sl/numbers.json
1978share/nextcloud/3rdparty/punic/punic/code/data/sl/territories.json 2691share/nextcloud/3rdparty/punic/punic/code/data/sl/territories.json
1979share/nextcloud/3rdparty/punic/punic/code/data/sl/timeZoneNames.json 2692share/nextcloud/3rdparty/punic/punic/code/data/sl/timeZoneNames.json
1980share/nextcloud/3rdparty/punic/punic/code/data/sl/units.json 2693share/nextcloud/3rdparty/punic/punic/code/data/sl/units.json
1981share/nextcloud/3rdparty/punic/punic/code/data/sr/calendar.json 2694share/nextcloud/3rdparty/punic/punic/code/data/sr/calendar.json
1982share/nextcloud/3rdparty/punic/punic/code/data/sr/currencies.json 2695share/nextcloud/3rdparty/punic/punic/code/data/sr/currencies.json
1983share/nextcloud/3rdparty/punic/punic/code/data/sr/dateFields.json 2696share/nextcloud/3rdparty/punic/punic/code/data/sr/dateFields.json
1984share/nextcloud/3rdparty/punic/punic/code/data/sr/languages.json 2697share/nextcloud/3rdparty/punic/punic/code/data/sr/languages.json
1985share/nextcloud/3rdparty/punic/punic/code/data/sr/layout.json 2698share/nextcloud/3rdparty/punic/punic/code/data/sr/layout.json
1986share/nextcloud/3rdparty/punic/punic/code/data/sr/listPatterns.json 2699share/nextcloud/3rdparty/punic/punic/code/data/sr/listPatterns.json
1987share/nextcloud/3rdparty/punic/punic/code/data/sr/localeDisplayNames.json 2700share/nextcloud/3rdparty/punic/punic/code/data/sr/localeDisplayNames.json
1988share/nextcloud/3rdparty/punic/punic/code/data/sr/measurementSystemNames.json 2701share/nextcloud/3rdparty/punic/punic/code/data/sr/measurementSystemNames.json
1989share/nextcloud/3rdparty/punic/punic/code/data/sr/numbers.json 2702share/nextcloud/3rdparty/punic/punic/code/data/sr/numbers.json
1990share/nextcloud/3rdparty/punic/punic/code/data/sr/territories.json 2703share/nextcloud/3rdparty/punic/punic/code/data/sr/territories.json
1991share/nextcloud/3rdparty/punic/punic/code/data/sr/timeZoneNames.json 2704share/nextcloud/3rdparty/punic/punic/code/data/sr/timeZoneNames.json
1992share/nextcloud/3rdparty/punic/punic/code/data/sr/units.json 2705share/nextcloud/3rdparty/punic/punic/code/data/sr/units.json
1993share/nextcloud/3rdparty/punic/punic/code/data/sv/calendar.json 2706share/nextcloud/3rdparty/punic/punic/code/data/sv/calendar.json
1994share/nextcloud/3rdparty/punic/punic/code/data/sv/currencies.json 2707share/nextcloud/3rdparty/punic/punic/code/data/sv/currencies.json
1995share/nextcloud/3rdparty/punic/punic/code/data/sv/dateFields.json 2708share/nextcloud/3rdparty/punic/punic/code/data/sv/dateFields.json
1996share/nextcloud/3rdparty/punic/punic/code/data/sv/languages.json 2709share/nextcloud/3rdparty/punic/punic/code/data/sv/languages.json
1997share/nextcloud/3rdparty/punic/punic/code/data/sv/layout.json 2710share/nextcloud/3rdparty/punic/punic/code/data/sv/layout.json
1998share/nextcloud/3rdparty/punic/punic/code/data/sv/listPatterns.json 2711share/nextcloud/3rdparty/punic/punic/code/data/sv/listPatterns.json
1999share/nextcloud/3rdparty/punic/punic/code/data/sv/localeDisplayNames.json 2712share/nextcloud/3rdparty/punic/punic/code/data/sv/localeDisplayNames.json
2000share/nextcloud/3rdparty/punic/punic/code/data/sv/measurementSystemNames.json 2713share/nextcloud/3rdparty/punic/punic/code/data/sv/measurementSystemNames.json
2001share/nextcloud/3rdparty/punic/punic/code/data/sv/numbers.json 2714share/nextcloud/3rdparty/punic/punic/code/data/sv/numbers.json
2002share/nextcloud/3rdparty/punic/punic/code/data/sv/territories.json 2715share/nextcloud/3rdparty/punic/punic/code/data/sv/territories.json
2003share/nextcloud/3rdparty/punic/punic/code/data/sv/timeZoneNames.json 2716share/nextcloud/3rdparty/punic/punic/code/data/sv/timeZoneNames.json
2004share/nextcloud/3rdparty/punic/punic/code/data/sv/units.json 2717share/nextcloud/3rdparty/punic/punic/code/data/sv/units.json
2005share/nextcloud/3rdparty/punic/punic/code/data/telephoneCodeData.json 2718share/nextcloud/3rdparty/punic/punic/code/data/telephoneCodeData.json
2006share/nextcloud/3rdparty/punic/punic/code/data/territoryContainment.json 2719share/nextcloud/3rdparty/punic/punic/code/data/territoryContainment.json
2007share/nextcloud/3rdparty/punic/punic/code/data/territoryInfo.json 2720share/nextcloud/3rdparty/punic/punic/code/data/territoryInfo.json
2008share/nextcloud/3rdparty/punic/punic/code/data/th/calendar.json 2721share/nextcloud/3rdparty/punic/punic/code/data/th/calendar.json
2009share/nextcloud/3rdparty/punic/punic/code/data/th/currencies.json 2722share/nextcloud/3rdparty/punic/punic/code/data/th/currencies.json
2010share/nextcloud/3rdparty/punic/punic/code/data/th/dateFields.json 2723share/nextcloud/3rdparty/punic/punic/code/data/th/dateFields.json
2011share/nextcloud/3rdparty/punic/punic/code/data/th/languages.json 2724share/nextcloud/3rdparty/punic/punic/code/data/th/languages.json
2012share/nextcloud/3rdparty/punic/punic/code/data/th/layout.json 2725share/nextcloud/3rdparty/punic/punic/code/data/th/layout.json
2013share/nextcloud/3rdparty/punic/punic/code/data/th/listPatterns.json 2726share/nextcloud/3rdparty/punic/punic/code/data/th/listPatterns.json
2014share/nextcloud/3rdparty/punic/punic/code/data/th/localeDisplayNames.json 2727share/nextcloud/3rdparty/punic/punic/code/data/th/localeDisplayNames.json
2015share/nextcloud/3rdparty/punic/punic/code/data/th/measurementSystemNames.json 2728share/nextcloud/3rdparty/punic/punic/code/data/th/measurementSystemNames.json
2016share/nextcloud/3rdparty/punic/punic/code/data/th/numbers.json 2729share/nextcloud/3rdparty/punic/punic/code/data/th/numbers.json
2017share/nextcloud/3rdparty/punic/punic/code/data/th/territories.json 2730share/nextcloud/3rdparty/punic/punic/code/data/th/territories.json
2018share/nextcloud/3rdparty/punic/punic/code/data/th/timeZoneNames.json 2731share/nextcloud/3rdparty/punic/punic/code/data/th/timeZoneNames.json
2019share/nextcloud/3rdparty/punic/punic/code/data/th/units.json 2732share/nextcloud/3rdparty/punic/punic/code/data/th/units.json
2020share/nextcloud/3rdparty/punic/punic/code/data/tr/calendar.json 2733share/nextcloud/3rdparty/punic/punic/code/data/tr/calendar.json
2021share/nextcloud/3rdparty/punic/punic/code/data/tr/currencies.json 2734share/nextcloud/3rdparty/punic/punic/code/data/tr/currencies.json
2022share/nextcloud/3rdparty/punic/punic/code/data/tr/dateFields.json 2735share/nextcloud/3rdparty/punic/punic/code/data/tr/dateFields.json
2023share/nextcloud/3rdparty/punic/punic/code/data/tr/languages.json 2736share/nextcloud/3rdparty/punic/punic/code/data/tr/languages.json
2024share/nextcloud/3rdparty/punic/punic/code/data/tr/layout.json 2737share/nextcloud/3rdparty/punic/punic/code/data/tr/layout.json
2025share/nextcloud/3rdparty/punic/punic/code/data/tr/listPatterns.json 2738share/nextcloud/3rdparty/punic/punic/code/data/tr/listPatterns.json
2026share/nextcloud/3rdparty/punic/punic/code/data/tr/localeDisplayNames.json 2739share/nextcloud/3rdparty/punic/punic/code/data/tr/localeDisplayNames.json
2027share/nextcloud/3rdparty/punic/punic/code/data/tr/measurementSystemNames.json 2740share/nextcloud/3rdparty/punic/punic/code/data/tr/measurementSystemNames.json
2028share/nextcloud/3rdparty/punic/punic/code/data/tr/numbers.json 2741share/nextcloud/3rdparty/punic/punic/code/data/tr/numbers.json
2029share/nextcloud/3rdparty/punic/punic/code/data/tr/territories.json 2742share/nextcloud/3rdparty/punic/punic/code/data/tr/territories.json
2030share/nextcloud/3rdparty/punic/punic/code/data/tr/timeZoneNames.json 2743share/nextcloud/3rdparty/punic/punic/code/data/tr/timeZoneNames.json
2031share/nextcloud/3rdparty/punic/punic/code/data/tr/units.json 2744share/nextcloud/3rdparty/punic/punic/code/data/tr/units.json
2032share/nextcloud/3rdparty/punic/punic/code/data/uk/calendar.json 2745share/nextcloud/3rdparty/punic/punic/code/data/uk/calendar.json
2033share/nextcloud/3rdparty/punic/punic/code/data/uk/currencies.json 2746share/nextcloud/3rdparty/punic/punic/code/data/uk/currencies.json
2034share/nextcloud/3rdparty/punic/punic/code/data/uk/dateFields.json 2747share/nextcloud/3rdparty/punic/punic/code/data/uk/dateFields.json
2035share/nextcloud/3rdparty/punic/punic/code/data/uk/languages.json 2748share/nextcloud/3rdparty/punic/punic/code/data/uk/languages.json
2036share/nextcloud/3rdparty/punic/punic/code/data/uk/layout.json 2749share/nextcloud/3rdparty/punic/punic/code/data/uk/layout.json
2037share/nextcloud/3rdparty/punic/punic/code/data/uk/listPatterns.json 2750share/nextcloud/3rdparty/punic/punic/code/data/uk/listPatterns.json
2038share/nextcloud/3rdparty/punic/punic/code/data/uk/localeDisplayNames.json 2751share/nextcloud/3rdparty/punic/punic/code/data/uk/localeDisplayNames.json
2039share/nextcloud/3rdparty/punic/punic/code/data/uk/measurementSystemNames.json 2752share/nextcloud/3rdparty/punic/punic/code/data/uk/measurementSystemNames.json
2040share/nextcloud/3rdparty/punic/punic/code/data/uk/numbers.json 2753share/nextcloud/3rdparty/punic/punic/code/data/uk/numbers.json
2041share/nextcloud/3rdparty/punic/punic/code/data/uk/territories.json 2754share/nextcloud/3rdparty/punic/punic/code/data/uk/territories.json
2042share/nextcloud/3rdparty/punic/punic/code/data/uk/timeZoneNames.json 2755share/nextcloud/3rdparty/punic/punic/code/data/uk/timeZoneNames.json
2043share/nextcloud/3rdparty/punic/punic/code/data/uk/units.json 2756share/nextcloud/3rdparty/punic/punic/code/data/uk/units.json
2044share/nextcloud/3rdparty/punic/punic/code/data/vi/calendar.json 2757share/nextcloud/3rdparty/punic/punic/code/data/vi/calendar.json
2045share/nextcloud/3rdparty/punic/punic/code/data/vi/currencies.json 2758share/nextcloud/3rdparty/punic/punic/code/data/vi/currencies.json
2046share/nextcloud/3rdparty/punic/punic/code/data/vi/dateFields.json 2759share/nextcloud/3rdparty/punic/punic/code/data/vi/dateFields.json
2047share/nextcloud/3rdparty/punic/punic/code/data/vi/languages.json 2760share/nextcloud/3rdparty/punic/punic/code/data/vi/languages.json
2048share/nextcloud/3rdparty/punic/punic/code/data/vi/layout.json 2761share/nextcloud/3rdparty/punic/punic/code/data/vi/layout.json
2049share/nextcloud/3rdparty/punic/punic/code/data/vi/listPatterns.json 2762share/nextcloud/3rdparty/punic/punic/code/data/vi/listPatterns.json
2050share/nextcloud/3rdparty/punic/punic/code/data/vi/localeDisplayNames.json 2763share/nextcloud/3rdparty/punic/punic/code/data/vi/localeDisplayNames.json
2051share/nextcloud/3rdparty/punic/punic/code/data/vi/measurementSystemNames.json 2764share/nextcloud/3rdparty/punic/punic/code/data/vi/measurementSystemNames.json
2052share/nextcloud/3rdparty/punic/punic/code/data/vi/numbers.json 2765share/nextcloud/3rdparty/punic/punic/code/data/vi/numbers.json
2053share/nextcloud/3rdparty/punic/punic/code/data/vi/territories.json 2766share/nextcloud/3rdparty/punic/punic/code/data/vi/territories.json
2054share/nextcloud/3rdparty/punic/punic/code/data/vi/timeZoneNames.json 2767share/nextcloud/3rdparty/punic/punic/code/data/vi/timeZoneNames.json
2055share/nextcloud/3rdparty/punic/punic/code/data/vi/units.json 2768share/nextcloud/3rdparty/punic/punic/code/data/vi/units.json
2056share/nextcloud/3rdparty/punic/punic/code/data/weekData.json 2769share/nextcloud/3rdparty/punic/punic/code/data/weekData.json
2057share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/calendar.json 2770share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/calendar.json
2058share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/currencies.json 2771share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/currencies.json
2059share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/dateFields.json 2772share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/dateFields.json
2060share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/languages.json 2773share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/languages.json
2061share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/layout.json 2774share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/layout.json
2062share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/listPatterns.json 2775share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/listPatterns.json
2063share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/localeDisplayNames.json 2776share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/localeDisplayNames.json
2064share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/measurementSystemNames.json 2777share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/measurementSystemNames.json
2065share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/numbers.json 2778share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/numbers.json
2066share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/territories.json 2779share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/territories.json
2067share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/timeZoneNames.json 2780share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/timeZoneNames.json
2068share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/units.json 2781share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/units.json
2069share/nextcloud/3rdparty/punic/punic/code/data/zh/calendar.json 2782share/nextcloud/3rdparty/punic/punic/code/data/zh/calendar.json
2070share/nextcloud/3rdparty/punic/punic/code/data/zh/currencies.json 2783share/nextcloud/3rdparty/punic/punic/code/data/zh/currencies.json
2071share/nextcloud/3rdparty/punic/punic/code/data/zh/dateFields.json 2784share/nextcloud/3rdparty/punic/punic/code/data/zh/dateFields.json
2072share/nextcloud/3rdparty/punic/punic/code/data/zh/languages.json 2785share/nextcloud/3rdparty/punic/punic/code/data/zh/languages.json
2073share/nextcloud/3rdparty/punic/punic/code/data/zh/layout.json 2786share/nextcloud/3rdparty/punic/punic/code/data/zh/layout.json
2074share/nextcloud/3rdparty/punic/punic/code/data/zh/listPatterns.json 2787share/nextcloud/3rdparty/punic/punic/code/data/zh/listPatterns.json
2075share/nextcloud/3rdparty/punic/punic/code/data/zh/localeDisplayNames.json 2788share/nextcloud/3rdparty/punic/punic/code/data/zh/localeDisplayNames.json
2076share/nextcloud/3rdparty/punic/punic/code/data/zh/measurementSystemNames.json 2789share/nextcloud/3rdparty/punic/punic/code/data/zh/measurementSystemNames.json
2077share/nextcloud/3rdparty/punic/punic/code/data/zh/numbers.json 2790share/nextcloud/3rdparty/punic/punic/code/data/zh/numbers.json
2078share/nextcloud/3rdparty/punic/punic/code/data/zh/territories.json 2791share/nextcloud/3rdparty/punic/punic/code/data/zh/territories.json
2079share/nextcloud/3rdparty/punic/punic/code/data/zh/timeZoneNames.json 2792share/nextcloud/3rdparty/punic/punic/code/data/zh/timeZoneNames.json
2080share/nextcloud/3rdparty/punic/punic/code/data/zh/units.json 2793share/nextcloud/3rdparty/punic/punic/code/data/zh/units.json
2081share/nextcloud/3rdparty/punic/punic/composer.json 2794share/nextcloud/3rdparty/punic/punic/composer.json
2082share/nextcloud/3rdparty/punic/punic/punic.php 2795share/nextcloud/3rdparty/punic/punic/punic.php
2083share/nextcloud/3rdparty/rackspace/php-opencloud/.coveralls.yml 2796share/nextcloud/3rdparty/rackspace/php-opencloud/.coveralls.yml
2084share/nextcloud/3rdparty/rackspace/php-opencloud/.gitignore 2797share/nextcloud/3rdparty/rackspace/php-opencloud/.gitignore
2085share/nextcloud/3rdparty/rackspace/php-opencloud/CODE_OF_CONDUCT.md 2798share/nextcloud/3rdparty/rackspace/php-opencloud/CODE_OF_CONDUCT.md
2086share/nextcloud/3rdparty/rackspace/php-opencloud/CONTRIBUTING.md 2799share/nextcloud/3rdparty/rackspace/php-opencloud/CONTRIBUTING.md
2087share/nextcloud/3rdparty/rackspace/php-opencloud/LICENSE 2800share/nextcloud/3rdparty/rackspace/php-opencloud/LICENSE
2088share/nextcloud/3rdparty/rackspace/php-opencloud/README.md 2801share/nextcloud/3rdparty/rackspace/php-opencloud/README.md
2089share/nextcloud/3rdparty/rackspace/php-opencloud/apigen.neon 2802share/nextcloud/3rdparty/rackspace/php-opencloud/apigen.neon
2090share/nextcloud/3rdparty/rackspace/php-opencloud/composer.json 2803share/nextcloud/3rdparty/rackspace/php-opencloud/composer.json
2091share/nextcloud/3rdparty/rackspace/php-opencloud/docs/changelog/1.7.0.md 2804share/nextcloud/3rdparty/rackspace/php-opencloud/docs/changelog/1.7.0.md
2092share/nextcloud/3rdparty/rackspace/php-opencloud/docs/changelog/1.9.0.md 2805share/nextcloud/3rdparty/rackspace/php-opencloud/docs/changelog/1.9.0.md
2093share/nextcloud/3rdparty/rackspace/php-opencloud/docs/changelog/Upgrading to 1.7.0.md 2806share/nextcloud/3rdparty/rackspace/php-opencloud/docs/changelog/Upgrading to 1.7.0.md
2094share/nextcloud/3rdparty/rackspace/php-opencloud/docs/generate.sh 2807share/nextcloud/3rdparty/rackspace/php-opencloud/docs/generate.sh
2095share/nextcloud/3rdparty/rackspace/php-opencloud/docs/getting-started-openstack.md 2808share/nextcloud/3rdparty/rackspace/php-opencloud/docs/getting-started-openstack.md
2096share/nextcloud/3rdparty/rackspace/php-opencloud/docs/getting-started.md 2809share/nextcloud/3rdparty/rackspace/php-opencloud/docs/getting-started.md
2097share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Config.md 2810share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Config.md
2098share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Groups.md 2811share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Groups.md
2099share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Policies.md 2812share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Policies.md
2100share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Webhooks.md 2813share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Webhooks.md
2101share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Clients.md 2814share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Clients.md
2102share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Agents.md 2815share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Agents.md
2103share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Alarms.md 2816share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Alarms.md
2104share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Changelogs.md 2817share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Changelogs.md
2105share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Checks.md 2818share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Checks.md
2106share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Entities.md 2819share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Entities.md
2107share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Metrics.md 2820share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Metrics.md
2108share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Notifications.md 2821share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Notifications.md
2109share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Service.md 2822share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Service.md
2110share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Views.md 2823share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Views.md
2111share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Zones.md 2824share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Zones.md
2112share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Images.md 2825share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Images.md
2113share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Keypair.md 2826share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Keypair.md
2114share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Server.md 2827share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Server.md
2115share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Service.md 2828share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Service.md
2116share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Roles.md 2829share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Roles.md
2117share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Service.md 2830share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Service.md
2118share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Tenants.md 2831share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Tenants.md
2119share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Tokens.md 2832share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Tokens.md
2120share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Users.md 2833share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Users.md
2121share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Iterators.md 2834share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Iterators.md
2122share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/LoadBalancer/README.md 2835share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/LoadBalancer/README.md
2123share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/LoadBalancer/USERGUIDE.md 2836share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/LoadBalancer/USERGUIDE.md
2124share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Access.md 2837share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Access.md
2125share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Account.md 2838share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Account.md
2126share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Container.md 2839share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Container.md
2127share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Object.md 2840share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Object.md
2128share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Container.md 2841share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Container.md
2129share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Migrating.md 2842share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Migrating.md
2130share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Object.md 2843share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Object.md
2131share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Claim.md 2844share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Claim.md
2132share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Message.md 2845share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Message.md
2133share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Queue.md 2846share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Queue.md
2134share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/accessip.md 2847share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/accessip.md
2135share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/caching-credentials.md 2848share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/caching-credentials.md
2136share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/dbaas.md 2849share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/dbaas.md
2137share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/flavors.md 2850share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/flavors.md
2138share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/networks.md 2851share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/networks.md
2139share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/servers.md 2852share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/servers.md
2140share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/volumes.md 2853share/nextcloud/3rdparty/rackspace/php-opencloud/docs/userguide/volumes.md
2141share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/AbstractResource.php 2854share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/AbstractResource.php
2142share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Group.php 2855share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Group.php
2143share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/GroupConfiguration.php 2856share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/GroupConfiguration.php
2144share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/LaunchConfiguration.php 2857share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/LaunchConfiguration.php
2145share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/ScalingPolicy.php 2858share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/ScalingPolicy.php
2146share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Webhook.php 2859share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Webhook.php
2147share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Service.php 2860share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Service.php
2148share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php 2861share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php
2149share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php 2862share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php
2150share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php 2863share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php
2151share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Collection/MonitoringIterator.php 2864share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Collection/MonitoringIterator.php
2152share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AgentException.php 2865share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AgentException.php
2153share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AlarmException.php 2866share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AlarmException.php
2154share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CheckException.php 2867share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CheckException.php
2155share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CloudMonitoringException.php 2868share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CloudMonitoringException.php
2156share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/EntityException.php 2869share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/EntityException.php
2157share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/MetricException.php 2870share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/MetricException.php
2158share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationHistoryException.php 2871share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationHistoryException.php
2159share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationPlanException.php 2872share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationPlanException.php
2160share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ServiceException.php 2873share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ServiceException.php
2161share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/TestException.php 2874share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/TestException.php
2162share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ZoneException.php 2875share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ZoneException.php
2163share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AbstractResource.php 2876share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AbstractResource.php
2164share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Agent.php 2877share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Agent.php
2165share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentConnection.php 2878share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentConnection.php
2166share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHost.php 2879share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHost.php
2167share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHostInfo.php 2880share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHostInfo.php
2168share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentTarget.php 2881share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentTarget.php
2169share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentToken.php 2882share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentToken.php
2170share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Alarm.php 2883share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Alarm.php
2171share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Changelog.php 2884share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Changelog.php
2172share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Check.php 2885share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Check.php
2173share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/CheckType.php 2886share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/CheckType.php
2174share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Entity.php 2887share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Entity.php
2175share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Metric.php 2888share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Metric.php
2176share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/MetricDataPoint.php 2889share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/MetricDataPoint.php
2177share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Notification.php 2890share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Notification.php
2178share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationHistory.php 2891share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationHistory.php
2179share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationPlan.php 2892share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationPlan.php
2180share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationType.php 2893share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationType.php
2181share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/ReadOnlyResource.php 2894share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/ReadOnlyResource.php
2182share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/View.php 2895share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/View.php
2183share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Zone.php 2896share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Zone.php
2184share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Service.php 2897share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Service.php
2185share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php 2898share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php
2186share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php 2899share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php
2187share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php 2900share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php
2188share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php 2901share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php
2189share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php 2902share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php
2190share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php 2903share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php
2191share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php 2904share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php
2192share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php 2905share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php
2193share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php 2906share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php
2194share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php 2907share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php
2195share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php 2908share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php
2196share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php 2909share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php
2197share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php 2910share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php
2198share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php 2911share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php
2199share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php 2912share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php
2200share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php 2913share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php
2201share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php 2914share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php
2202share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php 2915share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php
2203share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php 2916share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php
2204share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php 2917share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php
2205share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php 2918share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php
2206share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php 2919share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php
2207share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php 2920share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php
2208share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php 2921share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php
2209share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php 2922share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php
2210share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php 2923share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php
2211share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php 2924share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php
2212share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php 2925share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php
2213share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php 2926share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php
2214share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php 2927share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php
2215share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php 2928share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php
2216share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php 2929share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php
2217share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php 2930share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php
2218share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php 2931share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php
2219share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php 2932share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php
2220share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php 2933share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php
2221share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php 2934share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php
2222share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php 2935share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php
2223share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php 2936share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php
2224share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php 2937share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php
2225share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php 2938share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php
2226share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php 2939share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php
2227share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php 2940share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php
2228share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php 2941share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php
2229share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php 2942share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php
2230share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php 2943share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php
2231share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php 2944share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php
2232share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php 2945share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php
2233share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php 2946share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php
2234share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php 2947share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php
2235share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php 2948share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php
2236share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php 2949share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php
2237share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php 2950share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php
2238share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php 2951share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php
2239share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php 2952share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php
2240share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php 2953share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php
2241share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php 2954share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php
2242share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php 2955share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php
2243share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php 2956share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php
2244share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php 2957share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php
2245share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php 2958share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php
2246share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php 2959share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php
2247share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php 2960share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php
2248share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php 2961share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php
2249share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php 2962share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php
2250share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php 2963share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php
2251share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php 2964share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php
2252share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php 2965share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php
2253share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php 2966share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php
2254share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php 2967share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php
2255share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php 2968share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php
2256share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php 2969share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php
2257share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php 2970share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php
2258share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php 2971share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php
2259share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php 2972share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php
2260share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php 2973share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php
2261share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php 2974share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php
2262share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php 2975share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php
2263share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php 2976share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php
2264share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php 2977share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php
2265share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php 2978share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php
2266share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php 2979share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php
2267share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php 2980share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php
2268share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php 2981share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php
2269share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php 2982share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php
2270share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php 2983share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php
2271share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php 2984share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php
2272share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php 2985share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php
2273share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php 2986share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php
2274share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php 2987share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php
2275share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php 2988share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php
2276share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php 2989share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php
2277share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php 2990share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php
2278share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php 2991share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php
2279share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php 2992share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php
2280share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php 2993share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php
2281share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php 2994share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php
2282share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php 2995share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php
2283share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php 2996share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php
2284share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php 2997share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php
2285share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php 2998share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php
2286share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php 2999share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php
2287share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php 3000share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php
2288share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php 3001share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php
2289share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php 3002share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php
2290share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php 3003share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php
2291share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php 3004share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php
2292share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php 3005share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php
2293share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php 3006share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php
2294share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php 3007share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php
2295share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php 3008share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php
2296share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php 3009share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php
2297share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php 3010share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php
2298share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php 3011share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php
2299share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php 3012share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php
2300share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php 3013share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php
2301share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php 3014share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php
2302share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php 3015share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php
2303share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php 3016share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php
2304share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php 3017share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php
2305share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php 3018share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php
2306share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php 3019share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php
2307share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php 3020share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php
2308share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php 3021share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php
2309share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php 3022share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php
2310share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php 3023share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php
2311share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php 3024share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php
2312share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php 3025share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php
2313share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php 3026share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php
2314share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php 3027share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php
2315share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php 3028share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php
2316share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php 3029share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php
2317share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php 3030share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php
2318share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php 3031share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php
2319share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php 3032share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php
2320share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php 3033share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php
2321share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php 3034share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php
2322share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php 3035share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php
2323share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php 3036share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php
2324share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php 3037share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php
2325share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php 3038share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php
2326share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php 3039share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php
2327share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ImageState.php 3040share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ImageState.php
2328share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/Network.php 3041share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/Network.php
2329share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ServerState.php 3042share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ServerState.php
2330share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Exception/KeyPairException.php 3043share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Exception/KeyPairException.php
2331share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Flavor.php 3044share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Flavor.php
2332share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Image.php 3045share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Image.php
2333share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/KeyPair.php 3046share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/KeyPair.php
2334share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Network.php 3047share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Network.php
2335share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Server.php 3048share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Server.php
2336share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/ServerMetadata.php 3049share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/ServerMetadata.php
2337share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/VolumeAttachment.php 3050share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/VolumeAttachment.php
2338share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Service.php 3051share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Service.php
2339share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Collection/DnsIterator.php 3052share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Collection/DnsIterator.php
2340share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/AbstractResource.php 3053share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/AbstractResource.php
2341share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/AsyncResponse.php 3054share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/AsyncResponse.php
2342share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Domain.php 3055share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Domain.php
2343share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/HasPtrRecordsInterface.php 3056share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/HasPtrRecordsInterface.php
2344share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/PtrRecord.php 3057share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/PtrRecord.php
2345share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Record.php 3058share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Record.php
2346share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Subdomain.php 3059share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Subdomain.php
2347share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Service.php 3060share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Service.php
2348share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Backup.php 3061share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Backup.php
2349share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Configuration.php 3062share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Configuration.php
2350share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Database.php 3063share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Database.php
2351share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Datastore.php 3064share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Datastore.php
2352share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/DatastoreVersion.php 3065share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/DatastoreVersion.php
2353share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Instance.php 3066share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Instance.php
2354share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/User.php 3067share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/User.php
2355share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Service.php 3068share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Service.php
2356share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php 3069share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php
2357share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php 3070share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php
2358share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php 3071share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php
2359share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php 3072share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php
2360share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php 3073share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php
2361share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php 3074share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php
2362share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Enum/Document.php 3075share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Enum/Document.php
2363share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Enum/MemberStatus.php 3076share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Enum/MemberStatus.php
2364share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Enum/OperationType.php 3077share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Enum/OperationType.php
2365share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Enum/Schema.php 3078share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Enum/Schema.php
2366share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/AbstractSchemaResource.php 3079share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/AbstractSchemaResource.php
2367share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Image.php 3080share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Image.php
2368share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/ImageInterface.php 3081share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/ImageInterface.php
2369share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/JsonPatch/Document.php 3082share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/JsonPatch/Document.php
2370share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/JsonPatch/Encoder.php 3083share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/JsonPatch/Encoder.php
2371share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/JsonPatch/Operation.php 3084share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/JsonPatch/Operation.php
2372share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Member.php 3085share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Member.php
2373share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Schema/AbstractSchemaItem.php 3086share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Schema/AbstractSchemaItem.php
2374share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Schema/Property.php 3087share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Schema/Property.php
2375share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Schema/Schema.php 3088share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Resource/Schema/Schema.php
2376share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Service.php 3089share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Image/Service.php
2377share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Collection/LoadBalancerIterator.php 3090share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Collection/LoadBalancerIterator.php
2378share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Enum/IpType.php 3091share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Enum/IpType.php
2379share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Enum/NodeCondition.php 3092share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Enum/NodeCondition.php
2380share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Enum/NodeType.php 3093share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Enum/NodeType.php
2381share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/AbstractResource.php 3094share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/AbstractResource.php
2382share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Access.php 3095share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Access.php
2383share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Algorithm.php 3096share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Algorithm.php
2384share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/AllowedDomain.php 3097share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/AllowedDomain.php
2385share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/CertificateMapping.php 3098share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/CertificateMapping.php
2386share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionLogging.php 3099share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionLogging.php
2387share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionThrottle.php 3100share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionThrottle.php
2388share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ContentCaching.php 3101share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ContentCaching.php
2389share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ErrorPage.php 3102share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ErrorPage.php
2390share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/HealthMonitor.php 3103share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/HealthMonitor.php
2391share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/LoadBalancer.php 3104share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/LoadBalancer.php
2392share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Metadata.php 3105share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Metadata.php
2393share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Node.php 3106share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Node.php
2394share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/NodeEvent.php 3107share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/NodeEvent.php
2395share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/NonIdUriResource.php 3108share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/NonIdUriResource.php
2396share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Protocol.php 3109share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Protocol.php
2397share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ReadOnlyResource.php 3110share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ReadOnlyResource.php
2398share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SSLTermination.php 3111share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SSLTermination.php
2399share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SessionPersistence.php 3112share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SessionPersistence.php
2400share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Stats.php 3113share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Stats.php
2401share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/UsageRecord.php 3114share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/UsageRecord.php
2402share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/VirtualIp.php 3115share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/VirtualIp.php
2403share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Service.php 3116share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Service.php
2404share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/Network.php 3117share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/Network.php
2405share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/NetworkInterface.php 3118share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/NetworkInterface.php
2406share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/Port.php 3119share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/Port.php
2407share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/SecurityGroup.php 3120share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/SecurityGroup.php
2408share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/SecurityGroupRule.php 3121share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/SecurityGroupRule.php
2409share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/Subnet.php 3122share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Resource/Subnet.php
2410share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Service.php 3123share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Networking/Service.php
2411share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php 3124share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php
2412share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php 3125share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php
2413share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php 3126share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php
2414share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php 3127share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php
2415share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php 3128share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php
2416share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php 3129share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php
2417share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php 3130share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php
2418share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php 3131share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php
2419share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php 3132share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php
2420share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php 3133share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php
2421share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php 3134share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php
2422share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php 3135share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php
2423share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php 3136share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php
2424share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php 3137share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php
2425share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php 3138share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php
2426share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php 3139share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php
2427share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php 3140share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php
2428share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php 3141share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php
2429share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php 3142share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php
2430share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php 3143share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php
2431share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php 3144share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php
2432share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php 3145share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php
2433share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php 3146share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php
2434share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php 3147share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php
2435share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php 3148share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php
2436share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php 3149share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php
2437share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php 3150share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php
2438share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php 3151share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php
2439share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/BuildInfo.php 3152share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/BuildInfo.php
2440share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/Event.php 3153share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/Event.php
2441share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/Resource.php 3154share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/Resource.php
2442share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/ResourceType.php 3155share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/ResourceType.php
2443share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/Stack.php 3156share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource/Stack.php
2444share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Service.php 3157share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Service.php
2445share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Collection/MessageIterator.php 3158share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Collection/MessageIterator.php
2446share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/DeleteMessageException.php 3159share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/DeleteMessageException.php
2447share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/MessageException.php 3160share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/MessageException.php
2448share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueException.php 3161share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueException.php
2449share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueMetadataException.php 3162share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueMetadataException.php
2450share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Claim.php 3163share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Claim.php
2451share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Message.php 3164share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Message.php
2452share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Queue.php 3165share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Queue.php
2453share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Service.php 3166share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Service.php
2454share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php 3167share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php
2455share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Version.php 3168share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Version.php
2456share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Snapshot.php 3169share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Snapshot.php
2457share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Volume.php 3170share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Volume.php
2458share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/VolumeType.php 3171share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/VolumeType.php
2459share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Service.php 3172share/nextcloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Service.php
2460share/nextcloud/3rdparty/rackspace/php-opencloud/lib/php-opencloud.php 3173share/nextcloud/3rdparty/rackspace/php-opencloud/lib/php-opencloud.php
2461share/nextcloud/3rdparty/rackspace/php-opencloud/phpunit.xml.dist 3174share/nextcloud/3rdparty/rackspace/php-opencloud/phpunit.xml.dist
2462share/nextcloud/3rdparty/react/promise/.gitignore 3175share/nextcloud/3rdparty/react/promise/.gitignore
2463share/nextcloud/3rdparty/react/promise/LICENSE 3176share/nextcloud/3rdparty/react/promise/LICENSE
2464share/nextcloud/3rdparty/react/promise/src/CancellablePromiseInterface.php 3177share/nextcloud/3rdparty/react/promise/src/CancellablePromiseInterface.php
2465share/nextcloud/3rdparty/react/promise/src/Deferred.php 3178share/nextcloud/3rdparty/react/promise/src/Deferred.php
2466share/nextcloud/3rdparty/react/promise/src/ExtendedPromiseInterface.php 3179share/nextcloud/3rdparty/react/promise/src/ExtendedPromiseInterface.php
2467share/nextcloud/3rdparty/react/promise/src/FulfilledPromise.php 3180share/nextcloud/3rdparty/react/promise/src/FulfilledPromise.php
2468share/nextcloud/3rdparty/react/promise/src/LazyPromise.php 3181share/nextcloud/3rdparty/react/promise/src/LazyPromise.php
2469share/nextcloud/3rdparty/react/promise/src/Promise.php 3182share/nextcloud/3rdparty/react/promise/src/Promise.php
2470share/nextcloud/3rdparty/react/promise/src/PromiseInterface.php 3183share/nextcloud/3rdparty/react/promise/src/PromiseInterface.php
2471share/nextcloud/3rdparty/react/promise/src/PromisorInterface.php 3184share/nextcloud/3rdparty/react/promise/src/PromisorInterface.php
2472share/nextcloud/3rdparty/react/promise/src/RejectedPromise.php 3185share/nextcloud/3rdparty/react/promise/src/RejectedPromise.php
2473share/nextcloud/3rdparty/react/promise/src/UnhandledRejectionException.php 3186share/nextcloud/3rdparty/react/promise/src/UnhandledRejectionException.php
2474share/nextcloud/3rdparty/react/promise/src/functions.php 3187share/nextcloud/3rdparty/react/promise/src/functions.php
2475share/nextcloud/3rdparty/react/promise/src/functions_include.php 3188share/nextcloud/3rdparty/react/promise/src/functions_include.php
2476share/nextcloud/3rdparty/sabre/dav/.gitignore 3189share/nextcloud/3rdparty/sabre/dav/.gitignore
2477share/nextcloud/3rdparty/sabre/dav/CHANGELOG.md 3190share/nextcloud/3rdparty/sabre/dav/CHANGELOG.md
2478share/nextcloud/3rdparty/sabre/dav/CONTRIBUTING.md 3191share/nextcloud/3rdparty/sabre/dav/CONTRIBUTING.md
2479share/nextcloud/3rdparty/sabre/dav/LICENSE 3192share/nextcloud/3rdparty/sabre/dav/LICENSE
2480share/nextcloud/3rdparty/sabre/dav/README.md 3193share/nextcloud/3rdparty/sabre/dav/README.md
2481share/nextcloud/3rdparty/sabre/dav/composer.json 3194share/nextcloud/3rdparty/sabre/dav/composer.json
2482share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php 3195share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
2483share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/BackendInterface.php 3196share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
2484share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php 3197share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
2485share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/PDO.php 3198share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/PDO.php
2486share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php 3199share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
2487share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SharingSupport.php 3200share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
2488share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SimplePDO.php 3201share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SimplePDO.php
2489share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php 3202share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
2490share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SyncSupport.php 3203share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
2491share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Calendar.php 3204share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Calendar.php
2492share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/CalendarHome.php 3205share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/CalendarHome.php
2493share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/CalendarObject.php 3206share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/CalendarObject.php
2494share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/CalendarQueryValidator.php 3207share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/CalendarQueryValidator.php
2495share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/CalendarRoot.php 3208share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/CalendarRoot.php
2496share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php 3209share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php
2497share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ICSExportPlugin.php 3210share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ICSExportPlugin.php
2498share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ICalendar.php 3211share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ICalendar.php
2499share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ICalendarObject.php 3212share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ICalendarObject.php
2500share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php 3213share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
2501share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ISharedCalendar.php 3214share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/ISharedCalendar.php
2502share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Collection.php 3215share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Collection.php
2503share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/ICollection.php 3216share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/ICollection.php
2504share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/INode.php 3217share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/INode.php
2505share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Node.php 3218share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Node.php
2506share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Plugin.php 3219share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Plugin.php
2507share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Plugin.php 3220share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Plugin.php
2508share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/Collection.php 3221share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/Collection.php
2509share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyRead.php 3222share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyRead.php
2510share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php 3223share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php
2511share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyRead.php 3224share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyRead.php
2512share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php 3225share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php
2513share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/User.php 3226share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Principal/User.php
2514share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IInbox.php 3227share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IInbox.php
2515share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php 3228share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php
2516share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IOutbox.php 3229share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IOutbox.php
2517share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php 3230share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php
2518share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Inbox.php 3231share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Inbox.php
2519share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Outbox.php 3232share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Outbox.php
2520share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php 3233share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php
2521share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php 3234share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
2522share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/SharedCalendar.php 3235share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/SharedCalendar.php
2523share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/SharingPlugin.php 3236share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/SharingPlugin.php
2524share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php 3237share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
2525share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php 3238share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php
2526share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php 3239share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php
2527share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php 3240share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php
2528share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php 3241share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php
2529share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php 3242share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php
2530share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php 3243share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php
2531share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php 3244share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php
2532share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php 3245share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php
2533share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php 3246share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php
2534share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php 3247share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php
2535share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php 3248share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php
2536share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php 3249share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php
2537share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/Invite.php 3250share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/Invite.php
2538share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php 3251share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
2539share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php 3252share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
2540share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php 3253share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php
2541share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php 3254share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php
2542share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php 3255share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
2543share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php 3256share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
2544share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php 3257share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
2545share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php 3258share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php
2546share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php 3259share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php
2547share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/Share.php 3260share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/Share.php
2548share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/AddressBook.php 3261share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/AddressBook.php
2549share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/AddressBookHome.php 3262share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/AddressBookHome.php
2550share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/AddressBookRoot.php 3263share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/AddressBookRoot.php
2551share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php 3264share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php
2552share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Backend/BackendInterface.php 3265share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Backend/BackendInterface.php
2553share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Backend/PDO.php 3266share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Backend/PDO.php
2554share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Backend/SyncSupport.php 3267share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Backend/SyncSupport.php
2555share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Card.php 3268share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Card.php
2556share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/IAddressBook.php 3269share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/IAddressBook.php
2557share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/ICard.php 3270share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/ICard.php
2558share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/IDirectory.php 3271share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/IDirectory.php
2559share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Plugin.php 3272share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Plugin.php
2560share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/VCFExportPlugin.php 3273share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/VCFExportPlugin.php
2561share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php 3274share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php
2562share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php 3275share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php
2563share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php 3276share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php
2564share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php 3277share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
2565share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php 3278share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php
2566share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php 3279share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
2567share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php 3280share/nextcloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
2568share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php 3281share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php
2569share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBearer.php 3282share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBearer.php
2570share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php 3283share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php
2571share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/Apache.php 3284share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/Apache.php
2572share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php 3285share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
2573share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php 3286share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
2574share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/File.php 3287share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/File.php
2575share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/PDO.php 3288share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/PDO.php
2576share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php 3289share/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php
2577share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/GuessContentType.php 3290share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/GuessContentType.php
2578share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/HtmlOutput.php 3291share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/HtmlOutput.php
2579share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php 3292share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php
2580share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php 3293share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php
2581share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/Plugin.php 3294share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/Plugin.php
2582share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/PropFindAll.php 3295share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/PropFindAll.php
2583share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/favicon.ico 3296share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/favicon.ico
2584share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE 3297share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE
2585share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css 3298share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css
2586share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot 3299share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot
2587share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf 3300share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf
2588share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg 3301share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg
2589share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf 3302share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf
2590share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff 3303share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff
2591share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.css 3304share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.css
2592share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.png 3305share/nextcloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.png
2593share/nextcloud/3rdparty/sabre/dav/lib/DAV/Client.php 3306share/nextcloud/3rdparty/sabre/dav/lib/DAV/Client.php
2594share/nextcloud/3rdparty/sabre/dav/lib/DAV/Collection.php 3307share/nextcloud/3rdparty/sabre/dav/lib/DAV/Collection.php
2595share/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php 3308share/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php
2596share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception.php 3309share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception.php
2597share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/BadRequest.php 3310share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/BadRequest.php
2598share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/Conflict.php 3311share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/Conflict.php
2599share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/ConflictingLock.php 3312share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/ConflictingLock.php
2600share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/Forbidden.php 3313share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/Forbidden.php
2601share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/InsufficientStorage.php 3314share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/InsufficientStorage.php
2602share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/InvalidResourceType.php 3315share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
2603share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php 3316share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
2604share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/LengthRequired.php 3317share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/LengthRequired.php
2605share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php 3318share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php
2606share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/Locked.php 3319share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/Locked.php
2607share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php 3320share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php
2608share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/NotAuthenticated.php 3321share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/NotAuthenticated.php
2609share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/NotFound.php 3322share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/NotFound.php
2610share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/NotImplemented.php 3323share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/NotImplemented.php
2611share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/PaymentRequired.php 3324share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/PaymentRequired.php
2612share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/PreconditionFailed.php 3325share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/PreconditionFailed.php
2613share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/ReportNotSupported.php 3326share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/ReportNotSupported.php
2614share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php 3327share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
2615share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php 3328share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php
2616share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/TooManyMatches.php 3329share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/TooManyMatches.php
2617share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php 3330share/nextcloud/3rdparty/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php
2618share/nextcloud/3rdparty/sabre/dav/lib/DAV/FS/Directory.php 3331share/nextcloud/3rdparty/sabre/dav/lib/DAV/FS/Directory.php
2619share/nextcloud/3rdparty/sabre/dav/lib/DAV/FS/File.php 3332share/nextcloud/3rdparty/sabre/dav/lib/DAV/FS/File.php
2620share/nextcloud/3rdparty/sabre/dav/lib/DAV/FS/Node.php 3333share/nextcloud/3rdparty/sabre/dav/lib/DAV/FS/Node.php
2621share/nextcloud/3rdparty/sabre/dav/lib/DAV/FSExt/Directory.php 3334share/nextcloud/3rdparty/sabre/dav/lib/DAV/FSExt/Directory.php
2622share/nextcloud/3rdparty/sabre/dav/lib/DAV/FSExt/File.php 3335share/nextcloud/3rdparty/sabre/dav/lib/DAV/FSExt/File.php
2623share/nextcloud/3rdparty/sabre/dav/lib/DAV/File.php 3336share/nextcloud/3rdparty/sabre/dav/lib/DAV/File.php
2624share/nextcloud/3rdparty/sabre/dav/lib/DAV/ICollection.php 3337share/nextcloud/3rdparty/sabre/dav/lib/DAV/ICollection.php
2625share/nextcloud/3rdparty/sabre/dav/lib/DAV/IExtendedCollection.php 3338share/nextcloud/3rdparty/sabre/dav/lib/DAV/IExtendedCollection.php
2626share/nextcloud/3rdparty/sabre/dav/lib/DAV/IFile.php 3339share/nextcloud/3rdparty/sabre/dav/lib/DAV/IFile.php
2627share/nextcloud/3rdparty/sabre/dav/lib/DAV/IMoveTarget.php 3340share/nextcloud/3rdparty/sabre/dav/lib/DAV/IMoveTarget.php
2628share/nextcloud/3rdparty/sabre/dav/lib/DAV/IMultiGet.php 3341share/nextcloud/3rdparty/sabre/dav/lib/DAV/IMultiGet.php
2629share/nextcloud/3rdparty/sabre/dav/lib/DAV/INode.php 3342share/nextcloud/3rdparty/sabre/dav/lib/DAV/INode.php
2630share/nextcloud/3rdparty/sabre/dav/lib/DAV/IProperties.php 3343share/nextcloud/3rdparty/sabre/dav/lib/DAV/IProperties.php
2631share/nextcloud/3rdparty/sabre/dav/lib/DAV/IQuota.php 3344share/nextcloud/3rdparty/sabre/dav/lib/DAV/IQuota.php
2632share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php 3345share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
2633share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php 3346share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php
2634share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/File.php 3347share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/File.php
2635share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/PDO.php 3348share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/PDO.php
2636share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/LockInfo.php 3349share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/LockInfo.php
2637share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Plugin.php 3350share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Plugin.php
2638share/nextcloud/3rdparty/sabre/dav/lib/DAV/MkCol.php 3351share/nextcloud/3rdparty/sabre/dav/lib/DAV/MkCol.php
2639share/nextcloud/3rdparty/sabre/dav/lib/DAV/Mount/Plugin.php 3352share/nextcloud/3rdparty/sabre/dav/lib/DAV/Mount/Plugin.php
2640share/nextcloud/3rdparty/sabre/dav/lib/DAV/Node.php 3353share/nextcloud/3rdparty/sabre/dav/lib/DAV/Node.php
2641share/nextcloud/3rdparty/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php 3354share/nextcloud/3rdparty/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php
2642share/nextcloud/3rdparty/sabre/dav/lib/DAV/PartialUpdate/Plugin.php 3355share/nextcloud/3rdparty/sabre/dav/lib/DAV/PartialUpdate/Plugin.php
2643share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropFind.php 3356share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropFind.php
2644share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropPatch.php 3357share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropPatch.php
2645share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php 3358share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php
2646share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php 3359share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
2647share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Plugin.php 3360share/nextcloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
2648share/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php 3361share/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php
2649share/nextcloud/3rdparty/sabre/dav/lib/DAV/ServerPlugin.php 3362share/nextcloud/3rdparty/sabre/dav/lib/DAV/ServerPlugin.php
2650share/nextcloud/3rdparty/sabre/dav/lib/DAV/Sharing/ISharedNode.php 3363share/nextcloud/3rdparty/sabre/dav/lib/DAV/Sharing/ISharedNode.php
2651share/nextcloud/3rdparty/sabre/dav/lib/DAV/Sharing/Plugin.php 3364share/nextcloud/3rdparty/sabre/dav/lib/DAV/Sharing/Plugin.php
2652share/nextcloud/3rdparty/sabre/dav/lib/DAV/SimpleCollection.php 3365share/nextcloud/3rdparty/sabre/dav/lib/DAV/SimpleCollection.php
2653share/nextcloud/3rdparty/sabre/dav/lib/DAV/SimpleFile.php 3366share/nextcloud/3rdparty/sabre/dav/lib/DAV/SimpleFile.php
2654share/nextcloud/3rdparty/sabre/dav/lib/DAV/StringUtil.php 3367share/nextcloud/3rdparty/sabre/dav/lib/DAV/StringUtil.php
2655share/nextcloud/3rdparty/sabre/dav/lib/DAV/Sync/ISyncCollection.php 3368share/nextcloud/3rdparty/sabre/dav/lib/DAV/Sync/ISyncCollection.php
2656share/nextcloud/3rdparty/sabre/dav/lib/DAV/Sync/Plugin.php 3369share/nextcloud/3rdparty/sabre/dav/lib/DAV/Sync/Plugin.php
2657share/nextcloud/3rdparty/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php 3370share/nextcloud/3rdparty/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php
2658share/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php 3371share/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php
2659share/nextcloud/3rdparty/sabre/dav/lib/DAV/UUIDUtil.php 3372share/nextcloud/3rdparty/sabre/dav/lib/DAV/UUIDUtil.php
2660share/nextcloud/3rdparty/sabre/dav/lib/DAV/Version.php 3373share/nextcloud/3rdparty/sabre/dav/lib/DAV/Version.php
2661share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Prop.php 3374share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Prop.php
2662share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Response.php 3375share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Response.php
2663share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Sharee.php 3376share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Sharee.php
2664share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Complex.php 3377share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Complex.php
2665share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php 3378share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
2666share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Href.php 3379share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Href.php
2667share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Invite.php 3380share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Invite.php
2668share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/LocalHref.php 3381share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/LocalHref.php
2669share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php 3382share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
2670share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/ResourceType.php 3383share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
2671share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/ShareAccess.php 3384share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/ShareAccess.php
2672share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php 3385share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
2673share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php 3386share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
2674share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php 3387share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
2675share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/Lock.php 3388share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/Lock.php
2676share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/MkCol.php 3389share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/MkCol.php
2677share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/PropFind.php 3390share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/PropFind.php
2678share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/PropPatch.php 3391share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
2679share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/ShareResource.php 3392share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/ShareResource.php
2680share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php 3393share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
2681share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php 3394share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
2682share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Service.php 3395share/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Service.php
2683share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/ACLTrait.php 3396share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/ACLTrait.php
2684share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php 3397share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
2685share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/AceConflict.php 3398share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/AceConflict.php
2686share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php 3399share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
2687share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NoAbstract.php 3400share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NoAbstract.php
2688share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php 3401share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php
2689share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php 3402share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php
2690share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/FS/Collection.php 3403share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/FS/Collection.php
2691share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/FS/File.php 3404share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/FS/File.php
2692share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/FS/HomeCollection.php 3405share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/FS/HomeCollection.php
2693share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/IACL.php 3406share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/IACL.php
2694share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/IPrincipal.php 3407share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/IPrincipal.php
2695share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/IPrincipalCollection.php 3408share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/IPrincipalCollection.php
2696share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Plugin.php 3409share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Plugin.php
2697share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Principal.php 3410share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Principal.php
2698share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php 3411share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php
2699share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php 3412share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php
2700share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php 3413share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
2701share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php 3414share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
2702share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalCollection.php 3415share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalCollection.php
2703share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/Acl.php 3416share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/Acl.php
2704share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php 3417share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php
2705share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php 3418share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
2706share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/Principal.php 3419share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
2707share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php 3420share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
2708share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/AclPrincipalPropSetReport.php 3421share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/AclPrincipalPropSetReport.php
2709share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php 3422share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
2710share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalMatchReport.php 3423share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalMatchReport.php
2711share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php 3424share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
2712share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php 3425share/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
2713share/nextcloud/3rdparty/sabre/event/.gitignore 3426share/nextcloud/3rdparty/sabre/event/.gitignore
2714share/nextcloud/3rdparty/sabre/event/CHANGELOG.md 3427share/nextcloud/3rdparty/sabre/event/CHANGELOG.md
2715share/nextcloud/3rdparty/sabre/event/LICENSE 3428share/nextcloud/3rdparty/sabre/event/LICENSE
2716share/nextcloud/3rdparty/sabre/event/README.md 3429share/nextcloud/3rdparty/sabre/event/README.md
2717share/nextcloud/3rdparty/sabre/event/composer.json 3430share/nextcloud/3rdparty/sabre/event/composer.json
2718share/nextcloud/3rdparty/sabre/event/lib/EventEmitter.php 3431share/nextcloud/3rdparty/sabre/event/lib/EventEmitter.php
2719share/nextcloud/3rdparty/sabre/event/lib/EventEmitterInterface.php 3432share/nextcloud/3rdparty/sabre/event/lib/EventEmitterInterface.php
2720share/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php 3433share/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php
2721share/nextcloud/3rdparty/sabre/event/lib/Loop/Loop.php 3434share/nextcloud/3rdparty/sabre/event/lib/Loop/Loop.php
2722share/nextcloud/3rdparty/sabre/event/lib/Loop/functions.php 3435share/nextcloud/3rdparty/sabre/event/lib/Loop/functions.php
2723share/nextcloud/3rdparty/sabre/event/lib/Promise.php 3436share/nextcloud/3rdparty/sabre/event/lib/Promise.php
2724share/nextcloud/3rdparty/sabre/event/lib/Promise/functions.php 3437share/nextcloud/3rdparty/sabre/event/lib/Promise/functions.php
2725share/nextcloud/3rdparty/sabre/event/lib/PromiseAlreadyResolvedException.php 3438share/nextcloud/3rdparty/sabre/event/lib/PromiseAlreadyResolvedException.php
2726share/nextcloud/3rdparty/sabre/event/lib/Version.php 3439share/nextcloud/3rdparty/sabre/event/lib/Version.php
2727share/nextcloud/3rdparty/sabre/event/lib/coroutine.php 3440share/nextcloud/3rdparty/sabre/event/lib/coroutine.php
2728share/nextcloud/3rdparty/sabre/event/phpunit.xml.dist 3441share/nextcloud/3rdparty/sabre/event/phpunit.xml.dist
2729share/nextcloud/3rdparty/sabre/http/.gitignore 3442share/nextcloud/3rdparty/sabre/http/.gitignore
2730share/nextcloud/3rdparty/sabre/http/CHANGELOG.md 3443share/nextcloud/3rdparty/sabre/http/CHANGELOG.md
2731share/nextcloud/3rdparty/sabre/http/LICENSE 3444share/nextcloud/3rdparty/sabre/http/LICENSE
2732share/nextcloud/3rdparty/sabre/http/README.md 3445share/nextcloud/3rdparty/sabre/http/README.md
2733share/nextcloud/3rdparty/sabre/http/composer.json 3446share/nextcloud/3rdparty/sabre/http/composer.json
2734share/nextcloud/3rdparty/sabre/http/lib/Auth/AWS.php 3447share/nextcloud/3rdparty/sabre/http/lib/Auth/AWS.php
2735share/nextcloud/3rdparty/sabre/http/lib/Auth/AbstractAuth.php 3448share/nextcloud/3rdparty/sabre/http/lib/Auth/AbstractAuth.php
2736share/nextcloud/3rdparty/sabre/http/lib/Auth/Basic.php 3449share/nextcloud/3rdparty/sabre/http/lib/Auth/Basic.php
2737share/nextcloud/3rdparty/sabre/http/lib/Auth/Bearer.php 3450share/nextcloud/3rdparty/sabre/http/lib/Auth/Bearer.php
2738share/nextcloud/3rdparty/sabre/http/lib/Auth/Digest.php 3451share/nextcloud/3rdparty/sabre/http/lib/Auth/Digest.php
2739share/nextcloud/3rdparty/sabre/http/lib/Client.php 3452share/nextcloud/3rdparty/sabre/http/lib/Client.php
2740share/nextcloud/3rdparty/sabre/http/lib/ClientException.php 3453share/nextcloud/3rdparty/sabre/http/lib/ClientException.php
2741share/nextcloud/3rdparty/sabre/http/lib/ClientHttpException.php 3454share/nextcloud/3rdparty/sabre/http/lib/ClientHttpException.php
2742share/nextcloud/3rdparty/sabre/http/lib/HttpException.php 3455share/nextcloud/3rdparty/sabre/http/lib/HttpException.php
2743share/nextcloud/3rdparty/sabre/http/lib/Message.php 3456share/nextcloud/3rdparty/sabre/http/lib/Message.php
2744share/nextcloud/3rdparty/sabre/http/lib/MessageDecoratorTrait.php 3457share/nextcloud/3rdparty/sabre/http/lib/MessageDecoratorTrait.php
2745share/nextcloud/3rdparty/sabre/http/lib/MessageInterface.php 3458share/nextcloud/3rdparty/sabre/http/lib/MessageInterface.php
2746share/nextcloud/3rdparty/sabre/http/lib/Request.php 3459share/nextcloud/3rdparty/sabre/http/lib/Request.php
2747share/nextcloud/3rdparty/sabre/http/lib/RequestDecorator.php 3460share/nextcloud/3rdparty/sabre/http/lib/RequestDecorator.php
2748share/nextcloud/3rdparty/sabre/http/lib/RequestInterface.php 3461share/nextcloud/3rdparty/sabre/http/lib/RequestInterface.php
2749share/nextcloud/3rdparty/sabre/http/lib/Response.php 3462share/nextcloud/3rdparty/sabre/http/lib/Response.php
2750share/nextcloud/3rdparty/sabre/http/lib/ResponseDecorator.php 3463share/nextcloud/3rdparty/sabre/http/lib/ResponseDecorator.php
2751share/nextcloud/3rdparty/sabre/http/lib/ResponseInterface.php 3464share/nextcloud/3rdparty/sabre/http/lib/ResponseInterface.php
2752share/nextcloud/3rdparty/sabre/http/lib/Sapi.php 3465share/nextcloud/3rdparty/sabre/http/lib/Sapi.php
2753share/nextcloud/3rdparty/sabre/http/lib/URLUtil.php 3466share/nextcloud/3rdparty/sabre/http/lib/URLUtil.php
2754share/nextcloud/3rdparty/sabre/http/lib/Util.php 3467share/nextcloud/3rdparty/sabre/http/lib/Util.php
2755share/nextcloud/3rdparty/sabre/http/lib/Version.php 3468share/nextcloud/3rdparty/sabre/http/lib/Version.php
2756share/nextcloud/3rdparty/sabre/http/lib/functions.php 3469share/nextcloud/3rdparty/sabre/http/lib/functions.php
2757share/nextcloud/3rdparty/sabre/uri/.gitignore 3470share/nextcloud/3rdparty/sabre/uri/.gitignore
2758share/nextcloud/3rdparty/sabre/uri/CHANGELOG.md 3471share/nextcloud/3rdparty/sabre/uri/CHANGELOG.md
2759share/nextcloud/3rdparty/sabre/uri/LICENSE 3472share/nextcloud/3rdparty/sabre/uri/LICENSE
2760share/nextcloud/3rdparty/sabre/uri/README.md 3473share/nextcloud/3rdparty/sabre/uri/README.md
2761share/nextcloud/3rdparty/sabre/uri/composer.json 3474share/nextcloud/3rdparty/sabre/uri/composer.json
2762share/nextcloud/3rdparty/sabre/uri/lib/InvalidUriException.php 3475share/nextcloud/3rdparty/sabre/uri/lib/InvalidUriException.php
2763share/nextcloud/3rdparty/sabre/uri/lib/Version.php 3476share/nextcloud/3rdparty/sabre/uri/lib/Version.php
2764share/nextcloud/3rdparty/sabre/uri/lib/functions.php 3477share/nextcloud/3rdparty/sabre/uri/lib/functions.php
2765share/nextcloud/3rdparty/sabre/vobject/.gitignore 3478share/nextcloud/3rdparty/sabre/vobject/.gitignore
2766share/nextcloud/3rdparty/sabre/vobject/LICENSE 3479share/nextcloud/3rdparty/sabre/vobject/LICENSE
2767share/nextcloud/3rdparty/sabre/vobject/README.md 3480share/nextcloud/3rdparty/sabre/vobject/README.md
2768share/nextcloud/3rdparty/sabre/vobject/composer.json 3481share/nextcloud/3rdparty/sabre/vobject/composer.json
2769share/nextcloud/3rdparty/sabre/vobject/lib/BirthdayCalendarGenerator.php 3482share/nextcloud/3rdparty/sabre/vobject/lib/BirthdayCalendarGenerator.php
2770share/nextcloud/3rdparty/sabre/vobject/lib/Cli.php 3483share/nextcloud/3rdparty/sabre/vobject/lib/Cli.php
2771share/nextcloud/3rdparty/sabre/vobject/lib/Component.php 3484share/nextcloud/3rdparty/sabre/vobject/lib/Component.php
2772share/nextcloud/3rdparty/sabre/vobject/lib/Component/Available.php 3485share/nextcloud/3rdparty/sabre/vobject/lib/Component/Available.php
2773share/nextcloud/3rdparty/sabre/vobject/lib/Component/VAlarm.php 3486share/nextcloud/3rdparty/sabre/vobject/lib/Component/VAlarm.php
2774share/nextcloud/3rdparty/sabre/vobject/lib/Component/VAvailability.php 3487share/nextcloud/3rdparty/sabre/vobject/lib/Component/VAvailability.php
2775share/nextcloud/3rdparty/sabre/vobject/lib/Component/VCalendar.php 3488share/nextcloud/3rdparty/sabre/vobject/lib/Component/VCalendar.php
2776share/nextcloud/3rdparty/sabre/vobject/lib/Component/VCard.php 3489share/nextcloud/3rdparty/sabre/vobject/lib/Component/VCard.php
2777share/nextcloud/3rdparty/sabre/vobject/lib/Component/VEvent.php 3490share/nextcloud/3rdparty/sabre/vobject/lib/Component/VEvent.php
2778share/nextcloud/3rdparty/sabre/vobject/lib/Component/VFreeBusy.php 3491share/nextcloud/3rdparty/sabre/vobject/lib/Component/VFreeBusy.php
2779share/nextcloud/3rdparty/sabre/vobject/lib/Component/VJournal.php 3492share/nextcloud/3rdparty/sabre/vobject/lib/Component/VJournal.php
2780share/nextcloud/3rdparty/sabre/vobject/lib/Component/VTimeZone.php 3493share/nextcloud/3rdparty/sabre/vobject/lib/Component/VTimeZone.php
2781share/nextcloud/3rdparty/sabre/vobject/lib/Component/VTodo.php 3494share/nextcloud/3rdparty/sabre/vobject/lib/Component/VTodo.php
2782share/nextcloud/3rdparty/sabre/vobject/lib/DateTimeParser.php 3495share/nextcloud/3rdparty/sabre/vobject/lib/DateTimeParser.php
2783share/nextcloud/3rdparty/sabre/vobject/lib/Document.php 3496share/nextcloud/3rdparty/sabre/vobject/lib/Document.php
2784share/nextcloud/3rdparty/sabre/vobject/lib/ElementList.php 3497share/nextcloud/3rdparty/sabre/vobject/lib/ElementList.php
2785share/nextcloud/3rdparty/sabre/vobject/lib/EofException.php 3498share/nextcloud/3rdparty/sabre/vobject/lib/EofException.php
2786share/nextcloud/3rdparty/sabre/vobject/lib/FreeBusyData.php 3499share/nextcloud/3rdparty/sabre/vobject/lib/FreeBusyData.php
2787share/nextcloud/3rdparty/sabre/vobject/lib/FreeBusyGenerator.php 3500share/nextcloud/3rdparty/sabre/vobject/lib/FreeBusyGenerator.php
2788share/nextcloud/3rdparty/sabre/vobject/lib/ITip/Broker.php 3501share/nextcloud/3rdparty/sabre/vobject/lib/ITip/Broker.php
2789share/nextcloud/3rdparty/sabre/vobject/lib/ITip/ITipException.php 3502share/nextcloud/3rdparty/sabre/vobject/lib/ITip/ITipException.php
2790share/nextcloud/3rdparty/sabre/vobject/lib/ITip/Message.php 3503share/nextcloud/3rdparty/sabre/vobject/lib/ITip/Message.php
2791share/nextcloud/3rdparty/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php 3504share/nextcloud/3rdparty/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
2792share/nextcloud/3rdparty/sabre/vobject/lib/InvalidDataException.php 3505share/nextcloud/3rdparty/sabre/vobject/lib/InvalidDataException.php
2793share/nextcloud/3rdparty/sabre/vobject/lib/Node.php 3506share/nextcloud/3rdparty/sabre/vobject/lib/Node.php
2794share/nextcloud/3rdparty/sabre/vobject/lib/PHPUnitAssertions.php 3507share/nextcloud/3rdparty/sabre/vobject/lib/PHPUnitAssertions.php
2795share/nextcloud/3rdparty/sabre/vobject/lib/Parameter.php 3508share/nextcloud/3rdparty/sabre/vobject/lib/Parameter.php
2796share/nextcloud/3rdparty/sabre/vobject/lib/ParseException.php 3509share/nextcloud/3rdparty/sabre/vobject/lib/ParseException.php
2797share/nextcloud/3rdparty/sabre/vobject/lib/Parser/Json.php 3510share/nextcloud/3rdparty/sabre/vobject/lib/Parser/Json.php
2798share/nextcloud/3rdparty/sabre/vobject/lib/Parser/MimeDir.php 3511share/nextcloud/3rdparty/sabre/vobject/lib/Parser/MimeDir.php
2799share/nextcloud/3rdparty/sabre/vobject/lib/Parser/Parser.php 3512share/nextcloud/3rdparty/sabre/vobject/lib/Parser/Parser.php
2800share/nextcloud/3rdparty/sabre/vobject/lib/Parser/XML.php 3513share/nextcloud/3rdparty/sabre/vobject/lib/Parser/XML.php
2801share/nextcloud/3rdparty/sabre/vobject/lib/Parser/XML/Element/KeyValue.php 3514share/nextcloud/3rdparty/sabre/vobject/lib/Parser/XML/Element/KeyValue.php
2802share/nextcloud/3rdparty/sabre/vobject/lib/Property.php 3515share/nextcloud/3rdparty/sabre/vobject/lib/Property.php
2803share/nextcloud/3rdparty/sabre/vobject/lib/Property/Binary.php 3516share/nextcloud/3rdparty/sabre/vobject/lib/Property/Binary.php
2804share/nextcloud/3rdparty/sabre/vobject/lib/Property/Boolean.php 3517share/nextcloud/3rdparty/sabre/vobject/lib/Property/Boolean.php
2805share/nextcloud/3rdparty/sabre/vobject/lib/Property/FlatText.php 3518share/nextcloud/3rdparty/sabre/vobject/lib/Property/FlatText.php
2806share/nextcloud/3rdparty/sabre/vobject/lib/Property/FloatValue.php 3519share/nextcloud/3rdparty/sabre/vobject/lib/Property/FloatValue.php
2807share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/CalAddress.php 3520share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/CalAddress.php
2808share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Date.php 3521share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Date.php
2809share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/DateTime.php 3522share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/DateTime.php
2810share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Duration.php 3523share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Duration.php
2811share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Period.php 3524share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Period.php
2812share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Recur.php 3525share/nextcloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Recur.php
2813share/nextcloud/3rdparty/sabre/vobject/lib/Property/IntegerValue.php 3526share/nextcloud/3rdparty/sabre/vobject/lib/Property/IntegerValue.php
2814share/nextcloud/3rdparty/sabre/vobject/lib/Property/Text.php 3527share/nextcloud/3rdparty/sabre/vobject/lib/Property/Text.php
2815share/nextcloud/3rdparty/sabre/vobject/lib/Property/Time.php 3528share/nextcloud/3rdparty/sabre/vobject/lib/Property/Time.php
2816share/nextcloud/3rdparty/sabre/vobject/lib/Property/Unknown.php 3529share/nextcloud/3rdparty/sabre/vobject/lib/Property/Unknown.php
2817share/nextcloud/3rdparty/sabre/vobject/lib/Property/Uri.php 3530share/nextcloud/3rdparty/sabre/vobject/lib/Property/Uri.php
2818share/nextcloud/3rdparty/sabre/vobject/lib/Property/UtcOffset.php 3531share/nextcloud/3rdparty/sabre/vobject/lib/Property/UtcOffset.php
2819share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/Date.php 3532share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/Date.php
2820share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/DateAndOrTime.php 3533share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
2821share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/DateTime.php 3534share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/DateTime.php
2822share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/LanguageTag.php 3535share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/LanguageTag.php
2823share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/TimeStamp.php 3536share/nextcloud/3rdparty/sabre/vobject/lib/Property/VCard/TimeStamp.php
2824share/nextcloud/3rdparty/sabre/vobject/lib/Reader.php 3537share/nextcloud/3rdparty/sabre/vobject/lib/Reader.php
2825share/nextcloud/3rdparty/sabre/vobject/lib/Recur/EventIterator.php 3538share/nextcloud/3rdparty/sabre/vobject/lib/Recur/EventIterator.php
2826share/nextcloud/3rdparty/sabre/vobject/lib/Recur/MaxInstancesExceededException.php 3539share/nextcloud/3rdparty/sabre/vobject/lib/Recur/MaxInstancesExceededException.php
2827share/nextcloud/3rdparty/sabre/vobject/lib/Recur/NoInstancesException.php 3540share/nextcloud/3rdparty/sabre/vobject/lib/Recur/NoInstancesException.php
2828share/nextcloud/3rdparty/sabre/vobject/lib/Recur/RDateIterator.php 3541share/nextcloud/3rdparty/sabre/vobject/lib/Recur/RDateIterator.php
2829share/nextcloud/3rdparty/sabre/vobject/lib/Recur/RRuleIterator.php 3542share/nextcloud/3rdparty/sabre/vobject/lib/Recur/RRuleIterator.php
2830share/nextcloud/3rdparty/sabre/vobject/lib/Settings.php 3543share/nextcloud/3rdparty/sabre/vobject/lib/Settings.php
2831share/nextcloud/3rdparty/sabre/vobject/lib/Splitter/ICalendar.php 3544share/nextcloud/3rdparty/sabre/vobject/lib/Splitter/ICalendar.php
2832share/nextcloud/3rdparty/sabre/vobject/lib/Splitter/SplitterInterface.php 3545share/nextcloud/3rdparty/sabre/vobject/lib/Splitter/SplitterInterface.php
2833share/nextcloud/3rdparty/sabre/vobject/lib/Splitter/VCard.php 3546share/nextcloud/3rdparty/sabre/vobject/lib/Splitter/VCard.php
2834share/nextcloud/3rdparty/sabre/vobject/lib/StringUtil.php 3547share/nextcloud/3rdparty/sabre/vobject/lib/StringUtil.php
2835share/nextcloud/3rdparty/sabre/vobject/lib/TimeZoneUtil.php 3548share/nextcloud/3rdparty/sabre/vobject/lib/TimeZoneUtil.php
2836share/nextcloud/3rdparty/sabre/vobject/lib/UUIDUtil.php 3549share/nextcloud/3rdparty/sabre/vobject/lib/UUIDUtil.php
2837share/nextcloud/3rdparty/sabre/vobject/lib/VCardConverter.php 3550share/nextcloud/3rdparty/sabre/vobject/lib/VCardConverter.php
2838share/nextcloud/3rdparty/sabre/vobject/lib/Version.php 3551share/nextcloud/3rdparty/sabre/vobject/lib/Version.php
2839share/nextcloud/3rdparty/sabre/vobject/lib/Writer.php 3552share/nextcloud/3rdparty/sabre/vobject/lib/Writer.php
2840share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/exchangezones.php 3553share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/exchangezones.php
2841share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/lotuszones.php 3554share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/lotuszones.php
2842share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/php-bc.php 3555share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/php-bc.php
2843share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/php-workaround.php 3556share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/php-workaround.php
2844share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/windowszones.php 3557share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/windowszones.php
2845share/nextcloud/3rdparty/sabre/vobject/resources/schema/xcal.rng 3558share/nextcloud/3rdparty/sabre/vobject/resources/schema/xcal.rng
2846share/nextcloud/3rdparty/sabre/vobject/resources/schema/xcard.rng 3559share/nextcloud/3rdparty/sabre/vobject/resources/schema/xcard.rng
2847share/nextcloud/3rdparty/sabre/xml/.gitignore 3560share/nextcloud/3rdparty/sabre/xml/.gitignore
2848share/nextcloud/3rdparty/sabre/xml/CHANGELOG.md 3561share/nextcloud/3rdparty/sabre/xml/CHANGELOG.md
2849share/nextcloud/3rdparty/sabre/xml/LICENSE 3562share/nextcloud/3rdparty/sabre/xml/LICENSE
2850share/nextcloud/3rdparty/sabre/xml/README.md 3563share/nextcloud/3rdparty/sabre/xml/README.md
2851share/nextcloud/3rdparty/sabre/xml/composer.json 3564share/nextcloud/3rdparty/sabre/xml/composer.json
2852share/nextcloud/3rdparty/sabre/xml/lib/ContextStackTrait.php 3565share/nextcloud/3rdparty/sabre/xml/lib/ContextStackTrait.php
2853share/nextcloud/3rdparty/sabre/xml/lib/Deserializer/functions.php 3566share/nextcloud/3rdparty/sabre/xml/lib/Deserializer/functions.php
2854share/nextcloud/3rdparty/sabre/xml/lib/Element.php 3567share/nextcloud/3rdparty/sabre/xml/lib/Element.php
2855share/nextcloud/3rdparty/sabre/xml/lib/Element/Base.php 3568share/nextcloud/3rdparty/sabre/xml/lib/Element/Base.php
2856share/nextcloud/3rdparty/sabre/xml/lib/Element/Cdata.php 3569share/nextcloud/3rdparty/sabre/xml/lib/Element/Cdata.php
2857share/nextcloud/3rdparty/sabre/xml/lib/Element/Elements.php 3570share/nextcloud/3rdparty/sabre/xml/lib/Element/Elements.php
2858share/nextcloud/3rdparty/sabre/xml/lib/Element/KeyValue.php 3571share/nextcloud/3rdparty/sabre/xml/lib/Element/KeyValue.php
2859share/nextcloud/3rdparty/sabre/xml/lib/Element/Uri.php 3572share/nextcloud/3rdparty/sabre/xml/lib/Element/Uri.php
2860share/nextcloud/3rdparty/sabre/xml/lib/Element/XmlFragment.php 3573share/nextcloud/3rdparty/sabre/xml/lib/Element/XmlFragment.php
2861share/nextcloud/3rdparty/sabre/xml/lib/LibXMLException.php 3574share/nextcloud/3rdparty/sabre/xml/lib/LibXMLException.php
2862share/nextcloud/3rdparty/sabre/xml/lib/ParseException.php 3575share/nextcloud/3rdparty/sabre/xml/lib/ParseException.php
2863share/nextcloud/3rdparty/sabre/xml/lib/Reader.php 3576share/nextcloud/3rdparty/sabre/xml/lib/Reader.php
2864share/nextcloud/3rdparty/sabre/xml/lib/Serializer/functions.php 3577share/nextcloud/3rdparty/sabre/xml/lib/Serializer/functions.php
2865share/nextcloud/3rdparty/sabre/xml/lib/Service.php 3578share/nextcloud/3rdparty/sabre/xml/lib/Service.php
2866share/nextcloud/3rdparty/sabre/xml/lib/Version.php 3579share/nextcloud/3rdparty/sabre/xml/lib/Version.php
2867share/nextcloud/3rdparty/sabre/xml/lib/Writer.php 3580share/nextcloud/3rdparty/sabre/xml/lib/Writer.php
2868share/nextcloud/3rdparty/sabre/xml/lib/XmlDeserializable.php 3581share/nextcloud/3rdparty/sabre/xml/lib/XmlDeserializable.php
2869share/nextcloud/3rdparty/sabre/xml/lib/XmlSerializable.php 3582share/nextcloud/3rdparty/sabre/xml/lib/XmlSerializable.php
2870share/nextcloud/3rdparty/stecman/symfony-console-completion/LICENCE 3583share/nextcloud/3rdparty/stecman/symfony-console-completion/LICENCE
2871share/nextcloud/3rdparty/stecman/symfony-console-completion/src/Completion.php 3584share/nextcloud/3rdparty/stecman/symfony-console-completion/src/Completion.php
2872share/nextcloud/3rdparty/stecman/symfony-console-completion/src/Completion/CompletionAwareInterface.php 3585share/nextcloud/3rdparty/stecman/symfony-console-completion/src/Completion/CompletionAwareInterface.php
2873share/nextcloud/3rdparty/stecman/symfony-console-completion/src/Completion/CompletionInterface.php 3586share/nextcloud/3rdparty/stecman/symfony-console-completion/src/Completion/CompletionInterface.php
2874share/nextcloud/3rdparty/stecman/symfony-console-completion/src/Completion/ShellPathCompletion.php 3587share/nextcloud/3rdparty/stecman/symfony-console-completion/src/Completion/ShellPathCompletion.php
2875share/nextcloud/3rdparty/stecman/symfony-console-completion/src/CompletionCommand.php 3588share/nextcloud/3rdparty/stecman/symfony-console-completion/src/CompletionCommand.php
2876share/nextcloud/3rdparty/stecman/symfony-console-completion/src/CompletionContext.php 3589share/nextcloud/3rdparty/stecman/symfony-console-completion/src/CompletionContext.php
2877share/nextcloud/3rdparty/stecman/symfony-console-completion/src/CompletionHandler.php 3590share/nextcloud/3rdparty/stecman/symfony-console-completion/src/CompletionHandler.php
2878share/nextcloud/3rdparty/stecman/symfony-console-completion/src/EnvironmentCompletionContext.php 3591share/nextcloud/3rdparty/stecman/symfony-console-completion/src/EnvironmentCompletionContext.php
2879share/nextcloud/3rdparty/stecman/symfony-console-completion/src/HookFactory.php 3592share/nextcloud/3rdparty/stecman/symfony-console-completion/src/HookFactory.php
2880share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift.php 3593share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift.php
2881share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php 3594share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php
2882share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php 3595share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php
2883share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php 3596share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php
2884share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php 3597share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
2885share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php 3598share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php
2886share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php 3599share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php
2887share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php 3600share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php
2888share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php 3601share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php
2889share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php 3602share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php
2890share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php 3603share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php
2891share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php 3604share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
2892share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php 3605share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php
2893share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php 3606share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
2894share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php 3607share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php
2895share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php 3608share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php
2896share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php 3609share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php
2897share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php 3610share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php
2898share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php 3611share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php
2899share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php 3612share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php
2900share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php 3613share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php
2901share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php 3614share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php
2902share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php 3615share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php
2903share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php 3616share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php
2904share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php 3617share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php
2905share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php 3618share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php
2906share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php 3619share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php
2907share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php 3620share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php
2908share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php 3621share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php
2909share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php 3622share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php
2910share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php 3623share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php
2911share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php 3624share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php
2912share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php 3625share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php
2913share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php 3626share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php
2914share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php 3627share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php
2915share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php 3628share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php
2916share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php 3629share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php
2917share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php 3630share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php
2918share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php 3631share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php
2919share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php 3632share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php
2920share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php 3633share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php
2921share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php 3634share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php
2922share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php 3635share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php
2923share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Image.php 3636share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Image.php
2924share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php 3637share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php
2925share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php 3638share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php
2926share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php 3639share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php
2927share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php 3640share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php
2928share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php 3641share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php
2929share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php 3642share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php
2930share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php 3643share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php
2931share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php 3644share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
2932share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php 3645share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php
2933share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php 3646share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php
2934share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php 3647share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php
2935share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php 3648share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
2936share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php 3649share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php
2937share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php 3650share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php
2938share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Message.php 3651share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Message.php
2939share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php 3652share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php
2940share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php 3653share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php
2941share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php 3654share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php
2942share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php 3655share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
2943share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php 3656share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php
2944share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php 3657share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
2945share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php 3658share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
2946share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php 3659share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php
2947share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php 3660share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php
2948share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php 3661share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php
2949share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php 3662share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php
2950share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php 3663share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php
2951share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php 3664share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php
2952share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php 3665share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php
2953share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php 3666share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
2954share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php 3667share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
2955share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderFactory.php 3668share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderFactory.php
2956share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php 3669share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php
2957share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php 3670share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php
2958share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php 3671share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php
2959share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php 3672share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php
2960share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php 3673share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php
2961share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php 3674share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php
2962share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php 3675share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
2963share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php 3676share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php
2964share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php 3677share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php
2965share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Message.php 3678share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Message.php
2966share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimeEntity.php 3679share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimeEntity.php
2967share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php 3680share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php
2968share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ParameterizedHeader.php 3681share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ParameterizedHeader.php
2969share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php 3682share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php
2970share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php 3683share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php
2971share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php 3684share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php
2972share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php 3685share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
2973share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php 3686share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php
2974share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php 3687share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php
2975share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php 3688share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php
2976share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php 3689share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php
2977share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php 3690share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php
2978share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php 3691share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php
2979share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php 3692share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php
2980share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php 3693share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php
2981share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php 3694share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php
2982share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php 3695share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php
2983share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php 3696share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php
2984share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php 3697share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php
2985share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php 3698share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php
2986share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php 3699share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php
2987share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php 3700share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php
2988share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php 3701share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
2989share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php 3702share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php
2990share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php 3703share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php
2991share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php 3704share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php
2992share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php 3705share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php
2993share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php 3706share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php
2994share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php 3707share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php
2995share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php 3708share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php
2996share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php 3709share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php
2997share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php 3710share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php
2998share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php 3711share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php
2999share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php 3712share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php
3000share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php 3713share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php
3001share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SignedMessage.php 3714share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SignedMessage.php
3002share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php 3715share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php
3003share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php 3716share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php
3004share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php 3717share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php
3005share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php 3718share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php
3006share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php 3719share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php
3007share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php 3720share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php
3008share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php 3721share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php
3009share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php 3722share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php
3010share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php 3723share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php
3011share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php 3724share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php
3012share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php 3725share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php
3013share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php 3726share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
3014share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php 3727share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php
3015share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php 3728share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
3016share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php 3729share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php
3017share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php 3730share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php
3018share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php 3731share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php
3019share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php 3732share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
3020share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php 3733share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
3021share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php 3734share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
3022share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php 3735share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
3023share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php 3736share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php
3024share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php 3737share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
3025share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php 3738share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php
3026share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php 3739share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php
3027share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php 3740share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php
3028share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php 3741share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php
3029share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php 3742share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php
3030share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php 3743share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php
3031share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailInvoker.php 3744share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailInvoker.php
3032share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php 3745share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php
3033share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php 3746share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php
3034share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php 3747share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php
3035share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php 3748share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php
3036share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php 3749share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php
3037share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php 3750share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php
3038share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php 3751share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php
3039share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php 3752share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php
3040share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php 3753share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php
3041share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php 3754share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php
3042share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php 3755share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php
3043share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php 3756share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php
3044share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php 3757share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php
3045share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/mime_types.php 3758share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/mime_types.php
3046share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/preferences.php 3759share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/preferences.php
3047share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/swift_init.php 3760share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/swift_init.php
3048share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php 3761share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php
3049share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/swift_required_pear.php 3762share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/swift_required_pear.php
3050share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php 3763share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
3051share/nextcloud/3rdparty/symfony/console/Application.php 3764share/nextcloud/3rdparty/symfony/console/Application.php
3052share/nextcloud/3rdparty/symfony/console/Command/Command.php 3765share/nextcloud/3rdparty/symfony/console/Command/Command.php
3053share/nextcloud/3rdparty/symfony/console/Command/HelpCommand.php 3766share/nextcloud/3rdparty/symfony/console/Command/HelpCommand.php
3054share/nextcloud/3rdparty/symfony/console/Command/ListCommand.php 3767share/nextcloud/3rdparty/symfony/console/Command/ListCommand.php
3055share/nextcloud/3rdparty/symfony/console/ConsoleEvents.php 3768share/nextcloud/3rdparty/symfony/console/ConsoleEvents.php
3056share/nextcloud/3rdparty/symfony/console/Descriptor/ApplicationDescription.php 3769share/nextcloud/3rdparty/symfony/console/Descriptor/ApplicationDescription.php
3057share/nextcloud/3rdparty/symfony/console/Descriptor/Descriptor.php 3770share/nextcloud/3rdparty/symfony/console/Descriptor/Descriptor.php
3058share/nextcloud/3rdparty/symfony/console/Descriptor/DescriptorInterface.php 3771share/nextcloud/3rdparty/symfony/console/Descriptor/DescriptorInterface.php
3059share/nextcloud/3rdparty/symfony/console/Descriptor/JsonDescriptor.php 3772share/nextcloud/3rdparty/symfony/console/Descriptor/JsonDescriptor.php
3060share/nextcloud/3rdparty/symfony/console/Descriptor/MarkdownDescriptor.php 3773share/nextcloud/3rdparty/symfony/console/Descriptor/MarkdownDescriptor.php
3061share/nextcloud/3rdparty/symfony/console/Descriptor/TextDescriptor.php 3774share/nextcloud/3rdparty/symfony/console/Descriptor/TextDescriptor.php
3062share/nextcloud/3rdparty/symfony/console/Descriptor/XmlDescriptor.php 3775share/nextcloud/3rdparty/symfony/console/Descriptor/XmlDescriptor.php
3063share/nextcloud/3rdparty/symfony/console/Event/ConsoleCommandEvent.php 3776share/nextcloud/3rdparty/symfony/console/Event/ConsoleCommandEvent.php
3064share/nextcloud/3rdparty/symfony/console/Event/ConsoleEvent.php 3777share/nextcloud/3rdparty/symfony/console/Event/ConsoleEvent.php
3065share/nextcloud/3rdparty/symfony/console/Event/ConsoleExceptionEvent.php 3778share/nextcloud/3rdparty/symfony/console/Event/ConsoleExceptionEvent.php
3066share/nextcloud/3rdparty/symfony/console/Event/ConsoleTerminateEvent.php 3779share/nextcloud/3rdparty/symfony/console/Event/ConsoleTerminateEvent.php
3067share/nextcloud/3rdparty/symfony/console/Exception/CommandNotFoundException.php 3780share/nextcloud/3rdparty/symfony/console/Exception/CommandNotFoundException.php
3068share/nextcloud/3rdparty/symfony/console/Exception/ExceptionInterface.php 3781share/nextcloud/3rdparty/symfony/console/Exception/ExceptionInterface.php
3069share/nextcloud/3rdparty/symfony/console/Exception/InvalidArgumentException.php 3782share/nextcloud/3rdparty/symfony/console/Exception/InvalidArgumentException.php
3070share/nextcloud/3rdparty/symfony/console/Exception/InvalidOptionException.php 3783share/nextcloud/3rdparty/symfony/console/Exception/InvalidOptionException.php
3071share/nextcloud/3rdparty/symfony/console/Exception/LogicException.php 3784share/nextcloud/3rdparty/symfony/console/Exception/LogicException.php
3072share/nextcloud/3rdparty/symfony/console/Exception/RuntimeException.php 3785share/nextcloud/3rdparty/symfony/console/Exception/RuntimeException.php
3073share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatter.php 3786share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatter.php
3074share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatterInterface.php 3787share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatterInterface.php
3075share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatterStyle.php 3788share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatterStyle.php
3076share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatterStyleInterface.php 3789share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatterStyleInterface.php
3077share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatterStyleStack.php 3790share/nextcloud/3rdparty/symfony/console/Formatter/OutputFormatterStyleStack.php
3078share/nextcloud/3rdparty/symfony/console/Helper/DebugFormatterHelper.php 3791share/nextcloud/3rdparty/symfony/console/Helper/DebugFormatterHelper.php
3079share/nextcloud/3rdparty/symfony/console/Helper/DescriptorHelper.php 3792share/nextcloud/3rdparty/symfony/console/Helper/DescriptorHelper.php
3080share/nextcloud/3rdparty/symfony/console/Helper/FormatterHelper.php 3793share/nextcloud/3rdparty/symfony/console/Helper/FormatterHelper.php
3081share/nextcloud/3rdparty/symfony/console/Helper/Helper.php 3794share/nextcloud/3rdparty/symfony/console/Helper/Helper.php
3082share/nextcloud/3rdparty/symfony/console/Helper/HelperInterface.php 3795share/nextcloud/3rdparty/symfony/console/Helper/HelperInterface.php
3083share/nextcloud/3rdparty/symfony/console/Helper/HelperSet.php 3796share/nextcloud/3rdparty/symfony/console/Helper/HelperSet.php
3084share/nextcloud/3rdparty/symfony/console/Helper/InputAwareHelper.php 3797share/nextcloud/3rdparty/symfony/console/Helper/InputAwareHelper.php
3085share/nextcloud/3rdparty/symfony/console/Helper/ProcessHelper.php 3798share/nextcloud/3rdparty/symfony/console/Helper/ProcessHelper.php
3086share/nextcloud/3rdparty/symfony/console/Helper/ProgressBar.php 3799share/nextcloud/3rdparty/symfony/console/Helper/ProgressBar.php
3087share/nextcloud/3rdparty/symfony/console/Helper/ProgressIndicator.php 3800share/nextcloud/3rdparty/symfony/console/Helper/ProgressIndicator.php
3088share/nextcloud/3rdparty/symfony/console/Helper/QuestionHelper.php 3801share/nextcloud/3rdparty/symfony/console/Helper/QuestionHelper.php
3089share/nextcloud/3rdparty/symfony/console/Helper/SymfonyQuestionHelper.php 3802share/nextcloud/3rdparty/symfony/console/Helper/SymfonyQuestionHelper.php
3090share/nextcloud/3rdparty/symfony/console/Helper/Table.php 3803share/nextcloud/3rdparty/symfony/console/Helper/Table.php
3091share/nextcloud/3rdparty/symfony/console/Helper/TableCell.php 3804share/nextcloud/3rdparty/symfony/console/Helper/TableCell.php
3092share/nextcloud/3rdparty/symfony/console/Helper/TableSeparator.php 3805share/nextcloud/3rdparty/symfony/console/Helper/TableSeparator.php
3093share/nextcloud/3rdparty/symfony/console/Helper/TableStyle.php 3806share/nextcloud/3rdparty/symfony/console/Helper/TableStyle.php
3094share/nextcloud/3rdparty/symfony/console/Input/ArgvInput.php 3807share/nextcloud/3rdparty/symfony/console/Input/ArgvInput.php
3095share/nextcloud/3rdparty/symfony/console/Input/ArrayInput.php 3808share/nextcloud/3rdparty/symfony/console/Input/ArrayInput.php
3096share/nextcloud/3rdparty/symfony/console/Input/Input.php 3809share/nextcloud/3rdparty/symfony/console/Input/Input.php
3097share/nextcloud/3rdparty/symfony/console/Input/InputArgument.php 3810share/nextcloud/3rdparty/symfony/console/Input/InputArgument.php
3098share/nextcloud/3rdparty/symfony/console/Input/InputAwareInterface.php 3811share/nextcloud/3rdparty/symfony/console/Input/InputAwareInterface.php
3099share/nextcloud/3rdparty/symfony/console/Input/InputDefinition.php 3812share/nextcloud/3rdparty/symfony/console/Input/InputDefinition.php
3100share/nextcloud/3rdparty/symfony/console/Input/InputInterface.php 3813share/nextcloud/3rdparty/symfony/console/Input/InputInterface.php
3101share/nextcloud/3rdparty/symfony/console/Input/InputOption.php 3814share/nextcloud/3rdparty/symfony/console/Input/InputOption.php
3102share/nextcloud/3rdparty/symfony/console/Input/StringInput.php 3815share/nextcloud/3rdparty/symfony/console/Input/StringInput.php
3103share/nextcloud/3rdparty/symfony/console/LICENSE 3816share/nextcloud/3rdparty/symfony/console/LICENSE
3104share/nextcloud/3rdparty/symfony/console/Logger/ConsoleLogger.php 3817share/nextcloud/3rdparty/symfony/console/Logger/ConsoleLogger.php
3105share/nextcloud/3rdparty/symfony/console/Output/BufferedOutput.php 3818share/nextcloud/3rdparty/symfony/console/Output/BufferedOutput.php
3106share/nextcloud/3rdparty/symfony/console/Output/ConsoleOutput.php 3819share/nextcloud/3rdparty/symfony/console/Output/ConsoleOutput.php
3107share/nextcloud/3rdparty/symfony/console/Output/ConsoleOutputInterface.php 3820share/nextcloud/3rdparty/symfony/console/Output/ConsoleOutputInterface.php
3108share/nextcloud/3rdparty/symfony/console/Output/NullOutput.php 3821share/nextcloud/3rdparty/symfony/console/Output/NullOutput.php
3109share/nextcloud/3rdparty/symfony/console/Output/Output.php 3822share/nextcloud/3rdparty/symfony/console/Output/Output.php
3110share/nextcloud/3rdparty/symfony/console/Output/OutputInterface.php 3823share/nextcloud/3rdparty/symfony/console/Output/OutputInterface.php
3111share/nextcloud/3rdparty/symfony/console/Output/StreamOutput.php 3824share/nextcloud/3rdparty/symfony/console/Output/StreamOutput.php
3112share/nextcloud/3rdparty/symfony/console/Question/ChoiceQuestion.php 3825share/nextcloud/3rdparty/symfony/console/Question/ChoiceQuestion.php
3113share/nextcloud/3rdparty/symfony/console/Question/ConfirmationQuestion.php 3826share/nextcloud/3rdparty/symfony/console/Question/ConfirmationQuestion.php
3114share/nextcloud/3rdparty/symfony/console/Question/Question.php 3827share/nextcloud/3rdparty/symfony/console/Question/Question.php
3115share/nextcloud/3rdparty/symfony/console/Style/OutputStyle.php 3828share/nextcloud/3rdparty/symfony/console/Style/OutputStyle.php
3116share/nextcloud/3rdparty/symfony/console/Style/StyleInterface.php 3829share/nextcloud/3rdparty/symfony/console/Style/StyleInterface.php
3117share/nextcloud/3rdparty/symfony/console/Style/SymfonyStyle.php 3830share/nextcloud/3rdparty/symfony/console/Style/SymfonyStyle.php
3118share/nextcloud/3rdparty/symfony/console/Tester/ApplicationTester.php 3831share/nextcloud/3rdparty/symfony/console/Tester/ApplicationTester.php
3119share/nextcloud/3rdparty/symfony/console/Tester/CommandTester.php 3832share/nextcloud/3rdparty/symfony/console/Tester/CommandTester.php
3120share/nextcloud/3rdparty/symfony/console/composer.json 3833share/nextcloud/3rdparty/symfony/console/composer.json
3121share/nextcloud/3rdparty/symfony/event-dispatcher/ContainerAwareEventDispatcher.php 3834share/nextcloud/3rdparty/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
3122share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php 3835share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
3123share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php 3836share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
3124share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/WrappedListener.php 3837share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/WrappedListener.php
3125share/nextcloud/3rdparty/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php 3838share/nextcloud/3rdparty/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
3126share/nextcloud/3rdparty/symfony/event-dispatcher/Event.php 3839share/nextcloud/3rdparty/symfony/event-dispatcher/Event.php
3127share/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php 3840share/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php
3128share/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcherInterface.php 3841share/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcherInterface.php
3129share/nextcloud/3rdparty/symfony/event-dispatcher/EventSubscriberInterface.php 3842share/nextcloud/3rdparty/symfony/event-dispatcher/EventSubscriberInterface.php
3130share/nextcloud/3rdparty/symfony/event-dispatcher/GenericEvent.php 3843share/nextcloud/3rdparty/symfony/event-dispatcher/GenericEvent.php
3131share/nextcloud/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php 3844share/nextcloud/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php
3132share/nextcloud/3rdparty/symfony/event-dispatcher/LICENSE 3845share/nextcloud/3rdparty/symfony/event-dispatcher/LICENSE
3133share/nextcloud/3rdparty/symfony/polyfill-mbstring/LICENSE 3846share/nextcloud/3rdparty/symfony/polyfill-mbstring/LICENSE
3134share/nextcloud/3rdparty/symfony/polyfill-mbstring/Mbstring.php 3847share/nextcloud/3rdparty/symfony/polyfill-mbstring/Mbstring.php
3135share/nextcloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php 3848share/nextcloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
3136share/nextcloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/upperCase.php 3849share/nextcloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
3137share/nextcloud/3rdparty/symfony/polyfill-mbstring/bootstrap.php 3850share/nextcloud/3rdparty/symfony/polyfill-mbstring/bootstrap.php
3138share/nextcloud/3rdparty/symfony/polyfill-mbstring/composer.json 3851share/nextcloud/3rdparty/symfony/polyfill-mbstring/composer.json
3139share/nextcloud/3rdparty/symfony/polyfill-php70/LICENSE 3852share/nextcloud/3rdparty/symfony/polyfill-php70/LICENSE
3140share/nextcloud/3rdparty/symfony/polyfill-php70/Php70.php 3853share/nextcloud/3rdparty/symfony/polyfill-php70/Php70.php
3141share/nextcloud/3rdparty/symfony/polyfill-php70/README.md 3854share/nextcloud/3rdparty/symfony/polyfill-php70/README.md
3142share/nextcloud/3rdparty/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php 3855share/nextcloud/3rdparty/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php
3143share/nextcloud/3rdparty/symfony/polyfill-php70/Resources/stubs/AssertionError.php 3856share/nextcloud/3rdparty/symfony/polyfill-php70/Resources/stubs/AssertionError.php
3144share/nextcloud/3rdparty/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php 3857share/nextcloud/3rdparty/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php
3145share/nextcloud/3rdparty/symfony/polyfill-php70/Resources/stubs/Error.php 3858share/nextcloud/3rdparty/symfony/polyfill-php70/Resources/stubs/Error.php
3146share/nextcloud/3rdparty/symfony/polyfill-php70/Resources/stubs/ParseError.php 3859share/nextcloud/3rdparty/symfony/polyfill-php70/Resources/stubs/ParseError.php
3147share/nextcloud/3rdparty/symfony/polyfill-php70/Resources/stubs/TypeError.php 3860share/nextcloud/3rdparty/symfony/polyfill-php70/Resources/stubs/TypeError.php
3148share/nextcloud/3rdparty/symfony/polyfill-php70/bootstrap.php 3861share/nextcloud/3rdparty/symfony/polyfill-php70/bootstrap.php
3149share/nextcloud/3rdparty/symfony/polyfill-php70/composer.json 3862share/nextcloud/3rdparty/symfony/polyfill-php70/composer.json
3150share/nextcloud/3rdparty/symfony/process/Exception/ExceptionInterface.php 3863share/nextcloud/3rdparty/symfony/process/Exception/ExceptionInterface.php
3151share/nextcloud/3rdparty/symfony/process/Exception/InvalidArgumentException.php 3864share/nextcloud/3rdparty/symfony/process/Exception/InvalidArgumentException.php
3152share/nextcloud/3rdparty/symfony/process/Exception/LogicException.php 3865share/nextcloud/3rdparty/symfony/process/Exception/LogicException.php
3153share/nextcloud/3rdparty/symfony/process/Exception/ProcessFailedException.php 3866share/nextcloud/3rdparty/symfony/process/Exception/ProcessFailedException.php
3154share/nextcloud/3rdparty/symfony/process/Exception/ProcessTimedOutException.php 3867share/nextcloud/3rdparty/symfony/process/Exception/ProcessTimedOutException.php
3155share/nextcloud/3rdparty/symfony/process/Exception/RuntimeException.php 3868share/nextcloud/3rdparty/symfony/process/Exception/RuntimeException.php
3156share/nextcloud/3rdparty/symfony/process/ExecutableFinder.php 3869share/nextcloud/3rdparty/symfony/process/ExecutableFinder.php
3157share/nextcloud/3rdparty/symfony/process/InputStream.php 3870share/nextcloud/3rdparty/symfony/process/InputStream.php
3158share/nextcloud/3rdparty/symfony/process/LICENSE 3871share/nextcloud/3rdparty/symfony/process/LICENSE
3159share/nextcloud/3rdparty/symfony/process/PhpExecutableFinder.php 3872share/nextcloud/3rdparty/symfony/process/PhpExecutableFinder.php
3160share/nextcloud/3rdparty/symfony/process/PhpProcess.php 3873share/nextcloud/3rdparty/symfony/process/PhpProcess.php
3161share/nextcloud/3rdparty/symfony/process/Pipes/AbstractPipes.php 3874share/nextcloud/3rdparty/symfony/process/Pipes/AbstractPipes.php
3162share/nextcloud/3rdparty/symfony/process/Pipes/PipesInterface.php 3875share/nextcloud/3rdparty/symfony/process/Pipes/PipesInterface.php
3163share/nextcloud/3rdparty/symfony/process/Pipes/UnixPipes.php 3876share/nextcloud/3rdparty/symfony/process/Pipes/UnixPipes.php
3164share/nextcloud/3rdparty/symfony/process/Pipes/WindowsPipes.php 3877share/nextcloud/3rdparty/symfony/process/Pipes/WindowsPipes.php
3165share/nextcloud/3rdparty/symfony/process/Process.php 3878share/nextcloud/3rdparty/symfony/process/Process.php
3166share/nextcloud/3rdparty/symfony/process/ProcessBuilder.php 3879share/nextcloud/3rdparty/symfony/process/ProcessBuilder.php
3167share/nextcloud/3rdparty/symfony/process/ProcessUtils.php 3880share/nextcloud/3rdparty/symfony/process/ProcessUtils.php
3168share/nextcloud/3rdparty/symfony/routing/Annotation/Route.php 3881share/nextcloud/3rdparty/symfony/routing/Annotation/Route.php
3169share/nextcloud/3rdparty/symfony/routing/CHANGELOG.md 3882share/nextcloud/3rdparty/symfony/routing/CHANGELOG.md
3170share/nextcloud/3rdparty/symfony/routing/CompiledRoute.php 3883share/nextcloud/3rdparty/symfony/routing/CompiledRoute.php
3171share/nextcloud/3rdparty/symfony/routing/Exception/ExceptionInterface.php 3884share/nextcloud/3rdparty/symfony/routing/Exception/ExceptionInterface.php
3172share/nextcloud/3rdparty/symfony/routing/Exception/InvalidParameterException.php 3885share/nextcloud/3rdparty/symfony/routing/Exception/InvalidParameterException.php
3173share/nextcloud/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php 3886share/nextcloud/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php
3174share/nextcloud/3rdparty/symfony/routing/Exception/MissingMandatoryParametersException.php 3887share/nextcloud/3rdparty/symfony/routing/Exception/MissingMandatoryParametersException.php
3175share/nextcloud/3rdparty/symfony/routing/Exception/ResourceNotFoundException.php 3888share/nextcloud/3rdparty/symfony/routing/Exception/ResourceNotFoundException.php
3176share/nextcloud/3rdparty/symfony/routing/Exception/RouteNotFoundException.php 3889share/nextcloud/3rdparty/symfony/routing/Exception/RouteNotFoundException.php
3177share/nextcloud/3rdparty/symfony/routing/Generator/ConfigurableRequirementsInterface.php 3890share/nextcloud/3rdparty/symfony/routing/Generator/ConfigurableRequirementsInterface.php
3178share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumper.php 3891share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumper.php
3179share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php 3892share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php
3180share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php 3893share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php
3181share/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php 3894share/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php
3182share/nextcloud/3rdparty/symfony/routing/Generator/UrlGeneratorInterface.php 3895share/nextcloud/3rdparty/symfony/routing/Generator/UrlGeneratorInterface.php
3183share/nextcloud/3rdparty/symfony/routing/LICENSE 3896share/nextcloud/3rdparty/symfony/routing/LICENSE
3184share/nextcloud/3rdparty/symfony/routing/Loader/AnnotationClassLoader.php 3897share/nextcloud/3rdparty/symfony/routing/Loader/AnnotationClassLoader.php
3185share/nextcloud/3rdparty/symfony/routing/Loader/AnnotationDirectoryLoader.php 3898share/nextcloud/3rdparty/symfony/routing/Loader/AnnotationDirectoryLoader.php
3186share/nextcloud/3rdparty/symfony/routing/Loader/AnnotationFileLoader.php 3899share/nextcloud/3rdparty/symfony/routing/Loader/AnnotationFileLoader.php
3187share/nextcloud/3rdparty/symfony/routing/Loader/ClosureLoader.php 3900share/nextcloud/3rdparty/symfony/routing/Loader/ClosureLoader.php
3188share/nextcloud/3rdparty/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php 3901share/nextcloud/3rdparty/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php
3189share/nextcloud/3rdparty/symfony/routing/Loader/DirectoryLoader.php 3902share/nextcloud/3rdparty/symfony/routing/Loader/DirectoryLoader.php
3190share/nextcloud/3rdparty/symfony/routing/Loader/ObjectRouteLoader.php 3903share/nextcloud/3rdparty/symfony/routing/Loader/ObjectRouteLoader.php
3191share/nextcloud/3rdparty/symfony/routing/Loader/PhpFileLoader.php 3904share/nextcloud/3rdparty/symfony/routing/Loader/PhpFileLoader.php
3192share/nextcloud/3rdparty/symfony/routing/Loader/XmlFileLoader.php 3905share/nextcloud/3rdparty/symfony/routing/Loader/XmlFileLoader.php
3193share/nextcloud/3rdparty/symfony/routing/Loader/YamlFileLoader.php 3906share/nextcloud/3rdparty/symfony/routing/Loader/YamlFileLoader.php
3194share/nextcloud/3rdparty/symfony/routing/Loader/schema/routing/routing-1.0.xsd 3907share/nextcloud/3rdparty/symfony/routing/Loader/schema/routing/routing-1.0.xsd
3195share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/DumperCollection.php 3908share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/DumperCollection.php
3196share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php 3909share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php
3197share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/DumperRoute.php 3910share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/DumperRoute.php
3198share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php 3911share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php
3199share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php 3912share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
3200share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php 3913share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
3201share/nextcloud/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php 3914share/nextcloud/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php
3202share/nextcloud/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php 3915share/nextcloud/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
3203share/nextcloud/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php 3916share/nextcloud/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php
3204share/nextcloud/3rdparty/symfony/routing/Matcher/TraceableUrlMatcher.php 3917share/nextcloud/3rdparty/symfony/routing/Matcher/TraceableUrlMatcher.php
3205share/nextcloud/3rdparty/symfony/routing/Matcher/UrlMatcher.php 3918share/nextcloud/3rdparty/symfony/routing/Matcher/UrlMatcher.php
3206share/nextcloud/3rdparty/symfony/routing/Matcher/UrlMatcherInterface.php 3919share/nextcloud/3rdparty/symfony/routing/Matcher/UrlMatcherInterface.php
3207share/nextcloud/3rdparty/symfony/routing/README.md 3920share/nextcloud/3rdparty/symfony/routing/README.md
3208share/nextcloud/3rdparty/symfony/routing/RequestContext.php 3921share/nextcloud/3rdparty/symfony/routing/RequestContext.php
3209share/nextcloud/3rdparty/symfony/routing/RequestContextAwareInterface.php 3922share/nextcloud/3rdparty/symfony/routing/RequestContextAwareInterface.php
3210share/nextcloud/3rdparty/symfony/routing/Route.php 3923share/nextcloud/3rdparty/symfony/routing/Route.php
3211share/nextcloud/3rdparty/symfony/routing/RouteCollection.php 3924share/nextcloud/3rdparty/symfony/routing/RouteCollection.php
3212share/nextcloud/3rdparty/symfony/routing/RouteCollectionBuilder.php 3925share/nextcloud/3rdparty/symfony/routing/RouteCollectionBuilder.php
3213share/nextcloud/3rdparty/symfony/routing/RouteCompiler.php 3926share/nextcloud/3rdparty/symfony/routing/RouteCompiler.php
3214share/nextcloud/3rdparty/symfony/routing/RouteCompilerInterface.php 3927share/nextcloud/3rdparty/symfony/routing/RouteCompilerInterface.php
3215share/nextcloud/3rdparty/symfony/routing/Router.php 3928share/nextcloud/3rdparty/symfony/routing/Router.php
3216share/nextcloud/3rdparty/symfony/routing/RouterInterface.php 3929share/nextcloud/3rdparty/symfony/routing/RouterInterface.php
3217share/nextcloud/AUTHORS 3930share/nextcloud/AUTHORS
3218share/nextcloud/apps/activity/appinfo/app.php 3931share/nextcloud/apps/activity/appinfo/app.php
3219share/nextcloud/apps/activity/appinfo/database.xml 3932share/nextcloud/apps/activity/appinfo/database.xml
3220share/nextcloud/apps/activity/appinfo/info.xml 3933share/nextcloud/apps/activity/appinfo/info.xml
3221share/nextcloud/apps/activity/appinfo/routes.php 3934share/nextcloud/apps/activity/appinfo/routes.php
3222share/nextcloud/apps/activity/appinfo/signature.json 3935share/nextcloud/apps/activity/appinfo/signature.json
3223share/nextcloud/apps/activity/appinfo/update.php 3936share/nextcloud/apps/activity/appinfo/update.php
3224share/nextcloud/apps/activity/css/settings.css 3937share/nextcloud/apps/activity/css/settings.css
3225share/nextcloud/apps/activity/css/style.css 3938share/nextcloud/apps/activity/css/style.css
3226share/nextcloud/apps/activity/docs/create.md 3939share/nextcloud/apps/activity/docs/create.md
3227share/nextcloud/apps/activity/docs/endpoint-v2.md 3940share/nextcloud/apps/activity/docs/endpoint-v2.md
3228share/nextcloud/apps/activity/docs/filter.md 3941share/nextcloud/apps/activity/docs/filter.md
3229share/nextcloud/apps/activity/docs/provider.md 3942share/nextcloud/apps/activity/docs/provider.md
3230share/nextcloud/apps/activity/docs/setting.md 3943share/nextcloud/apps/activity/docs/setting.md
3231share/nextcloud/apps/activity/img/activity-dark.svg 3944share/nextcloud/apps/activity/img/activity-dark.svg
3232share/nextcloud/apps/activity/img/activity.svg 3945share/nextcloud/apps/activity/img/activity.svg
3233share/nextcloud/apps/activity/img/add-color.svg 3946share/nextcloud/apps/activity/img/add-color.svg
3234share/nextcloud/apps/activity/img/change.svg 3947share/nextcloud/apps/activity/img/change.svg
3235share/nextcloud/apps/activity/img/delete-color.svg 3948share/nextcloud/apps/activity/img/delete-color.svg
3236share/nextcloud/apps/activity/js/activity-sidebar.json 3949share/nextcloud/apps/activity/js/activity-sidebar.json
3237share/nextcloud/apps/activity/js/activitycollection.js 3950share/nextcloud/apps/activity/js/activitycollection.js
3238share/nextcloud/apps/activity/js/activitymodel.js 3951share/nextcloud/apps/activity/js/activitymodel.js
3239share/nextcloud/apps/activity/js/activitytabview.js 3952share/nextcloud/apps/activity/js/activitytabview.js
3240share/nextcloud/apps/activity/js/admin.js 3953share/nextcloud/apps/activity/js/admin.js
3241share/nextcloud/apps/activity/js/feedSettings.js 3954share/nextcloud/apps/activity/js/feedSettings.js
3242share/nextcloud/apps/activity/js/filesplugin.js 3955share/nextcloud/apps/activity/js/filesplugin.js
3243share/nextcloud/apps/activity/js/richObjectStringParser.js 3956share/nextcloud/apps/activity/js/richObjectStringParser.js
3244share/nextcloud/apps/activity/js/script.js 3957share/nextcloud/apps/activity/js/script.js
3245share/nextcloud/apps/activity/js/settings.js 3958share/nextcloud/apps/activity/js/settings.js
3246share/nextcloud/apps/activity/l10n/.gitkeep 3959share/nextcloud/apps/activity/l10n/.gitkeep
3247share/nextcloud/apps/activity/l10n/.tx/config 3960share/nextcloud/apps/activity/l10n/.tx/config
3248share/nextcloud/apps/activity/l10n/af.js 3961share/nextcloud/apps/activity/l10n/af.js
3249share/nextcloud/apps/activity/l10n/af.json 3962share/nextcloud/apps/activity/l10n/af.json
3250share/nextcloud/apps/activity/l10n/ar.js 3963share/nextcloud/apps/activity/l10n/ar.js
3251share/nextcloud/apps/activity/l10n/ar.json 3964share/nextcloud/apps/activity/l10n/ar.json
3252share/nextcloud/apps/activity/l10n/ast.js 3965share/nextcloud/apps/activity/l10n/ast.js
3253share/nextcloud/apps/activity/l10n/ast.json 3966share/nextcloud/apps/activity/l10n/ast.json
3254share/nextcloud/apps/activity/l10n/az.js 3967share/nextcloud/apps/activity/l10n/az.js
3255share/nextcloud/apps/activity/l10n/az.json 3968share/nextcloud/apps/activity/l10n/az.json
3256share/nextcloud/apps/activity/l10n/bg.js 3969share/nextcloud/apps/activity/l10n/bg.js
3257share/nextcloud/apps/activity/l10n/bg.json 3970share/nextcloud/apps/activity/l10n/bg.json
3258share/nextcloud/apps/activity/l10n/bn_BD.js 3971share/nextcloud/apps/activity/l10n/bn_BD.js
3259share/nextcloud/apps/activity/l10n/bn_BD.json 3972share/nextcloud/apps/activity/l10n/bn_BD.json
3260share/nextcloud/apps/activity/l10n/ca.js 3973share/nextcloud/apps/activity/l10n/ca.js
3261share/nextcloud/apps/activity/l10n/ca.json 3974share/nextcloud/apps/activity/l10n/ca.json
3262share/nextcloud/apps/activity/l10n/cs.js 3975share/nextcloud/apps/activity/l10n/cs.js
3263share/nextcloud/apps/activity/l10n/cs.json 3976share/nextcloud/apps/activity/l10n/cs.json
3264share/nextcloud/apps/activity/l10n/da.js 3977share/nextcloud/apps/activity/l10n/da.js
3265share/nextcloud/apps/activity/l10n/da.json 3978share/nextcloud/apps/activity/l10n/da.json
3266share/nextcloud/apps/activity/l10n/de.js 3979share/nextcloud/apps/activity/l10n/de.js
3267share/nextcloud/apps/activity/l10n/de.json 3980share/nextcloud/apps/activity/l10n/de.json
3268share/nextcloud/apps/activity/l10n/de_DE.js 3981share/nextcloud/apps/activity/l10n/de_DE.js
3269share/nextcloud/apps/activity/l10n/de_DE.json 3982share/nextcloud/apps/activity/l10n/de_DE.json
3270share/nextcloud/apps/activity/l10n/el.js 3983share/nextcloud/apps/activity/l10n/el.js
3271share/nextcloud/apps/activity/l10n/el.json 3984share/nextcloud/apps/activity/l10n/el.json
3272share/nextcloud/apps/activity/l10n/en_GB.js 3985share/nextcloud/apps/activity/l10n/en_GB.js
3273share/nextcloud/apps/activity/l10n/en_GB.json 3986share/nextcloud/apps/activity/l10n/en_GB.json
3274share/nextcloud/apps/activity/l10n/eo.js 3987share/nextcloud/apps/activity/l10n/eo.js
3275share/nextcloud/apps/activity/l10n/eo.json 3988share/nextcloud/apps/activity/l10n/eo.json
3276share/nextcloud/apps/activity/l10n/es.js 3989share/nextcloud/apps/activity/l10n/es.js
3277share/nextcloud/apps/activity/l10n/es.json 3990share/nextcloud/apps/activity/l10n/es.json
3278share/nextcloud/apps/activity/l10n/es_419.js 3991share/nextcloud/apps/activity/l10n/es_419.js
3279share/nextcloud/apps/activity/l10n/es_419.json 3992share/nextcloud/apps/activity/l10n/es_419.json
3280share/nextcloud/apps/activity/l10n/es_AR.js 3993share/nextcloud/apps/activity/l10n/es_AR.js
3281share/nextcloud/apps/activity/l10n/es_AR.json 3994share/nextcloud/apps/activity/l10n/es_AR.json
3282share/nextcloud/apps/activity/l10n/es_CL.js 3995share/nextcloud/apps/activity/l10n/es_CL.js
3283share/nextcloud/apps/activity/l10n/es_CL.json 3996share/nextcloud/apps/activity/l10n/es_CL.json
 3997share/nextcloud/apps/activity/l10n/es_CO.js
 3998share/nextcloud/apps/activity/l10n/es_CO.json
 3999share/nextcloud/apps/activity/l10n/es_CR.js
 4000share/nextcloud/apps/activity/l10n/es_CR.json
 4001share/nextcloud/apps/activity/l10n/es_DO.js
 4002share/nextcloud/apps/activity/l10n/es_DO.json
 4003share/nextcloud/apps/activity/l10n/es_EC.js
 4004share/nextcloud/apps/activity/l10n/es_EC.json
 4005share/nextcloud/apps/activity/l10n/es_GT.js
 4006share/nextcloud/apps/activity/l10n/es_GT.json
 4007share/nextcloud/apps/activity/l10n/es_HN.js
 4008share/nextcloud/apps/activity/l10n/es_HN.json
3284share/nextcloud/apps/activity/l10n/es_MX.js 4009share/nextcloud/apps/activity/l10n/es_MX.js
3285share/nextcloud/apps/activity/l10n/es_MX.json 4010share/nextcloud/apps/activity/l10n/es_MX.json
 4011share/nextcloud/apps/activity/l10n/es_NI.js
 4012share/nextcloud/apps/activity/l10n/es_NI.json
 4013share/nextcloud/apps/activity/l10n/es_PA.js
 4014share/nextcloud/apps/activity/l10n/es_PA.json
 4015share/nextcloud/apps/activity/l10n/es_PE.js
 4016share/nextcloud/apps/activity/l10n/es_PE.json
 4017share/nextcloud/apps/activity/l10n/es_PR.js
 4018share/nextcloud/apps/activity/l10n/es_PR.json
 4019share/nextcloud/apps/activity/l10n/es_PY.js
 4020share/nextcloud/apps/activity/l10n/es_PY.json
 4021share/nextcloud/apps/activity/l10n/es_SV.js
 4022share/nextcloud/apps/activity/l10n/es_SV.json
 4023share/nextcloud/apps/activity/l10n/es_UY.js
 4024share/nextcloud/apps/activity/l10n/es_UY.json
3286share/nextcloud/apps/activity/l10n/et_EE.js 4025share/nextcloud/apps/activity/l10n/et_EE.js
3287share/nextcloud/apps/activity/l10n/et_EE.json 4026share/nextcloud/apps/activity/l10n/et_EE.json
3288share/nextcloud/apps/activity/l10n/eu.js 4027share/nextcloud/apps/activity/l10n/eu.js
3289share/nextcloud/apps/activity/l10n/eu.json 4028share/nextcloud/apps/activity/l10n/eu.json
3290share/nextcloud/apps/activity/l10n/fa.js 4029share/nextcloud/apps/activity/l10n/fa.js
3291share/nextcloud/apps/activity/l10n/fa.json 4030share/nextcloud/apps/activity/l10n/fa.json
3292share/nextcloud/apps/activity/l10n/fi.js 4031share/nextcloud/apps/activity/l10n/fi.js
3293share/nextcloud/apps/activity/l10n/fi.json 4032share/nextcloud/apps/activity/l10n/fi.json
3294share/nextcloud/apps/activity/l10n/fr.js 4033share/nextcloud/apps/activity/l10n/fr.js
3295share/nextcloud/apps/activity/l10n/fr.json 4034share/nextcloud/apps/activity/l10n/fr.json
3296share/nextcloud/apps/activity/l10n/gl.js 4035share/nextcloud/apps/activity/l10n/gl.js
3297share/nextcloud/apps/activity/l10n/gl.json 4036share/nextcloud/apps/activity/l10n/gl.json
3298share/nextcloud/apps/activity/l10n/he.js 4037share/nextcloud/apps/activity/l10n/he.js
3299share/nextcloud/apps/activity/l10n/he.json 4038share/nextcloud/apps/activity/l10n/he.json
3300share/nextcloud/apps/activity/l10n/hr.js 4039share/nextcloud/apps/activity/l10n/hr.js
3301share/nextcloud/apps/activity/l10n/hr.json 4040share/nextcloud/apps/activity/l10n/hr.json
3302share/nextcloud/apps/activity/l10n/hu.js 4041share/nextcloud/apps/activity/l10n/hu.js
3303share/nextcloud/apps/activity/l10n/hu.json 4042share/nextcloud/apps/activity/l10n/hu.json
3304share/nextcloud/apps/activity/l10n/ia.js 4043share/nextcloud/apps/activity/l10n/ia.js
3305share/nextcloud/apps/activity/l10n/ia.json 4044share/nextcloud/apps/activity/l10n/ia.json
3306share/nextcloud/apps/activity/l10n/id.js 4045share/nextcloud/apps/activity/l10n/id.js
3307share/nextcloud/apps/activity/l10n/id.json 4046share/nextcloud/apps/activity/l10n/id.json
3308share/nextcloud/apps/activity/l10n/is.js 4047share/nextcloud/apps/activity/l10n/is.js
3309share/nextcloud/apps/activity/l10n/is.json 4048share/nextcloud/apps/activity/l10n/is.json
3310share/nextcloud/apps/activity/l10n/it.js 4049share/nextcloud/apps/activity/l10n/it.js
3311share/nextcloud/apps/activity/l10n/it.json 4050share/nextcloud/apps/activity/l10n/it.json
3312share/nextcloud/apps/activity/l10n/ja.js 4051share/nextcloud/apps/activity/l10n/ja.js
3313share/nextcloud/apps/activity/l10n/ja.json 4052share/nextcloud/apps/activity/l10n/ja.json
3314share/nextcloud/apps/activity/l10n/ka_GE.js 4053share/nextcloud/apps/activity/l10n/ka_GE.js
3315share/nextcloud/apps/activity/l10n/ka_GE.json 4054share/nextcloud/apps/activity/l10n/ka_GE.json
3316share/nextcloud/apps/activity/l10n/kab.js 4055share/nextcloud/apps/activity/l10n/kab.js
3317share/nextcloud/apps/activity/l10n/kab.json 4056share/nextcloud/apps/activity/l10n/kab.json
3318share/nextcloud/apps/activity/l10n/km.js 4057share/nextcloud/apps/activity/l10n/km.js
3319share/nextcloud/apps/activity/l10n/km.json 4058share/nextcloud/apps/activity/l10n/km.json
3320share/nextcloud/apps/activity/l10n/ko.js 4059share/nextcloud/apps/activity/l10n/ko.js
3321share/nextcloud/apps/activity/l10n/ko.json 4060share/nextcloud/apps/activity/l10n/ko.json
3322share/nextcloud/apps/activity/l10n/lb.js 4061share/nextcloud/apps/activity/l10n/lb.js
3323share/nextcloud/apps/activity/l10n/lb.json 4062share/nextcloud/apps/activity/l10n/lb.json
3324share/nextcloud/apps/activity/l10n/lt_LT.js 4063share/nextcloud/apps/activity/l10n/lt_LT.js
3325share/nextcloud/apps/activity/l10n/lt_LT.json 4064share/nextcloud/apps/activity/l10n/lt_LT.json
3326share/nextcloud/apps/activity/l10n/lv.js 4065share/nextcloud/apps/activity/l10n/lv.js
3327share/nextcloud/apps/activity/l10n/lv.json 4066share/nextcloud/apps/activity/l10n/lv.json
3328share/nextcloud/apps/activity/l10n/mk.js 4067share/nextcloud/apps/activity/l10n/mk.js
3329share/nextcloud/apps/activity/l10n/mk.json 4068share/nextcloud/apps/activity/l10n/mk.json
3330share/nextcloud/apps/activity/l10n/mn.js 4069share/nextcloud/apps/activity/l10n/mn.js
3331share/nextcloud/apps/activity/l10n/mn.json 4070share/nextcloud/apps/activity/l10n/mn.json
3332share/nextcloud/apps/activity/l10n/nb.js 4071share/nextcloud/apps/activity/l10n/nb.js
3333share/nextcloud/apps/activity/l10n/nb.json 4072share/nextcloud/apps/activity/l10n/nb.json
3334share/nextcloud/apps/activity/l10n/ne.js 4073share/nextcloud/apps/activity/l10n/ne.js
3335share/nextcloud/apps/activity/l10n/ne.json 4074share/nextcloud/apps/activity/l10n/ne.json
3336share/nextcloud/apps/activity/l10n/nl.js 4075share/nextcloud/apps/activity/l10n/nl.js
3337share/nextcloud/apps/activity/l10n/nl.json 4076share/nextcloud/apps/activity/l10n/nl.json
3338share/nextcloud/apps/activity/l10n/nn_NO.js 4077share/nextcloud/apps/activity/l10n/nn_NO.js
3339share/nextcloud/apps/activity/l10n/nn_NO.json 4078share/nextcloud/apps/activity/l10n/nn_NO.json
3340share/nextcloud/apps/activity/l10n/no-php 4079share/nextcloud/apps/activity/l10n/no-php
3341share/nextcloud/apps/activity/l10n/pl.js 4080share/nextcloud/apps/activity/l10n/pl.js
3342share/nextcloud/apps/activity/l10n/pl.json 4081share/nextcloud/apps/activity/l10n/pl.json
3343share/nextcloud/apps/activity/l10n/pt_BR.js 4082share/nextcloud/apps/activity/l10n/pt_BR.js
3344share/nextcloud/apps/activity/l10n/pt_BR.json 4083share/nextcloud/apps/activity/l10n/pt_BR.json
3345share/nextcloud/apps/activity/l10n/pt_PT.js 4084share/nextcloud/apps/activity/l10n/pt_PT.js
3346share/nextcloud/apps/activity/l10n/pt_PT.json 4085share/nextcloud/apps/activity/l10n/pt_PT.json
3347share/nextcloud/apps/activity/l10n/ro.js 4086share/nextcloud/apps/activity/l10n/ro.js
3348share/nextcloud/apps/activity/l10n/ro.json 4087share/nextcloud/apps/activity/l10n/ro.json
3349share/nextcloud/apps/activity/l10n/ru.js 4088share/nextcloud/apps/activity/l10n/ru.js
3350share/nextcloud/apps/activity/l10n/ru.json 4089share/nextcloud/apps/activity/l10n/ru.json
3351share/nextcloud/apps/activity/l10n/si_LK.js 4090share/nextcloud/apps/activity/l10n/si_LK.js
3352share/nextcloud/apps/activity/l10n/si_LK.json 4091share/nextcloud/apps/activity/l10n/si_LK.json
3353share/nextcloud/apps/activity/l10n/sk.js 4092share/nextcloud/apps/activity/l10n/sk.js
3354share/nextcloud/apps/activity/l10n/sk.json 4093share/nextcloud/apps/activity/l10n/sk.json
3355share/nextcloud/apps/activity/l10n/sl.js 4094share/nextcloud/apps/activity/l10n/sl.js
3356share/nextcloud/apps/activity/l10n/sl.json 4095share/nextcloud/apps/activity/l10n/sl.json
3357share/nextcloud/apps/activity/l10n/sq.js 4096share/nextcloud/apps/activity/l10n/sq.js
3358share/nextcloud/apps/activity/l10n/sq.json 4097share/nextcloud/apps/activity/l10n/sq.json
3359share/nextcloud/apps/activity/l10n/sr.js 4098share/nextcloud/apps/activity/l10n/sr.js
3360share/nextcloud/apps/activity/l10n/sr.json 4099share/nextcloud/apps/activity/l10n/sr.json
3361share/nextcloud/apps/activity/l10n/sv.js 4100share/nextcloud/apps/activity/l10n/sv.js
3362share/nextcloud/apps/activity/l10n/sv.json 4101share/nextcloud/apps/activity/l10n/sv.json
3363share/nextcloud/apps/activity/l10n/th.js 4102share/nextcloud/apps/activity/l10n/th.js
3364share/nextcloud/apps/activity/l10n/th.json 4103share/nextcloud/apps/activity/l10n/th.json
3365share/nextcloud/apps/activity/l10n/tr.js 4104share/nextcloud/apps/activity/l10n/tr.js
3366share/nextcloud/apps/activity/l10n/tr.json 4105share/nextcloud/apps/activity/l10n/tr.json
3367share/nextcloud/apps/activity/l10n/uk.js 4106share/nextcloud/apps/activity/l10n/uk.js
3368share/nextcloud/apps/activity/l10n/uk.json 4107share/nextcloud/apps/activity/l10n/uk.json
3369share/nextcloud/apps/activity/l10n/vi.js 4108share/nextcloud/apps/activity/l10n/vi.js
3370share/nextcloud/apps/activity/l10n/vi.json 4109share/nextcloud/apps/activity/l10n/vi.json
3371share/nextcloud/apps/activity/l10n/zh_CN.js 4110share/nextcloud/apps/activity/l10n/zh_CN.js
3372share/nextcloud/apps/activity/l10n/zh_CN.json 4111share/nextcloud/apps/activity/l10n/zh_CN.json
3373share/nextcloud/apps/activity/l10n/zh_HK.js 4112share/nextcloud/apps/activity/l10n/zh_HK.js
3374share/nextcloud/apps/activity/l10n/zh_HK.json 4113share/nextcloud/apps/activity/l10n/zh_HK.json
3375share/nextcloud/apps/activity/l10n/zh_TW.js 4114share/nextcloud/apps/activity/l10n/zh_TW.js
3376share/nextcloud/apps/activity/l10n/zh_TW.json 4115share/nextcloud/apps/activity/l10n/zh_TW.json
3377share/nextcloud/apps/activity/lib/AppInfo/Application.php 4116share/nextcloud/apps/activity/lib/AppInfo/Application.php
3378share/nextcloud/apps/activity/lib/BackgroundJob/EmailNotification.php 4117share/nextcloud/apps/activity/lib/BackgroundJob/EmailNotification.php
3379share/nextcloud/apps/activity/lib/BackgroundJob/ExpireActivities.php 4118share/nextcloud/apps/activity/lib/BackgroundJob/ExpireActivities.php
3380share/nextcloud/apps/activity/lib/BackgroundJob/RemoteActivity.php 4119share/nextcloud/apps/activity/lib/BackgroundJob/RemoteActivity.php
3381share/nextcloud/apps/activity/lib/Capabilities.php 4120share/nextcloud/apps/activity/lib/Capabilities.php
3382share/nextcloud/apps/activity/lib/Command/SendEmails.php 4121share/nextcloud/apps/activity/lib/Command/SendEmails.php
3383share/nextcloud/apps/activity/lib/Consumer.php 4122share/nextcloud/apps/activity/lib/Consumer.php
3384share/nextcloud/apps/activity/lib/Controller/APIv1.php 4123share/nextcloud/apps/activity/lib/Controller/APIv1.php
3385share/nextcloud/apps/activity/lib/Controller/APIv2.php 4124share/nextcloud/apps/activity/lib/Controller/APIv2.php
3386share/nextcloud/apps/activity/lib/Controller/Activities.php 4125share/nextcloud/apps/activity/lib/Controller/Activities.php
3387share/nextcloud/apps/activity/lib/Controller/Feed.php 4126share/nextcloud/apps/activity/lib/Controller/Feed.php
3388share/nextcloud/apps/activity/lib/Controller/RemoteActivity.php 4127share/nextcloud/apps/activity/lib/Controller/RemoteActivity.php
3389share/nextcloud/apps/activity/lib/Controller/Settings.php 4128share/nextcloud/apps/activity/lib/Controller/Settings.php
3390share/nextcloud/apps/activity/lib/CurrentUser.php 4129share/nextcloud/apps/activity/lib/CurrentUser.php
3391share/nextcloud/apps/activity/lib/Data.php 4130share/nextcloud/apps/activity/lib/Data.php
3392share/nextcloud/apps/activity/lib/DataHelper.php 4131share/nextcloud/apps/activity/lib/DataHelper.php
3393share/nextcloud/apps/activity/lib/Exception/InvalidFilterException.php 4132share/nextcloud/apps/activity/lib/Exception/InvalidFilterException.php
3394share/nextcloud/apps/activity/lib/Extension/Files.php 4133share/nextcloud/apps/activity/lib/Extension/Files.php
3395share/nextcloud/apps/activity/lib/Extension/Files_Sharing.php 4134share/nextcloud/apps/activity/lib/Extension/Files_Sharing.php
3396share/nextcloud/apps/activity/lib/Extension/LegacyParser.php 4135share/nextcloud/apps/activity/lib/Extension/LegacyParser.php
3397share/nextcloud/apps/activity/lib/FilesHooks.php 4136share/nextcloud/apps/activity/lib/FilesHooks.php
3398share/nextcloud/apps/activity/lib/FilesHooksStatic.php 4137share/nextcloud/apps/activity/lib/FilesHooksStatic.php
3399share/nextcloud/apps/activity/lib/Filter/AllFilter.php 4138share/nextcloud/apps/activity/lib/Filter/AllFilter.php
3400share/nextcloud/apps/activity/lib/Filter/ByFilter.php 4139share/nextcloud/apps/activity/lib/Filter/ByFilter.php
3401share/nextcloud/apps/activity/lib/Filter/SelfFilter.php 4140share/nextcloud/apps/activity/lib/Filter/SelfFilter.php
3402share/nextcloud/apps/activity/lib/Formatter/BaseFormatter.php 4141share/nextcloud/apps/activity/lib/Formatter/BaseFormatter.php
3403share/nextcloud/apps/activity/lib/Formatter/CloudIDFormatter.php 4142share/nextcloud/apps/activity/lib/Formatter/CloudIDFormatter.php
3404share/nextcloud/apps/activity/lib/Formatter/FileFormatter.php 4143share/nextcloud/apps/activity/lib/Formatter/FileFormatter.php
3405share/nextcloud/apps/activity/lib/Formatter/IFormatter.php 4144share/nextcloud/apps/activity/lib/Formatter/IFormatter.php
3406share/nextcloud/apps/activity/lib/Formatter/UserFormatter.php 4145share/nextcloud/apps/activity/lib/Formatter/UserFormatter.php
3407share/nextcloud/apps/activity/lib/GroupHelper.php 4146share/nextcloud/apps/activity/lib/GroupHelper.php
3408share/nextcloud/apps/activity/lib/GroupHelperDisabled.php 4147share/nextcloud/apps/activity/lib/GroupHelperDisabled.php
3409share/nextcloud/apps/activity/lib/Hooks.php 4148share/nextcloud/apps/activity/lib/Hooks.php
3410share/nextcloud/apps/activity/lib/MailQueueHandler.php 4149share/nextcloud/apps/activity/lib/MailQueueHandler.php
3411share/nextcloud/apps/activity/lib/Navigation.php 4150share/nextcloud/apps/activity/lib/Navigation.php
3412share/nextcloud/apps/activity/lib/Parameter/Collection.php 4151share/nextcloud/apps/activity/lib/Parameter/Collection.php
3413share/nextcloud/apps/activity/lib/Parameter/Factory.php 4152share/nextcloud/apps/activity/lib/Parameter/Factory.php
3414share/nextcloud/apps/activity/lib/Parameter/IParameter.php 4153share/nextcloud/apps/activity/lib/Parameter/IParameter.php
3415share/nextcloud/apps/activity/lib/Parameter/Parameter.php 4154share/nextcloud/apps/activity/lib/Parameter/Parameter.php
3416share/nextcloud/apps/activity/lib/PlainTextParser.php 4155share/nextcloud/apps/activity/lib/PlainTextParser.php
3417share/nextcloud/apps/activity/lib/Settings/Admin.php 4156share/nextcloud/apps/activity/lib/Settings/Admin.php
3418share/nextcloud/apps/activity/lib/Settings/Section.php 4157share/nextcloud/apps/activity/lib/Settings/Section.php
3419share/nextcloud/apps/activity/lib/UserSettings.php 4158share/nextcloud/apps/activity/lib/UserSettings.php
3420share/nextcloud/apps/activity/lib/ViewInfoCache.php 4159share/nextcloud/apps/activity/lib/ViewInfoCache.php
3421share/nextcloud/apps/activity/personal.php 4160share/nextcloud/apps/activity/personal.php
3422share/nextcloud/apps/activity/templates/rss.php 4161share/nextcloud/apps/activity/templates/rss.php
3423share/nextcloud/apps/activity/templates/settings/admin.php 4162share/nextcloud/apps/activity/templates/settings/admin.php
3424share/nextcloud/apps/activity/templates/settings/form.php 4163share/nextcloud/apps/activity/templates/settings/form.php
3425share/nextcloud/apps/activity/templates/settings/personal.php 4164share/nextcloud/apps/activity/templates/settings/personal.php
3426share/nextcloud/apps/activity/templates/stream.app.navigation.php 4165share/nextcloud/apps/activity/templates/stream.app.navigation.php
3427share/nextcloud/apps/activity/templates/stream.body.php 4166share/nextcloud/apps/activity/templates/stream.body.php
3428share/nextcloud/apps/admin_audit/appinfo/app.php 4167share/nextcloud/apps/admin_audit/appinfo/app.php
3429share/nextcloud/apps/admin_audit/appinfo/info.xml 4168share/nextcloud/apps/admin_audit/appinfo/info.xml
3430share/nextcloud/apps/admin_audit/appinfo/signature.json 4169share/nextcloud/apps/admin_audit/appinfo/signature.json
3431share/nextcloud/apps/admin_audit/lib/actions/action.php 4170share/nextcloud/apps/admin_audit/lib/actions/action.php
3432share/nextcloud/apps/admin_audit/lib/actions/auth.php 4171share/nextcloud/apps/admin_audit/lib/actions/auth.php
3433share/nextcloud/apps/admin_audit/lib/actions/files.php 4172share/nextcloud/apps/admin_audit/lib/actions/files.php
3434share/nextcloud/apps/admin_audit/lib/actions/groupmanagement.php 4173share/nextcloud/apps/admin_audit/lib/actions/groupmanagement.php
3435share/nextcloud/apps/admin_audit/lib/actions/sharing.php 4174share/nextcloud/apps/admin_audit/lib/actions/sharing.php
3436share/nextcloud/apps/admin_audit/lib/actions/trashbin.php 4175share/nextcloud/apps/admin_audit/lib/actions/trashbin.php
3437share/nextcloud/apps/admin_audit/lib/actions/usermanagement.php 4176share/nextcloud/apps/admin_audit/lib/actions/usermanagement.php
3438share/nextcloud/apps/admin_audit/lib/actions/versions.php 4177share/nextcloud/apps/admin_audit/lib/actions/versions.php
3439share/nextcloud/apps/admin_audit/lib/auditlogger.php 4178share/nextcloud/apps/admin_audit/lib/auditlogger.php
3440share/nextcloud/apps/comments/appinfo/app.php 4179share/nextcloud/apps/comments/appinfo/app.php
3441share/nextcloud/apps/comments/appinfo/info.xml 4180share/nextcloud/apps/comments/appinfo/info.xml
3442share/nextcloud/apps/comments/appinfo/routes.php 4181share/nextcloud/apps/comments/appinfo/routes.php
3443share/nextcloud/apps/comments/appinfo/signature.json 4182share/nextcloud/apps/comments/appinfo/signature.json
3444share/nextcloud/apps/comments/css/comments.css 4183share/nextcloud/apps/comments/css/comments.css
3445share/nextcloud/apps/comments/img/comments-dark.svg 4184share/nextcloud/apps/comments/img/comments-dark.svg
3446share/nextcloud/apps/comments/img/comments.svg 4185share/nextcloud/apps/comments/img/comments.svg
3447share/nextcloud/apps/comments/js/activitytabviewplugin.js 4186share/nextcloud/apps/comments/js/activitytabviewplugin.js
3448share/nextcloud/apps/comments/js/app.js 4187share/nextcloud/apps/comments/js/app.js
3449share/nextcloud/apps/comments/js/commentcollection.js 4188share/nextcloud/apps/comments/js/commentcollection.js
3450share/nextcloud/apps/comments/js/commentmodel.js 4189share/nextcloud/apps/comments/js/commentmodel.js
3451share/nextcloud/apps/comments/js/commentstabview.js 4190share/nextcloud/apps/comments/js/commentstabview.js
3452share/nextcloud/apps/comments/js/commentsummarymodel.js 4191share/nextcloud/apps/comments/js/commentsummarymodel.js
3453share/nextcloud/apps/comments/js/filesplugin.js 4192share/nextcloud/apps/comments/js/filesplugin.js
3454share/nextcloud/apps/comments/js/merged.json 4193share/nextcloud/apps/comments/js/merged.json
3455share/nextcloud/apps/comments/l10n/.gitkeep 4194share/nextcloud/apps/comments/l10n/.gitkeep
3456share/nextcloud/apps/comments/l10n/af.js 4195share/nextcloud/apps/comments/l10n/af.js
3457share/nextcloud/apps/comments/l10n/af.json 4196share/nextcloud/apps/comments/l10n/af.json
3458share/nextcloud/apps/comments/l10n/af_ZA.js 4197share/nextcloud/apps/comments/l10n/af_ZA.js
3459share/nextcloud/apps/comments/l10n/af_ZA.json 4198share/nextcloud/apps/comments/l10n/af_ZA.json
3460share/nextcloud/apps/comments/l10n/ar.js 4199share/nextcloud/apps/comments/l10n/ar.js
3461share/nextcloud/apps/comments/l10n/ar.json 4200share/nextcloud/apps/comments/l10n/ar.json
3462share/nextcloud/apps/comments/l10n/ast.js 4201share/nextcloud/apps/comments/l10n/ast.js
3463share/nextcloud/apps/comments/l10n/ast.json 4202share/nextcloud/apps/comments/l10n/ast.json
3464share/nextcloud/apps/comments/l10n/az.js 4203share/nextcloud/apps/comments/l10n/az.js
3465share/nextcloud/apps/comments/l10n/az.json 4204share/nextcloud/apps/comments/l10n/az.json
3466share/nextcloud/apps/comments/l10n/bg.js 4205share/nextcloud/apps/comments/l10n/bg.js
3467share/nextcloud/apps/comments/l10n/bg.json 4206share/nextcloud/apps/comments/l10n/bg.json
3468share/nextcloud/apps/comments/l10n/bg_BG.js 4207share/nextcloud/apps/comments/l10n/bg_BG.js
3469share/nextcloud/apps/comments/l10n/bg_BG.json 4208share/nextcloud/apps/comments/l10n/bg_BG.json
3470share/nextcloud/apps/comments/l10n/bn_BD.js 4209share/nextcloud/apps/comments/l10n/bn_BD.js
3471share/nextcloud/apps/comments/l10n/bn_BD.json 4210share/nextcloud/apps/comments/l10n/bn_BD.json
3472share/nextcloud/apps/comments/l10n/bn_IN.js 4211share/nextcloud/apps/comments/l10n/bn_IN.js
3473share/nextcloud/apps/comments/l10n/bn_IN.json 4212share/nextcloud/apps/comments/l10n/bn_IN.json
3474share/nextcloud/apps/comments/l10n/bs.js 4213share/nextcloud/apps/comments/l10n/bs.js
3475share/nextcloud/apps/comments/l10n/bs.json 4214share/nextcloud/apps/comments/l10n/bs.json
3476share/nextcloud/apps/comments/l10n/ca.js 4215share/nextcloud/apps/comments/l10n/ca.js
3477share/nextcloud/apps/comments/l10n/ca.json 4216share/nextcloud/apps/comments/l10n/ca.json
3478share/nextcloud/apps/comments/l10n/cs.js 4217share/nextcloud/apps/comments/l10n/cs.js
3479share/nextcloud/apps/comments/l10n/cs.json 4218share/nextcloud/apps/comments/l10n/cs.json
3480share/nextcloud/apps/comments/l10n/cs_CZ.js 4219share/nextcloud/apps/comments/l10n/cs_CZ.js
3481share/nextcloud/apps/comments/l10n/cs_CZ.json 4220share/nextcloud/apps/comments/l10n/cs_CZ.json
3482share/nextcloud/apps/comments/l10n/cy_GB.js 4221share/nextcloud/apps/comments/l10n/cy_GB.js
3483share/nextcloud/apps/comments/l10n/cy_GB.json 4222share/nextcloud/apps/comments/l10n/cy_GB.json
3484share/nextcloud/apps/comments/l10n/da.js 4223share/nextcloud/apps/comments/l10n/da.js
3485share/nextcloud/apps/comments/l10n/da.json 4224share/nextcloud/apps/comments/l10n/da.json
3486share/nextcloud/apps/comments/l10n/de.js 4225share/nextcloud/apps/comments/l10n/de.js
3487share/nextcloud/apps/comments/l10n/de.json 4226share/nextcloud/apps/comments/l10n/de.json
3488share/nextcloud/apps/comments/l10n/de_AT.js 4227share/nextcloud/apps/comments/l10n/de_AT.js
3489share/nextcloud/apps/comments/l10n/de_AT.json 4228share/nextcloud/apps/comments/l10n/de_AT.json
3490share/nextcloud/apps/comments/l10n/de_DE.js 4229share/nextcloud/apps/comments/l10n/de_DE.js
3491share/nextcloud/apps/comments/l10n/de_DE.json 4230share/nextcloud/apps/comments/l10n/de_DE.json
3492share/nextcloud/apps/comments/l10n/el.js 4231share/nextcloud/apps/comments/l10n/el.js
3493share/nextcloud/apps/comments/l10n/el.json 4232share/nextcloud/apps/comments/l10n/el.json
3494share/nextcloud/apps/comments/l10n/en_GB.js 4233share/nextcloud/apps/comments/l10n/en_GB.js
3495share/nextcloud/apps/comments/l10n/en_GB.json 4234share/nextcloud/apps/comments/l10n/en_GB.json
3496share/nextcloud/apps/comments/l10n/eo.js 4235share/nextcloud/apps/comments/l10n/eo.js
3497share/nextcloud/apps/comments/l10n/eo.json 4236share/nextcloud/apps/comments/l10n/eo.json
3498share/nextcloud/apps/comments/l10n/es.js 4237share/nextcloud/apps/comments/l10n/es.js
3499share/nextcloud/apps/comments/l10n/es.json 4238share/nextcloud/apps/comments/l10n/es.json
3500share/nextcloud/apps/comments/l10n/es_419.js 4239share/nextcloud/apps/comments/l10n/es_419.js
3501share/nextcloud/apps/comments/l10n/es_419.json 4240share/nextcloud/apps/comments/l10n/es_419.json
3502share/nextcloud/apps/comments/l10n/es_AR.js 4241share/nextcloud/apps/comments/l10n/es_AR.js
3503share/nextcloud/apps/comments/l10n/es_AR.json 4242share/nextcloud/apps/comments/l10n/es_AR.json
3504share/nextcloud/apps/comments/l10n/es_CL.js 4243share/nextcloud/apps/comments/l10n/es_CL.js
3505share/nextcloud/apps/comments/l10n/es_CL.json 4244share/nextcloud/apps/comments/l10n/es_CL.json
 4245share/nextcloud/apps/comments/l10n/es_CO.js
 4246share/nextcloud/apps/comments/l10n/es_CO.json
 4247share/nextcloud/apps/comments/l10n/es_CR.js
 4248share/nextcloud/apps/comments/l10n/es_CR.json
 4249share/nextcloud/apps/comments/l10n/es_DO.js
 4250share/nextcloud/apps/comments/l10n/es_DO.json
 4251share/nextcloud/apps/comments/l10n/es_EC.js
 4252share/nextcloud/apps/comments/l10n/es_EC.json
 4253share/nextcloud/apps/comments/l10n/es_GT.js
 4254share/nextcloud/apps/comments/l10n/es_GT.json
 4255share/nextcloud/apps/comments/l10n/es_HN.js
 4256share/nextcloud/apps/comments/l10n/es_HN.json
3506share/nextcloud/apps/comments/l10n/es_MX.js 4257share/nextcloud/apps/comments/l10n/es_MX.js
3507share/nextcloud/apps/comments/l10n/es_MX.json 4258share/nextcloud/apps/comments/l10n/es_MX.json
 4259share/nextcloud/apps/comments/l10n/es_NI.js
 4260share/nextcloud/apps/comments/l10n/es_NI.json
 4261share/nextcloud/apps/comments/l10n/es_PA.js
 4262share/nextcloud/apps/comments/l10n/es_PA.json
 4263share/nextcloud/apps/comments/l10n/es_PE.js
 4264share/nextcloud/apps/comments/l10n/es_PE.json
 4265share/nextcloud/apps/comments/l10n/es_PR.js
 4266share/nextcloud/apps/comments/l10n/es_PR.json
 4267share/nextcloud/apps/comments/l10n/es_PY.js
 4268share/nextcloud/apps/comments/l10n/es_PY.json
 4269share/nextcloud/apps/comments/l10n/es_SV.js
 4270share/nextcloud/apps/comments/l10n/es_SV.json
 4271share/nextcloud/apps/comments/l10n/es_UY.js
 4272share/nextcloud/apps/comments/l10n/es_UY.json
3508share/nextcloud/apps/comments/l10n/et_EE.js 4273share/nextcloud/apps/comments/l10n/et_EE.js
3509share/nextcloud/apps/comments/l10n/et_EE.json 4274share/nextcloud/apps/comments/l10n/et_EE.json
3510share/nextcloud/apps/comments/l10n/eu.js 4275share/nextcloud/apps/comments/l10n/eu.js
3511share/nextcloud/apps/comments/l10n/eu.json 4276share/nextcloud/apps/comments/l10n/eu.json
3512share/nextcloud/apps/comments/l10n/fa.js 4277share/nextcloud/apps/comments/l10n/fa.js
3513share/nextcloud/apps/comments/l10n/fa.json 4278share/nextcloud/apps/comments/l10n/fa.json
3514share/nextcloud/apps/comments/l10n/fi.js 4279share/nextcloud/apps/comments/l10n/fi.js
3515share/nextcloud/apps/comments/l10n/fi.json 4280share/nextcloud/apps/comments/l10n/fi.json
3516share/nextcloud/apps/comments/l10n/fi_FI.js 4281share/nextcloud/apps/comments/l10n/fi_FI.js
3517share/nextcloud/apps/comments/l10n/fi_FI.json 4282share/nextcloud/apps/comments/l10n/fi_FI.json
3518share/nextcloud/apps/comments/l10n/fil.js 4283share/nextcloud/apps/comments/l10n/fil.js
3519share/nextcloud/apps/comments/l10n/fil.json 4284share/nextcloud/apps/comments/l10n/fil.json
3520share/nextcloud/apps/comments/l10n/fr.js 4285share/nextcloud/apps/comments/l10n/fr.js
3521share/nextcloud/apps/comments/l10n/fr.json 4286share/nextcloud/apps/comments/l10n/fr.json
3522share/nextcloud/apps/comments/l10n/gl.js 4287share/nextcloud/apps/comments/l10n/gl.js
3523share/nextcloud/apps/comments/l10n/gl.json 4288share/nextcloud/apps/comments/l10n/gl.json
3524share/nextcloud/apps/comments/l10n/he.js 4289share/nextcloud/apps/comments/l10n/he.js
3525share/nextcloud/apps/comments/l10n/he.json 4290share/nextcloud/apps/comments/l10n/he.json
3526share/nextcloud/apps/comments/l10n/hi.js 4291share/nextcloud/apps/comments/l10n/hi.js
3527share/nextcloud/apps/comments/l10n/hi.json 4292share/nextcloud/apps/comments/l10n/hi.json
3528share/nextcloud/apps/comments/l10n/hr.js 4293share/nextcloud/apps/comments/l10n/hr.js
3529share/nextcloud/apps/comments/l10n/hr.json 4294share/nextcloud/apps/comments/l10n/hr.json
3530share/nextcloud/apps/comments/l10n/hu.js 4295share/nextcloud/apps/comments/l10n/hu.js
3531share/nextcloud/apps/comments/l10n/hu.json 4296share/nextcloud/apps/comments/l10n/hu.json
3532share/nextcloud/apps/comments/l10n/hu_HU.js 4297share/nextcloud/apps/comments/l10n/hu_HU.js
3533share/nextcloud/apps/comments/l10n/hu_HU.json 4298share/nextcloud/apps/comments/l10n/hu_HU.json
3534share/nextcloud/apps/comments/l10n/hy.js 4299share/nextcloud/apps/comments/l10n/hy.js
3535share/nextcloud/apps/comments/l10n/hy.json 4300share/nextcloud/apps/comments/l10n/hy.json
3536share/nextcloud/apps/comments/l10n/ia.js 4301share/nextcloud/apps/comments/l10n/ia.js
3537share/nextcloud/apps/comments/l10n/ia.json 4302share/nextcloud/apps/comments/l10n/ia.json
3538share/nextcloud/apps/comments/l10n/id.js 4303share/nextcloud/apps/comments/l10n/id.js
3539share/nextcloud/apps/comments/l10n/id.json 4304share/nextcloud/apps/comments/l10n/id.json
3540share/nextcloud/apps/comments/l10n/is.js 4305share/nextcloud/apps/comments/l10n/is.js
3541share/nextcloud/apps/comments/l10n/is.json 4306share/nextcloud/apps/comments/l10n/is.json
3542share/nextcloud/apps/comments/l10n/it.js 4307share/nextcloud/apps/comments/l10n/it.js
3543share/nextcloud/apps/comments/l10n/it.json 4308share/nextcloud/apps/comments/l10n/it.json
3544share/nextcloud/apps/comments/l10n/ja.js 4309share/nextcloud/apps/comments/l10n/ja.js
3545share/nextcloud/apps/comments/l10n/ja.json 4310share/nextcloud/apps/comments/l10n/ja.json
3546share/nextcloud/apps/comments/l10n/ka_GE.js 4311share/nextcloud/apps/comments/l10n/ka_GE.js
3547share/nextcloud/apps/comments/l10n/ka_GE.json 4312share/nextcloud/apps/comments/l10n/ka_GE.json
3548share/nextcloud/apps/comments/l10n/km.js 4313share/nextcloud/apps/comments/l10n/km.js
3549share/nextcloud/apps/comments/l10n/km.json 4314share/nextcloud/apps/comments/l10n/km.json
3550share/nextcloud/apps/comments/l10n/kn.js 4315share/nextcloud/apps/comments/l10n/kn.js
3551share/nextcloud/apps/comments/l10n/kn.json 4316share/nextcloud/apps/comments/l10n/kn.json
3552share/nextcloud/apps/comments/l10n/ko.js 4317share/nextcloud/apps/comments/l10n/ko.js
3553share/nextcloud/apps/comments/l10n/ko.json 4318share/nextcloud/apps/comments/l10n/ko.json
3554share/nextcloud/apps/comments/l10n/ku_IQ.js 4319share/nextcloud/apps/comments/l10n/ku_IQ.js
3555share/nextcloud/apps/comments/l10n/ku_IQ.json 4320share/nextcloud/apps/comments/l10n/ku_IQ.json
3556share/nextcloud/apps/comments/l10n/lb.js 4321share/nextcloud/apps/comments/l10n/lb.js
3557share/nextcloud/apps/comments/l10n/lb.json 4322share/nextcloud/apps/comments/l10n/lb.json
3558share/nextcloud/apps/comments/l10n/lt_LT.js 4323share/nextcloud/apps/comments/l10n/lt_LT.js
3559share/nextcloud/apps/comments/l10n/lt_LT.json 4324share/nextcloud/apps/comments/l10n/lt_LT.json
3560share/nextcloud/apps/comments/l10n/lv.js 4325share/nextcloud/apps/comments/l10n/lv.js
3561share/nextcloud/apps/comments/l10n/lv.json 4326share/nextcloud/apps/comments/l10n/lv.json
3562share/nextcloud/apps/comments/l10n/mk.js 4327share/nextcloud/apps/comments/l10n/mk.js
3563share/nextcloud/apps/comments/l10n/mk.json 4328share/nextcloud/apps/comments/l10n/mk.json
3564share/nextcloud/apps/comments/l10n/mn.js 4329share/nextcloud/apps/comments/l10n/mn.js
3565share/nextcloud/apps/comments/l10n/mn.json 4330share/nextcloud/apps/comments/l10n/mn.json
3566share/nextcloud/apps/comments/l10n/ms_MY.js 4331share/nextcloud/apps/comments/l10n/ms_MY.js
3567share/nextcloud/apps/comments/l10n/ms_MY.json 4332share/nextcloud/apps/comments/l10n/ms_MY.json
3568share/nextcloud/apps/comments/l10n/my_MM.js 4333share/nextcloud/apps/comments/l10n/my_MM.js
3569share/nextcloud/apps/comments/l10n/my_MM.json 4334share/nextcloud/apps/comments/l10n/my_MM.json
3570share/nextcloud/apps/comments/l10n/nb.js 4335share/nextcloud/apps/comments/l10n/nb.js
3571share/nextcloud/apps/comments/l10n/nb.json 4336share/nextcloud/apps/comments/l10n/nb.json
3572share/nextcloud/apps/comments/l10n/nb_NO.js 4337share/nextcloud/apps/comments/l10n/nb_NO.js
3573share/nextcloud/apps/comments/l10n/nb_NO.json 4338share/nextcloud/apps/comments/l10n/nb_NO.json
3574share/nextcloud/apps/comments/l10n/nds.js 4339share/nextcloud/apps/comments/l10n/nds.js
3575share/nextcloud/apps/comments/l10n/nds.json 4340share/nextcloud/apps/comments/l10n/nds.json
3576share/nextcloud/apps/comments/l10n/nl.js 4341share/nextcloud/apps/comments/l10n/nl.js
3577share/nextcloud/apps/comments/l10n/nl.json 4342share/nextcloud/apps/comments/l10n/nl.json
3578share/nextcloud/apps/comments/l10n/nn_NO.js 4343share/nextcloud/apps/comments/l10n/nn_NO.js
3579share/nextcloud/apps/comments/l10n/nn_NO.json 4344share/nextcloud/apps/comments/l10n/nn_NO.json
3580share/nextcloud/apps/comments/l10n/oc.js 4345share/nextcloud/apps/comments/l10n/oc.js
3581share/nextcloud/apps/comments/l10n/oc.json 4346share/nextcloud/apps/comments/l10n/oc.json
3582share/nextcloud/apps/comments/l10n/pa.js 4347share/nextcloud/apps/comments/l10n/pa.js
3583share/nextcloud/apps/comments/l10n/pa.json 4348share/nextcloud/apps/comments/l10n/pa.json
3584share/nextcloud/apps/comments/l10n/pl.js 4349share/nextcloud/apps/comments/l10n/pl.js
3585share/nextcloud/apps/comments/l10n/pl.json 4350share/nextcloud/apps/comments/l10n/pl.json
3586share/nextcloud/apps/comments/l10n/pt_BR.js 4351share/nextcloud/apps/comments/l10n/pt_BR.js
3587share/nextcloud/apps/comments/l10n/pt_BR.json 4352share/nextcloud/apps/comments/l10n/pt_BR.json
3588share/nextcloud/apps/comments/l10n/pt_PT.js 4353share/nextcloud/apps/comments/l10n/pt_PT.js
3589share/nextcloud/apps/comments/l10n/pt_PT.json 4354share/nextcloud/apps/comments/l10n/pt_PT.json
3590share/nextcloud/apps/comments/l10n/ro.js 4355share/nextcloud/apps/comments/l10n/ro.js
3591share/nextcloud/apps/comments/l10n/ro.json 4356share/nextcloud/apps/comments/l10n/ro.json
3592share/nextcloud/apps/comments/l10n/ru.js 4357share/nextcloud/apps/comments/l10n/ru.js
3593share/nextcloud/apps/comments/l10n/ru.json 4358share/nextcloud/apps/comments/l10n/ru.json
3594share/nextcloud/apps/comments/l10n/si_LK.js 4359share/nextcloud/apps/comments/l10n/si_LK.js
3595share/nextcloud/apps/comments/l10n/si_LK.json 4360share/nextcloud/apps/comments/l10n/si_LK.json
3596share/nextcloud/apps/comments/l10n/sk.js 4361share/nextcloud/apps/comments/l10n/sk.js
3597share/nextcloud/apps/comments/l10n/sk.json 4362share/nextcloud/apps/comments/l10n/sk.json
3598share/nextcloud/apps/comments/l10n/sk_SK.js 4363share/nextcloud/apps/comments/l10n/sk_SK.js
3599share/nextcloud/apps/comments/l10n/sk_SK.json 4364share/nextcloud/apps/comments/l10n/sk_SK.json
3600share/nextcloud/apps/comments/l10n/sl.js 4365share/nextcloud/apps/comments/l10n/sl.js
3601share/nextcloud/apps/comments/l10n/sl.json 4366share/nextcloud/apps/comments/l10n/sl.json
3602share/nextcloud/apps/comments/l10n/sq.js 4367share/nextcloud/apps/comments/l10n/sq.js
3603share/nextcloud/apps/comments/l10n/sq.json 4368share/nextcloud/apps/comments/l10n/sq.json
3604share/nextcloud/apps/comments/l10n/sr.js 4369share/nextcloud/apps/comments/l10n/sr.js
3605share/nextcloud/apps/comments/l10n/sr.json 4370share/nextcloud/apps/comments/l10n/sr.json
3606share/nextcloud/apps/comments/l10n/sr@latin.js 4371share/nextcloud/apps/comments/l10n/sr@latin.js
3607share/nextcloud/apps/comments/l10n/sr@latin.json 4372share/nextcloud/apps/comments/l10n/sr@latin.json
3608share/nextcloud/apps/comments/l10n/sv.js 4373share/nextcloud/apps/comments/l10n/sv.js
3609share/nextcloud/apps/comments/l10n/sv.json 4374share/nextcloud/apps/comments/l10n/sv.json
3610share/nextcloud/apps/comments/l10n/ta_LK.js 4375share/nextcloud/apps/comments/l10n/ta_LK.js
3611share/nextcloud/apps/comments/l10n/ta_LK.json 4376share/nextcloud/apps/comments/l10n/ta_LK.json
3612share/nextcloud/apps/comments/l10n/te.js 4377share/nextcloud/apps/comments/l10n/te.js
3613share/nextcloud/apps/comments/l10n/te.json 4378share/nextcloud/apps/comments/l10n/te.json
3614share/nextcloud/apps/comments/l10n/th_TH.js 4379share/nextcloud/apps/comments/l10n/th_TH.js
3615share/nextcloud/apps/comments/l10n/th_TH.json 4380share/nextcloud/apps/comments/l10n/th_TH.json
3616share/nextcloud/apps/comments/l10n/tr.js 4381share/nextcloud/apps/comments/l10n/tr.js
3617share/nextcloud/apps/comments/l10n/tr.json 4382share/nextcloud/apps/comments/l10n/tr.json
3618share/nextcloud/apps/comments/l10n/ug.js 4383share/nextcloud/apps/comments/l10n/ug.js
3619share/nextcloud/apps/comments/l10n/ug.json 4384share/nextcloud/apps/comments/l10n/ug.json
3620share/nextcloud/apps/comments/l10n/uk.js 4385share/nextcloud/apps/comments/l10n/uk.js
3621share/nextcloud/apps/comments/l10n/uk.json 4386share/nextcloud/apps/comments/l10n/uk.json
3622share/nextcloud/apps/comments/l10n/ur_PK.js 4387share/nextcloud/apps/comments/l10n/ur_PK.js
3623share/nextcloud/apps/comments/l10n/ur_PK.json 4388share/nextcloud/apps/comments/l10n/ur_PK.json
3624share/nextcloud/apps/comments/l10n/vi.js 4389share/nextcloud/apps/comments/l10n/vi.js
3625share/nextcloud/apps/comments/l10n/vi.json 4390share/nextcloud/apps/comments/l10n/vi.json
3626share/nextcloud/apps/comments/l10n/zh_CN.js 4391share/nextcloud/apps/comments/l10n/zh_CN.js
3627share/nextcloud/apps/comments/l10n/zh_CN.json 4392share/nextcloud/apps/comments/l10n/zh_CN.json
3628share/nextcloud/apps/comments/l10n/zh_HK.js 4393share/nextcloud/apps/comments/l10n/zh_HK.js
3629share/nextcloud/apps/comments/l10n/zh_HK.json 4394share/nextcloud/apps/comments/l10n/zh_HK.json
3630share/nextcloud/apps/comments/l10n/zh_TW.js 4395share/nextcloud/apps/comments/l10n/zh_TW.js
3631share/nextcloud/apps/comments/l10n/zh_TW.json 4396share/nextcloud/apps/comments/l10n/zh_TW.json
3632share/nextcloud/apps/comments/lib/Activity/Filter.php 4397share/nextcloud/apps/comments/lib/Activity/Filter.php
3633share/nextcloud/apps/comments/lib/Activity/Listener.php 4398share/nextcloud/apps/comments/lib/Activity/Listener.php
3634share/nextcloud/apps/comments/lib/Activity/Provider.php 4399share/nextcloud/apps/comments/lib/Activity/Provider.php
3635share/nextcloud/apps/comments/lib/Activity/Setting.php 4400share/nextcloud/apps/comments/lib/Activity/Setting.php
3636share/nextcloud/apps/comments/lib/AppInfo/Application.php 4401share/nextcloud/apps/comments/lib/AppInfo/Application.php
3637share/nextcloud/apps/comments/lib/Controller/Notifications.php 4402share/nextcloud/apps/comments/lib/Controller/Notifications.php
3638share/nextcloud/apps/comments/lib/EventHandler.php 4403share/nextcloud/apps/comments/lib/EventHandler.php
3639share/nextcloud/apps/comments/lib/Notification/Listener.php 4404share/nextcloud/apps/comments/lib/Notification/Listener.php
3640share/nextcloud/apps/comments/lib/Notification/Notifier.php 4405share/nextcloud/apps/comments/lib/Notification/Notifier.php
3641share/nextcloud/apps/dav/appinfo/app.php 4406share/nextcloud/apps/dav/appinfo/app.php
3642share/nextcloud/apps/dav/appinfo/database.xml 4407share/nextcloud/apps/dav/appinfo/database.xml
3643share/nextcloud/apps/dav/appinfo/info.xml 4408share/nextcloud/apps/dav/appinfo/info.xml
3644share/nextcloud/apps/dav/appinfo/signature.json 4409share/nextcloud/apps/dav/appinfo/signature.json
3645share/nextcloud/apps/dav/appinfo/v1/caldav.php 4410share/nextcloud/apps/dav/appinfo/v1/caldav.php
3646share/nextcloud/apps/dav/appinfo/v1/carddav.php 4411share/nextcloud/apps/dav/appinfo/v1/carddav.php
3647share/nextcloud/apps/dav/appinfo/v1/publicwebdav.php 4412share/nextcloud/apps/dav/appinfo/v1/publicwebdav.php
3648share/nextcloud/apps/dav/appinfo/v1/webdav.php 4413share/nextcloud/apps/dav/appinfo/v1/webdav.php
3649share/nextcloud/apps/dav/appinfo/v2/remote.php 4414share/nextcloud/apps/dav/appinfo/v2/remote.php
3650share/nextcloud/apps/dav/bin/chunkperf.php 4415share/nextcloud/apps/dav/bin/chunkperf.php
3651share/nextcloud/apps/dav/l10n/.gitkeep 4416share/nextcloud/apps/dav/l10n/.gitkeep
3652share/nextcloud/apps/dav/l10n/bg.js 4417share/nextcloud/apps/dav/l10n/bg.js
3653share/nextcloud/apps/dav/l10n/bg.json 4418share/nextcloud/apps/dav/l10n/bg.json
3654share/nextcloud/apps/dav/l10n/bg_BG.js 4419share/nextcloud/apps/dav/l10n/bg_BG.js
3655share/nextcloud/apps/dav/l10n/bg_BG.json 4420share/nextcloud/apps/dav/l10n/bg_BG.json
 4421share/nextcloud/apps/dav/l10n/ca.js
 4422share/nextcloud/apps/dav/l10n/ca.json
3656share/nextcloud/apps/dav/l10n/cs.js 4423share/nextcloud/apps/dav/l10n/cs.js
3657share/nextcloud/apps/dav/l10n/cs.json 4424share/nextcloud/apps/dav/l10n/cs.json
3658share/nextcloud/apps/dav/l10n/cs_CZ.js 4425share/nextcloud/apps/dav/l10n/cs_CZ.js
3659share/nextcloud/apps/dav/l10n/cs_CZ.json 4426share/nextcloud/apps/dav/l10n/cs_CZ.json
3660share/nextcloud/apps/dav/l10n/da.js 4427share/nextcloud/apps/dav/l10n/da.js
3661share/nextcloud/apps/dav/l10n/da.json 4428share/nextcloud/apps/dav/l10n/da.json
3662share/nextcloud/apps/dav/l10n/de.js 4429share/nextcloud/apps/dav/l10n/de.js
3663share/nextcloud/apps/dav/l10n/de.json 4430share/nextcloud/apps/dav/l10n/de.json
3664share/nextcloud/apps/dav/l10n/de_DE.js 4431share/nextcloud/apps/dav/l10n/de_DE.js
3665share/nextcloud/apps/dav/l10n/de_DE.json 4432share/nextcloud/apps/dav/l10n/de_DE.json
3666share/nextcloud/apps/dav/l10n/el.js 4433share/nextcloud/apps/dav/l10n/el.js
3667share/nextcloud/apps/dav/l10n/el.json 4434share/nextcloud/apps/dav/l10n/el.json
3668share/nextcloud/apps/dav/l10n/en_GB.js 4435share/nextcloud/apps/dav/l10n/en_GB.js
3669share/nextcloud/apps/dav/l10n/en_GB.json 4436share/nextcloud/apps/dav/l10n/en_GB.json
3670share/nextcloud/apps/dav/l10n/es.js 4437share/nextcloud/apps/dav/l10n/es.js
3671share/nextcloud/apps/dav/l10n/es.json 4438share/nextcloud/apps/dav/l10n/es.json
3672share/nextcloud/apps/dav/l10n/es_AR.js 4439share/nextcloud/apps/dav/l10n/es_AR.js
3673share/nextcloud/apps/dav/l10n/es_AR.json 4440share/nextcloud/apps/dav/l10n/es_AR.json
 4441share/nextcloud/apps/dav/l10n/es_CL.js
 4442share/nextcloud/apps/dav/l10n/es_CL.json
 4443share/nextcloud/apps/dav/l10n/es_CO.js
 4444share/nextcloud/apps/dav/l10n/es_CO.json
 4445share/nextcloud/apps/dav/l10n/es_CR.js
 4446share/nextcloud/apps/dav/l10n/es_CR.json
 4447share/nextcloud/apps/dav/l10n/es_DO.js
 4448share/nextcloud/apps/dav/l10n/es_DO.json
 4449share/nextcloud/apps/dav/l10n/es_EC.js
 4450share/nextcloud/apps/dav/l10n/es_EC.json
 4451share/nextcloud/apps/dav/l10n/es_GT.js
 4452share/nextcloud/apps/dav/l10n/es_GT.json
 4453share/nextcloud/apps/dav/l10n/es_HN.js
 4454share/nextcloud/apps/dav/l10n/es_HN.json
3674share/nextcloud/apps/dav/l10n/es_MX.js 4455share/nextcloud/apps/dav/l10n/es_MX.js
3675share/nextcloud/apps/dav/l10n/es_MX.json 4456share/nextcloud/apps/dav/l10n/es_MX.json
 4457share/nextcloud/apps/dav/l10n/es_NI.js
 4458share/nextcloud/apps/dav/l10n/es_NI.json
 4459share/nextcloud/apps/dav/l10n/es_PA.js
 4460share/nextcloud/apps/dav/l10n/es_PA.json
 4461share/nextcloud/apps/dav/l10n/es_PE.js
 4462share/nextcloud/apps/dav/l10n/es_PE.json
 4463share/nextcloud/apps/dav/l10n/es_PR.js
 4464share/nextcloud/apps/dav/l10n/es_PR.json
 4465share/nextcloud/apps/dav/l10n/es_PY.js
 4466share/nextcloud/apps/dav/l10n/es_PY.json
 4467share/nextcloud/apps/dav/l10n/es_SV.js
 4468share/nextcloud/apps/dav/l10n/es_SV.json
 4469share/nextcloud/apps/dav/l10n/es_UY.js
 4470share/nextcloud/apps/dav/l10n/es_UY.json
 4471share/nextcloud/apps/dav/l10n/eu.js
 4472share/nextcloud/apps/dav/l10n/eu.json
3676share/nextcloud/apps/dav/l10n/fi.js 4473share/nextcloud/apps/dav/l10n/fi.js
3677share/nextcloud/apps/dav/l10n/fi.json 4474share/nextcloud/apps/dav/l10n/fi.json
3678share/nextcloud/apps/dav/l10n/fi_FI.js 4475share/nextcloud/apps/dav/l10n/fi_FI.js
3679share/nextcloud/apps/dav/l10n/fi_FI.json 4476share/nextcloud/apps/dav/l10n/fi_FI.json
3680share/nextcloud/apps/dav/l10n/fr.js 4477share/nextcloud/apps/dav/l10n/fr.js
3681share/nextcloud/apps/dav/l10n/fr.json 4478share/nextcloud/apps/dav/l10n/fr.json
3682share/nextcloud/apps/dav/l10n/gl.js 4479share/nextcloud/apps/dav/l10n/gl.js
3683share/nextcloud/apps/dav/l10n/gl.json 4480share/nextcloud/apps/dav/l10n/gl.json
3684share/nextcloud/apps/dav/l10n/hu.js 4481share/nextcloud/apps/dav/l10n/hu.js
3685share/nextcloud/apps/dav/l10n/hu.json 4482share/nextcloud/apps/dav/l10n/hu.json
3686share/nextcloud/apps/dav/l10n/hu_HU.js 4483share/nextcloud/apps/dav/l10n/hu_HU.js
3687share/nextcloud/apps/dav/l10n/hu_HU.json 4484share/nextcloud/apps/dav/l10n/hu_HU.json
3688share/nextcloud/apps/dav/l10n/id.js 4485share/nextcloud/apps/dav/l10n/id.js
3689share/nextcloud/apps/dav/l10n/id.json 4486share/nextcloud/apps/dav/l10n/id.json
3690share/nextcloud/apps/dav/l10n/is.js 4487share/nextcloud/apps/dav/l10n/is.js
3691share/nextcloud/apps/dav/l10n/is.json 4488share/nextcloud/apps/dav/l10n/is.json
3692share/nextcloud/apps/dav/l10n/it.js 4489share/nextcloud/apps/dav/l10n/it.js
3693share/nextcloud/apps/dav/l10n/it.json 4490share/nextcloud/apps/dav/l10n/it.json
3694share/nextcloud/apps/dav/l10n/ja.js 4491share/nextcloud/apps/dav/l10n/ja.js
3695share/nextcloud/apps/dav/l10n/ja.json 4492share/nextcloud/apps/dav/l10n/ja.json
 4493share/nextcloud/apps/dav/l10n/ka_GE.js
 4494share/nextcloud/apps/dav/l10n/ka_GE.json
3696share/nextcloud/apps/dav/l10n/ko.js 4495share/nextcloud/apps/dav/l10n/ko.js
3697share/nextcloud/apps/dav/l10n/ko.json 4496share/nextcloud/apps/dav/l10n/ko.json
3698share/nextcloud/apps/dav/l10n/lt_LT.js 4497share/nextcloud/apps/dav/l10n/lt_LT.js
3699share/nextcloud/apps/dav/l10n/lt_LT.json 4498share/nextcloud/apps/dav/l10n/lt_LT.json
3700share/nextcloud/apps/dav/l10n/lv.js 4499share/nextcloud/apps/dav/l10n/lv.js
3701share/nextcloud/apps/dav/l10n/lv.json 4500share/nextcloud/apps/dav/l10n/lv.json
3702share/nextcloud/apps/dav/l10n/nb.js 4501share/nextcloud/apps/dav/l10n/nb.js
3703share/nextcloud/apps/dav/l10n/nb.json 4502share/nextcloud/apps/dav/l10n/nb.json
3704share/nextcloud/apps/dav/l10n/nb_NO.js 4503share/nextcloud/apps/dav/l10n/nb_NO.js
3705share/nextcloud/apps/dav/l10n/nb_NO.json 4504share/nextcloud/apps/dav/l10n/nb_NO.json
3706share/nextcloud/apps/dav/l10n/nl.js 4505share/nextcloud/apps/dav/l10n/nl.js
3707share/nextcloud/apps/dav/l10n/nl.json 4506share/nextcloud/apps/dav/l10n/nl.json
3708share/nextcloud/apps/dav/l10n/pl.js 4507share/nextcloud/apps/dav/l10n/pl.js
3709share/nextcloud/apps/dav/l10n/pl.json 4508share/nextcloud/apps/dav/l10n/pl.json
3710share/nextcloud/apps/dav/l10n/pt_BR.js 4509share/nextcloud/apps/dav/l10n/pt_BR.js
3711share/nextcloud/apps/dav/l10n/pt_BR.json 4510share/nextcloud/apps/dav/l10n/pt_BR.json
3712share/nextcloud/apps/dav/l10n/ro.js 4511share/nextcloud/apps/dav/l10n/ro.js
3713share/nextcloud/apps/dav/l10n/ro.json 4512share/nextcloud/apps/dav/l10n/ro.json
3714share/nextcloud/apps/dav/l10n/ru.js 4513share/nextcloud/apps/dav/l10n/ru.js
3715share/nextcloud/apps/dav/l10n/ru.json 4514share/nextcloud/apps/dav/l10n/ru.json
3716share/nextcloud/apps/dav/l10n/sk.js 4515share/nextcloud/apps/dav/l10n/sk.js
3717share/nextcloud/apps/dav/l10n/sk.json 4516share/nextcloud/apps/dav/l10n/sk.json
3718share/nextcloud/apps/dav/l10n/sl.js 4517share/nextcloud/apps/dav/l10n/sl.js
3719share/nextcloud/apps/dav/l10n/sl.json 4518share/nextcloud/apps/dav/l10n/sl.json
3720share/nextcloud/apps/dav/l10n/sq.js 4519share/nextcloud/apps/dav/l10n/sq.js
3721share/nextcloud/apps/dav/l10n/sq.json 4520share/nextcloud/apps/dav/l10n/sq.json
 4521share/nextcloud/apps/dav/l10n/sr.js
 4522share/nextcloud/apps/dav/l10n/sr.json
3722share/nextcloud/apps/dav/l10n/sv.js 4523share/nextcloud/apps/dav/l10n/sv.js
3723share/nextcloud/apps/dav/l10n/sv.json 4524share/nextcloud/apps/dav/l10n/sv.json
3724share/nextcloud/apps/dav/l10n/tr.js 4525share/nextcloud/apps/dav/l10n/tr.js
3725share/nextcloud/apps/dav/l10n/tr.json 4526share/nextcloud/apps/dav/l10n/tr.json
3726share/nextcloud/apps/dav/l10n/zh_CN.js 4527share/nextcloud/apps/dav/l10n/zh_CN.js
3727share/nextcloud/apps/dav/l10n/zh_CN.json 4528share/nextcloud/apps/dav/l10n/zh_CN.json
3728share/nextcloud/apps/dav/l10n/zh_TW.js 4529share/nextcloud/apps/dav/l10n/zh_TW.js
3729share/nextcloud/apps/dav/l10n/zh_TW.json 4530share/nextcloud/apps/dav/l10n/zh_TW.json
3730share/nextcloud/apps/dav/lib/AppInfo/Application.php 4531share/nextcloud/apps/dav/lib/AppInfo/Application.php
3731share/nextcloud/apps/dav/lib/Avatars/AvatarHome.php 4532share/nextcloud/apps/dav/lib/Avatars/AvatarHome.php
3732share/nextcloud/apps/dav/lib/Avatars/AvatarNode.php 4533share/nextcloud/apps/dav/lib/Avatars/AvatarNode.php
3733share/nextcloud/apps/dav/lib/Avatars/RootCollection.php 4534share/nextcloud/apps/dav/lib/Avatars/RootCollection.php
3734share/nextcloud/apps/dav/lib/CalDAV/Activity/Backend.php 4535share/nextcloud/apps/dav/lib/CalDAV/Activity/Backend.php
3735share/nextcloud/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php 4536share/nextcloud/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php
3736share/nextcloud/apps/dav/lib/CalDAV/Activity/Filter/Todo.php 4537share/nextcloud/apps/dav/lib/CalDAV/Activity/Filter/Todo.php
3737share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Base.php 4538share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Base.php
3738share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php 4539share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php
3739share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Event.php 4540share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Event.php
3740share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Todo.php 4541share/nextcloud/apps/dav/lib/CalDAV/Activity/Provider/Todo.php
3741share/nextcloud/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php 4542share/nextcloud/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php
3742share/nextcloud/apps/dav/lib/CalDAV/Activity/Setting/Event.php 4543share/nextcloud/apps/dav/lib/CalDAV/Activity/Setting/Event.php
3743share/nextcloud/apps/dav/lib/CalDAV/Activity/Setting/Todo.php 4544share/nextcloud/apps/dav/lib/CalDAV/Activity/Setting/Todo.php
3744share/nextcloud/apps/dav/lib/CalDAV/BirthdayService.php 4545share/nextcloud/apps/dav/lib/CalDAV/BirthdayService.php
3745share/nextcloud/apps/dav/lib/CalDAV/CalDavBackend.php 4546share/nextcloud/apps/dav/lib/CalDAV/CalDavBackend.php
3746share/nextcloud/apps/dav/lib/CalDAV/Calendar.php 4547share/nextcloud/apps/dav/lib/CalDAV/Calendar.php
3747share/nextcloud/apps/dav/lib/CalDAV/CalendarHome.php 4548share/nextcloud/apps/dav/lib/CalDAV/CalendarHome.php
3748share/nextcloud/apps/dav/lib/CalDAV/CalendarObject.php 4549share/nextcloud/apps/dav/lib/CalDAV/CalendarObject.php
3749share/nextcloud/apps/dav/lib/CalDAV/CalendarRoot.php 4550share/nextcloud/apps/dav/lib/CalDAV/CalendarRoot.php
3750share/nextcloud/apps/dav/lib/CalDAV/Plugin.php 4551share/nextcloud/apps/dav/lib/CalDAV/Plugin.php
3751share/nextcloud/apps/dav/lib/CalDAV/PublicCalendar.php 4552share/nextcloud/apps/dav/lib/CalDAV/PublicCalendar.php
3752share/nextcloud/apps/dav/lib/CalDAV/PublicCalendarObject.php 4553share/nextcloud/apps/dav/lib/CalDAV/PublicCalendarObject.php
3753share/nextcloud/apps/dav/lib/CalDAV/PublicCalendarRoot.php 4554share/nextcloud/apps/dav/lib/CalDAV/PublicCalendarRoot.php
3754share/nextcloud/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php 4555share/nextcloud/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php
3755share/nextcloud/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php 4556share/nextcloud/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php
3756share/nextcloud/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php 4557share/nextcloud/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
3757share/nextcloud/apps/dav/lib/CalDAV/Schedule/Plugin.php 4558share/nextcloud/apps/dav/lib/CalDAV/Schedule/Plugin.php
3758share/nextcloud/apps/dav/lib/CalDAV/Search/SearchPlugin.php 4559share/nextcloud/apps/dav/lib/CalDAV/Search/SearchPlugin.php
3759share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php 4560share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php
3760share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php 4561share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php
3761share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php 4562share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php
3762share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php 4563share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php
3763share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php 4564share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php
3764share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php 4565share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php
3765share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php 4566share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php
3766share/nextcloud/apps/dav/lib/Capabilities.php 4567share/nextcloud/apps/dav/lib/Capabilities.php
3767share/nextcloud/apps/dav/lib/CardDAV/AddressBook.php 4568share/nextcloud/apps/dav/lib/CardDAV/AddressBook.php
3768share/nextcloud/apps/dav/lib/CardDAV/AddressBookImpl.php 4569share/nextcloud/apps/dav/lib/CardDAV/AddressBookImpl.php
3769share/nextcloud/apps/dav/lib/CardDAV/AddressBookRoot.php 4570share/nextcloud/apps/dav/lib/CardDAV/AddressBookRoot.php
3770share/nextcloud/apps/dav/lib/CardDAV/CardDavBackend.php 4571share/nextcloud/apps/dav/lib/CardDAV/CardDavBackend.php
3771share/nextcloud/apps/dav/lib/CardDAV/ContactsManager.php 4572share/nextcloud/apps/dav/lib/CardDAV/ContactsManager.php
3772share/nextcloud/apps/dav/lib/CardDAV/Converter.php 4573share/nextcloud/apps/dav/lib/CardDAV/Converter.php
3773share/nextcloud/apps/dav/lib/CardDAV/ImageExportPlugin.php 4574share/nextcloud/apps/dav/lib/CardDAV/ImageExportPlugin.php
3774share/nextcloud/apps/dav/lib/CardDAV/PhotoCache.php 4575share/nextcloud/apps/dav/lib/CardDAV/PhotoCache.php
3775share/nextcloud/apps/dav/lib/CardDAV/Plugin.php 4576share/nextcloud/apps/dav/lib/CardDAV/Plugin.php
3776share/nextcloud/apps/dav/lib/CardDAV/SyncJob.php 4577share/nextcloud/apps/dav/lib/CardDAV/SyncJob.php
3777share/nextcloud/apps/dav/lib/CardDAV/SyncService.php 4578share/nextcloud/apps/dav/lib/CardDAV/SyncService.php
3778share/nextcloud/apps/dav/lib/CardDAV/UserAddressBooks.php 4579share/nextcloud/apps/dav/lib/CardDAV/UserAddressBooks.php
3779share/nextcloud/apps/dav/lib/CardDAV/Xml/Groups.php 4580share/nextcloud/apps/dav/lib/CardDAV/Xml/Groups.php
3780share/nextcloud/apps/dav/lib/Command/CreateAddressBook.php 4581share/nextcloud/apps/dav/lib/Command/CreateAddressBook.php
3781share/nextcloud/apps/dav/lib/Command/CreateCalendar.php 4582share/nextcloud/apps/dav/lib/Command/CreateCalendar.php
3782share/nextcloud/apps/dav/lib/Command/SyncBirthdayCalendar.php 4583share/nextcloud/apps/dav/lib/Command/SyncBirthdayCalendar.php
3783share/nextcloud/apps/dav/lib/Command/SyncSystemAddressBook.php 4584share/nextcloud/apps/dav/lib/Command/SyncSystemAddressBook.php
3784share/nextcloud/apps/dav/lib/Comments/CommentNode.php 4585share/nextcloud/apps/dav/lib/Comments/CommentNode.php
3785share/nextcloud/apps/dav/lib/Comments/CommentsPlugin.php 4586share/nextcloud/apps/dav/lib/Comments/CommentsPlugin.php
3786share/nextcloud/apps/dav/lib/Comments/EntityCollection.php 4587share/nextcloud/apps/dav/lib/Comments/EntityCollection.php
3787share/nextcloud/apps/dav/lib/Comments/EntityTypeCollection.php 4588share/nextcloud/apps/dav/lib/Comments/EntityTypeCollection.php
3788share/nextcloud/apps/dav/lib/Comments/RootCollection.php 4589share/nextcloud/apps/dav/lib/Comments/RootCollection.php
3789share/nextcloud/apps/dav/lib/Connector/LegacyDAVACL.php 4590share/nextcloud/apps/dav/lib/Connector/LegacyDAVACL.php
3790share/nextcloud/apps/dav/lib/Connector/PublicAuth.php 4591share/nextcloud/apps/dav/lib/Connector/PublicAuth.php
3791share/nextcloud/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php 4592share/nextcloud/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php
3792share/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php 4593share/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php
3793share/nextcloud/apps/dav/lib/Connector/Sabre/BearerAuth.php 4594share/nextcloud/apps/dav/lib/Connector/Sabre/BearerAuth.php
3794share/nextcloud/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php 4595share/nextcloud/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
3795share/nextcloud/apps/dav/lib/Connector/Sabre/ChecksumList.php 4596share/nextcloud/apps/dav/lib/Connector/Sabre/ChecksumList.php
3796share/nextcloud/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php 4597share/nextcloud/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
3797share/nextcloud/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php 4598share/nextcloud/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php
3798share/nextcloud/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php 4599share/nextcloud/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php
3799share/nextcloud/apps/dav/lib/Connector/Sabre/DavAclPlugin.php 4600share/nextcloud/apps/dav/lib/Connector/Sabre/DavAclPlugin.php
3800share/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php 4601share/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php
3801share/nextcloud/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php 4602share/nextcloud/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php
3802share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php 4603share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php
3803share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php 4604share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php
3804share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/Forbidden.php 4605share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/Forbidden.php
3805share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/InvalidPath.php 4606share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/InvalidPath.php
3806share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php 4607share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php
3807share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php 4608share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php
3808share/nextcloud/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php 4609share/nextcloud/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
3809share/nextcloud/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php 4610share/nextcloud/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php
3810share/nextcloud/apps/dav/lib/Connector/Sabre/File.php 4611share/nextcloud/apps/dav/lib/Connector/Sabre/File.php
3811share/nextcloud/apps/dav/lib/Connector/Sabre/FilesPlugin.php 4612share/nextcloud/apps/dav/lib/Connector/Sabre/FilesPlugin.php
3812share/nextcloud/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php 4613share/nextcloud/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
3813share/nextcloud/apps/dav/lib/Connector/Sabre/LockPlugin.php 4614share/nextcloud/apps/dav/lib/Connector/Sabre/LockPlugin.php
3814share/nextcloud/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php 4615share/nextcloud/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php
3815share/nextcloud/apps/dav/lib/Connector/Sabre/Node.php 4616share/nextcloud/apps/dav/lib/Connector/Sabre/Node.php
3816share/nextcloud/apps/dav/lib/Connector/Sabre/ObjectTree.php 4617share/nextcloud/apps/dav/lib/Connector/Sabre/ObjectTree.php
3817share/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php 4618share/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php
3818share/nextcloud/apps/dav/lib/Connector/Sabre/QuotaPlugin.php 4619share/nextcloud/apps/dav/lib/Connector/Sabre/QuotaPlugin.php
3819share/nextcloud/apps/dav/lib/Connector/Sabre/Server.php 4620share/nextcloud/apps/dav/lib/Connector/Sabre/Server.php
3820share/nextcloud/apps/dav/lib/Connector/Sabre/ServerFactory.php 4621share/nextcloud/apps/dav/lib/Connector/Sabre/ServerFactory.php
3821share/nextcloud/apps/dav/lib/Connector/Sabre/ShareTypeList.php 4622share/nextcloud/apps/dav/lib/Connector/Sabre/ShareTypeList.php
3822share/nextcloud/apps/dav/lib/Connector/Sabre/SharesPlugin.php 4623share/nextcloud/apps/dav/lib/Connector/Sabre/SharesPlugin.php
3823share/nextcloud/apps/dav/lib/Connector/Sabre/TagList.php 4624share/nextcloud/apps/dav/lib/Connector/Sabre/TagList.php
3824share/nextcloud/apps/dav/lib/Connector/Sabre/TagsPlugin.php 4625share/nextcloud/apps/dav/lib/Connector/Sabre/TagsPlugin.php
3825share/nextcloud/apps/dav/lib/DAV/CustomPropertiesBackend.php 4626share/nextcloud/apps/dav/lib/DAV/CustomPropertiesBackend.php
3826share/nextcloud/apps/dav/lib/DAV/GroupPrincipalBackend.php 4627share/nextcloud/apps/dav/lib/DAV/GroupPrincipalBackend.php
3827share/nextcloud/apps/dav/lib/DAV/PublicAuth.php 4628share/nextcloud/apps/dav/lib/DAV/PublicAuth.php
3828share/nextcloud/apps/dav/lib/DAV/Sharing/Backend.php 4629share/nextcloud/apps/dav/lib/DAV/Sharing/Backend.php
3829share/nextcloud/apps/dav/lib/DAV/Sharing/IShareable.php 4630share/nextcloud/apps/dav/lib/DAV/Sharing/IShareable.php
3830share/nextcloud/apps/dav/lib/DAV/Sharing/Plugin.php 4631share/nextcloud/apps/dav/lib/DAV/Sharing/Plugin.php
3831share/nextcloud/apps/dav/lib/DAV/Sharing/Xml/Invite.php 4632share/nextcloud/apps/dav/lib/DAV/Sharing/Xml/Invite.php
3832share/nextcloud/apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php 4633share/nextcloud/apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php
3833share/nextcloud/apps/dav/lib/DAV/SystemPrincipalBackend.php 4634share/nextcloud/apps/dav/lib/DAV/SystemPrincipalBackend.php
3834share/nextcloud/apps/dav/lib/Files/BrowserErrorPagePlugin.php 4635share/nextcloud/apps/dav/lib/Files/BrowserErrorPagePlugin.php
3835share/nextcloud/apps/dav/lib/Files/FileSearchBackend.php 4636share/nextcloud/apps/dav/lib/Files/FileSearchBackend.php
3836share/nextcloud/apps/dav/lib/Files/FilesHome.php 4637share/nextcloud/apps/dav/lib/Files/FilesHome.php
3837share/nextcloud/apps/dav/lib/Files/RootCollection.php 4638share/nextcloud/apps/dav/lib/Files/RootCollection.php
3838share/nextcloud/apps/dav/lib/Files/Sharing/FilesDropPlugin.php 4639share/nextcloud/apps/dav/lib/Files/Sharing/FilesDropPlugin.php
3839share/nextcloud/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php 4640share/nextcloud/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
3840share/nextcloud/apps/dav/lib/HookManager.php 4641share/nextcloud/apps/dav/lib/HookManager.php
3841share/nextcloud/apps/dav/lib/Migration/BuildCalendarSearchIndex.php 4642share/nextcloud/apps/dav/lib/Migration/BuildCalendarSearchIndex.php
3842share/nextcloud/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php 4643share/nextcloud/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php
3843share/nextcloud/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php 4644share/nextcloud/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
3844share/nextcloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php 4645share/nextcloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
3845share/nextcloud/apps/dav/lib/RootCollection.php 4646share/nextcloud/apps/dav/lib/RootCollection.php
3846share/nextcloud/apps/dav/lib/Server.php 4647share/nextcloud/apps/dav/lib/Server.php
3847share/nextcloud/apps/dav/lib/SystemTag/SystemTagMappingNode.php 4648share/nextcloud/apps/dav/lib/SystemTag/SystemTagMappingNode.php
3848share/nextcloud/apps/dav/lib/SystemTag/SystemTagNode.php 4649share/nextcloud/apps/dav/lib/SystemTag/SystemTagNode.php
3849share/nextcloud/apps/dav/lib/SystemTag/SystemTagPlugin.php 4650share/nextcloud/apps/dav/lib/SystemTag/SystemTagPlugin.php
3850share/nextcloud/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php 4651share/nextcloud/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php
3851share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php 4652share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php
3852share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php 4653share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php
3853share/nextcloud/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php 4654share/nextcloud/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php
3854share/nextcloud/apps/dav/lib/Upload/AssemblyStream.php 4655share/nextcloud/apps/dav/lib/Upload/AssemblyStream.php
3855share/nextcloud/apps/dav/lib/Upload/FutureFile.php 4656share/nextcloud/apps/dav/lib/Upload/FutureFile.php
3856share/nextcloud/apps/dav/lib/Upload/RootCollection.php 4657share/nextcloud/apps/dav/lib/Upload/RootCollection.php
3857share/nextcloud/apps/dav/lib/Upload/UploadFolder.php 4658share/nextcloud/apps/dav/lib/Upload/UploadFolder.php
3858share/nextcloud/apps/dav/lib/Upload/UploadHome.php 4659share/nextcloud/apps/dav/lib/Upload/UploadHome.php
3859share/nextcloud/apps/dav/templates/exception.php 4660share/nextcloud/apps/dav/templates/exception.php
3860share/nextcloud/apps/encryption/appinfo/app.php 4661share/nextcloud/apps/encryption/appinfo/app.php
3861share/nextcloud/apps/encryption/appinfo/info.xml 4662share/nextcloud/apps/encryption/appinfo/info.xml
3862share/nextcloud/apps/encryption/appinfo/routes.php 4663share/nextcloud/apps/encryption/appinfo/routes.php
3863share/nextcloud/apps/encryption/appinfo/signature.json 4664share/nextcloud/apps/encryption/appinfo/signature.json
3864share/nextcloud/apps/encryption/css/settings-admin.css 4665share/nextcloud/apps/encryption/css/settings-admin.css
3865share/nextcloud/apps/encryption/css/settings-personal.css 4666share/nextcloud/apps/encryption/css/settings-personal.css
3866share/nextcloud/apps/encryption/img/app.svg 4667share/nextcloud/apps/encryption/img/app.svg
3867share/nextcloud/apps/encryption/js/encryption.js 4668share/nextcloud/apps/encryption/js/encryption.js
3868share/nextcloud/apps/encryption/js/settings-admin.js 4669share/nextcloud/apps/encryption/js/settings-admin.js
3869share/nextcloud/apps/encryption/js/settings-personal.js 4670share/nextcloud/apps/encryption/js/settings-personal.js
3870share/nextcloud/apps/encryption/l10n/.gitkeep 4671share/nextcloud/apps/encryption/l10n/.gitkeep
3871share/nextcloud/apps/encryption/l10n/ar.js 4672share/nextcloud/apps/encryption/l10n/ar.js
3872share/nextcloud/apps/encryption/l10n/ar.json 4673share/nextcloud/apps/encryption/l10n/ar.json
3873share/nextcloud/apps/encryption/l10n/ast.js 4674share/nextcloud/apps/encryption/l10n/ast.js
3874share/nextcloud/apps/encryption/l10n/ast.json 4675share/nextcloud/apps/encryption/l10n/ast.json
3875share/nextcloud/apps/encryption/l10n/az.js 4676share/nextcloud/apps/encryption/l10n/az.js
3876share/nextcloud/apps/encryption/l10n/az.json 4677share/nextcloud/apps/encryption/l10n/az.json
3877share/nextcloud/apps/encryption/l10n/bg_BG.js 4678share/nextcloud/apps/encryption/l10n/bg_BG.js
3878share/nextcloud/apps/encryption/l10n/bg_BG.json 4679share/nextcloud/apps/encryption/l10n/bg_BG.json
3879share/nextcloud/apps/encryption/l10n/bn_BD.js 4680share/nextcloud/apps/encryption/l10n/bn_BD.js
3880share/nextcloud/apps/encryption/l10n/bn_BD.json 4681share/nextcloud/apps/encryption/l10n/bn_BD.json
3881share/nextcloud/apps/encryption/l10n/bs.js 4682share/nextcloud/apps/encryption/l10n/bs.js
3882share/nextcloud/apps/encryption/l10n/bs.json 4683share/nextcloud/apps/encryption/l10n/bs.json
3883share/nextcloud/apps/encryption/l10n/ca.js 4684share/nextcloud/apps/encryption/l10n/ca.js
3884share/nextcloud/apps/encryption/l10n/ca.json 4685share/nextcloud/apps/encryption/l10n/ca.json
3885share/nextcloud/apps/encryption/l10n/cs.js 4686share/nextcloud/apps/encryption/l10n/cs.js
3886share/nextcloud/apps/encryption/l10n/cs.json 4687share/nextcloud/apps/encryption/l10n/cs.json
3887share/nextcloud/apps/encryption/l10n/cs_CZ.js 4688share/nextcloud/apps/encryption/l10n/cs_CZ.js
3888share/nextcloud/apps/encryption/l10n/cs_CZ.json 4689share/nextcloud/apps/encryption/l10n/cs_CZ.json
3889share/nextcloud/apps/encryption/l10n/da.js 4690share/nextcloud/apps/encryption/l10n/da.js
3890share/nextcloud/apps/encryption/l10n/da.json 4691share/nextcloud/apps/encryption/l10n/da.json
3891share/nextcloud/apps/encryption/l10n/de.js 4692share/nextcloud/apps/encryption/l10n/de.js
3892share/nextcloud/apps/encryption/l10n/de.json 4693share/nextcloud/apps/encryption/l10n/de.json
3893share/nextcloud/apps/encryption/l10n/de_AT.js 4694share/nextcloud/apps/encryption/l10n/de_AT.js
3894share/nextcloud/apps/encryption/l10n/de_AT.json 4695share/nextcloud/apps/encryption/l10n/de_AT.json
3895share/nextcloud/apps/encryption/l10n/de_DE.js 4696share/nextcloud/apps/encryption/l10n/de_DE.js
3896share/nextcloud/apps/encryption/l10n/de_DE.json 4697share/nextcloud/apps/encryption/l10n/de_DE.json
3897share/nextcloud/apps/encryption/l10n/el.js 4698share/nextcloud/apps/encryption/l10n/el.js
3898share/nextcloud/apps/encryption/l10n/el.json 4699share/nextcloud/apps/encryption/l10n/el.json
3899share/nextcloud/apps/encryption/l10n/en_GB.js 4700share/nextcloud/apps/encryption/l10n/en_GB.js
3900share/nextcloud/apps/encryption/l10n/en_GB.json 4701share/nextcloud/apps/encryption/l10n/en_GB.json
3901share/nextcloud/apps/encryption/l10n/eo.js 4702share/nextcloud/apps/encryption/l10n/eo.js
3902share/nextcloud/apps/encryption/l10n/eo.json 4703share/nextcloud/apps/encryption/l10n/eo.json
3903share/nextcloud/apps/encryption/l10n/es.js 4704share/nextcloud/apps/encryption/l10n/es.js
3904share/nextcloud/apps/encryption/l10n/es.json 4705share/nextcloud/apps/encryption/l10n/es.json
3905share/nextcloud/apps/encryption/l10n/es_AR.js 4706share/nextcloud/apps/encryption/l10n/es_AR.js
3906share/nextcloud/apps/encryption/l10n/es_AR.json 4707share/nextcloud/apps/encryption/l10n/es_AR.json
 4708share/nextcloud/apps/encryption/l10n/es_CL.js
 4709share/nextcloud/apps/encryption/l10n/es_CL.json
 4710share/nextcloud/apps/encryption/l10n/es_CO.js
 4711share/nextcloud/apps/encryption/l10n/es_CO.json
 4712share/nextcloud/apps/encryption/l10n/es_CR.js
 4713share/nextcloud/apps/encryption/l10n/es_CR.json
 4714share/nextcloud/apps/encryption/l10n/es_DO.js
 4715share/nextcloud/apps/encryption/l10n/es_DO.json
 4716share/nextcloud/apps/encryption/l10n/es_EC.js
 4717share/nextcloud/apps/encryption/l10n/es_EC.json
 4718share/nextcloud/apps/encryption/l10n/es_GT.js
 4719share/nextcloud/apps/encryption/l10n/es_GT.json
 4720share/nextcloud/apps/encryption/l10n/es_HN.js
 4721share/nextcloud/apps/encryption/l10n/es_HN.json
3907share/nextcloud/apps/encryption/l10n/es_MX.js 4722share/nextcloud/apps/encryption/l10n/es_MX.js
3908share/nextcloud/apps/encryption/l10n/es_MX.json 4723share/nextcloud/apps/encryption/l10n/es_MX.json
 4724share/nextcloud/apps/encryption/l10n/es_NI.js
 4725share/nextcloud/apps/encryption/l10n/es_NI.json
 4726share/nextcloud/apps/encryption/l10n/es_PA.js
 4727share/nextcloud/apps/encryption/l10n/es_PA.json
 4728share/nextcloud/apps/encryption/l10n/es_PE.js
 4729share/nextcloud/apps/encryption/l10n/es_PE.json
 4730share/nextcloud/apps/encryption/l10n/es_PR.js
 4731share/nextcloud/apps/encryption/l10n/es_PR.json
 4732share/nextcloud/apps/encryption/l10n/es_PY.js
 4733share/nextcloud/apps/encryption/l10n/es_PY.json
 4734share/nextcloud/apps/encryption/l10n/es_SV.js
 4735share/nextcloud/apps/encryption/l10n/es_SV.json
 4736share/nextcloud/apps/encryption/l10n/es_UY.js
 4737share/nextcloud/apps/encryption/l10n/es_UY.json
3909share/nextcloud/apps/encryption/l10n/et_EE.js 4738share/nextcloud/apps/encryption/l10n/et_EE.js
3910share/nextcloud/apps/encryption/l10n/et_EE.json 4739share/nextcloud/apps/encryption/l10n/et_EE.json
3911share/nextcloud/apps/encryption/l10n/eu.js 4740share/nextcloud/apps/encryption/l10n/eu.js
3912share/nextcloud/apps/encryption/l10n/eu.json 4741share/nextcloud/apps/encryption/l10n/eu.json
3913share/nextcloud/apps/encryption/l10n/fa.js 4742share/nextcloud/apps/encryption/l10n/fa.js
3914share/nextcloud/apps/encryption/l10n/fa.json 4743share/nextcloud/apps/encryption/l10n/fa.json
3915share/nextcloud/apps/encryption/l10n/fi.js 4744share/nextcloud/apps/encryption/l10n/fi.js
3916share/nextcloud/apps/encryption/l10n/fi.json 4745share/nextcloud/apps/encryption/l10n/fi.json
3917share/nextcloud/apps/encryption/l10n/fi_FI.js 4746share/nextcloud/apps/encryption/l10n/fi_FI.js
3918share/nextcloud/apps/encryption/l10n/fi_FI.json 4747share/nextcloud/apps/encryption/l10n/fi_FI.json
3919share/nextcloud/apps/encryption/l10n/fr.js 4748share/nextcloud/apps/encryption/l10n/fr.js
3920share/nextcloud/apps/encryption/l10n/fr.json 4749share/nextcloud/apps/encryption/l10n/fr.json
3921share/nextcloud/apps/encryption/l10n/gl.js 4750share/nextcloud/apps/encryption/l10n/gl.js
3922share/nextcloud/apps/encryption/l10n/gl.json 4751share/nextcloud/apps/encryption/l10n/gl.json
3923share/nextcloud/apps/encryption/l10n/he.js 4752share/nextcloud/apps/encryption/l10n/he.js
3924share/nextcloud/apps/encryption/l10n/he.json 4753share/nextcloud/apps/encryption/l10n/he.json
3925share/nextcloud/apps/encryption/l10n/hr.js 4754share/nextcloud/apps/encryption/l10n/hr.js
3926share/nextcloud/apps/encryption/l10n/hr.json 4755share/nextcloud/apps/encryption/l10n/hr.json
3927share/nextcloud/apps/encryption/l10n/hu.js 4756share/nextcloud/apps/encryption/l10n/hu.js
3928share/nextcloud/apps/encryption/l10n/hu.json 4757share/nextcloud/apps/encryption/l10n/hu.json
3929share/nextcloud/apps/encryption/l10n/hu_HU.js 4758share/nextcloud/apps/encryption/l10n/hu_HU.js
3930share/nextcloud/apps/encryption/l10n/hu_HU.json 4759share/nextcloud/apps/encryption/l10n/hu_HU.json
3931share/nextcloud/apps/encryption/l10n/ia.js 4760share/nextcloud/apps/encryption/l10n/ia.js
3932share/nextcloud/apps/encryption/l10n/ia.json 4761share/nextcloud/apps/encryption/l10n/ia.json
3933share/nextcloud/apps/encryption/l10n/id.js 4762share/nextcloud/apps/encryption/l10n/id.js
3934share/nextcloud/apps/encryption/l10n/id.json 4763share/nextcloud/apps/encryption/l10n/id.json
3935share/nextcloud/apps/encryption/l10n/is.js 4764share/nextcloud/apps/encryption/l10n/is.js
3936share/nextcloud/apps/encryption/l10n/is.json 4765share/nextcloud/apps/encryption/l10n/is.json
3937share/nextcloud/apps/encryption/l10n/it.js 4766share/nextcloud/apps/encryption/l10n/it.js
3938share/nextcloud/apps/encryption/l10n/it.json 4767share/nextcloud/apps/encryption/l10n/it.json
3939share/nextcloud/apps/encryption/l10n/ja.js 4768share/nextcloud/apps/encryption/l10n/ja.js
3940share/nextcloud/apps/encryption/l10n/ja.json 4769share/nextcloud/apps/encryption/l10n/ja.json
 4770share/nextcloud/apps/encryption/l10n/ka_GE.js
 4771share/nextcloud/apps/encryption/l10n/ka_GE.json
3941share/nextcloud/apps/encryption/l10n/km.js 4772share/nextcloud/apps/encryption/l10n/km.js
3942share/nextcloud/apps/encryption/l10n/km.json 4773share/nextcloud/apps/encryption/l10n/km.json
3943share/nextcloud/apps/encryption/l10n/kn.js 4774share/nextcloud/apps/encryption/l10n/kn.js
3944share/nextcloud/apps/encryption/l10n/kn.json 4775share/nextcloud/apps/encryption/l10n/kn.json
3945share/nextcloud/apps/encryption/l10n/ko.js 4776share/nextcloud/apps/encryption/l10n/ko.js
3946share/nextcloud/apps/encryption/l10n/ko.json 4777share/nextcloud/apps/encryption/l10n/ko.json
3947share/nextcloud/apps/encryption/l10n/lb.js 4778share/nextcloud/apps/encryption/l10n/lb.js
3948share/nextcloud/apps/encryption/l10n/lb.json 4779share/nextcloud/apps/encryption/l10n/lb.json
3949share/nextcloud/apps/encryption/l10n/lt_LT.js 4780share/nextcloud/apps/encryption/l10n/lt_LT.js
3950share/nextcloud/apps/encryption/l10n/lt_LT.json 4781share/nextcloud/apps/encryption/l10n/lt_LT.json
3951share/nextcloud/apps/encryption/l10n/lv.js 4782share/nextcloud/apps/encryption/l10n/lv.js
3952share/nextcloud/apps/encryption/l10n/lv.json 4783share/nextcloud/apps/encryption/l10n/lv.json
3953share/nextcloud/apps/encryption/l10n/mk.js 4784share/nextcloud/apps/encryption/l10n/mk.js
3954share/nextcloud/apps/encryption/l10n/mk.json 4785share/nextcloud/apps/encryption/l10n/mk.json
3955share/nextcloud/apps/encryption/l10n/nb.js 4786share/nextcloud/apps/encryption/l10n/nb.js
3956share/nextcloud/apps/encryption/l10n/nb.json 4787share/nextcloud/apps/encryption/l10n/nb.json
3957share/nextcloud/apps/encryption/l10n/nb_NO.js 4788share/nextcloud/apps/encryption/l10n/nb_NO.js
3958share/nextcloud/apps/encryption/l10n/nb_NO.json 4789share/nextcloud/apps/encryption/l10n/nb_NO.json
3959share/nextcloud/apps/encryption/l10n/nl.js 4790share/nextcloud/apps/encryption/l10n/nl.js
3960share/nextcloud/apps/encryption/l10n/nl.json 4791share/nextcloud/apps/encryption/l10n/nl.json
3961share/nextcloud/apps/encryption/l10n/oc.js 4792share/nextcloud/apps/encryption/l10n/oc.js
3962share/nextcloud/apps/encryption/l10n/oc.json 4793share/nextcloud/apps/encryption/l10n/oc.json
3963share/nextcloud/apps/encryption/l10n/pl.js 4794share/nextcloud/apps/encryption/l10n/pl.js
3964share/nextcloud/apps/encryption/l10n/pl.json 4795share/nextcloud/apps/encryption/l10n/pl.json
3965share/nextcloud/apps/encryption/l10n/pt_BR.js 4796share/nextcloud/apps/encryption/l10n/pt_BR.js
3966share/nextcloud/apps/encryption/l10n/pt_BR.json 4797share/nextcloud/apps/encryption/l10n/pt_BR.json
3967share/nextcloud/apps/encryption/l10n/pt_PT.js 4798share/nextcloud/apps/encryption/l10n/pt_PT.js
3968share/nextcloud/apps/encryption/l10n/pt_PT.json 4799share/nextcloud/apps/encryption/l10n/pt_PT.json
3969share/nextcloud/apps/encryption/l10n/ro.js 4800share/nextcloud/apps/encryption/l10n/ro.js
3970share/nextcloud/apps/encryption/l10n/ro.json 4801share/nextcloud/apps/encryption/l10n/ro.json
3971share/nextcloud/apps/encryption/l10n/ru.js 4802share/nextcloud/apps/encryption/l10n/ru.js
3972share/nextcloud/apps/encryption/l10n/ru.json 4803share/nextcloud/apps/encryption/l10n/ru.json
3973share/nextcloud/apps/encryption/l10n/sk.js 4804share/nextcloud/apps/encryption/l10n/sk.js
3974share/nextcloud/apps/encryption/l10n/sk.json 4805share/nextcloud/apps/encryption/l10n/sk.json
3975share/nextcloud/apps/encryption/l10n/sk_SK.js 4806share/nextcloud/apps/encryption/l10n/sk_SK.js
3976share/nextcloud/apps/encryption/l10n/sk_SK.json 4807share/nextcloud/apps/encryption/l10n/sk_SK.json
3977share/nextcloud/apps/encryption/l10n/sl.js 4808share/nextcloud/apps/encryption/l10n/sl.js
3978share/nextcloud/apps/encryption/l10n/sl.json 4809share/nextcloud/apps/encryption/l10n/sl.json
3979share/nextcloud/apps/encryption/l10n/sq.js 4810share/nextcloud/apps/encryption/l10n/sq.js
3980share/nextcloud/apps/encryption/l10n/sq.json 4811share/nextcloud/apps/encryption/l10n/sq.json
3981share/nextcloud/apps/encryption/l10n/sr.js 4812share/nextcloud/apps/encryption/l10n/sr.js
3982share/nextcloud/apps/encryption/l10n/sr.json 4813share/nextcloud/apps/encryption/l10n/sr.json
3983share/nextcloud/apps/encryption/l10n/sr@latin.js 4814share/nextcloud/apps/encryption/l10n/sr@latin.js
3984share/nextcloud/apps/encryption/l10n/sr@latin.json 4815share/nextcloud/apps/encryption/l10n/sr@latin.json
3985share/nextcloud/apps/encryption/l10n/sv.js 4816share/nextcloud/apps/encryption/l10n/sv.js
3986share/nextcloud/apps/encryption/l10n/sv.json 4817share/nextcloud/apps/encryption/l10n/sv.json
3987share/nextcloud/apps/encryption/l10n/th.js 4818share/nextcloud/apps/encryption/l10n/th.js
3988share/nextcloud/apps/encryption/l10n/th.json 4819share/nextcloud/apps/encryption/l10n/th.json
3989share/nextcloud/apps/encryption/l10n/th_TH.js 4820share/nextcloud/apps/encryption/l10n/th_TH.js
3990share/nextcloud/apps/encryption/l10n/th_TH.json 4821share/nextcloud/apps/encryption/l10n/th_TH.json
3991share/nextcloud/apps/encryption/l10n/tr.js 4822share/nextcloud/apps/encryption/l10n/tr.js
3992share/nextcloud/apps/encryption/l10n/tr.json 4823share/nextcloud/apps/encryption/l10n/tr.json
3993share/nextcloud/apps/encryption/l10n/uk.js 4824share/nextcloud/apps/encryption/l10n/uk.js
3994share/nextcloud/apps/encryption/l10n/uk.json 4825share/nextcloud/apps/encryption/l10n/uk.json
3995share/nextcloud/apps/encryption/l10n/ur_PK.js 4826share/nextcloud/apps/encryption/l10n/ur_PK.js
3996share/nextcloud/apps/encryption/l10n/ur_PK.json 4827share/nextcloud/apps/encryption/l10n/ur_PK.json
3997share/nextcloud/apps/encryption/l10n/vi.js 4828share/nextcloud/apps/encryption/l10n/vi.js
3998share/nextcloud/apps/encryption/l10n/vi.json 4829share/nextcloud/apps/encryption/l10n/vi.json
3999share/nextcloud/apps/encryption/l10n/zh_CN.js 4830share/nextcloud/apps/encryption/l10n/zh_CN.js
4000share/nextcloud/apps/encryption/l10n/zh_CN.json 4831share/nextcloud/apps/encryption/l10n/zh_CN.json
4001share/nextcloud/apps/encryption/l10n/zh_HK.js 4832share/nextcloud/apps/encryption/l10n/zh_HK.js
4002share/nextcloud/apps/encryption/l10n/zh_HK.json 4833share/nextcloud/apps/encryption/l10n/zh_HK.json
4003share/nextcloud/apps/encryption/l10n/zh_TW.js 4834share/nextcloud/apps/encryption/l10n/zh_TW.js
4004share/nextcloud/apps/encryption/l10n/zh_TW.json 4835share/nextcloud/apps/encryption/l10n/zh_TW.json
4005share/nextcloud/apps/encryption/lib/AppInfo/Application.php 4836share/nextcloud/apps/encryption/lib/AppInfo/Application.php
4006share/nextcloud/apps/encryption/lib/Command/EnableMasterKey.php 4837share/nextcloud/apps/encryption/lib/Command/EnableMasterKey.php
4007share/nextcloud/apps/encryption/lib/Command/MigrateKeys.php 4838share/nextcloud/apps/encryption/lib/Command/MigrateKeys.php
4008share/nextcloud/apps/encryption/lib/Controller/RecoveryController.php 4839share/nextcloud/apps/encryption/lib/Controller/RecoveryController.php
4009share/nextcloud/apps/encryption/lib/Controller/SettingsController.php 4840share/nextcloud/apps/encryption/lib/Controller/SettingsController.php
4010share/nextcloud/apps/encryption/lib/Controller/StatusController.php 4841share/nextcloud/apps/encryption/lib/Controller/StatusController.php
4011share/nextcloud/apps/encryption/lib/Crypto/Crypt.php 4842share/nextcloud/apps/encryption/lib/Crypto/Crypt.php
4012share/nextcloud/apps/encryption/lib/Crypto/DecryptAll.php 4843share/nextcloud/apps/encryption/lib/Crypto/DecryptAll.php
4013share/nextcloud/apps/encryption/lib/Crypto/EncryptAll.php 4844share/nextcloud/apps/encryption/lib/Crypto/EncryptAll.php
4014share/nextcloud/apps/encryption/lib/Crypto/Encryption.php 4845share/nextcloud/apps/encryption/lib/Crypto/Encryption.php
4015share/nextcloud/apps/encryption/lib/Exceptions/MultiKeyDecryptException.php 4846share/nextcloud/apps/encryption/lib/Exceptions/MultiKeyDecryptException.php
4016share/nextcloud/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php 4847share/nextcloud/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php
4017share/nextcloud/apps/encryption/lib/Exceptions/PrivateKeyMissingException.php 4848share/nextcloud/apps/encryption/lib/Exceptions/PrivateKeyMissingException.php
4018share/nextcloud/apps/encryption/lib/Exceptions/PublicKeyMissingException.php 4849share/nextcloud/apps/encryption/lib/Exceptions/PublicKeyMissingException.php
4019share/nextcloud/apps/encryption/lib/HookManager.php 4850share/nextcloud/apps/encryption/lib/HookManager.php
4020share/nextcloud/apps/encryption/lib/Hooks/Contracts/IHook.php 4851share/nextcloud/apps/encryption/lib/Hooks/Contracts/IHook.php
4021share/nextcloud/apps/encryption/lib/Hooks/UserHooks.php 4852share/nextcloud/apps/encryption/lib/Hooks/UserHooks.php
4022share/nextcloud/apps/encryption/lib/KeyManager.php 4853share/nextcloud/apps/encryption/lib/KeyManager.php
4023share/nextcloud/apps/encryption/lib/Migration.php 4854share/nextcloud/apps/encryption/lib/Migration.php
4024share/nextcloud/apps/encryption/lib/Recovery.php 4855share/nextcloud/apps/encryption/lib/Recovery.php
4025share/nextcloud/apps/encryption/lib/Session.php 4856share/nextcloud/apps/encryption/lib/Session.php
4026share/nextcloud/apps/encryption/lib/Settings/Admin.php 4857share/nextcloud/apps/encryption/lib/Settings/Admin.php
4027share/nextcloud/apps/encryption/lib/Users/Setup.php 4858share/nextcloud/apps/encryption/lib/Users/Setup.php
4028share/nextcloud/apps/encryption/lib/Util.php 4859share/nextcloud/apps/encryption/lib/Util.php
4029share/nextcloud/apps/encryption/settings/settings-personal.php 4860share/nextcloud/apps/encryption/settings/settings-personal.php
4030share/nextcloud/apps/encryption/templates/altmail.php 4861share/nextcloud/apps/encryption/templates/altmail.php
4031share/nextcloud/apps/encryption/templates/mail.php 4862share/nextcloud/apps/encryption/templates/mail.php
4032share/nextcloud/apps/encryption/templates/settings-admin.php 4863share/nextcloud/apps/encryption/templates/settings-admin.php
4033share/nextcloud/apps/encryption/templates/settings-personal.php 4864share/nextcloud/apps/encryption/templates/settings-personal.php
4034share/nextcloud/apps/federatedfilesharing/appinfo/app.php 4865share/nextcloud/apps/federatedfilesharing/appinfo/app.php
4035share/nextcloud/apps/federatedfilesharing/appinfo/database.xml 4866share/nextcloud/apps/federatedfilesharing/appinfo/database.xml
4036share/nextcloud/apps/federatedfilesharing/appinfo/info.xml 4867share/nextcloud/apps/federatedfilesharing/appinfo/info.xml
4037share/nextcloud/apps/federatedfilesharing/appinfo/routes.php 4868share/nextcloud/apps/federatedfilesharing/appinfo/routes.php
4038share/nextcloud/apps/federatedfilesharing/appinfo/signature.json 4869share/nextcloud/apps/federatedfilesharing/appinfo/signature.json
4039share/nextcloud/apps/federatedfilesharing/css/settings-personal.css 4870share/nextcloud/apps/federatedfilesharing/css/settings-personal.css
4040share/nextcloud/apps/federatedfilesharing/img/social-diaspora.svg 4871share/nextcloud/apps/federatedfilesharing/img/social-diaspora.svg
4041share/nextcloud/apps/federatedfilesharing/img/social-facebook.svg 4872share/nextcloud/apps/federatedfilesharing/img/social-facebook.svg
4042share/nextcloud/apps/federatedfilesharing/img/social-googleplus.svg 4873share/nextcloud/apps/federatedfilesharing/img/social-googleplus.svg
4043share/nextcloud/apps/federatedfilesharing/img/social-twitter.svg 4874share/nextcloud/apps/federatedfilesharing/img/social-twitter.svg
4044share/nextcloud/apps/federatedfilesharing/js/external.js 4875share/nextcloud/apps/federatedfilesharing/js/external.js
4045share/nextcloud/apps/federatedfilesharing/js/settings-admin.js 4876share/nextcloud/apps/federatedfilesharing/js/settings-admin.js
4046share/nextcloud/apps/federatedfilesharing/js/settings-personal.js 4877share/nextcloud/apps/federatedfilesharing/js/settings-personal.js
4047share/nextcloud/apps/federatedfilesharing/l10n/.gitkeep 4878share/nextcloud/apps/federatedfilesharing/l10n/.gitkeep
4048share/nextcloud/apps/federatedfilesharing/l10n/ar.js 4879share/nextcloud/apps/federatedfilesharing/l10n/ar.js
4049share/nextcloud/apps/federatedfilesharing/l10n/ar.json 4880share/nextcloud/apps/federatedfilesharing/l10n/ar.json
4050share/nextcloud/apps/federatedfilesharing/l10n/ast.js 4881share/nextcloud/apps/federatedfilesharing/l10n/ast.js
4051share/nextcloud/apps/federatedfilesharing/l10n/ast.json 4882share/nextcloud/apps/federatedfilesharing/l10n/ast.json
4052share/nextcloud/apps/federatedfilesharing/l10n/az.js 4883share/nextcloud/apps/federatedfilesharing/l10n/az.js
4053share/nextcloud/apps/federatedfilesharing/l10n/az.json 4884share/nextcloud/apps/federatedfilesharing/l10n/az.json
4054share/nextcloud/apps/federatedfilesharing/l10n/bg_BG.js 4885share/nextcloud/apps/federatedfilesharing/l10n/bg_BG.js
4055share/nextcloud/apps/federatedfilesharing/l10n/bg_BG.json 4886share/nextcloud/apps/federatedfilesharing/l10n/bg_BG.json
4056share/nextcloud/apps/federatedfilesharing/l10n/ca.js 4887share/nextcloud/apps/federatedfilesharing/l10n/ca.js
4057share/nextcloud/apps/federatedfilesharing/l10n/ca.json 4888share/nextcloud/apps/federatedfilesharing/l10n/ca.json
4058share/nextcloud/apps/federatedfilesharing/l10n/cs.js 4889share/nextcloud/apps/federatedfilesharing/l10n/cs.js
4059share/nextcloud/apps/federatedfilesharing/l10n/cs.json 4890share/nextcloud/apps/federatedfilesharing/l10n/cs.json
4060share/nextcloud/apps/federatedfilesharing/l10n/cs_CZ.js 4891share/nextcloud/apps/federatedfilesharing/l10n/cs_CZ.js
4061share/nextcloud/apps/federatedfilesharing/l10n/cs_CZ.json 4892share/nextcloud/apps/federatedfilesharing/l10n/cs_CZ.json
4062share/nextcloud/apps/federatedfilesharing/l10n/da.js 4893share/nextcloud/apps/federatedfilesharing/l10n/da.js
4063share/nextcloud/apps/federatedfilesharing/l10n/da.json 4894share/nextcloud/apps/federatedfilesharing/l10n/da.json
4064share/nextcloud/apps/federatedfilesharing/l10n/de.js 4895share/nextcloud/apps/federatedfilesharing/l10n/de.js
4065share/nextcloud/apps/federatedfilesharing/l10n/de.json 4896share/nextcloud/apps/federatedfilesharing/l10n/de.json
4066share/nextcloud/apps/federatedfilesharing/l10n/de_DE.js 4897share/nextcloud/apps/federatedfilesharing/l10n/de_DE.js
4067share/nextcloud/apps/federatedfilesharing/l10n/de_DE.json 4898share/nextcloud/apps/federatedfilesharing/l10n/de_DE.json
4068share/nextcloud/apps/federatedfilesharing/l10n/el.js 4899share/nextcloud/apps/federatedfilesharing/l10n/el.js
4069share/nextcloud/apps/federatedfilesharing/l10n/el.json 4900share/nextcloud/apps/federatedfilesharing/l10n/el.json
4070share/nextcloud/apps/federatedfilesharing/l10n/en_GB.js 4901share/nextcloud/apps/federatedfilesharing/l10n/en_GB.js
4071share/nextcloud/apps/federatedfilesharing/l10n/en_GB.json 4902share/nextcloud/apps/federatedfilesharing/l10n/en_GB.json
4072share/nextcloud/apps/federatedfilesharing/l10n/eo.js 4903share/nextcloud/apps/federatedfilesharing/l10n/eo.js
4073share/nextcloud/apps/federatedfilesharing/l10n/eo.json 4904share/nextcloud/apps/federatedfilesharing/l10n/eo.json
4074share/nextcloud/apps/federatedfilesharing/l10n/es.js 4905share/nextcloud/apps/federatedfilesharing/l10n/es.js
4075share/nextcloud/apps/federatedfilesharing/l10n/es.json 4906share/nextcloud/apps/federatedfilesharing/l10n/es.json
4076share/nextcloud/apps/federatedfilesharing/l10n/es_AR.js 4907share/nextcloud/apps/federatedfilesharing/l10n/es_AR.js
4077share/nextcloud/apps/federatedfilesharing/l10n/es_AR.json 4908share/nextcloud/apps/federatedfilesharing/l10n/es_AR.json
 4909share/nextcloud/apps/federatedfilesharing/l10n/es_CL.js
 4910share/nextcloud/apps/federatedfilesharing/l10n/es_CL.json
 4911share/nextcloud/apps/federatedfilesharing/l10n/es_CO.js
 4912share/nextcloud/apps/federatedfilesharing/l10n/es_CO.json
 4913share/nextcloud/apps/federatedfilesharing/l10n/es_CR.js
 4914share/nextcloud/apps/federatedfilesharing/l10n/es_CR.json
 4915share/nextcloud/apps/federatedfilesharing/l10n/es_DO.js
 4916share/nextcloud/apps/federatedfilesharing/l10n/es_DO.json
 4917share/nextcloud/apps/federatedfilesharing/l10n/es_EC.js
 4918share/nextcloud/apps/federatedfilesharing/l10n/es_EC.json
 4919share/nextcloud/apps/federatedfilesharing/l10n/es_GT.js
 4920share/nextcloud/apps/federatedfilesharing/l10n/es_GT.json
 4921share/nextcloud/apps/federatedfilesharing/l10n/es_HN.js
 4922share/nextcloud/apps/federatedfilesharing/l10n/es_HN.json
4078share/nextcloud/apps/federatedfilesharing/l10n/es_MX.js 4923share/nextcloud/apps/federatedfilesharing/l10n/es_MX.js
4079share/nextcloud/apps/federatedfilesharing/l10n/es_MX.json 4924share/nextcloud/apps/federatedfilesharing/l10n/es_MX.json
 4925share/nextcloud/apps/federatedfilesharing/l10n/es_NI.js
 4926share/nextcloud/apps/federatedfilesharing/l10n/es_NI.json
 4927share/nextcloud/apps/federatedfilesharing/l10n/es_PA.js
 4928share/nextcloud/apps/federatedfilesharing/l10n/es_PA.json
 4929share/nextcloud/apps/federatedfilesharing/l10n/es_PE.js
 4930share/nextcloud/apps/federatedfilesharing/l10n/es_PE.json
 4931share/nextcloud/apps/federatedfilesharing/l10n/es_PR.js
 4932share/nextcloud/apps/federatedfilesharing/l10n/es_PR.json
 4933share/nextcloud/apps/federatedfilesharing/l10n/es_PY.js
 4934share/nextcloud/apps/federatedfilesharing/l10n/es_PY.json
 4935share/nextcloud/apps/federatedfilesharing/l10n/es_SV.js
 4936share/nextcloud/apps/federatedfilesharing/l10n/es_SV.json
 4937share/nextcloud/apps/federatedfilesharing/l10n/es_UY.js
 4938share/nextcloud/apps/federatedfilesharing/l10n/es_UY.json
4080share/nextcloud/apps/federatedfilesharing/l10n/et_EE.js 4939share/nextcloud/apps/federatedfilesharing/l10n/et_EE.js
4081share/nextcloud/apps/federatedfilesharing/l10n/et_EE.json 4940share/nextcloud/apps/federatedfilesharing/l10n/et_EE.json
4082share/nextcloud/apps/federatedfilesharing/l10n/eu.js 4941share/nextcloud/apps/federatedfilesharing/l10n/eu.js
4083share/nextcloud/apps/federatedfilesharing/l10n/eu.json 4942share/nextcloud/apps/federatedfilesharing/l10n/eu.json
4084share/nextcloud/apps/federatedfilesharing/l10n/fa.js 4943share/nextcloud/apps/federatedfilesharing/l10n/fa.js
4085share/nextcloud/apps/federatedfilesharing/l10n/fa.json 4944share/nextcloud/apps/federatedfilesharing/l10n/fa.json
4086share/nextcloud/apps/federatedfilesharing/l10n/fi.js 4945share/nextcloud/apps/federatedfilesharing/l10n/fi.js
4087share/nextcloud/apps/federatedfilesharing/l10n/fi.json 4946share/nextcloud/apps/federatedfilesharing/l10n/fi.json
4088share/nextcloud/apps/federatedfilesharing/l10n/fi_FI.js 4947share/nextcloud/apps/federatedfilesharing/l10n/fi_FI.js
4089share/nextcloud/apps/federatedfilesharing/l10n/fi_FI.json 4948share/nextcloud/apps/federatedfilesharing/l10n/fi_FI.json
4090share/nextcloud/apps/federatedfilesharing/l10n/fr.js 4949share/nextcloud/apps/federatedfilesharing/l10n/fr.js
4091share/nextcloud/apps/federatedfilesharing/l10n/fr.json 4950share/nextcloud/apps/federatedfilesharing/l10n/fr.json
4092share/nextcloud/apps/federatedfilesharing/l10n/gl.js 4951share/nextcloud/apps/federatedfilesharing/l10n/gl.js
4093share/nextcloud/apps/federatedfilesharing/l10n/gl.json 4952share/nextcloud/apps/federatedfilesharing/l10n/gl.json
4094share/nextcloud/apps/federatedfilesharing/l10n/he.js 4953share/nextcloud/apps/federatedfilesharing/l10n/he.js
4095share/nextcloud/apps/federatedfilesharing/l10n/he.json 4954share/nextcloud/apps/federatedfilesharing/l10n/he.json
4096share/nextcloud/apps/federatedfilesharing/l10n/hr.js 4955share/nextcloud/apps/federatedfilesharing/l10n/hr.js
4097share/nextcloud/apps/federatedfilesharing/l10n/hr.json 4956share/nextcloud/apps/federatedfilesharing/l10n/hr.json
4098share/nextcloud/apps/federatedfilesharing/l10n/hu.js 4957share/nextcloud/apps/federatedfilesharing/l10n/hu.js
4099share/nextcloud/apps/federatedfilesharing/l10n/hu.json 4958share/nextcloud/apps/federatedfilesharing/l10n/hu.json
4100share/nextcloud/apps/federatedfilesharing/l10n/hu_HU.js 4959share/nextcloud/apps/federatedfilesharing/l10n/hu_HU.js
4101share/nextcloud/apps/federatedfilesharing/l10n/hu_HU.json 4960share/nextcloud/apps/federatedfilesharing/l10n/hu_HU.json
4102share/nextcloud/apps/federatedfilesharing/l10n/ia.js 4961share/nextcloud/apps/federatedfilesharing/l10n/ia.js
4103share/nextcloud/apps/federatedfilesharing/l10n/ia.json 4962share/nextcloud/apps/federatedfilesharing/l10n/ia.json
4104share/nextcloud/apps/federatedfilesharing/l10n/id.js 4963share/nextcloud/apps/federatedfilesharing/l10n/id.js
4105share/nextcloud/apps/federatedfilesharing/l10n/id.json 4964share/nextcloud/apps/federatedfilesharing/l10n/id.json
4106share/nextcloud/apps/federatedfilesharing/l10n/is.js 4965share/nextcloud/apps/federatedfilesharing/l10n/is.js
4107share/nextcloud/apps/federatedfilesharing/l10n/is.json 4966share/nextcloud/apps/federatedfilesharing/l10n/is.json
4108share/nextcloud/apps/federatedfilesharing/l10n/it.js 4967share/nextcloud/apps/federatedfilesharing/l10n/it.js
4109share/nextcloud/apps/federatedfilesharing/l10n/it.json 4968share/nextcloud/apps/federatedfilesharing/l10n/it.json
4110share/nextcloud/apps/federatedfilesharing/l10n/ja.js 4969share/nextcloud/apps/federatedfilesharing/l10n/ja.js
4111share/nextcloud/apps/federatedfilesharing/l10n/ja.json 4970share/nextcloud/apps/federatedfilesharing/l10n/ja.json
 4971share/nextcloud/apps/federatedfilesharing/l10n/ka_GE.js
 4972share/nextcloud/apps/federatedfilesharing/l10n/ka_GE.json
4112share/nextcloud/apps/federatedfilesharing/l10n/ko.js 4973share/nextcloud/apps/federatedfilesharing/l10n/ko.js
4113share/nextcloud/apps/federatedfilesharing/l10n/ko.json 4974share/nextcloud/apps/federatedfilesharing/l10n/ko.json
4114share/nextcloud/apps/federatedfilesharing/l10n/lb.js 4975share/nextcloud/apps/federatedfilesharing/l10n/lb.js
4115share/nextcloud/apps/federatedfilesharing/l10n/lb.json 4976share/nextcloud/apps/federatedfilesharing/l10n/lb.json
4116share/nextcloud/apps/federatedfilesharing/l10n/lt_LT.js 4977share/nextcloud/apps/federatedfilesharing/l10n/lt_LT.js
4117share/nextcloud/apps/federatedfilesharing/l10n/lt_LT.json 4978share/nextcloud/apps/federatedfilesharing/l10n/lt_LT.json
4118share/nextcloud/apps/federatedfilesharing/l10n/lv.js 4979share/nextcloud/apps/federatedfilesharing/l10n/lv.js
4119share/nextcloud/apps/federatedfilesharing/l10n/lv.json 4980share/nextcloud/apps/federatedfilesharing/l10n/lv.json
4120share/nextcloud/apps/federatedfilesharing/l10n/mk.js 4981share/nextcloud/apps/federatedfilesharing/l10n/mk.js
4121share/nextcloud/apps/federatedfilesharing/l10n/mk.json 4982share/nextcloud/apps/federatedfilesharing/l10n/mk.json
4122share/nextcloud/apps/federatedfilesharing/l10n/nb.js 4983share/nextcloud/apps/federatedfilesharing/l10n/nb.js
4123share/nextcloud/apps/federatedfilesharing/l10n/nb.json 4984share/nextcloud/apps/federatedfilesharing/l10n/nb.json
4124share/nextcloud/apps/federatedfilesharing/l10n/nb_NO.js 4985share/nextcloud/apps/federatedfilesharing/l10n/nb_NO.js
4125share/nextcloud/apps/federatedfilesharing/l10n/nb_NO.json 4986share/nextcloud/apps/federatedfilesharing/l10n/nb_NO.json
4126share/nextcloud/apps/federatedfilesharing/l10n/nl.js 4987share/nextcloud/apps/federatedfilesharing/l10n/nl.js
4127share/nextcloud/apps/federatedfilesharing/l10n/nl.json 4988share/nextcloud/apps/federatedfilesharing/l10n/nl.json
4128share/nextcloud/apps/federatedfilesharing/l10n/oc.js 4989share/nextcloud/apps/federatedfilesharing/l10n/oc.js
4129share/nextcloud/apps/federatedfilesharing/l10n/oc.json 4990share/nextcloud/apps/federatedfilesharing/l10n/oc.json
4130share/nextcloud/apps/federatedfilesharing/l10n/pl.js 4991share/nextcloud/apps/federatedfilesharing/l10n/pl.js
4131share/nextcloud/apps/federatedfilesharing/l10n/pl.json 4992share/nextcloud/apps/federatedfilesharing/l10n/pl.json
4132share/nextcloud/apps/federatedfilesharing/l10n/pt_BR.js 4993share/nextcloud/apps/federatedfilesharing/l10n/pt_BR.js
4133share/nextcloud/apps/federatedfilesharing/l10n/pt_BR.json 4994share/nextcloud/apps/federatedfilesharing/l10n/pt_BR.json
4134share/nextcloud/apps/federatedfilesharing/l10n/pt_PT.js 4995share/nextcloud/apps/federatedfilesharing/l10n/pt_PT.js
4135share/nextcloud/apps/federatedfilesharing/l10n/pt_PT.json 4996share/nextcloud/apps/federatedfilesharing/l10n/pt_PT.json
4136share/nextcloud/apps/federatedfilesharing/l10n/ro.js 4997share/nextcloud/apps/federatedfilesharing/l10n/ro.js
4137share/nextcloud/apps/federatedfilesharing/l10n/ro.json 4998share/nextcloud/apps/federatedfilesharing/l10n/ro.json
4138share/nextcloud/apps/federatedfilesharing/l10n/ru.js 4999share/nextcloud/apps/federatedfilesharing/l10n/ru.js
4139share/nextcloud/apps/federatedfilesharing/l10n/ru.json 5000share/nextcloud/apps/federatedfilesharing/l10n/ru.json
 5001share/nextcloud/apps/federatedfilesharing/l10n/sk.js
 5002share/nextcloud/apps/federatedfilesharing/l10n/sk.json
4140share/nextcloud/apps/federatedfilesharing/l10n/sk_SK.js 5003share/nextcloud/apps/federatedfilesharing/l10n/sk_SK.js
4141share/nextcloud/apps/federatedfilesharing/l10n/sk_SK.json 5004share/nextcloud/apps/federatedfilesharing/l10n/sk_SK.json
4142share/nextcloud/apps/federatedfilesharing/l10n/sl.js 5005share/nextcloud/apps/federatedfilesharing/l10n/sl.js
4143share/nextcloud/apps/federatedfilesharing/l10n/sl.json 5006share/nextcloud/apps/federatedfilesharing/l10n/sl.json
4144share/nextcloud/apps/federatedfilesharing/l10n/sq.js 5007share/nextcloud/apps/federatedfilesharing/l10n/sq.js
4145share/nextcloud/apps/federatedfilesharing/l10n/sq.json 5008share/nextcloud/apps/federatedfilesharing/l10n/sq.json
4146share/nextcloud/apps/federatedfilesharing/l10n/sr.js 5009share/nextcloud/apps/federatedfilesharing/l10n/sr.js
4147share/nextcloud/apps/federatedfilesharing/l10n/sr.json 5010share/nextcloud/apps/federatedfilesharing/l10n/sr.json
4148share/nextcloud/apps/federatedfilesharing/l10n/sr@latin.js 5011share/nextcloud/apps/federatedfilesharing/l10n/sr@latin.js
4149share/nextcloud/apps/federatedfilesharing/l10n/sr@latin.json 5012share/nextcloud/apps/federatedfilesharing/l10n/sr@latin.json
4150share/nextcloud/apps/federatedfilesharing/l10n/sv.js 5013share/nextcloud/apps/federatedfilesharing/l10n/sv.js
4151share/nextcloud/apps/federatedfilesharing/l10n/sv.json 5014share/nextcloud/apps/federatedfilesharing/l10n/sv.json
4152share/nextcloud/apps/federatedfilesharing/l10n/th_TH.js 5015share/nextcloud/apps/federatedfilesharing/l10n/th_TH.js
4153share/nextcloud/apps/federatedfilesharing/l10n/th_TH.json 5016share/nextcloud/apps/federatedfilesharing/l10n/th_TH.json
4154share/nextcloud/apps/federatedfilesharing/l10n/tr.js 5017share/nextcloud/apps/federatedfilesharing/l10n/tr.js
4155share/nextcloud/apps/federatedfilesharing/l10n/tr.json 5018share/nextcloud/apps/federatedfilesharing/l10n/tr.json
4156share/nextcloud/apps/federatedfilesharing/l10n/uk.js 5019share/nextcloud/apps/federatedfilesharing/l10n/uk.js
4157share/nextcloud/apps/federatedfilesharing/l10n/uk.json 5020share/nextcloud/apps/federatedfilesharing/l10n/uk.json
4158share/nextcloud/apps/federatedfilesharing/l10n/zh_CN.js 5021share/nextcloud/apps/federatedfilesharing/l10n/zh_CN.js
4159share/nextcloud/apps/federatedfilesharing/l10n/zh_CN.json 5022share/nextcloud/apps/federatedfilesharing/l10n/zh_CN.json
4160share/nextcloud/apps/federatedfilesharing/l10n/zh_TW.js 5023share/nextcloud/apps/federatedfilesharing/l10n/zh_TW.js
4161share/nextcloud/apps/federatedfilesharing/l10n/zh_TW.json 5024share/nextcloud/apps/federatedfilesharing/l10n/zh_TW.json
4162share/nextcloud/apps/federatedfilesharing/lib/AddressHandler.php 5025share/nextcloud/apps/federatedfilesharing/lib/AddressHandler.php
4163share/nextcloud/apps/federatedfilesharing/lib/AppInfo/Application.php 5026share/nextcloud/apps/federatedfilesharing/lib/AppInfo/Application.php
4164share/nextcloud/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php 5027share/nextcloud/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php
4165share/nextcloud/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php 5028share/nextcloud/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php
4166share/nextcloud/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php 5029share/nextcloud/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php
4167share/nextcloud/apps/federatedfilesharing/lib/FederatedShareProvider.php 5030share/nextcloud/apps/federatedfilesharing/lib/FederatedShareProvider.php
4168share/nextcloud/apps/federatedfilesharing/lib/Notifications.php 5031share/nextcloud/apps/federatedfilesharing/lib/Notifications.php
4169share/nextcloud/apps/federatedfilesharing/lib/Notifier.php 5032share/nextcloud/apps/federatedfilesharing/lib/Notifier.php
4170share/nextcloud/apps/federatedfilesharing/lib/Settings/Admin.php 5033share/nextcloud/apps/federatedfilesharing/lib/Settings/Admin.php
4171share/nextcloud/apps/federatedfilesharing/lib/TokenHandler.php 5034share/nextcloud/apps/federatedfilesharing/lib/TokenHandler.php
4172share/nextcloud/apps/federatedfilesharing/settings-personal.php 5035share/nextcloud/apps/federatedfilesharing/settings-personal.php
4173share/nextcloud/apps/federatedfilesharing/templates/settings-admin.php 5036share/nextcloud/apps/federatedfilesharing/templates/settings-admin.php
4174share/nextcloud/apps/federatedfilesharing/templates/settings-personal.php 5037share/nextcloud/apps/federatedfilesharing/templates/settings-personal.php
4175share/nextcloud/apps/federation/appinfo/app.php 5038share/nextcloud/apps/federation/appinfo/app.php
4176share/nextcloud/apps/federation/appinfo/database.xml 5039share/nextcloud/apps/federation/appinfo/database.xml
4177share/nextcloud/apps/federation/appinfo/info.xml 5040share/nextcloud/apps/federation/appinfo/info.xml
4178share/nextcloud/apps/federation/appinfo/routes.php 5041share/nextcloud/apps/federation/appinfo/routes.php
4179share/nextcloud/apps/federation/appinfo/signature.json 5042share/nextcloud/apps/federation/appinfo/signature.json
4180share/nextcloud/apps/federation/css/settings-admin.css 5043share/nextcloud/apps/federation/css/settings-admin.css
4181share/nextcloud/apps/federation/img/app.svg 5044share/nextcloud/apps/federation/img/app.svg
4182share/nextcloud/apps/federation/js/settings-admin.js 5045share/nextcloud/apps/federation/js/settings-admin.js
4183share/nextcloud/apps/federation/l10n/.gitkeep 5046share/nextcloud/apps/federation/l10n/.gitkeep
4184share/nextcloud/apps/federation/l10n/ar.js 5047share/nextcloud/apps/federation/l10n/ar.js
4185share/nextcloud/apps/federation/l10n/ar.json 5048share/nextcloud/apps/federation/l10n/ar.json
4186share/nextcloud/apps/federation/l10n/ast.js 5049share/nextcloud/apps/federation/l10n/ast.js
4187share/nextcloud/apps/federation/l10n/ast.json 5050share/nextcloud/apps/federation/l10n/ast.json
4188share/nextcloud/apps/federation/l10n/bg_BG.js 5051share/nextcloud/apps/federation/l10n/bg_BG.js
4189share/nextcloud/apps/federation/l10n/bg_BG.json 5052share/nextcloud/apps/federation/l10n/bg_BG.json
4190share/nextcloud/apps/federation/l10n/ca.js 5053share/nextcloud/apps/federation/l10n/ca.js
4191share/nextcloud/apps/federation/l10n/ca.json 5054share/nextcloud/apps/federation/l10n/ca.json
4192share/nextcloud/apps/federation/l10n/cs.js 5055share/nextcloud/apps/federation/l10n/cs.js
4193share/nextcloud/apps/federation/l10n/cs.json 5056share/nextcloud/apps/federation/l10n/cs.json
4194share/nextcloud/apps/federation/l10n/cs_CZ.js 5057share/nextcloud/apps/federation/l10n/cs_CZ.js
4195share/nextcloud/apps/federation/l10n/cs_CZ.json 5058share/nextcloud/apps/federation/l10n/cs_CZ.json
4196share/nextcloud/apps/federation/l10n/da.js 5059share/nextcloud/apps/federation/l10n/da.js
4197share/nextcloud/apps/federation/l10n/da.json 5060share/nextcloud/apps/federation/l10n/da.json
4198share/nextcloud/apps/federation/l10n/de.js 5061share/nextcloud/apps/federation/l10n/de.js
4199share/nextcloud/apps/federation/l10n/de.json 5062share/nextcloud/apps/federation/l10n/de.json
4200share/nextcloud/apps/federation/l10n/de_DE.js 5063share/nextcloud/apps/federation/l10n/de_DE.js
4201share/nextcloud/apps/federation/l10n/de_DE.json 5064share/nextcloud/apps/federation/l10n/de_DE.json
4202share/nextcloud/apps/federation/l10n/el.js 5065share/nextcloud/apps/federation/l10n/el.js
4203share/nextcloud/apps/federation/l10n/el.json 5066share/nextcloud/apps/federation/l10n/el.json
4204share/nextcloud/apps/federation/l10n/en_GB.js 5067share/nextcloud/apps/federation/l10n/en_GB.js
4205share/nextcloud/apps/federation/l10n/en_GB.json 5068share/nextcloud/apps/federation/l10n/en_GB.json
4206share/nextcloud/apps/federation/l10n/eo.js 5069share/nextcloud/apps/federation/l10n/eo.js
4207share/nextcloud/apps/federation/l10n/eo.json 5070share/nextcloud/apps/federation/l10n/eo.json
4208share/nextcloud/apps/federation/l10n/es.js 5071share/nextcloud/apps/federation/l10n/es.js
4209share/nextcloud/apps/federation/l10n/es.json 5072share/nextcloud/apps/federation/l10n/es.json
4210share/nextcloud/apps/federation/l10n/es_AR.js 5073share/nextcloud/apps/federation/l10n/es_AR.js
4211share/nextcloud/apps/federation/l10n/es_AR.json 5074share/nextcloud/apps/federation/l10n/es_AR.json
 5075share/nextcloud/apps/federation/l10n/es_CL.js
 5076share/nextcloud/apps/federation/l10n/es_CL.json
 5077share/nextcloud/apps/federation/l10n/es_CO.js
 5078share/nextcloud/apps/federation/l10n/es_CO.json
 5079share/nextcloud/apps/federation/l10n/es_CR.js
 5080share/nextcloud/apps/federation/l10n/es_CR.json
 5081share/nextcloud/apps/federation/l10n/es_DO.js
 5082share/nextcloud/apps/federation/l10n/es_DO.json
 5083share/nextcloud/apps/federation/l10n/es_EC.js
 5084share/nextcloud/apps/federation/l10n/es_EC.json
 5085share/nextcloud/apps/federation/l10n/es_GT.js
 5086share/nextcloud/apps/federation/l10n/es_GT.json
 5087share/nextcloud/apps/federation/l10n/es_HN.js
 5088share/nextcloud/apps/federation/l10n/es_HN.json
4212share/nextcloud/apps/federation/l10n/es_MX.js 5089share/nextcloud/apps/federation/l10n/es_MX.js
4213share/nextcloud/apps/federation/l10n/es_MX.json 5090share/nextcloud/apps/federation/l10n/es_MX.json
 5091share/nextcloud/apps/federation/l10n/es_NI.js
 5092share/nextcloud/apps/federation/l10n/es_NI.json
 5093share/nextcloud/apps/federation/l10n/es_PA.js
 5094share/nextcloud/apps/federation/l10n/es_PA.json
 5095share/nextcloud/apps/federation/l10n/es_PE.js
 5096share/nextcloud/apps/federation/l10n/es_PE.json
 5097share/nextcloud/apps/federation/l10n/es_PR.js
 5098share/nextcloud/apps/federation/l10n/es_PR.json
 5099share/nextcloud/apps/federation/l10n/es_PY.js
 5100share/nextcloud/apps/federation/l10n/es_PY.json
 5101share/nextcloud/apps/federation/l10n/es_SV.js
 5102share/nextcloud/apps/federation/l10n/es_SV.json
 5103share/nextcloud/apps/federation/l10n/es_UY.js
 5104share/nextcloud/apps/federation/l10n/es_UY.json
4214share/nextcloud/apps/federation/l10n/et_EE.js 5105share/nextcloud/apps/federation/l10n/et_EE.js
4215share/nextcloud/apps/federation/l10n/et_EE.json 5106share/nextcloud/apps/federation/l10n/et_EE.json
 5107share/nextcloud/apps/federation/l10n/eu.js
 5108share/nextcloud/apps/federation/l10n/eu.json
4216share/nextcloud/apps/federation/l10n/fi.js 5109share/nextcloud/apps/federation/l10n/fi.js
4217share/nextcloud/apps/federation/l10n/fi.json 5110share/nextcloud/apps/federation/l10n/fi.json
4218share/nextcloud/apps/federation/l10n/fi_FI.js 5111share/nextcloud/apps/federation/l10n/fi_FI.js
4219share/nextcloud/apps/federation/l10n/fi_FI.json 5112share/nextcloud/apps/federation/l10n/fi_FI.json
4220share/nextcloud/apps/federation/l10n/fr.js 5113share/nextcloud/apps/federation/l10n/fr.js
4221share/nextcloud/apps/federation/l10n/fr.json 5114share/nextcloud/apps/federation/l10n/fr.json
4222share/nextcloud/apps/federation/l10n/gl.js 5115share/nextcloud/apps/federation/l10n/gl.js
4223share/nextcloud/apps/federation/l10n/gl.json 5116share/nextcloud/apps/federation/l10n/gl.json
4224share/nextcloud/apps/federation/l10n/he.js 5117share/nextcloud/apps/federation/l10n/he.js
4225share/nextcloud/apps/federation/l10n/he.json 5118share/nextcloud/apps/federation/l10n/he.json
4226share/nextcloud/apps/federation/l10n/hu.js 5119share/nextcloud/apps/federation/l10n/hu.js
4227share/nextcloud/apps/federation/l10n/hu.json 5120share/nextcloud/apps/federation/l10n/hu.json
4228share/nextcloud/apps/federation/l10n/hu_HU.js 5121share/nextcloud/apps/federation/l10n/hu_HU.js
4229share/nextcloud/apps/federation/l10n/hu_HU.json 5122share/nextcloud/apps/federation/l10n/hu_HU.json
4230share/nextcloud/apps/federation/l10n/ia.js 5123share/nextcloud/apps/federation/l10n/ia.js
4231share/nextcloud/apps/federation/l10n/ia.json 5124share/nextcloud/apps/federation/l10n/ia.json
4232share/nextcloud/apps/federation/l10n/id.js 5125share/nextcloud/apps/federation/l10n/id.js
4233share/nextcloud/apps/federation/l10n/id.json 5126share/nextcloud/apps/federation/l10n/id.json
4234share/nextcloud/apps/federation/l10n/is.js 5127share/nextcloud/apps/federation/l10n/is.js
4235share/nextcloud/apps/federation/l10n/is.json 5128share/nextcloud/apps/federation/l10n/is.json
4236share/nextcloud/apps/federation/l10n/it.js 5129share/nextcloud/apps/federation/l10n/it.js
4237share/nextcloud/apps/federation/l10n/it.json 5130share/nextcloud/apps/federation/l10n/it.json
4238share/nextcloud/apps/federation/l10n/ja.js 5131share/nextcloud/apps/federation/l10n/ja.js
4239share/nextcloud/apps/federation/l10n/ja.json 5132share/nextcloud/apps/federation/l10n/ja.json
 5133share/nextcloud/apps/federation/l10n/ka_GE.js
 5134share/nextcloud/apps/federation/l10n/ka_GE.json
4240share/nextcloud/apps/federation/l10n/ko.js 5135share/nextcloud/apps/federation/l10n/ko.js
4241share/nextcloud/apps/federation/l10n/ko.json 5136share/nextcloud/apps/federation/l10n/ko.json
4242share/nextcloud/apps/federation/l10n/lb.js 5137share/nextcloud/apps/federation/l10n/lb.js
4243share/nextcloud/apps/federation/l10n/lb.json 5138share/nextcloud/apps/federation/l10n/lb.json
4244share/nextcloud/apps/federation/l10n/lt_LT.js 5139share/nextcloud/apps/federation/l10n/lt_LT.js
4245share/nextcloud/apps/federation/l10n/lt_LT.json 5140share/nextcloud/apps/federation/l10n/lt_LT.json
4246share/nextcloud/apps/federation/l10n/lv.js 5141share/nextcloud/apps/federation/l10n/lv.js
4247share/nextcloud/apps/federation/l10n/lv.json 5142share/nextcloud/apps/federation/l10n/lv.json
4248share/nextcloud/apps/federation/l10n/mn.js 5143share/nextcloud/apps/federation/l10n/mn.js
4249share/nextcloud/apps/federation/l10n/mn.json 5144share/nextcloud/apps/federation/l10n/mn.json
4250share/nextcloud/apps/federation/l10n/nb.js 5145share/nextcloud/apps/federation/l10n/nb.js
4251share/nextcloud/apps/federation/l10n/nb.json 5146share/nextcloud/apps/federation/l10n/nb.json
4252share/nextcloud/apps/federation/l10n/nb_NO.js 5147share/nextcloud/apps/federation/l10n/nb_NO.js
4253share/nextcloud/apps/federation/l10n/nb_NO.json 5148share/nextcloud/apps/federation/l10n/nb_NO.json
4254share/nextcloud/apps/federation/l10n/nl.js 5149share/nextcloud/apps/federation/l10n/nl.js
4255share/nextcloud/apps/federation/l10n/nl.json 5150share/nextcloud/apps/federation/l10n/nl.json
4256share/nextcloud/apps/federation/l10n/oc.js 5151share/nextcloud/apps/federation/l10n/oc.js
4257share/nextcloud/apps/federation/l10n/oc.json 5152share/nextcloud/apps/federation/l10n/oc.json
4258share/nextcloud/apps/federation/l10n/pl.js 5153share/nextcloud/apps/federation/l10n/pl.js
4259share/nextcloud/apps/federation/l10n/pl.json 5154share/nextcloud/apps/federation/l10n/pl.json
4260share/nextcloud/apps/federation/l10n/pt_BR.js 5155share/nextcloud/apps/federation/l10n/pt_BR.js
4261share/nextcloud/apps/federation/l10n/pt_BR.json 5156share/nextcloud/apps/federation/l10n/pt_BR.json
4262share/nextcloud/apps/federation/l10n/pt_PT.js 5157share/nextcloud/apps/federation/l10n/pt_PT.js
4263share/nextcloud/apps/federation/l10n/pt_PT.json 5158share/nextcloud/apps/federation/l10n/pt_PT.json
4264share/nextcloud/apps/federation/l10n/ro.js 5159share/nextcloud/apps/federation/l10n/ro.js
4265share/nextcloud/apps/federation/l10n/ro.json 5160share/nextcloud/apps/federation/l10n/ro.json
4266share/nextcloud/apps/federation/l10n/ru.js 5161share/nextcloud/apps/federation/l10n/ru.js
4267share/nextcloud/apps/federation/l10n/ru.json 5162share/nextcloud/apps/federation/l10n/ru.json
 5163share/nextcloud/apps/federation/l10n/sk.js
 5164share/nextcloud/apps/federation/l10n/sk.json
4268share/nextcloud/apps/federation/l10n/sl.js 5165share/nextcloud/apps/federation/l10n/sl.js
4269share/nextcloud/apps/federation/l10n/sl.json 5166share/nextcloud/apps/federation/l10n/sl.json
4270share/nextcloud/apps/federation/l10n/sq.js 5167share/nextcloud/apps/federation/l10n/sq.js
4271share/nextcloud/apps/federation/l10n/sq.json 5168share/nextcloud/apps/federation/l10n/sq.json
4272share/nextcloud/apps/federation/l10n/sr.js 5169share/nextcloud/apps/federation/l10n/sr.js
4273share/nextcloud/apps/federation/l10n/sr.json 5170share/nextcloud/apps/federation/l10n/sr.json
4274share/nextcloud/apps/federation/l10n/sv.js 5171share/nextcloud/apps/federation/l10n/sv.js
4275share/nextcloud/apps/federation/l10n/sv.json 5172share/nextcloud/apps/federation/l10n/sv.json
4276share/nextcloud/apps/federation/l10n/th_TH.js 5173share/nextcloud/apps/federation/l10n/th_TH.js
4277share/nextcloud/apps/federation/l10n/th_TH.json 5174share/nextcloud/apps/federation/l10n/th_TH.json
4278share/nextcloud/apps/federation/l10n/tr.js 5175share/nextcloud/apps/federation/l10n/tr.js
4279share/nextcloud/apps/federation/l10n/tr.json 5176share/nextcloud/apps/federation/l10n/tr.json
4280share/nextcloud/apps/federation/l10n/uk.js 5177share/nextcloud/apps/federation/l10n/uk.js
4281share/nextcloud/apps/federation/l10n/uk.json 5178share/nextcloud/apps/federation/l10n/uk.json
4282share/nextcloud/apps/federation/l10n/zh_CN.js 5179share/nextcloud/apps/federation/l10n/zh_CN.js
4283share/nextcloud/apps/federation/l10n/zh_CN.json 5180share/nextcloud/apps/federation/l10n/zh_CN.json
4284share/nextcloud/apps/federation/l10n/zh_TW.js 5181share/nextcloud/apps/federation/l10n/zh_TW.js
4285share/nextcloud/apps/federation/l10n/zh_TW.json 5182share/nextcloud/apps/federation/l10n/zh_TW.json
4286share/nextcloud/apps/federation/lib/AppInfo/Application.php 5183share/nextcloud/apps/federation/lib/AppInfo/Application.php
4287share/nextcloud/apps/federation/lib/BackgroundJob/GetSharedSecret.php 5184share/nextcloud/apps/federation/lib/BackgroundJob/GetSharedSecret.php
4288share/nextcloud/apps/federation/lib/BackgroundJob/RequestSharedSecret.php 5185share/nextcloud/apps/federation/lib/BackgroundJob/RequestSharedSecret.php
4289share/nextcloud/apps/federation/lib/Command/SyncFederationAddressBooks.php 5186share/nextcloud/apps/federation/lib/Command/SyncFederationAddressBooks.php
4290share/nextcloud/apps/federation/lib/Controller/OCSAuthAPIController.php 5187share/nextcloud/apps/federation/lib/Controller/OCSAuthAPIController.php
4291share/nextcloud/apps/federation/lib/Controller/SettingsController.php 5188share/nextcloud/apps/federation/lib/Controller/SettingsController.php
4292share/nextcloud/apps/federation/lib/DAV/FedAuth.php 5189share/nextcloud/apps/federation/lib/DAV/FedAuth.php
4293share/nextcloud/apps/federation/lib/DbHandler.php 5190share/nextcloud/apps/federation/lib/DbHandler.php
4294share/nextcloud/apps/federation/lib/Hooks.php 5191share/nextcloud/apps/federation/lib/Hooks.php
4295share/nextcloud/apps/federation/lib/Middleware/AddServerMiddleware.php 5192share/nextcloud/apps/federation/lib/Middleware/AddServerMiddleware.php
4296share/nextcloud/apps/federation/lib/Settings/Admin.php 5193share/nextcloud/apps/federation/lib/Settings/Admin.php
4297share/nextcloud/apps/federation/lib/SyncFederationAddressBooks.php 5194share/nextcloud/apps/federation/lib/SyncFederationAddressBooks.php
4298share/nextcloud/apps/federation/lib/SyncJob.php 5195share/nextcloud/apps/federation/lib/SyncJob.php
4299share/nextcloud/apps/federation/lib/TrustedServers.php 5196share/nextcloud/apps/federation/lib/TrustedServers.php
4300share/nextcloud/apps/federation/templates/settings-admin.php 5197share/nextcloud/apps/federation/templates/settings-admin.php
4301share/nextcloud/apps/files/ajax/download.php 5198share/nextcloud/apps/files/ajax/download.php
4302share/nextcloud/apps/files/ajax/getstoragestats.php 5199share/nextcloud/apps/files/ajax/getstoragestats.php
4303share/nextcloud/apps/files/ajax/list.php 5200share/nextcloud/apps/files/ajax/list.php
4304share/nextcloud/apps/files/appinfo/app.php 5201share/nextcloud/apps/files/appinfo/app.php
4305share/nextcloud/apps/files/appinfo/info.xml 5202share/nextcloud/apps/files/appinfo/info.xml
4306share/nextcloud/apps/files/appinfo/routes.php 5203share/nextcloud/apps/files/appinfo/routes.php
4307share/nextcloud/apps/files/appinfo/signature.json 5204share/nextcloud/apps/files/appinfo/signature.json
4308share/nextcloud/apps/files/css/detailsView.scss 5205share/nextcloud/apps/files/css/detailsView.scss
4309share/nextcloud/apps/files/css/files.scss 5206share/nextcloud/apps/files/css/files.scss
4310share/nextcloud/apps/files/css/merged.scss 5207share/nextcloud/apps/files/css/merged.scss
4311share/nextcloud/apps/files/css/mobile.scss 5208share/nextcloud/apps/files/css/mobile.scss
4312share/nextcloud/apps/files/css/upload.scss 5209share/nextcloud/apps/files/css/upload.scss
4313share/nextcloud/apps/files/download.php 5210share/nextcloud/apps/files/download.php
4314share/nextcloud/apps/files/img/add-color.png 5211share/nextcloud/apps/files/img/add-color.png
4315share/nextcloud/apps/files/img/add-color.svg 5212share/nextcloud/apps/files/img/add-color.svg
4316share/nextcloud/apps/files/img/app.svg 5213share/nextcloud/apps/files/img/app.svg
4317share/nextcloud/apps/files/img/change.png 5214share/nextcloud/apps/files/img/change.png
4318share/nextcloud/apps/files/img/change.svg 5215share/nextcloud/apps/files/img/change.svg
4319share/nextcloud/apps/files/img/delete-color.png 5216share/nextcloud/apps/files/img/delete-color.png
4320share/nextcloud/apps/files/img/delete-color.svg 5217share/nextcloud/apps/files/img/delete-color.svg
4321share/nextcloud/apps/files/img/delete.svg 5218share/nextcloud/apps/files/img/delete.svg
4322share/nextcloud/apps/files/img/external.svg 5219share/nextcloud/apps/files/img/external.svg
4323share/nextcloud/apps/files/img/folder.svg 5220share/nextcloud/apps/files/img/folder.svg
4324share/nextcloud/apps/files/img/public.svg 5221share/nextcloud/apps/files/img/public.svg
4325share/nextcloud/apps/files/img/recent.svg 5222share/nextcloud/apps/files/img/recent.svg
4326share/nextcloud/apps/files/img/share.svg 5223share/nextcloud/apps/files/img/share.svg
4327share/nextcloud/apps/files/img/star.svg 5224share/nextcloud/apps/files/img/star.svg
4328share/nextcloud/apps/files/js/admin.js 5225share/nextcloud/apps/files/js/admin.js
4329share/nextcloud/apps/files/js/app.js 5226share/nextcloud/apps/files/js/app.js
4330share/nextcloud/apps/files/js/breadcrumb.js 5227share/nextcloud/apps/files/js/breadcrumb.js
4331share/nextcloud/apps/files/js/detailfileinfoview.js 5228share/nextcloud/apps/files/js/detailfileinfoview.js
4332share/nextcloud/apps/files/js/detailsview.js 5229share/nextcloud/apps/files/js/detailsview.js
4333share/nextcloud/apps/files/js/detailtabview.js 5230share/nextcloud/apps/files/js/detailtabview.js
4334share/nextcloud/apps/files/js/favoritesfilelist.js 5231share/nextcloud/apps/files/js/favoritesfilelist.js
4335share/nextcloud/apps/files/js/favoritesplugin.js 5232share/nextcloud/apps/files/js/favoritesplugin.js
4336share/nextcloud/apps/files/js/file-upload.js 5233share/nextcloud/apps/files/js/file-upload.js
4337share/nextcloud/apps/files/js/fileactions.js 5234share/nextcloud/apps/files/js/fileactions.js
4338share/nextcloud/apps/files/js/fileactionsmenu.js 5235share/nextcloud/apps/files/js/fileactionsmenu.js
4339share/nextcloud/apps/files/js/fileinfomodel.js 5236share/nextcloud/apps/files/js/fileinfomodel.js
4340share/nextcloud/apps/files/js/filelist.js 5237share/nextcloud/apps/files/js/filelist.js
4341share/nextcloud/apps/files/js/files.js 5238share/nextcloud/apps/files/js/files.js
4342share/nextcloud/apps/files/js/filesummary.js 5239share/nextcloud/apps/files/js/filesummary.js
4343share/nextcloud/apps/files/js/gotoplugin.js 5240share/nextcloud/apps/files/js/gotoplugin.js
4344share/nextcloud/apps/files/js/jquery-visibility.js 5241share/nextcloud/apps/files/js/jquery-visibility.js
4345share/nextcloud/apps/files/js/jquery.fileupload.js 5242share/nextcloud/apps/files/js/jquery.fileupload.js
4346share/nextcloud/apps/files/js/keyboardshortcuts.js 5243share/nextcloud/apps/files/js/keyboardshortcuts.js
4347share/nextcloud/apps/files/js/mainfileinfodetailview.js 5244share/nextcloud/apps/files/js/mainfileinfodetailview.js
4348share/nextcloud/apps/files/js/merged-index.json 5245share/nextcloud/apps/files/js/merged-index.json
4349share/nextcloud/apps/files/js/navigation.js 5246share/nextcloud/apps/files/js/navigation.js
4350share/nextcloud/apps/files/js/newfilemenu.js 5247share/nextcloud/apps/files/js/newfilemenu.js
4351share/nextcloud/apps/files/js/recentfilelist.js 5248share/nextcloud/apps/files/js/recentfilelist.js
4352share/nextcloud/apps/files/js/recentplugin.js 5249share/nextcloud/apps/files/js/recentplugin.js
4353share/nextcloud/apps/files/js/search.js 5250share/nextcloud/apps/files/js/search.js
4354share/nextcloud/apps/files/js/sidebarpreviewmanager.js 5251share/nextcloud/apps/files/js/sidebarpreviewmanager.js
4355share/nextcloud/apps/files/js/sidebarpreviewtext.js 5252share/nextcloud/apps/files/js/sidebarpreviewtext.js
4356share/nextcloud/apps/files/js/tagsplugin.js 5253share/nextcloud/apps/files/js/tagsplugin.js
4357share/nextcloud/apps/files/js/templates/detailsview.handlebars.js 5254share/nextcloud/apps/files/js/templates/detailsview.handlebars.js
4358share/nextcloud/apps/files/js/upload.js 5255share/nextcloud/apps/files/js/upload.js
4359share/nextcloud/apps/files/l10n/ach.js 5256share/nextcloud/apps/files/l10n/ach.js
4360share/nextcloud/apps/files/l10n/ach.json 5257share/nextcloud/apps/files/l10n/ach.json
4361share/nextcloud/apps/files/l10n/ady.js 5258share/nextcloud/apps/files/l10n/ady.js
4362share/nextcloud/apps/files/l10n/ady.json 5259share/nextcloud/apps/files/l10n/ady.json
4363share/nextcloud/apps/files/l10n/af_ZA.js 5260share/nextcloud/apps/files/l10n/af_ZA.js
4364share/nextcloud/apps/files/l10n/af_ZA.json 5261share/nextcloud/apps/files/l10n/af_ZA.json
4365share/nextcloud/apps/files/l10n/ak.js 5262share/nextcloud/apps/files/l10n/ak.js
4366share/nextcloud/apps/files/l10n/ak.json 5263share/nextcloud/apps/files/l10n/ak.json
4367share/nextcloud/apps/files/l10n/am_ET.js 5264share/nextcloud/apps/files/l10n/am_ET.js
4368share/nextcloud/apps/files/l10n/am_ET.json 5265share/nextcloud/apps/files/l10n/am_ET.json
4369share/nextcloud/apps/files/l10n/ar.js 5266share/nextcloud/apps/files/l10n/ar.js
4370share/nextcloud/apps/files/l10n/ar.json 5267share/nextcloud/apps/files/l10n/ar.json
4371share/nextcloud/apps/files/l10n/ast.js 5268share/nextcloud/apps/files/l10n/ast.js
4372share/nextcloud/apps/files/l10n/ast.json 5269share/nextcloud/apps/files/l10n/ast.json
4373share/nextcloud/apps/files/l10n/az.js 5270share/nextcloud/apps/files/l10n/az.js
4374share/nextcloud/apps/files/l10n/az.json 5271share/nextcloud/apps/files/l10n/az.json
4375share/nextcloud/apps/files/l10n/be.js 5272share/nextcloud/apps/files/l10n/be.js
4376share/nextcloud/apps/files/l10n/be.json 5273share/nextcloud/apps/files/l10n/be.json
4377share/nextcloud/apps/files/l10n/bg.js 5274share/nextcloud/apps/files/l10n/bg.js
4378share/nextcloud/apps/files/l10n/bg.json 5275share/nextcloud/apps/files/l10n/bg.json
4379share/nextcloud/apps/files/l10n/bg_BG.js 5276share/nextcloud/apps/files/l10n/bg_BG.js
4380share/nextcloud/apps/files/l10n/bg_BG.json 5277share/nextcloud/apps/files/l10n/bg_BG.json
4381share/nextcloud/apps/files/l10n/bn_BD.js 5278share/nextcloud/apps/files/l10n/bn_BD.js
4382share/nextcloud/apps/files/l10n/bn_BD.json 5279share/nextcloud/apps/files/l10n/bn_BD.json
4383share/nextcloud/apps/files/l10n/bn_IN.js 5280share/nextcloud/apps/files/l10n/bn_IN.js
4384share/nextcloud/apps/files/l10n/bn_IN.json 5281share/nextcloud/apps/files/l10n/bn_IN.json
4385share/nextcloud/apps/files/l10n/bs.js 5282share/nextcloud/apps/files/l10n/bs.js
4386share/nextcloud/apps/files/l10n/bs.json 5283share/nextcloud/apps/files/l10n/bs.json
4387share/nextcloud/apps/files/l10n/ca.js 5284share/nextcloud/apps/files/l10n/ca.js
4388share/nextcloud/apps/files/l10n/ca.json 5285share/nextcloud/apps/files/l10n/ca.json
4389share/nextcloud/apps/files/l10n/cs.js 5286share/nextcloud/apps/files/l10n/cs.js
4390share/nextcloud/apps/files/l10n/cs.json 5287share/nextcloud/apps/files/l10n/cs.json
4391share/nextcloud/apps/files/l10n/cs_CZ.js 5288share/nextcloud/apps/files/l10n/cs_CZ.js
4392share/nextcloud/apps/files/l10n/cs_CZ.json 5289share/nextcloud/apps/files/l10n/cs_CZ.json
4393share/nextcloud/apps/files/l10n/cy_GB.js 5290share/nextcloud/apps/files/l10n/cy_GB.js
4394share/nextcloud/apps/files/l10n/cy_GB.json 5291share/nextcloud/apps/files/l10n/cy_GB.json
4395share/nextcloud/apps/files/l10n/da.js 5292share/nextcloud/apps/files/l10n/da.js
4396share/nextcloud/apps/files/l10n/da.json 5293share/nextcloud/apps/files/l10n/da.json
4397share/nextcloud/apps/files/l10n/de.js 5294share/nextcloud/apps/files/l10n/de.js
4398share/nextcloud/apps/files/l10n/de.json 5295share/nextcloud/apps/files/l10n/de.json
4399share/nextcloud/apps/files/l10n/de_AT.js 5296share/nextcloud/apps/files/l10n/de_AT.js
4400share/nextcloud/apps/files/l10n/de_AT.json 5297share/nextcloud/apps/files/l10n/de_AT.json
4401share/nextcloud/apps/files/l10n/de_DE.js 5298share/nextcloud/apps/files/l10n/de_DE.js
4402share/nextcloud/apps/files/l10n/de_DE.json 5299share/nextcloud/apps/files/l10n/de_DE.json
4403share/nextcloud/apps/files/l10n/el.js 5300share/nextcloud/apps/files/l10n/el.js
4404share/nextcloud/apps/files/l10n/el.json 5301share/nextcloud/apps/files/l10n/el.json
4405share/nextcloud/apps/files/l10n/en_GB.js 5302share/nextcloud/apps/files/l10n/en_GB.js
4406share/nextcloud/apps/files/l10n/en_GB.json 5303share/nextcloud/apps/files/l10n/en_GB.json
4407share/nextcloud/apps/files/l10n/eo.js 5304share/nextcloud/apps/files/l10n/eo.js
4408share/nextcloud/apps/files/l10n/eo.json 5305share/nextcloud/apps/files/l10n/eo.json
4409share/nextcloud/apps/files/l10n/es.js 5306share/nextcloud/apps/files/l10n/es.js
4410share/nextcloud/apps/files/l10n/es.json 5307share/nextcloud/apps/files/l10n/es.json
4411share/nextcloud/apps/files/l10n/es_AR.js 5308share/nextcloud/apps/files/l10n/es_AR.js
4412share/nextcloud/apps/files/l10n/es_AR.json 5309share/nextcloud/apps/files/l10n/es_AR.json
4413share/nextcloud/apps/files/l10n/es_CL.js 5310share/nextcloud/apps/files/l10n/es_CL.js
4414share/nextcloud/apps/files/l10n/es_CL.json 5311share/nextcloud/apps/files/l10n/es_CL.json
 5312share/nextcloud/apps/files/l10n/es_CO.js
 5313share/nextcloud/apps/files/l10n/es_CO.json
 5314share/nextcloud/apps/files/l10n/es_CR.js
 5315share/nextcloud/apps/files/l10n/es_CR.json
 5316share/nextcloud/apps/files/l10n/es_DO.js
 5317share/nextcloud/apps/files/l10n/es_DO.json
 5318share/nextcloud/apps/files/l10n/es_EC.js
 5319share/nextcloud/apps/files/l10n/es_EC.json
 5320share/nextcloud/apps/files/l10n/es_GT.js
 5321share/nextcloud/apps/files/l10n/es_GT.json
 5322share/nextcloud/apps/files/l10n/es_HN.js
 5323share/nextcloud/apps/files/l10n/es_HN.json
4415share/nextcloud/apps/files/l10n/es_MX.js 5324share/nextcloud/apps/files/l10n/es_MX.js
4416share/nextcloud/apps/files/l10n/es_MX.json 5325share/nextcloud/apps/files/l10n/es_MX.json
 5326share/nextcloud/apps/files/l10n/es_NI.js
 5327share/nextcloud/apps/files/l10n/es_NI.json
 5328share/nextcloud/apps/files/l10n/es_PA.js
 5329share/nextcloud/apps/files/l10n/es_PA.json
 5330share/nextcloud/apps/files/l10n/es_PE.js
 5331share/nextcloud/apps/files/l10n/es_PE.json
 5332share/nextcloud/apps/files/l10n/es_PR.js
 5333share/nextcloud/apps/files/l10n/es_PR.json
 5334share/nextcloud/apps/files/l10n/es_PY.js
 5335share/nextcloud/apps/files/l10n/es_PY.json
 5336share/nextcloud/apps/files/l10n/es_SV.js
 5337share/nextcloud/apps/files/l10n/es_SV.json
 5338share/nextcloud/apps/files/l10n/es_UY.js
 5339share/nextcloud/apps/files/l10n/es_UY.json
4417share/nextcloud/apps/files/l10n/et_EE.js 5340share/nextcloud/apps/files/l10n/et_EE.js
4418share/nextcloud/apps/files/l10n/et_EE.json 5341share/nextcloud/apps/files/l10n/et_EE.json
4419share/nextcloud/apps/files/l10n/eu.js 5342share/nextcloud/apps/files/l10n/eu.js
4420share/nextcloud/apps/files/l10n/eu.json 5343share/nextcloud/apps/files/l10n/eu.json
4421share/nextcloud/apps/files/l10n/fa.js 5344share/nextcloud/apps/files/l10n/fa.js
4422share/nextcloud/apps/files/l10n/fa.json 5345share/nextcloud/apps/files/l10n/fa.json
4423share/nextcloud/apps/files/l10n/fi.js 5346share/nextcloud/apps/files/l10n/fi.js
4424share/nextcloud/apps/files/l10n/fi.json 5347share/nextcloud/apps/files/l10n/fi.json
4425share/nextcloud/apps/files/l10n/fi_FI.js 5348share/nextcloud/apps/files/l10n/fi_FI.js
4426share/nextcloud/apps/files/l10n/fi_FI.json 5349share/nextcloud/apps/files/l10n/fi_FI.json
4427share/nextcloud/apps/files/l10n/fil.js 5350share/nextcloud/apps/files/l10n/fil.js
4428share/nextcloud/apps/files/l10n/fil.json 5351share/nextcloud/apps/files/l10n/fil.json
4429share/nextcloud/apps/files/l10n/fr.js 5352share/nextcloud/apps/files/l10n/fr.js
4430share/nextcloud/apps/files/l10n/fr.json 5353share/nextcloud/apps/files/l10n/fr.json
4431share/nextcloud/apps/files/l10n/fy_NL.js 5354share/nextcloud/apps/files/l10n/fy_NL.js
4432share/nextcloud/apps/files/l10n/fy_NL.json 5355share/nextcloud/apps/files/l10n/fy_NL.json
4433share/nextcloud/apps/files/l10n/gl.js 5356share/nextcloud/apps/files/l10n/gl.js
4434share/nextcloud/apps/files/l10n/gl.json 5357share/nextcloud/apps/files/l10n/gl.json
4435share/nextcloud/apps/files/l10n/gu.js 5358share/nextcloud/apps/files/l10n/gu.js
4436share/nextcloud/apps/files/l10n/gu.json 5359share/nextcloud/apps/files/l10n/gu.json
4437share/nextcloud/apps/files/l10n/he.js 5360share/nextcloud/apps/files/l10n/he.js
4438share/nextcloud/apps/files/l10n/he.json 5361share/nextcloud/apps/files/l10n/he.json
4439share/nextcloud/apps/files/l10n/hi.js 5362share/nextcloud/apps/files/l10n/hi.js
4440share/nextcloud/apps/files/l10n/hi.json 5363share/nextcloud/apps/files/l10n/hi.json
4441share/nextcloud/apps/files/l10n/hr.js 5364share/nextcloud/apps/files/l10n/hr.js
4442share/nextcloud/apps/files/l10n/hr.json 5365share/nextcloud/apps/files/l10n/hr.json
4443share/nextcloud/apps/files/l10n/hu.js 5366share/nextcloud/apps/files/l10n/hu.js
4444share/nextcloud/apps/files/l10n/hu.json 5367share/nextcloud/apps/files/l10n/hu.json
4445share/nextcloud/apps/files/l10n/hu_HU.js 5368share/nextcloud/apps/files/l10n/hu_HU.js
4446share/nextcloud/apps/files/l10n/hu_HU.json 5369share/nextcloud/apps/files/l10n/hu_HU.json
4447share/nextcloud/apps/files/l10n/hy.js 5370share/nextcloud/apps/files/l10n/hy.js
4448share/nextcloud/apps/files/l10n/hy.json 5371share/nextcloud/apps/files/l10n/hy.json
4449share/nextcloud/apps/files/l10n/ia.js 5372share/nextcloud/apps/files/l10n/ia.js
4450share/nextcloud/apps/files/l10n/ia.json 5373share/nextcloud/apps/files/l10n/ia.json
4451share/nextcloud/apps/files/l10n/id.js 5374share/nextcloud/apps/files/l10n/id.js
4452share/nextcloud/apps/files/l10n/id.json 5375share/nextcloud/apps/files/l10n/id.json
4453share/nextcloud/apps/files/l10n/io.js 5376share/nextcloud/apps/files/l10n/io.js
4454share/nextcloud/apps/files/l10n/io.json 5377share/nextcloud/apps/files/l10n/io.json
4455share/nextcloud/apps/files/l10n/is.js 5378share/nextcloud/apps/files/l10n/is.js
4456share/nextcloud/apps/files/l10n/is.json 5379share/nextcloud/apps/files/l10n/is.json
4457share/nextcloud/apps/files/l10n/it.js 5380share/nextcloud/apps/files/l10n/it.js
4458share/nextcloud/apps/files/l10n/it.json 5381share/nextcloud/apps/files/l10n/it.json
4459share/nextcloud/apps/files/l10n/ja.js 5382share/nextcloud/apps/files/l10n/ja.js
4460share/nextcloud/apps/files/l10n/ja.json 5383share/nextcloud/apps/files/l10n/ja.json
4461share/nextcloud/apps/files/l10n/jv.js 5384share/nextcloud/apps/files/l10n/jv.js
4462share/nextcloud/apps/files/l10n/jv.json 5385share/nextcloud/apps/files/l10n/jv.json
4463share/nextcloud/apps/files/l10n/ka_GE.js 5386share/nextcloud/apps/files/l10n/ka_GE.js
4464share/nextcloud/apps/files/l10n/ka_GE.json 5387share/nextcloud/apps/files/l10n/ka_GE.json
4465share/nextcloud/apps/files/l10n/km.js 5388share/nextcloud/apps/files/l10n/km.js
4466share/nextcloud/apps/files/l10n/km.json 5389share/nextcloud/apps/files/l10n/km.json
4467share/nextcloud/apps/files/l10n/kn.js 5390share/nextcloud/apps/files/l10n/kn.js
4468share/nextcloud/apps/files/l10n/kn.json 5391share/nextcloud/apps/files/l10n/kn.json
4469share/nextcloud/apps/files/l10n/ko.js 5392share/nextcloud/apps/files/l10n/ko.js
4470share/nextcloud/apps/files/l10n/ko.json 5393share/nextcloud/apps/files/l10n/ko.json
4471share/nextcloud/apps/files/l10n/ku_IQ.js 5394share/nextcloud/apps/files/l10n/ku_IQ.js
4472share/nextcloud/apps/files/l10n/ku_IQ.json 5395share/nextcloud/apps/files/l10n/ku_IQ.json
4473share/nextcloud/apps/files/l10n/lb.js 5396share/nextcloud/apps/files/l10n/lb.js
4474share/nextcloud/apps/files/l10n/lb.json 5397share/nextcloud/apps/files/l10n/lb.json
4475share/nextcloud/apps/files/l10n/lo.js 5398share/nextcloud/apps/files/l10n/lo.js
4476share/nextcloud/apps/files/l10n/lo.json 5399share/nextcloud/apps/files/l10n/lo.json
4477share/nextcloud/apps/files/l10n/lt_LT.js 5400share/nextcloud/apps/files/l10n/lt_LT.js
4478share/nextcloud/apps/files/l10n/lt_LT.json 5401share/nextcloud/apps/files/l10n/lt_LT.json
4479share/nextcloud/apps/files/l10n/lv.js 5402share/nextcloud/apps/files/l10n/lv.js
4480share/nextcloud/apps/files/l10n/lv.json 5403share/nextcloud/apps/files/l10n/lv.json
4481share/nextcloud/apps/files/l10n/mg.js 5404share/nextcloud/apps/files/l10n/mg.js
4482share/nextcloud/apps/files/l10n/mg.json 5405share/nextcloud/apps/files/l10n/mg.json
4483share/nextcloud/apps/files/l10n/mk.js 5406share/nextcloud/apps/files/l10n/mk.js
4484share/nextcloud/apps/files/l10n/mk.json 5407share/nextcloud/apps/files/l10n/mk.json
4485share/nextcloud/apps/files/l10n/ml.js 5408share/nextcloud/apps/files/l10n/ml.js
4486share/nextcloud/apps/files/l10n/ml.json 5409share/nextcloud/apps/files/l10n/ml.json
4487share/nextcloud/apps/files/l10n/ml_IN.js 5410share/nextcloud/apps/files/l10n/ml_IN.js
4488share/nextcloud/apps/files/l10n/ml_IN.json 5411share/nextcloud/apps/files/l10n/ml_IN.json
4489share/nextcloud/apps/files/l10n/mn.js 5412share/nextcloud/apps/files/l10n/mn.js
4490share/nextcloud/apps/files/l10n/mn.json 5413share/nextcloud/apps/files/l10n/mn.json
4491share/nextcloud/apps/files/l10n/mr.js 5414share/nextcloud/apps/files/l10n/mr.js
4492share/nextcloud/apps/files/l10n/mr.json 5415share/nextcloud/apps/files/l10n/mr.json
4493share/nextcloud/apps/files/l10n/ms_MY.js 5416share/nextcloud/apps/files/l10n/ms_MY.js
4494share/nextcloud/apps/files/l10n/ms_MY.json 5417share/nextcloud/apps/files/l10n/ms_MY.json
4495share/nextcloud/apps/files/l10n/mt_MT.js 5418share/nextcloud/apps/files/l10n/mt_MT.js
4496share/nextcloud/apps/files/l10n/mt_MT.json 5419share/nextcloud/apps/files/l10n/mt_MT.json
4497share/nextcloud/apps/files/l10n/my_MM.js 5420share/nextcloud/apps/files/l10n/my_MM.js
4498share/nextcloud/apps/files/l10n/my_MM.json 5421share/nextcloud/apps/files/l10n/my_MM.json
4499share/nextcloud/apps/files/l10n/nb.js 5422share/nextcloud/apps/files/l10n/nb.js
4500share/nextcloud/apps/files/l10n/nb.json 5423share/nextcloud/apps/files/l10n/nb.json
4501share/nextcloud/apps/files/l10n/nb_NO.js 5424share/nextcloud/apps/files/l10n/nb_NO.js
4502share/nextcloud/apps/files/l10n/nb_NO.json 5425share/nextcloud/apps/files/l10n/nb_NO.json
4503share/nextcloud/apps/files/l10n/nds.js 5426share/nextcloud/apps/files/l10n/nds.js
4504share/nextcloud/apps/files/l10n/nds.json 5427share/nextcloud/apps/files/l10n/nds.json
4505share/nextcloud/apps/files/l10n/nl.js 5428share/nextcloud/apps/files/l10n/nl.js
4506share/nextcloud/apps/files/l10n/nl.json 5429share/nextcloud/apps/files/l10n/nl.json
4507share/nextcloud/apps/files/l10n/nn_NO.js 5430share/nextcloud/apps/files/l10n/nn_NO.js
4508share/nextcloud/apps/files/l10n/nn_NO.json 5431share/nextcloud/apps/files/l10n/nn_NO.json
4509share/nextcloud/apps/files/l10n/nqo.js 5432share/nextcloud/apps/files/l10n/nqo.js
4510share/nextcloud/apps/files/l10n/nqo.json 5433share/nextcloud/apps/files/l10n/nqo.json
4511share/nextcloud/apps/files/l10n/oc.js 5434share/nextcloud/apps/files/l10n/oc.js
4512share/nextcloud/apps/files/l10n/oc.json 5435share/nextcloud/apps/files/l10n/oc.json
4513share/nextcloud/apps/files/l10n/pa.js 5436share/nextcloud/apps/files/l10n/pa.js
4514share/nextcloud/apps/files/l10n/pa.json 5437share/nextcloud/apps/files/l10n/pa.json
4515share/nextcloud/apps/files/l10n/pl.js 5438share/nextcloud/apps/files/l10n/pl.js
4516share/nextcloud/apps/files/l10n/pl.json 5439share/nextcloud/apps/files/l10n/pl.json
4517share/nextcloud/apps/files/l10n/pt_BR.js 5440share/nextcloud/apps/files/l10n/pt_BR.js
4518share/nextcloud/apps/files/l10n/pt_BR.json 5441share/nextcloud/apps/files/l10n/pt_BR.json
4519share/nextcloud/apps/files/l10n/pt_PT.js 5442share/nextcloud/apps/files/l10n/pt_PT.js
4520share/nextcloud/apps/files/l10n/pt_PT.json 5443share/nextcloud/apps/files/l10n/pt_PT.json
4521share/nextcloud/apps/files/l10n/ro.js 5444share/nextcloud/apps/files/l10n/ro.js
4522share/nextcloud/apps/files/l10n/ro.json 5445share/nextcloud/apps/files/l10n/ro.json
4523share/nextcloud/apps/files/l10n/ru.js 5446share/nextcloud/apps/files/l10n/ru.js
4524share/nextcloud/apps/files/l10n/ru.json 5447share/nextcloud/apps/files/l10n/ru.json
4525share/nextcloud/apps/files/l10n/si_LK.js 5448share/nextcloud/apps/files/l10n/si_LK.js
4526share/nextcloud/apps/files/l10n/si_LK.json 5449share/nextcloud/apps/files/l10n/si_LK.json
4527share/nextcloud/apps/files/l10n/sk.js 5450share/nextcloud/apps/files/l10n/sk.js
4528share/nextcloud/apps/files/l10n/sk.json 5451share/nextcloud/apps/files/l10n/sk.json
4529share/nextcloud/apps/files/l10n/sk_SK.js 5452share/nextcloud/apps/files/l10n/sk_SK.js
4530share/nextcloud/apps/files/l10n/sk_SK.json 5453share/nextcloud/apps/files/l10n/sk_SK.json
4531share/nextcloud/apps/files/l10n/sl.js 5454share/nextcloud/apps/files/l10n/sl.js
4532share/nextcloud/apps/files/l10n/sl.json 5455share/nextcloud/apps/files/l10n/sl.json
4533share/nextcloud/apps/files/l10n/sq.js 5456share/nextcloud/apps/files/l10n/sq.js
4534share/nextcloud/apps/files/l10n/sq.json 5457share/nextcloud/apps/files/l10n/sq.json
4535share/nextcloud/apps/files/l10n/sr.js 5458share/nextcloud/apps/files/l10n/sr.js
4536share/nextcloud/apps/files/l10n/sr.json 5459share/nextcloud/apps/files/l10n/sr.json
4537share/nextcloud/apps/files/l10n/sr@latin.js 5460share/nextcloud/apps/files/l10n/sr@latin.js
4538share/nextcloud/apps/files/l10n/sr@latin.json 5461share/nextcloud/apps/files/l10n/sr@latin.json
4539share/nextcloud/apps/files/l10n/su.js 5462share/nextcloud/apps/files/l10n/su.js
4540share/nextcloud/apps/files/l10n/su.json 5463share/nextcloud/apps/files/l10n/su.json
4541share/nextcloud/apps/files/l10n/sv.js 5464share/nextcloud/apps/files/l10n/sv.js
4542share/nextcloud/apps/files/l10n/sv.json 5465share/nextcloud/apps/files/l10n/sv.json
4543share/nextcloud/apps/files/l10n/sw_KE.js 5466share/nextcloud/apps/files/l10n/sw_KE.js
4544share/nextcloud/apps/files/l10n/sw_KE.json 5467share/nextcloud/apps/files/l10n/sw_KE.json
4545share/nextcloud/apps/files/l10n/ta_IN.js 5468share/nextcloud/apps/files/l10n/ta_IN.js
4546share/nextcloud/apps/files/l10n/ta_IN.json 5469share/nextcloud/apps/files/l10n/ta_IN.json
4547share/nextcloud/apps/files/l10n/ta_LK.js 5470share/nextcloud/apps/files/l10n/ta_LK.js
4548share/nextcloud/apps/files/l10n/ta_LK.json 5471share/nextcloud/apps/files/l10n/ta_LK.json
4549share/nextcloud/apps/files/l10n/te.js 5472share/nextcloud/apps/files/l10n/te.js
4550share/nextcloud/apps/files/l10n/te.json 5473share/nextcloud/apps/files/l10n/te.json
4551share/nextcloud/apps/files/l10n/tg_TJ.js 5474share/nextcloud/apps/files/l10n/tg_TJ.js
4552share/nextcloud/apps/files/l10n/tg_TJ.json 5475share/nextcloud/apps/files/l10n/tg_TJ.json
4553share/nextcloud/apps/files/l10n/th_TH.js 5476share/nextcloud/apps/files/l10n/th_TH.js
4554share/nextcloud/apps/files/l10n/th_TH.json 5477share/nextcloud/apps/files/l10n/th_TH.json
4555share/nextcloud/apps/files/l10n/tl_PH.js 5478share/nextcloud/apps/files/l10n/tl_PH.js
4556share/nextcloud/apps/files/l10n/tl_PH.json 5479share/nextcloud/apps/files/l10n/tl_PH.json
4557share/nextcloud/apps/files/l10n/tr.js 5480share/nextcloud/apps/files/l10n/tr.js
4558share/nextcloud/apps/files/l10n/tr.json 5481share/nextcloud/apps/files/l10n/tr.json
4559share/nextcloud/apps/files/l10n/tzm.js 5482share/nextcloud/apps/files/l10n/tzm.js
4560share/nextcloud/apps/files/l10n/tzm.json 5483share/nextcloud/apps/files/l10n/tzm.json
4561share/nextcloud/apps/files/l10n/ug.js 5484share/nextcloud/apps/files/l10n/ug.js
4562share/nextcloud/apps/files/l10n/ug.json 5485share/nextcloud/apps/files/l10n/ug.json
4563share/nextcloud/apps/files/l10n/uk.js 5486share/nextcloud/apps/files/l10n/uk.js
4564share/nextcloud/apps/files/l10n/uk.json 5487share/nextcloud/apps/files/l10n/uk.json
4565share/nextcloud/apps/files/l10n/ur_PK.js 5488share/nextcloud/apps/files/l10n/ur_PK.js
4566share/nextcloud/apps/files/l10n/ur_PK.json 5489share/nextcloud/apps/files/l10n/ur_PK.json
4567share/nextcloud/apps/files/l10n/vi.js 5490share/nextcloud/apps/files/l10n/vi.js
4568share/nextcloud/apps/files/l10n/vi.json 5491share/nextcloud/apps/files/l10n/vi.json
4569share/nextcloud/apps/files/l10n/xgettextfiles 5492share/nextcloud/apps/files/l10n/xgettextfiles
4570share/nextcloud/apps/files/l10n/zh_CN.js 5493share/nextcloud/apps/files/l10n/zh_CN.js
4571share/nextcloud/apps/files/l10n/zh_CN.json 5494share/nextcloud/apps/files/l10n/zh_CN.json
4572share/nextcloud/apps/files/l10n/zh_HK.js 5495share/nextcloud/apps/files/l10n/zh_HK.js
4573share/nextcloud/apps/files/l10n/zh_HK.json 5496share/nextcloud/apps/files/l10n/zh_HK.json
4574share/nextcloud/apps/files/l10n/zh_TW.js 5497share/nextcloud/apps/files/l10n/zh_TW.js
4575share/nextcloud/apps/files/l10n/zh_TW.json 5498share/nextcloud/apps/files/l10n/zh_TW.json
4576share/nextcloud/apps/files/lib/Activity/FavoriteProvider.php 5499share/nextcloud/apps/files/lib/Activity/FavoriteProvider.php
4577share/nextcloud/apps/files/lib/Activity/Filter/Favorites.php 5500share/nextcloud/apps/files/lib/Activity/Filter/Favorites.php
4578share/nextcloud/apps/files/lib/Activity/Filter/FileChanges.php 5501share/nextcloud/apps/files/lib/Activity/Filter/FileChanges.php
4579share/nextcloud/apps/files/lib/Activity/Helper.php 5502share/nextcloud/apps/files/lib/Activity/Helper.php
4580share/nextcloud/apps/files/lib/Activity/Provider.php 5503share/nextcloud/apps/files/lib/Activity/Provider.php
4581share/nextcloud/apps/files/lib/Activity/Settings/FavoriteAction.php 5504share/nextcloud/apps/files/lib/Activity/Settings/FavoriteAction.php
4582share/nextcloud/apps/files/lib/Activity/Settings/FileChanged.php 5505share/nextcloud/apps/files/lib/Activity/Settings/FileChanged.php
4583share/nextcloud/apps/files/lib/Activity/Settings/FileCreated.php 5506share/nextcloud/apps/files/lib/Activity/Settings/FileCreated.php
4584share/nextcloud/apps/files/lib/Activity/Settings/FileDeleted.php 5507share/nextcloud/apps/files/lib/Activity/Settings/FileDeleted.php
4585share/nextcloud/apps/files/lib/Activity/Settings/FileFavorite.php 5508share/nextcloud/apps/files/lib/Activity/Settings/FileFavorite.php
4586share/nextcloud/apps/files/lib/Activity/Settings/FileRestored.php 5509share/nextcloud/apps/files/lib/Activity/Settings/FileRestored.php
4587share/nextcloud/apps/files/lib/App.php 5510share/nextcloud/apps/files/lib/App.php
4588share/nextcloud/apps/files/lib/AppInfo/Application.php 5511share/nextcloud/apps/files/lib/AppInfo/Application.php
4589share/nextcloud/apps/files/lib/BackgroundJob/CleanupFileLocks.php 5512share/nextcloud/apps/files/lib/BackgroundJob/CleanupFileLocks.php
4590share/nextcloud/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php 5513share/nextcloud/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php
4591share/nextcloud/apps/files/lib/BackgroundJob/ScanFiles.php 5514share/nextcloud/apps/files/lib/BackgroundJob/ScanFiles.php
4592share/nextcloud/apps/files/lib/Capabilities.php 5515share/nextcloud/apps/files/lib/Capabilities.php
4593share/nextcloud/apps/files/lib/Command/DeleteOrphanedFiles.php 5516share/nextcloud/apps/files/lib/Command/DeleteOrphanedFiles.php
4594share/nextcloud/apps/files/lib/Command/Scan.php 5517share/nextcloud/apps/files/lib/Command/Scan.php
4595share/nextcloud/apps/files/lib/Command/ScanAppData.php 5518share/nextcloud/apps/files/lib/Command/ScanAppData.php
4596share/nextcloud/apps/files/lib/Command/TransferOwnership.php 5519share/nextcloud/apps/files/lib/Command/TransferOwnership.php
4597share/nextcloud/apps/files/lib/Controller/ApiController.php 5520share/nextcloud/apps/files/lib/Controller/ApiController.php
4598share/nextcloud/apps/files/lib/Controller/SettingsController.php 5521share/nextcloud/apps/files/lib/Controller/SettingsController.php
4599share/nextcloud/apps/files/lib/Controller/ViewController.php 5522share/nextcloud/apps/files/lib/Controller/ViewController.php
4600share/nextcloud/apps/files/lib/Helper.php 5523share/nextcloud/apps/files/lib/Helper.php
4601share/nextcloud/apps/files/lib/Service/TagService.php 5524share/nextcloud/apps/files/lib/Service/TagService.php
4602share/nextcloud/apps/files/lib/Settings/Admin.php 5525share/nextcloud/apps/files/lib/Settings/Admin.php
4603share/nextcloud/apps/files/list.php 5526share/nextcloud/apps/files/list.php
4604share/nextcloud/apps/files/recentlist.php 5527share/nextcloud/apps/files/recentlist.php
4605share/nextcloud/apps/files/simplelist.php 5528share/nextcloud/apps/files/simplelist.php
4606share/nextcloud/apps/files/templates/admin.php 5529share/nextcloud/apps/files/templates/admin.php
4607share/nextcloud/apps/files/templates/appnavigation.php 5530share/nextcloud/apps/files/templates/appnavigation.php
4608share/nextcloud/apps/files/templates/fileexists.html 5531share/nextcloud/apps/files/templates/fileexists.html
4609share/nextcloud/apps/files/templates/index.php 5532share/nextcloud/apps/files/templates/index.php
4610share/nextcloud/apps/files/templates/list.php 5533share/nextcloud/apps/files/templates/list.php
4611share/nextcloud/apps/files/templates/recentlist.php 5534share/nextcloud/apps/files/templates/recentlist.php
4612share/nextcloud/apps/files/templates/simplelist.php 5535share/nextcloud/apps/files/templates/simplelist.php
4613share/nextcloud/apps/files_external/3rdparty/.gitignore 5536share/nextcloud/apps/files_external/3rdparty/.gitignore
4614share/nextcloud/apps/files_external/3rdparty/Dropbox/API.php 5537share/nextcloud/apps/files_external/3rdparty/Dropbox/API.php
4615share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception.php 5538share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception.php
4616share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php 5539share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php
4617share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/NotFound.php 5540share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/NotFound.php
4618share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/OverQuota.php 5541share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/OverQuota.php
4619share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php 5542share/nextcloud/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php
4620share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth.php 5543share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth.php
4621share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Consumer/Dropbox.php 5544share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Consumer/Dropbox.php
4622share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Curl.php 5545share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Curl.php
4623share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/PEAR.php 5546share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/PEAR.php
4624share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/PHP.php 5547share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/PHP.php
4625share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Wordpress.php 5548share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Wordpress.php
4626share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Zend.php 5549share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/Zend.php
4627share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/ca-bundle.pem 5550share/nextcloud/apps/files_external/3rdparty/Dropbox/OAuth/ca-bundle.pem
4628share/nextcloud/apps/files_external/3rdparty/Dropbox/autoload.php 5551share/nextcloud/apps/files_external/3rdparty/Dropbox/autoload.php
4629share/nextcloud/apps/files_external/3rdparty/autoload.php 5552share/nextcloud/apps/files_external/3rdparty/autoload.php
4630share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Aws.php 
4631share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AbstractClient.php 
4632share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AwsClientInterface.php 
4633share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ClientBuilder.php 
4634share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/DefaultClient.php 
4635share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ExpiredCredentialsChecker.php 
4636share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ThrottlingErrorChecker.php 
4637share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/UploadBodyListener.php 
4638share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/UserAgentListener.php 
4639share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/AwsQueryVisitor.php 
4640share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/JsonCommand.php 
4641share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/QueryCommand.php 
4642share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/XmlResponseLocationVisitor.php 
4643share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/AbstractCredentialsDecorator.php 
4644share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/AbstractRefreshableCredentials.php 
4645share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/CacheableCredentials.php 
4646share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/Credentials.php 
4647share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/CredentialsInterface.php 
4648share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/NullCredentials.php 
4649share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php 
4650share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum.php 
4651share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/ClientOptions.php 
4652share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/DateFormat.php 
4653share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Region.php 
4654share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Size.php 
4655share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Time.php 
4656share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/UaString.php 
4657share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/AwsExceptionInterface.php 
4658share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/BadMethodCallException.php 
4659share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/DomainException.php 
4660share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ExceptionFactoryInterface.php 
4661share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ExceptionListener.php 
4662share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/InstanceProfileCredentialsException.php 
4663share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/InvalidArgumentException.php 
4664share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/LogicException.php 
4665share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/MultipartUploadException.php 
4666share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/NamespaceExceptionFactory.php 
4667share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/OutOfBoundsException.php 
4668share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/OverflowException.php 
4669share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php 
4670share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php 
4671share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/ExceptionParserInterface.php 
4672share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php 
4673share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/JsonRestExceptionParser.php 
4674share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/RequiredExtensionNotLoadedException.php 
4675share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/RuntimeException.php 
4676share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ServiceResponseException.php 
4677share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/TransferException.php 
4678share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/UnexpectedValueException.php 
4679share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/Facade.php 
4680share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/FacadeInterface.php 
4681share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/facade-classes.php 
4682share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/ChunkHash.php 
4683share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/ChunkHashInterface.php 
4684share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/HashUtils.php 
4685share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/TreeHash.php 
4686share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/HostNameUtils.php 
4687share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/InstanceMetadata/InstanceMetadataClient.php 
4688share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php 
4689share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Iterator/AwsResourceIterator.php 
4690share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Iterator/AwsResourceIteratorFactory.php 
4691share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractTransfer.php 
4692share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractTransferState.php 
4693share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php 
4694share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadId.php 
4695share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php 
4696share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/TransferInterface.php 
4697share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/TransferStateInterface.php 
4698share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/UploadIdInterface.php 
4699share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/UploadPartInterface.php 
4700share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/aws-config.php 
4701share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/public-endpoints.php 
4702share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/sdk1-config.php 
4703share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/RulesEndpointProvider.php 
4704share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/AbstractSignature.php 
4705share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/EndpointSignatureInterface.php 
4706share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureInterface.php 
4707share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureListener.php 
4708share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV2.php 
4709share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV3Https.php 
4710share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV4.php 
4711share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/AbstractResourceWaiter.php 
4712share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/AbstractWaiter.php 
4713share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/CallableWaiter.php 
4714share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/CompositeWaiterFactory.php 
4715share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/ConfigResourceWaiter.php 
4716share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/ResourceWaiterInterface.php 
4717share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterClassFactory.php 
4718share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterConfig.php 
4719share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterConfigFactory.php 
4720share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterFactoryInterface.php 
4721share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterInterface.php 
4722share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/AcpListener.php 
4723share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/BucketStyleListener.php 
4724share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Command/S3Command.php 
4725share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/CannedAcl.php 
4726share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/EncodingType.php 
4727share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Event.php 
4728share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/GranteeType.php 
4729share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Group.php 
4730share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/MFADelete.php 
4731share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/MetadataDirective.php 
4732share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Payer.php 
4733share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Permission.php 
4734share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Protocol.php 
4735share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/ServerSideEncryption.php 
4736share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Status.php 
4737share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Storage.php 
4738share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/StorageClass.php 
4739share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AccessDeniedException.php 
4740share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AccountProblemException.php 
4741share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php 
4742share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BadDigestException.php 
4743share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketAlreadyExistsException.php 
4744share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php 
4745share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketNotEmptyException.php 
4746share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/CredentialsNotSupportedException.php 
4747share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php 
4748share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/DeleteMultipleObjectsException.php 
4749share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/EntityTooLargeException.php 
4750share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/EntityTooSmallException.php 
4751share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ExpiredTokenException.php 
4752share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IllegalVersioningConfigurationException.php 
4753share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IncompleteBodyException.php 
4754share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php 
4755share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InlineDataTooLargeException.php 
4756share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InternalErrorException.php 
4757share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidAccessKeyIdException.php 
4758share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidAddressingHeaderException.php 
4759share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidArgumentException.php 
4760share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidBucketNameException.php 
4761share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidBucketStateException.php 
4762share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidDigestException.php 
4763share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidLocationConstraintException.php 
4764share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPartException.php 
4765share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPartOrderException.php 
4766share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPayerException.php 
4767share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPolicyDocumentException.php 
4768share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidRangeException.php 
4769share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidRequestException.php 
4770share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidSOAPRequestException.php 
4771share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidSecurityException.php 
4772share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidStorageClassException.php 
4773share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTagErrorException.php 
4774share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php 
4775share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTokenException.php 
4776share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidURIException.php 
4777share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/KeyTooLongException.php 
4778share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedACLErrorException.php 
4779share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedPOSTRequestException.php 
4780share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedXMLException.php 
4781share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MaxMessageLengthExceededException.php 
4782share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php 
4783share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MetadataTooLargeException.php 
4784share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MethodNotAllowedException.php 
4785share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingAttachmentException.php 
4786share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingContentLengthException.php 
4787share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingRequestBodyErrorException.php 
4788share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingSecurityElementException.php 
4789share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingSecurityHeaderException.php 
4790share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoLoggingStatusForKeyException.php 
4791share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchBucketException.php 
4792share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchBucketPolicyException.php 
4793share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchCORSConfigurationException.php 
4794share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchKeyException.php 
4795share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php 
4796share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchTagSetErrorException.php 
4797share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchUploadException.php 
4798share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchVersionException.php 
4799share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php 
4800share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotImplementedException.php 
4801share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotSignedUpException.php 
4802share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotSuchBucketPolicyException.php 
4803share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php 
4804share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php 
4805share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/OperationAbortedException.php 
4806share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/Parser/S3ExceptionParser.php 
4807share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/PermanentRedirectException.php 
4808share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/PreconditionFailedException.php 
4809share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RedirectException.php 
4810share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestIsNotMultiPartContentException.php 
4811share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTimeTooSkewedException.php 
4812share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTimeoutException.php 
4813share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php 
4814share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/S3Exception.php 
4815share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ServiceUnavailableException.php 
4816share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/SignatureDoesNotMatchException.php 
4817share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/SlowDownException.php 
4818share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TemporaryRedirectException.php 
4819share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TokenRefreshRequiredException.php 
4820share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TooManyBucketsException.php 
4821share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UnexpectedContentException.php 
4822share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php 
4823share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php 
4824share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListBucketsIterator.php 
4825share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListMultipartUploadsIterator.php 
4826share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListObjectVersionsIterator.php 
4827share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListObjectsIterator.php 
4828share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/OpendirIterator.php 
4829share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Acp.php 
4830share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/AcpBuilder.php 
4831share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/ClearBucket.php 
4832share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/DeleteObjectsBatch.php 
4833share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/DeleteObjectsTransfer.php 
4834share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Grant.php 
4835share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Grantee.php 
4836share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/AbstractTransfer.php 
4837share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/ParallelTransfer.php 
4838share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/SerialTransfer.php 
4839share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/TransferState.php 
4840share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadBuilder.php 
4841share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadId.php 
4842share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadPart.php 
4843share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/PostObject.php 
4844share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Resources/s3-2006-03-01.php 
4845share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/ResumableDownload.php 
4846share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Client.php 
4847share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Md5Listener.php 
4848share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Signature.php 
4849share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3SignatureInterface.php 
4850share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3SignatureV4.php 
4851share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/SocketTimeoutChecker.php 
4852share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/SseCpkListener.php 
4853share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/StreamWrapper.php 
4854share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/AbstractSync.php 
4855share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/AbstractSyncBuilder.php 
4856share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/ChangedFilesIterator.php 
4857share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/DownloadSync.php 
4858share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/DownloadSyncBuilder.php 
4859share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/FilenameConverterInterface.php 
4860share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/KeyConverter.php 
4861share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/UploadSync.php 
4862share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/UploadSyncBuilder.php 
4863share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/AbstractBatchDecorator.php 
4864share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/Batch.php 
4865share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchBuilder.php 
4866share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchClosureDivisor.php 
4867share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchClosureTransfer.php 
4868share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchCommandTransfer.php 
4869share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchDivisorInterface.php 
4870share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchInterface.php 
4871share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchRequestTransfer.php 
4872share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchSizeDivisor.php 
4873share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchTransferInterface.php 
4874share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/Exception/BatchTransferException.php 
4875share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/ExceptionBufferingBatch.php 
4876share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/FlushingBatch.php 
4877share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/HistoryBatch.php 
4878share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/NotifyingBatch.php 
4879share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/composer.json 
4880share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/AbstractCacheAdapter.php 
4881share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/CacheAdapterFactory.php 
4882share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/CacheAdapterInterface.php 
4883share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/ClosureCacheAdapter.php 
4884share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/DoctrineCacheAdapter.php 
4885share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/NullCacheAdapter.php 
4886share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/Zf1CacheAdapter.php 
4887share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/Zf2CacheAdapter.php 
4888share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/composer.json 
4889share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/AbstractHasDispatcher.php 
4890share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Collection.php 
4891share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Event.php 
4892share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/BadMethodCallException.php 
4893share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/ExceptionCollection.php 
4894share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/GuzzleException.php 
4895share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/InvalidArgumentException.php 
4896share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/RuntimeException.php 
4897share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/UnexpectedValueException.php 
4898share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/FromConfigInterface.php 
4899share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/HasDispatcherInterface.php 
4900share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/ToArrayInterface.php 
4901share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Version.php 
4902share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/composer.json 
4903share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/AbstractEntityBodyDecorator.php 
4904share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/CachingEntityBody.php 
4905share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Client.php 
4906share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/ClientInterface.php 
4907share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlHandle.php 
4908share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMulti.php 
4909share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMultiInterface.php 
4910share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMultiProxy.php 
4911share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlVersion.php 
4912share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/RequestMediator.php 
4913share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/EntityBody.php 
4914share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/EntityBodyInterface.php 
4915share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/BadResponseException.php 
4916share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/ClientErrorResponseException.php 
4917share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/CouldNotRewindStreamException.php 
4918share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/CurlException.php 
4919share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/HttpException.php 
4920share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/MultiTransferException.php 
4921share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/RequestException.php 
4922share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/ServerErrorResponseException.php 
4923share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/TooManyRedirectsException.php 
4924share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/IoEmittingEntityBody.php 
4925share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/AbstractMessage.php 
4926share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/EntityEnclosingRequest.php 
4927share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/EntityEnclosingRequestInterface.php 
4928share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header.php 
4929share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/CacheControl.php 
4930share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderCollection.php 
4931share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderFactory.php 
4932share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderFactoryInterface.php 
4933share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderInterface.php 
4934share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/Link.php 
4935share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/MessageInterface.php 
4936share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/PostFile.php 
4937share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/PostFileInterface.php 
4938share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Request.php 
4939share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestFactory.php 
4940share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestFactoryInterface.php 
4941share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestInterface.php 
4942share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Response.php 
4943share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Mimetypes.php 
4944share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/CommaAggregator.php 
4945share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/DuplicateAggregator.php 
4946share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/PhpAggregator.php 
4947share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php 
4948share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryString.php 
4949share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/ReadLimitEntityBody.php 
4950share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/RedirectPlugin.php 
4951share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Resources/cacert.pem 
4952share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/StaticClient.php 
4953share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Url.php 
4954share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/composer.json 
4955share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/Inflector.php 
4956share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/InflectorInterface.php 
4957share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/MemoizingInflector.php 
4958share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/PreComputedInflector.php 
4959share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/composer.json 
4960share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/AppendIterator.php 
4961share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/ChunkedIterator.php 
4962share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/FilterIterator.php 
4963share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/MapIterator.php 
4964share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/MethodProxyIterator.php 
4965share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/README.md 
4966share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/composer.json 
4967share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/AbstractLogAdapter.php 
4968share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/ArrayLogAdapter.php 
4969share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/ClosureLogAdapter.php 
4970share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/LogAdapterInterface.php 
4971share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/MessageFormatter.php 
4972share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/MonologLogAdapter.php 
4973share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/PsrLogAdapter.php 
4974share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/Zf1LogAdapter.php 
4975share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/Zf2LogAdapter.php 
4976share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/composer.json 
4977share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Cookie/CookieParser.php 
4978share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Cookie/CookieParserInterface.php 
4979share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/AbstractMessageParser.php 
4980share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/MessageParser.php 
4981share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/MessageParserInterface.php 
4982share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/PeclHttpMessageParser.php 
4983share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/ParserRegistry.php 
4984share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/PeclUriTemplate.php 
4985share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/UriTemplate.php 
4986share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/UriTemplateInterface.php 
4987share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Url/UrlParser.php 
4988share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Url/UrlParserInterface.php 
4989share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/composer.json 
4990share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Async/AsyncPlugin.php 
4991share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Async/composer.json 
4992share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php 
4993share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php 
4994share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffLogger.php 
4995share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffPlugin.php 
4996share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php 
4997share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php 
4998share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php 
4999share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php 
5000share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php 
5001share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php 
5002share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php 
5003share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php 
5004share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php 
5005share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/composer.json 
5006share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php 
5007share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CachePlugin.php 
5008share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CacheStorageInterface.php 
5009share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php 
5010share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php 
5011share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php 
5012share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCacheStorage.php 
5013share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php 
5014share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultRevalidation.php 
5015share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DenyRevalidation.php 
5016share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/RevalidationInterface.php 
5017share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/SkipRevalidation.php 
5018share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/composer.json 
5019share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/Cookie.php 
5020share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php 
5021share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php 
5022share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php 
5023share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookiePlugin.php 
5024share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php 
5025share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/composer.json 
5026share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php 
5027share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/CurlAuth/composer.json 
5028share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php 
5029share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php 
5030share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php 
5031share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/composer.json 
5032share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/History/HistoryPlugin.php 
5033share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/History/composer.json 
5034share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/LogPlugin.php 
5035share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json 
5036share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php 
5037share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php 
5038share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/composer.json 
5039share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Mock/MockPlugin.php 
5040share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Mock/composer.json 
5041share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Oauth/OauthPlugin.php 
5042share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Oauth/composer.json 
5043share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/composer.json 
5044share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/AbstractConfigLoader.php 
5045share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilder.php 
5046share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilderInterface.php 
5047share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilderLoader.php 
5048share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/CachingConfigLoader.php 
5049share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Client.php 
5050share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/ClientInterface.php 
5051share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/AbstractCommand.php 
5052share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ClosureCommand.php 
5053share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/CommandInterface.php 
5054share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/CreateResponseClassEvent.php 
5055share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/DefaultRequestSerializer.php 
5056share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/DefaultResponseParser.php 
5057share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/AliasFactory.php 
5058share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/CompositeFactory.php 
5059share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/ConcreteClassFactory.php 
5060share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/FactoryInterface.php 
5061share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/MapFactory.php 
5062share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php 
5063share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php 
5064share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php 
5065share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php 
5066share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php 
5067share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php 
5068share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php 
5069share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php 
5070share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php 
5071share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php 
5072share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php 
5073share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php 
5074share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php 
5075share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php 
5076share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php 
5077share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php 
5078share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php 
5079share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php 
5080share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php 
5081share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php 
5082share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/OperationCommand.php 
5083share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/OperationResponseParser.php 
5084share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/RequestSerializerInterface.php 
5085share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ResponseClassInterface.php 
5086share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ResponseParserInterface.php 
5087share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/ConfigLoaderInterface.php 
5088share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/Operation.php 
5089share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/OperationInterface.php 
5090share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/Parameter.php 
5091share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/SchemaFormatter.php 
5092share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/SchemaValidator.php 
5093share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescription.php 
5094share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescriptionInterface.php 
5095share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescriptionLoader.php 
5096share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ValidatorInterface.php 
5097share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandException.php 
5098share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandTransferException.php 
5099share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/DescriptionBuilderException.php 
5100share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/InconsistentClientTransferException.php 
5101share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ResponseClassException.php 
5102share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ServiceBuilderException.php 
5103share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ServiceNotFoundException.php 
5104share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ValidationException.php 
5105share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php 
5106share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php 
5107share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/MapResourceIteratorFactory.php 
5108share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/Model.php 
5109share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIterator.php 
5110share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php 
5111share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorClassFactory.php 
5112share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php 
5113share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorInterface.php 
5114share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/composer.json 
5115share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/PhpStreamRequestFactory.php 
5116share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/Stream.php 
5117share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamInterface.php 
5118share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamRequestFactoryInterface.php 
5119share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json 
5120share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/.gitignore 
5121share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcClassLoader.php 
5122share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php 
5123share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/CHANGELOG.md 
5124share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassCollectionLoader.php 
5125share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassLoader.php 
5126share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassMapGenerator.php 
5127share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/DebugClassLoader.php 
5128share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php 
5129share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/LICENSE 
5130share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/MapClassLoader.php 
5131share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Psr4ClassLoader.php 
5132share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/README.md 
5133share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php 
5134share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php 
5135share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php 
5136share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php 
5137share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Bar.php 
5138share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Baz.php 
5139share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Foo.php 
5140share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/FooBar.php 
5141share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Bar.php 
5142share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Baz.php 
5143share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Foo.php 
5144share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Bar.php 
5145share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php 
5146share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Bar.php 
5147share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Foo.php 
5148share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php 
5149share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php 
5150share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Bar.php 
5151share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Foo.php 
5152share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php 
5153share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php 
5154share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/A.php 
5155share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/ATrait.php 
5156share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/B.php 
5157share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/BTrait.php 
5158share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php 
5159share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php 
5160share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php 
5161share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/E.php 
5162share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/GInterface.php 
5163share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php 
5164share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php 
5165share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Foo.php 
5166share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithComments.php 
5167share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Bar.php 
5168share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Baz.php 
5169share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Foo.php 
5170share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Bar.php 
5171share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Baz.php 
5172share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Foo.php 
5173share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/WithComments.php 
5174share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Bar.php 
5175share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Baz.php 
5176share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Foo.php 
5177share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Bar.php 
5178share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Foo.php 
5179share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Bar.php 
5180share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Foo.php 
5181share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Bar.php 
5182share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Foo.php 
5183share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Bar.php 
5184share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Foo.php 
5185share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Bar.php 
5186share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Foo.php 
5187share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Bar.php 
5188share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Foo.php 
5189share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Bar.php 
5190share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Foo.php 
5191share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Bar.php 
5192share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php 
5193share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeClass.php 
5194share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeInterface.php 
5195share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeParent.php 
5196share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/multipleNs.php 
5197share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notAClass.php 
5198share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notPhpFile.md 
5199share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/sameNsMultipleClasses.php 
5200share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php 
5201share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced/FooBar.php 
5202share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced2/FooBar.php 
5203share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike/FooBar.php 
5204share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php 
5205share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/includepath/Foo.php 
5206share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/traits.php 
5207share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Class_With_Underscores.php 
5208share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Foo.php 
5209share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php 
5210share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php 
5211share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Psr4ClassLoaderTest.php 
5212share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php 
5213share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/UniversalClassLoader.php 
5214share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/WinCacheClassLoader.php 
5215share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/XcacheClassLoader.php 
5216share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/composer.json 
5217share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/phpunit.xml.dist 
5218share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/.gitignore 
5219share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/CHANGELOG.md 
5220share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php 
5221share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php 
5222share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php 
5223share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/WrappedListener.php 
5224share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php 
5225share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Event.php 
5226share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventDispatcher.php 
5227share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventDispatcherInterface.php 
5228share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventSubscriberInterface.php 
5229share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/GenericEvent.php 
5230share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php 
5231share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/LICENSE 
5232share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/README.md 
5233share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php 
5234share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php 
5235share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php 
5236share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php 
5237share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/EventTest.php 
5238share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php 
5239share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php 
5240share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/composer.json 
5241share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/phpunit.xml.dist 
5242share/nextcloud/apps/files_external/3rdparty/aws-sdk-php/aws-autoloader.php 
5243share/nextcloud/apps/files_external/3rdparty/composer.json 5553share/nextcloud/apps/files_external/3rdparty/composer.json
5244share/nextcloud/apps/files_external/3rdparty/composer.lock 5554share/nextcloud/apps/files_external/3rdparty/composer.lock
5245share/nextcloud/apps/files_external/3rdparty/composer/ClassLoader.php 5555share/nextcloud/apps/files_external/3rdparty/composer/ClassLoader.php
5246share/nextcloud/apps/files_external/3rdparty/composer/LICENSE 5556share/nextcloud/apps/files_external/3rdparty/composer/LICENSE
5247share/nextcloud/apps/files_external/3rdparty/composer/autoload_classmap.php 5557share/nextcloud/apps/files_external/3rdparty/composer/autoload_classmap.php
5248share/nextcloud/apps/files_external/3rdparty/composer/autoload_namespaces.php 5558share/nextcloud/apps/files_external/3rdparty/composer/autoload_namespaces.php
5249share/nextcloud/apps/files_external/3rdparty/composer/autoload_psr4.php 5559share/nextcloud/apps/files_external/3rdparty/composer/autoload_psr4.php
5250share/nextcloud/apps/files_external/3rdparty/composer/autoload_real.php 5560share/nextcloud/apps/files_external/3rdparty/composer/autoload_real.php
5251share/nextcloud/apps/files_external/3rdparty/composer/autoload_static.php 5561share/nextcloud/apps/files_external/3rdparty/composer/autoload_static.php
5252share/nextcloud/apps/files_external/3rdparty/composer/installed.json 5562share/nextcloud/apps/files_external/3rdparty/composer/installed.json
5253share/nextcloud/apps/files_external/3rdparty/google-api-php-client/LICENSE 5563share/nextcloud/apps/files_external/3rdparty/google-api-php-client/LICENSE
5254share/nextcloud/apps/files_external/3rdparty/google-api-php-client/README.md 5564share/nextcloud/apps/files_external/3rdparty/google-api-php-client/README.md
5255share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Abstract.php 5565share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Abstract.php
5256share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AppIdentity.php 5566share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AppIdentity.php
5257share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AssertionCredentials.php 5567share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AssertionCredentials.php
5258share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/ComputeEngine.php 5568share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/ComputeEngine.php
5259share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Exception.php 5569share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Exception.php
5260share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/LoginTicket.php 5570share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/LoginTicket.php
5261share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/OAuth2.php 5571share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/OAuth2.php
5262share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Simple.php 5572share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Simple.php
5263share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Abstract.php 5573share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Abstract.php
5264share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Apc.php 5574share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Apc.php
5265share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Exception.php 5575share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Exception.php
5266share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/File.php 5576share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/File.php
5267share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Memcache.php 5577share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Memcache.php
5268share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Null.php 5578share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Null.php
5269share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Client.php 5579share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Client.php
5270share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Collection.php 5580share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Collection.php
5271share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Config.php 5581share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Config.php
5272share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Exception.php 5582share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Exception.php
5273share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/Batch.php 5583share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/Batch.php
5274share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/CacheParser.php 5584share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/CacheParser.php
5275share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/MediaFileUpload.php 5585share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/MediaFileUpload.php
5276share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/REST.php 5586share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/REST.php
5277share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/Request.php 5587share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/Request.php
5278share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Abstract.php 5588share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Abstract.php
5279share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Curl.php 5589share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Curl.php
5280share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Exception.php 5590share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Exception.php
5281share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Stream.php 5591share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Stream.php
5282share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/cacerts.pem 5592share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/cacerts.pem
5283share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Abstract.php 5593share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Abstract.php
5284share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Exception.php 5594share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Exception.php
5285share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/File.php 5595share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/File.php
5286share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Null.php 5596share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Null.php
5287share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Psr.php 5597share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Psr.php
5288share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Model.php 5598share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Model.php
5289share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service.php 5599share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service.php
5290share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdExchangeBuyer.php 5600share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdExchangeBuyer.php
5291share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdExchangeSeller.php 5601share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdExchangeSeller.php
5292share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdSense.php 5602share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdSense.php
5293share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdSenseHost.php 5603share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdSenseHost.php
5294share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Admin.php 5604share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Admin.php
5295share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Analytics.php 5605share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Analytics.php
5296share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AndroidEnterprise.php 5606share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AndroidEnterprise.php
5297share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AndroidPublisher.php 5607share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AndroidPublisher.php
5298share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AppState.php 5608share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AppState.php
5299share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Appengine.php 5609share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Appengine.php
5300share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Appsactivity.php 5610share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Appsactivity.php
5301share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Audit.php 5611share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Audit.php
5302share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Autoscaler.php 5612share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Autoscaler.php
5303share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Bigquery.php 5613share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Bigquery.php
5304share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Blogger.php 5614share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Blogger.php
5305share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Books.php 5615share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Books.php
5306share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Calendar.php 5616share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Calendar.php
5307share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CivicInfo.php 5617share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CivicInfo.php
5308share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Classroom.php 5618share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Classroom.php
5309share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CloudMonitoring.php 5619share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CloudMonitoring.php
5310share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CloudUserAccounts.php 5620share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CloudUserAccounts.php
5311share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudbilling.php 5621share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudbilling.php
5312share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Clouddebugger.php 5622share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Clouddebugger.php
5313share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudlatencytest.php 5623share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudlatencytest.php
5314share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudresourcemanager.php 5624share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudresourcemanager.php
5315share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudsearch.php 5625share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudsearch.php
5316share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudtrace.php 5626share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudtrace.php
5317share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Compute.php 5627share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Compute.php
5318share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Computeaccounts.php 5628share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Computeaccounts.php
5319share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Container.php 5629share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Container.php
5320share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Coordinate.php 5630share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Coordinate.php
5321share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Customsearch.php 5631share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Customsearch.php
5322share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DataTransfer.php 5632share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DataTransfer.php
5323share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dataflow.php 5633share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dataflow.php
5324share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Datastore.php 5634share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Datastore.php
5325share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DeploymentManager.php 5635share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DeploymentManager.php
5326share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dfareporting.php 5636share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dfareporting.php
5327share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Directory.php 5637share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Directory.php
5328share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dns.php 5638share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dns.php
5329share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DoubleClickBidManager.php 5639share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DoubleClickBidManager.php
5330share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Doubleclicksearch.php 5640share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Doubleclicksearch.php
5331share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Drive.php 5641share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Drive.php
5332share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Exception.php 5642share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Exception.php
5333share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Fitness.php 5643share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Fitness.php
5334share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Freebase.php 5644share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Freebase.php
5335share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Fusiontables.php 5645share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Fusiontables.php
5336share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Games.php 5646share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Games.php
5337share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GamesConfiguration.php 5647share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GamesConfiguration.php
5338share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GamesManagement.php 5648share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GamesManagement.php
5339share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Genomics.php 5649share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Genomics.php
5340share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Gmail.php 5650share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Gmail.php
5341share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GroupsMigration.php 5651share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GroupsMigration.php
5342share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Groupssettings.php 5652share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Groupssettings.php
5343share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/IdentityToolkit.php 5653share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/IdentityToolkit.php
5344share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Licensing.php 5654share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Licensing.php
5345share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Logging.php 5655share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Logging.php
5346share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Manager.php 5656share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Manager.php
5347share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/MapsEngine.php 5657share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/MapsEngine.php
5348share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Mirror.php 5658share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Mirror.php
5349share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Oauth2.php 5659share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Oauth2.php
5350share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Pagespeedonline.php 5660share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Pagespeedonline.php
5351share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Partners.php 5661share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Partners.php
5352share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Playmoviespartner.php 5662share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Playmoviespartner.php
5353share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Plus.php 5663share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Plus.php
5354share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/PlusDomains.php 5664share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/PlusDomains.php
5355share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Prediction.php 5665share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Prediction.php
5356share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Proximitybeacon.php 5666share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Proximitybeacon.php
5357share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Pubsub.php 5667share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Pubsub.php
5358share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/QPXExpress.php 5668share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/QPXExpress.php
5359share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Replicapool.php 5669share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Replicapool.php
5360share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Replicapoolupdater.php 5670share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Replicapoolupdater.php
5361share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Reports.php 5671share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Reports.php
5362share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Reseller.php 5672share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Reseller.php
5363share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resource.php 5673share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resource.php
5364share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resourceviews.php 5674share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resourceviews.php
5365share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/SQLAdmin.php 5675share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/SQLAdmin.php
5366share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Script.php 5676share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Script.php
5367share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/ShoppingContent.php 5677share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/ShoppingContent.php
5368share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/SiteVerification.php 5678share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/SiteVerification.php
5369share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Spectrum.php 5679share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Spectrum.php
5370share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Storage.php 5680share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Storage.php
5371share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Storagetransfer.php 5681share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Storagetransfer.php
5372share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/TagManager.php 5682share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/TagManager.php
5373share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Taskqueue.php 5683share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Taskqueue.php
5374share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Tasks.php 5684share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Tasks.php
5375share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Translate.php 5685share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Translate.php
5376share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Urlshortener.php 5686share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Urlshortener.php
5377share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Webfonts.php 5687share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Webfonts.php
5378share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Webmasters.php 5688share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Webmasters.php
5379share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTube.php 5689share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTube.php
5380share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeAnalytics.php 5690share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeAnalytics.php
5381share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeReporting.php 5691share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeReporting.php
5382share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/Abstract.php 5692share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/Abstract.php
5383share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/P12.php 5693share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/P12.php
5384share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Exception.php 5694share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Exception.php
5385share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Retryable.php 5695share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Retryable.php
5386share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Runner.php 5696share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Runner.php
5387share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils.php 5697share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils.php
5388share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils/URITemplate.php 5698share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils/URITemplate.php
5389share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Abstract.php 5699share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Abstract.php
5390share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Pem.php 5700share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Pem.php
5391share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/autoload.php 5701share/nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/autoload.php
5392share/nextcloud/apps/files_external/3rdparty/icewind/smb/.gitignore 5702share/nextcloud/apps/files_external/3rdparty/icewind/smb/.gitignore
5393share/nextcloud/apps/files_external/3rdparty/icewind/smb/LICENSE.txt 5703share/nextcloud/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
5394share/nextcloud/apps/files_external/3rdparty/icewind/smb/README.md 5704share/nextcloud/apps/files_external/3rdparty/icewind/smb/README.md
5395share/nextcloud/apps/files_external/3rdparty/icewind/smb/composer.json 5705share/nextcloud/apps/files_external/3rdparty/icewind/smb/composer.json
5396share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php 5706share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php
5397share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Change.php 5707share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Change.php
5398share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Connection.php 5708share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Connection.php
5399share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ErrorCodes.php 5709share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ErrorCodes.php
5400share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php 5710share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php
5401share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AlreadyExistsException.php 5711share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AlreadyExistsException.php
5402share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php 5712share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php
5403share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectException.php 5713share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectException.php
5404share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionException.php 5714share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionException.php
5405share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionRefusedException.php 5715share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionRefusedException.php
5406share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/DependencyException.php 5716share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/DependencyException.php
5407share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/Exception.php 5717share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/Exception.php
5408share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php 5718share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php
5409share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php 5719share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php
5410share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php 5720share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php
5411share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php 5721share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php
5412share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php 5722share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php
5413share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php 5723share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php
5414share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidResourceException.php 5724share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidResourceException.php
5415share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidTypeException.php 5725share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidTypeException.php
5416share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoLoginServerException.php 5726share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoLoginServerException.php
5417share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php 5727share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php
5418share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php 5728share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php
5419share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php 5729share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php
5420share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php 5730share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php
5421share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/FileInfo.php 5731share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/FileInfo.php
5422share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IFileInfo.php 5732share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IFileInfo.php
5423share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/INotifyHandler.php 5733share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/INotifyHandler.php
5424share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IShare.php 5734share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IShare.php
5425share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeFileInfo.php 5735share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeFileInfo.php
5426share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeReadStream.php 5736share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeReadStream.php
5427share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeServer.php 5737share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeServer.php
5428share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeShare.php 5738share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeShare.php
5429share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeState.php 5739share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeState.php
5430share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeStream.php 5740share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeStream.php
5431share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeWriteStream.php 5741share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NativeWriteStream.php
5432share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NotifyHandler.php 5742share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/NotifyHandler.php
5433share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Parser.php 5743share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Parser.php
5434share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/RawConnection.php 5744share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/RawConnection.php
5435share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Server.php 5745share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Server.php
5436share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Share.php 5746share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Share.php
5437share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/System.php 5747share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/System.php
5438share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php 5748share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php
5439share/nextcloud/apps/files_external/3rdparty/icewind/streams-dummy/composer.json 5749share/nextcloud/apps/files_external/3rdparty/icewind/streams-dummy/composer.json
5440share/nextcloud/apps/files_external/3rdparty/icewind/streams/.gitignore 5750share/nextcloud/apps/files_external/3rdparty/icewind/streams/.gitignore
5441share/nextcloud/apps/files_external/3rdparty/icewind/streams/.travis.yml 5751share/nextcloud/apps/files_external/3rdparty/icewind/streams/.travis.yml
5442share/nextcloud/apps/files_external/3rdparty/icewind/streams/LICENCE 5752share/nextcloud/apps/files_external/3rdparty/icewind/streams/LICENCE
5443share/nextcloud/apps/files_external/3rdparty/icewind/streams/README.md 5753share/nextcloud/apps/files_external/3rdparty/icewind/streams/README.md
5444share/nextcloud/apps/files_external/3rdparty/icewind/streams/composer.json 5754share/nextcloud/apps/files_external/3rdparty/icewind/streams/composer.json
5445share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php 5755share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php
5446share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Directory.php 5756share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Directory.php
5447share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryFilter.php 5757share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryFilter.php
5448share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryWrapper.php 5758share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryWrapper.php
5449share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/File.php 5759share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/File.php
5450share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/IteratorDirectory.php 5760share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/IteratorDirectory.php
5451share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/NullWrapper.php 5761share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/NullWrapper.php
5452share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Path.php 5762share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Path.php
5453share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/PathWrapper.php 5763share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/PathWrapper.php
5454share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/RetryWrapper.php 5764share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/RetryWrapper.php
5455share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/SeekableWrapper.php 5765share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/SeekableWrapper.php
5456share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Url.php 5766share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Url.php
5457share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/UrlCallBack.php 5767share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/UrlCallBack.php
5458share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php 5768share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
5459share/nextcloud/apps/files_external/ajax/applicable.php 5769share/nextcloud/apps/files_external/ajax/applicable.php
5460share/nextcloud/apps/files_external/ajax/oauth1.php 5770share/nextcloud/apps/files_external/ajax/oauth1.php
5461share/nextcloud/apps/files_external/ajax/oauth2.php 5771share/nextcloud/apps/files_external/ajax/oauth2.php
5462share/nextcloud/apps/files_external/appinfo/app.php 5772share/nextcloud/apps/files_external/appinfo/app.php
5463share/nextcloud/apps/files_external/appinfo/database.xml 5773share/nextcloud/apps/files_external/appinfo/database.xml
5464share/nextcloud/apps/files_external/appinfo/info.xml 5774share/nextcloud/apps/files_external/appinfo/info.xml
5465share/nextcloud/apps/files_external/appinfo/routes.php 5775share/nextcloud/apps/files_external/appinfo/routes.php
5466share/nextcloud/apps/files_external/appinfo/signature.json 5776share/nextcloud/apps/files_external/appinfo/signature.json
5467share/nextcloud/apps/files_external/css/external.css 5777share/nextcloud/apps/files_external/css/external.css
5468share/nextcloud/apps/files_external/css/settings.css 5778share/nextcloud/apps/files_external/css/settings.css
5469share/nextcloud/apps/files_external/img/app-dark.svg 5779share/nextcloud/apps/files_external/img/app-dark.svg
5470share/nextcloud/apps/files_external/img/app.svg 5780share/nextcloud/apps/files_external/img/app.svg
5471share/nextcloud/apps/files_external/js/app.js 5781share/nextcloud/apps/files_external/js/app.js
5472share/nextcloud/apps/files_external/js/dropbox.js 5782share/nextcloud/apps/files_external/js/dropbox.js
5473share/nextcloud/apps/files_external/js/gdrive.js 5783share/nextcloud/apps/files_external/js/gdrive.js
5474share/nextcloud/apps/files_external/js/mountsfilelist.js 5784share/nextcloud/apps/files_external/js/mountsfilelist.js
5475share/nextcloud/apps/files_external/js/oauth1.js 5785share/nextcloud/apps/files_external/js/oauth1.js
5476share/nextcloud/apps/files_external/js/oauth2.js 5786share/nextcloud/apps/files_external/js/oauth2.js
5477share/nextcloud/apps/files_external/js/public_key.js 5787share/nextcloud/apps/files_external/js/public_key.js
5478share/nextcloud/apps/files_external/js/rollingqueue.js 5788share/nextcloud/apps/files_external/js/rollingqueue.js
5479share/nextcloud/apps/files_external/js/settings.js 5789share/nextcloud/apps/files_external/js/settings.js
5480share/nextcloud/apps/files_external/js/statusmanager.js 5790share/nextcloud/apps/files_external/js/statusmanager.js
5481share/nextcloud/apps/files_external/l10n/.gitkeep 5791share/nextcloud/apps/files_external/l10n/.gitkeep
5482share/nextcloud/apps/files_external/l10n/af_ZA.js 5792share/nextcloud/apps/files_external/l10n/af_ZA.js
5483share/nextcloud/apps/files_external/l10n/af_ZA.json 5793share/nextcloud/apps/files_external/l10n/af_ZA.json
5484share/nextcloud/apps/files_external/l10n/ar.js 5794share/nextcloud/apps/files_external/l10n/ar.js
5485share/nextcloud/apps/files_external/l10n/ar.json 5795share/nextcloud/apps/files_external/l10n/ar.json
5486share/nextcloud/apps/files_external/l10n/ast.js 5796share/nextcloud/apps/files_external/l10n/ast.js
5487share/nextcloud/apps/files_external/l10n/ast.json 5797share/nextcloud/apps/files_external/l10n/ast.json
5488share/nextcloud/apps/files_external/l10n/az.js 5798share/nextcloud/apps/files_external/l10n/az.js
5489share/nextcloud/apps/files_external/l10n/az.json 5799share/nextcloud/apps/files_external/l10n/az.json
5490share/nextcloud/apps/files_external/l10n/bg_BG.js 5800share/nextcloud/apps/files_external/l10n/bg_BG.js
5491share/nextcloud/apps/files_external/l10n/bg_BG.json 5801share/nextcloud/apps/files_external/l10n/bg_BG.json
5492share/nextcloud/apps/files_external/l10n/bn_BD.js 5802share/nextcloud/apps/files_external/l10n/bn_BD.js
5493share/nextcloud/apps/files_external/l10n/bn_BD.json 5803share/nextcloud/apps/files_external/l10n/bn_BD.json
5494share/nextcloud/apps/files_external/l10n/bn_IN.js 5804share/nextcloud/apps/files_external/l10n/bn_IN.js
5495share/nextcloud/apps/files_external/l10n/bn_IN.json 5805share/nextcloud/apps/files_external/l10n/bn_IN.json
5496share/nextcloud/apps/files_external/l10n/bs.js 5806share/nextcloud/apps/files_external/l10n/bs.js
5497share/nextcloud/apps/files_external/l10n/bs.json 5807share/nextcloud/apps/files_external/l10n/bs.json
5498share/nextcloud/apps/files_external/l10n/ca.js 5808share/nextcloud/apps/files_external/l10n/ca.js
5499share/nextcloud/apps/files_external/l10n/ca.json 5809share/nextcloud/apps/files_external/l10n/ca.json
5500share/nextcloud/apps/files_external/l10n/cs.js 5810share/nextcloud/apps/files_external/l10n/cs.js
5501share/nextcloud/apps/files_external/l10n/cs.json 5811share/nextcloud/apps/files_external/l10n/cs.json
5502share/nextcloud/apps/files_external/l10n/cs_CZ.js 5812share/nextcloud/apps/files_external/l10n/cs_CZ.js
5503share/nextcloud/apps/files_external/l10n/cs_CZ.json 5813share/nextcloud/apps/files_external/l10n/cs_CZ.json
5504share/nextcloud/apps/files_external/l10n/cy_GB.js 5814share/nextcloud/apps/files_external/l10n/cy_GB.js
5505share/nextcloud/apps/files_external/l10n/cy_GB.json 5815share/nextcloud/apps/files_external/l10n/cy_GB.json
5506share/nextcloud/apps/files_external/l10n/da.js 5816share/nextcloud/apps/files_external/l10n/da.js
5507share/nextcloud/apps/files_external/l10n/da.json 5817share/nextcloud/apps/files_external/l10n/da.json
5508share/nextcloud/apps/files_external/l10n/de.js 5818share/nextcloud/apps/files_external/l10n/de.js
5509share/nextcloud/apps/files_external/l10n/de.json 5819share/nextcloud/apps/files_external/l10n/de.json
5510share/nextcloud/apps/files_external/l10n/de_AT.js 5820share/nextcloud/apps/files_external/l10n/de_AT.js
5511share/nextcloud/apps/files_external/l10n/de_AT.json 5821share/nextcloud/apps/files_external/l10n/de_AT.json
5512share/nextcloud/apps/files_external/l10n/de_DE.js 5822share/nextcloud/apps/files_external/l10n/de_DE.js
5513share/nextcloud/apps/files_external/l10n/de_DE.json 5823share/nextcloud/apps/files_external/l10n/de_DE.json
5514share/nextcloud/apps/files_external/l10n/el.js 5824share/nextcloud/apps/files_external/l10n/el.js
5515share/nextcloud/apps/files_external/l10n/el.json 5825share/nextcloud/apps/files_external/l10n/el.json
5516share/nextcloud/apps/files_external/l10n/en_GB.js 5826share/nextcloud/apps/files_external/l10n/en_GB.js
5517share/nextcloud/apps/files_external/l10n/en_GB.json 5827share/nextcloud/apps/files_external/l10n/en_GB.json
5518share/nextcloud/apps/files_external/l10n/eo.js 5828share/nextcloud/apps/files_external/l10n/eo.js
5519share/nextcloud/apps/files_external/l10n/eo.json 5829share/nextcloud/apps/files_external/l10n/eo.json
5520share/nextcloud/apps/files_external/l10n/es.js 5830share/nextcloud/apps/files_external/l10n/es.js
5521share/nextcloud/apps/files_external/l10n/es.json 5831share/nextcloud/apps/files_external/l10n/es.json
5522share/nextcloud/apps/files_external/l10n/es_AR.js 5832share/nextcloud/apps/files_external/l10n/es_AR.js
5523share/nextcloud/apps/files_external/l10n/es_AR.json 5833share/nextcloud/apps/files_external/l10n/es_AR.json
5524share/nextcloud/apps/files_external/l10n/es_CL.js 5834share/nextcloud/apps/files_external/l10n/es_CL.js
5525share/nextcloud/apps/files_external/l10n/es_CL.json 5835share/nextcloud/apps/files_external/l10n/es_CL.json
 5836share/nextcloud/apps/files_external/l10n/es_CO.js
 5837share/nextcloud/apps/files_external/l10n/es_CO.json
 5838share/nextcloud/apps/files_external/l10n/es_CR.js
 5839share/nextcloud/apps/files_external/l10n/es_CR.json
 5840share/nextcloud/apps/files_external/l10n/es_DO.js
 5841share/nextcloud/apps/files_external/l10n/es_DO.json
 5842share/nextcloud/apps/files_external/l10n/es_EC.js
 5843share/nextcloud/apps/files_external/l10n/es_EC.json
 5844share/nextcloud/apps/files_external/l10n/es_GT.js
 5845share/nextcloud/apps/files_external/l10n/es_GT.json
 5846share/nextcloud/apps/files_external/l10n/es_HN.js
 5847share/nextcloud/apps/files_external/l10n/es_HN.json
5526share/nextcloud/apps/files_external/l10n/es_MX.js 5848share/nextcloud/apps/files_external/l10n/es_MX.js
5527share/nextcloud/apps/files_external/l10n/es_MX.json 5849share/nextcloud/apps/files_external/l10n/es_MX.json
 5850share/nextcloud/apps/files_external/l10n/es_NI.js
 5851share/nextcloud/apps/files_external/l10n/es_NI.json
 5852share/nextcloud/apps/files_external/l10n/es_PA.js
 5853share/nextcloud/apps/files_external/l10n/es_PA.json
 5854share/nextcloud/apps/files_external/l10n/es_PE.js
 5855share/nextcloud/apps/files_external/l10n/es_PE.json
 5856share/nextcloud/apps/files_external/l10n/es_PR.js
 5857share/nextcloud/apps/files_external/l10n/es_PR.json
 5858share/nextcloud/apps/files_external/l10n/es_PY.js
 5859share/nextcloud/apps/files_external/l10n/es_PY.json
 5860share/nextcloud/apps/files_external/l10n/es_SV.js
 5861share/nextcloud/apps/files_external/l10n/es_SV.json
 5862share/nextcloud/apps/files_external/l10n/es_UY.js
 5863share/nextcloud/apps/files_external/l10n/es_UY.json
5528share/nextcloud/apps/files_external/l10n/et_EE.js 5864share/nextcloud/apps/files_external/l10n/et_EE.js
5529share/nextcloud/apps/files_external/l10n/et_EE.json 5865share/nextcloud/apps/files_external/l10n/et_EE.json
5530share/nextcloud/apps/files_external/l10n/eu.js 5866share/nextcloud/apps/files_external/l10n/eu.js
5531share/nextcloud/apps/files_external/l10n/eu.json 5867share/nextcloud/apps/files_external/l10n/eu.json
5532share/nextcloud/apps/files_external/l10n/fa.js 5868share/nextcloud/apps/files_external/l10n/fa.js
5533share/nextcloud/apps/files_external/l10n/fa.json 5869share/nextcloud/apps/files_external/l10n/fa.json
5534share/nextcloud/apps/files_external/l10n/fi.js 5870share/nextcloud/apps/files_external/l10n/fi.js
5535share/nextcloud/apps/files_external/l10n/fi.json 5871share/nextcloud/apps/files_external/l10n/fi.json
5536share/nextcloud/apps/files_external/l10n/fi_FI.js 5872share/nextcloud/apps/files_external/l10n/fi_FI.js
5537share/nextcloud/apps/files_external/l10n/fi_FI.json 5873share/nextcloud/apps/files_external/l10n/fi_FI.json
5538share/nextcloud/apps/files_external/l10n/fil.js 5874share/nextcloud/apps/files_external/l10n/fil.js
5539share/nextcloud/apps/files_external/l10n/fil.json 5875share/nextcloud/apps/files_external/l10n/fil.json
5540share/nextcloud/apps/files_external/l10n/fr.js 5876share/nextcloud/apps/files_external/l10n/fr.js
5541share/nextcloud/apps/files_external/l10n/fr.json 5877share/nextcloud/apps/files_external/l10n/fr.json
5542share/nextcloud/apps/files_external/l10n/gl.js 5878share/nextcloud/apps/files_external/l10n/gl.js
5543share/nextcloud/apps/files_external/l10n/gl.json 5879share/nextcloud/apps/files_external/l10n/gl.json
5544share/nextcloud/apps/files_external/l10n/he.js 5880share/nextcloud/apps/files_external/l10n/he.js
5545share/nextcloud/apps/files_external/l10n/he.json 5881share/nextcloud/apps/files_external/l10n/he.json
5546share/nextcloud/apps/files_external/l10n/hi.js 5882share/nextcloud/apps/files_external/l10n/hi.js
5547share/nextcloud/apps/files_external/l10n/hi.json 5883share/nextcloud/apps/files_external/l10n/hi.json
5548share/nextcloud/apps/files_external/l10n/hr.js 5884share/nextcloud/apps/files_external/l10n/hr.js
5549share/nextcloud/apps/files_external/l10n/hr.json 5885share/nextcloud/apps/files_external/l10n/hr.json
5550share/nextcloud/apps/files_external/l10n/hu.js 5886share/nextcloud/apps/files_external/l10n/hu.js
5551share/nextcloud/apps/files_external/l10n/hu.json 5887share/nextcloud/apps/files_external/l10n/hu.json
5552share/nextcloud/apps/files_external/l10n/hu_HU.js 5888share/nextcloud/apps/files_external/l10n/hu_HU.js
5553share/nextcloud/apps/files_external/l10n/hu_HU.json 5889share/nextcloud/apps/files_external/l10n/hu_HU.json
5554share/nextcloud/apps/files_external/l10n/hy.js 5890share/nextcloud/apps/files_external/l10n/hy.js
5555share/nextcloud/apps/files_external/l10n/hy.json 5891share/nextcloud/apps/files_external/l10n/hy.json
5556share/nextcloud/apps/files_external/l10n/ia.js 5892share/nextcloud/apps/files_external/l10n/ia.js
5557share/nextcloud/apps/files_external/l10n/ia.json 5893share/nextcloud/apps/files_external/l10n/ia.json
5558share/nextcloud/apps/files_external/l10n/id.js 5894share/nextcloud/apps/files_external/l10n/id.js
5559share/nextcloud/apps/files_external/l10n/id.json 5895share/nextcloud/apps/files_external/l10n/id.json
5560share/nextcloud/apps/files_external/l10n/is.js 5896share/nextcloud/apps/files_external/l10n/is.js
5561share/nextcloud/apps/files_external/l10n/is.json 5897share/nextcloud/apps/files_external/l10n/is.json
5562share/nextcloud/apps/files_external/l10n/it.js 5898share/nextcloud/apps/files_external/l10n/it.js
5563share/nextcloud/apps/files_external/l10n/it.json 5899share/nextcloud/apps/files_external/l10n/it.json
5564share/nextcloud/apps/files_external/l10n/ja.js 5900share/nextcloud/apps/files_external/l10n/ja.js
5565share/nextcloud/apps/files_external/l10n/ja.json 5901share/nextcloud/apps/files_external/l10n/ja.json
5566share/nextcloud/apps/files_external/l10n/jv.js 5902share/nextcloud/apps/files_external/l10n/jv.js
5567share/nextcloud/apps/files_external/l10n/jv.json 5903share/nextcloud/apps/files_external/l10n/jv.json
5568share/nextcloud/apps/files_external/l10n/ka_GE.js 5904share/nextcloud/apps/files_external/l10n/ka_GE.js
5569share/nextcloud/apps/files_external/l10n/ka_GE.json 5905share/nextcloud/apps/files_external/l10n/ka_GE.json
5570share/nextcloud/apps/files_external/l10n/km.js 5906share/nextcloud/apps/files_external/l10n/km.js
5571share/nextcloud/apps/files_external/l10n/km.json 5907share/nextcloud/apps/files_external/l10n/km.json
5572share/nextcloud/apps/files_external/l10n/kn.js 5908share/nextcloud/apps/files_external/l10n/kn.js
5573share/nextcloud/apps/files_external/l10n/kn.json 5909share/nextcloud/apps/files_external/l10n/kn.json
5574share/nextcloud/apps/files_external/l10n/ko.js 5910share/nextcloud/apps/files_external/l10n/ko.js
5575share/nextcloud/apps/files_external/l10n/ko.json 5911share/nextcloud/apps/files_external/l10n/ko.json
5576share/nextcloud/apps/files_external/l10n/ku_IQ.js 5912share/nextcloud/apps/files_external/l10n/ku_IQ.js
5577share/nextcloud/apps/files_external/l10n/ku_IQ.json 5913share/nextcloud/apps/files_external/l10n/ku_IQ.json
5578share/nextcloud/apps/files_external/l10n/lb.js 5914share/nextcloud/apps/files_external/l10n/lb.js
5579share/nextcloud/apps/files_external/l10n/lb.json 5915share/nextcloud/apps/files_external/l10n/lb.json
5580share/nextcloud/apps/files_external/l10n/lt_LT.js 5916share/nextcloud/apps/files_external/l10n/lt_LT.js
5581share/nextcloud/apps/files_external/l10n/lt_LT.json 5917share/nextcloud/apps/files_external/l10n/lt_LT.json
5582share/nextcloud/apps/files_external/l10n/lv.js 5918share/nextcloud/apps/files_external/l10n/lv.js
5583share/nextcloud/apps/files_external/l10n/lv.json 5919share/nextcloud/apps/files_external/l10n/lv.json
5584share/nextcloud/apps/files_external/l10n/mk.js 5920share/nextcloud/apps/files_external/l10n/mk.js
5585share/nextcloud/apps/files_external/l10n/mk.json 5921share/nextcloud/apps/files_external/l10n/mk.json
5586share/nextcloud/apps/files_external/l10n/mn.js 5922share/nextcloud/apps/files_external/l10n/mn.js
5587share/nextcloud/apps/files_external/l10n/mn.json 5923share/nextcloud/apps/files_external/l10n/mn.json
5588share/nextcloud/apps/files_external/l10n/ms_MY.js 5924share/nextcloud/apps/files_external/l10n/ms_MY.js
5589share/nextcloud/apps/files_external/l10n/ms_MY.json 5925share/nextcloud/apps/files_external/l10n/ms_MY.json
5590share/nextcloud/apps/files_external/l10n/my_MM.js 5926share/nextcloud/apps/files_external/l10n/my_MM.js
5591share/nextcloud/apps/files_external/l10n/my_MM.json 5927share/nextcloud/apps/files_external/l10n/my_MM.json
5592share/nextcloud/apps/files_external/l10n/nb.js 5928share/nextcloud/apps/files_external/l10n/nb.js
5593share/nextcloud/apps/files_external/l10n/nb.json 5929share/nextcloud/apps/files_external/l10n/nb.json
5594share/nextcloud/apps/files_external/l10n/nb_NO.js 5930share/nextcloud/apps/files_external/l10n/nb_NO.js
5595share/nextcloud/apps/files_external/l10n/nb_NO.json 5931share/nextcloud/apps/files_external/l10n/nb_NO.json
5596share/nextcloud/apps/files_external/l10n/nds.js 5932share/nextcloud/apps/files_external/l10n/nds.js
5597share/nextcloud/apps/files_external/l10n/nds.json 5933share/nextcloud/apps/files_external/l10n/nds.json
5598share/nextcloud/apps/files_external/l10n/nl.js 5934share/nextcloud/apps/files_external/l10n/nl.js
5599share/nextcloud/apps/files_external/l10n/nl.json 5935share/nextcloud/apps/files_external/l10n/nl.json
5600share/nextcloud/apps/files_external/l10n/nn_NO.js 5936share/nextcloud/apps/files_external/l10n/nn_NO.js
5601share/nextcloud/apps/files_external/l10n/nn_NO.json 5937share/nextcloud/apps/files_external/l10n/nn_NO.json
5602share/nextcloud/apps/files_external/l10n/oc.js 5938share/nextcloud/apps/files_external/l10n/oc.js
5603share/nextcloud/apps/files_external/l10n/oc.json 5939share/nextcloud/apps/files_external/l10n/oc.json
5604share/nextcloud/apps/files_external/l10n/pa.js 5940share/nextcloud/apps/files_external/l10n/pa.js
5605share/nextcloud/apps/files_external/l10n/pa.json 5941share/nextcloud/apps/files_external/l10n/pa.json
5606share/nextcloud/apps/files_external/l10n/pl.js 5942share/nextcloud/apps/files_external/l10n/pl.js
5607share/nextcloud/apps/files_external/l10n/pl.json 5943share/nextcloud/apps/files_external/l10n/pl.json
5608share/nextcloud/apps/files_external/l10n/pt_BR.js 5944share/nextcloud/apps/files_external/l10n/pt_BR.js
5609share/nextcloud/apps/files_external/l10n/pt_BR.json 5945share/nextcloud/apps/files_external/l10n/pt_BR.json
5610share/nextcloud/apps/files_external/l10n/pt_PT.js 5946share/nextcloud/apps/files_external/l10n/pt_PT.js
5611share/nextcloud/apps/files_external/l10n/pt_PT.json 5947share/nextcloud/apps/files_external/l10n/pt_PT.json
5612share/nextcloud/apps/files_external/l10n/ro.js 5948share/nextcloud/apps/files_external/l10n/ro.js
5613share/nextcloud/apps/files_external/l10n/ro.json 5949share/nextcloud/apps/files_external/l10n/ro.json
5614share/nextcloud/apps/files_external/l10n/ru.js 5950share/nextcloud/apps/files_external/l10n/ru.js
5615share/nextcloud/apps/files_external/l10n/ru.json 5951share/nextcloud/apps/files_external/l10n/ru.json
5616share/nextcloud/apps/files_external/l10n/si_LK.js 5952share/nextcloud/apps/files_external/l10n/si_LK.js
5617share/nextcloud/apps/files_external/l10n/si_LK.json 5953share/nextcloud/apps/files_external/l10n/si_LK.json
5618share/nextcloud/apps/files_external/l10n/sk.js 5954share/nextcloud/apps/files_external/l10n/sk.js
5619share/nextcloud/apps/files_external/l10n/sk.json 5955share/nextcloud/apps/files_external/l10n/sk.json
5620share/nextcloud/apps/files_external/l10n/sk_SK.js 5956share/nextcloud/apps/files_external/l10n/sk_SK.js
5621share/nextcloud/apps/files_external/l10n/sk_SK.json 5957share/nextcloud/apps/files_external/l10n/sk_SK.json
5622share/nextcloud/apps/files_external/l10n/sl.js 5958share/nextcloud/apps/files_external/l10n/sl.js
5623share/nextcloud/apps/files_external/l10n/sl.json 5959share/nextcloud/apps/files_external/l10n/sl.json
5624share/nextcloud/apps/files_external/l10n/sq.js 5960share/nextcloud/apps/files_external/l10n/sq.js
5625share/nextcloud/apps/files_external/l10n/sq.json 5961share/nextcloud/apps/files_external/l10n/sq.json
5626share/nextcloud/apps/files_external/l10n/sr.js 5962share/nextcloud/apps/files_external/l10n/sr.js
5627share/nextcloud/apps/files_external/l10n/sr.json 5963share/nextcloud/apps/files_external/l10n/sr.json
5628share/nextcloud/apps/files_external/l10n/sr@latin.js 5964share/nextcloud/apps/files_external/l10n/sr@latin.js
5629share/nextcloud/apps/files_external/l10n/sr@latin.json 5965share/nextcloud/apps/files_external/l10n/sr@latin.json
5630share/nextcloud/apps/files_external/l10n/sv.js 5966share/nextcloud/apps/files_external/l10n/sv.js
5631share/nextcloud/apps/files_external/l10n/sv.json 5967share/nextcloud/apps/files_external/l10n/sv.json
5632share/nextcloud/apps/files_external/l10n/ta_LK.js 5968share/nextcloud/apps/files_external/l10n/ta_LK.js
5633share/nextcloud/apps/files_external/l10n/ta_LK.json 5969share/nextcloud/apps/files_external/l10n/ta_LK.json
5634share/nextcloud/apps/files_external/l10n/te.js 5970share/nextcloud/apps/files_external/l10n/te.js
5635share/nextcloud/apps/files_external/l10n/te.json 5971share/nextcloud/apps/files_external/l10n/te.json
5636share/nextcloud/apps/files_external/l10n/th.js 5972share/nextcloud/apps/files_external/l10n/th.js
5637share/nextcloud/apps/files_external/l10n/th.json 5973share/nextcloud/apps/files_external/l10n/th.json
5638share/nextcloud/apps/files_external/l10n/th_TH.js 5974share/nextcloud/apps/files_external/l10n/th_TH.js
5639share/nextcloud/apps/files_external/l10n/th_TH.json 5975share/nextcloud/apps/files_external/l10n/th_TH.json
5640share/nextcloud/apps/files_external/l10n/tr.js 5976share/nextcloud/apps/files_external/l10n/tr.js
5641share/nextcloud/apps/files_external/l10n/tr.json 5977share/nextcloud/apps/files_external/l10n/tr.json
5642share/nextcloud/apps/files_external/l10n/ug.js 5978share/nextcloud/apps/files_external/l10n/ug.js
5643share/nextcloud/apps/files_external/l10n/ug.json 5979share/nextcloud/apps/files_external/l10n/ug.json
5644share/nextcloud/apps/files_external/l10n/uk.js 5980share/nextcloud/apps/files_external/l10n/uk.js
5645share/nextcloud/apps/files_external/l10n/uk.json 5981share/nextcloud/apps/files_external/l10n/uk.json
5646share/nextcloud/apps/files_external/l10n/ur_PK.js 5982share/nextcloud/apps/files_external/l10n/ur_PK.js
5647share/nextcloud/apps/files_external/l10n/ur_PK.json 5983share/nextcloud/apps/files_external/l10n/ur_PK.json
5648share/nextcloud/apps/files_external/l10n/vi.js 5984share/nextcloud/apps/files_external/l10n/vi.js
5649share/nextcloud/apps/files_external/l10n/vi.json 5985share/nextcloud/apps/files_external/l10n/vi.json
5650share/nextcloud/apps/files_external/l10n/zh_CN.js 5986share/nextcloud/apps/files_external/l10n/zh_CN.js
5651share/nextcloud/apps/files_external/l10n/zh_CN.json 5987share/nextcloud/apps/files_external/l10n/zh_CN.json
5652share/nextcloud/apps/files_external/l10n/zh_HK.js 5988share/nextcloud/apps/files_external/l10n/zh_HK.js
5653share/nextcloud/apps/files_external/l10n/zh_HK.json 5989share/nextcloud/apps/files_external/l10n/zh_HK.json
5654share/nextcloud/apps/files_external/l10n/zh_TW.js 5990share/nextcloud/apps/files_external/l10n/zh_TW.js
5655share/nextcloud/apps/files_external/l10n/zh_TW.json 5991share/nextcloud/apps/files_external/l10n/zh_TW.json
5656share/nextcloud/apps/files_external/lib/AppInfo/Application.php 5992share/nextcloud/apps/files_external/lib/AppInfo/Application.php
5657share/nextcloud/apps/files_external/lib/Command/Applicable.php 5993share/nextcloud/apps/files_external/lib/Command/Applicable.php
5658share/nextcloud/apps/files_external/lib/Command/Backends.php 5994share/nextcloud/apps/files_external/lib/Command/Backends.php
5659share/nextcloud/apps/files_external/lib/Command/Config.php 5995share/nextcloud/apps/files_external/lib/Command/Config.php
5660share/nextcloud/apps/files_external/lib/Command/Create.php 5996share/nextcloud/apps/files_external/lib/Command/Create.php
5661share/nextcloud/apps/files_external/lib/Command/Delete.php 5997share/nextcloud/apps/files_external/lib/Command/Delete.php
5662share/nextcloud/apps/files_external/lib/Command/Export.php 5998share/nextcloud/apps/files_external/lib/Command/Export.php
5663share/nextcloud/apps/files_external/lib/Command/Import.php 5999share/nextcloud/apps/files_external/lib/Command/Import.php
5664share/nextcloud/apps/files_external/lib/Command/ListCommand.php 6000share/nextcloud/apps/files_external/lib/Command/ListCommand.php
5665share/nextcloud/apps/files_external/lib/Command/Notify.php 6001share/nextcloud/apps/files_external/lib/Command/Notify.php
5666share/nextcloud/apps/files_external/lib/Command/Option.php 6002share/nextcloud/apps/files_external/lib/Command/Option.php
5667share/nextcloud/apps/files_external/lib/Command/Verify.php 6003share/nextcloud/apps/files_external/lib/Command/Verify.php
5668share/nextcloud/apps/files_external/lib/Config/ConfigAdapter.php 6004share/nextcloud/apps/files_external/lib/Config/ConfigAdapter.php
5669share/nextcloud/apps/files_external/lib/Config/ExternalMountPoint.php 6005share/nextcloud/apps/files_external/lib/Config/ExternalMountPoint.php
5670share/nextcloud/apps/files_external/lib/Controller/AjaxController.php 6006share/nextcloud/apps/files_external/lib/Controller/AjaxController.php
5671share/nextcloud/apps/files_external/lib/Controller/GlobalStoragesController.php 6007share/nextcloud/apps/files_external/lib/Controller/GlobalStoragesController.php
5672share/nextcloud/apps/files_external/lib/Controller/StoragesController.php 6008share/nextcloud/apps/files_external/lib/Controller/StoragesController.php
5673share/nextcloud/apps/files_external/lib/Controller/UserGlobalStoragesController.php 6009share/nextcloud/apps/files_external/lib/Controller/UserGlobalStoragesController.php
5674share/nextcloud/apps/files_external/lib/Controller/UserStoragesController.php 6010share/nextcloud/apps/files_external/lib/Controller/UserStoragesController.php
5675share/nextcloud/apps/files_external/lib/Lib/Api.php 6011share/nextcloud/apps/files_external/lib/Lib/Api.php
5676share/nextcloud/apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php 6012share/nextcloud/apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php
5677share/nextcloud/apps/files_external/lib/Lib/Auth/AuthMechanism.php 6013share/nextcloud/apps/files_external/lib/Lib/Auth/AuthMechanism.php
5678share/nextcloud/apps/files_external/lib/Lib/Auth/Builtin.php 6014share/nextcloud/apps/files_external/lib/Lib/Auth/Builtin.php
5679share/nextcloud/apps/files_external/lib/Lib/Auth/IUserProvided.php 6015share/nextcloud/apps/files_external/lib/Lib/Auth/IUserProvided.php
5680share/nextcloud/apps/files_external/lib/Lib/Auth/NullMechanism.php 6016share/nextcloud/apps/files_external/lib/Lib/Auth/NullMechanism.php
5681share/nextcloud/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php 6017share/nextcloud/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
5682share/nextcloud/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php 6018share/nextcloud/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php
5683share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/OpenStack.php 6019share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/OpenStack.php
5684share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php 6020share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php
5685share/nextcloud/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php 6021share/nextcloud/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php
5686share/nextcloud/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php 6022share/nextcloud/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php
5687share/nextcloud/apps/files_external/lib/Lib/Auth/Password/Password.php 6023share/nextcloud/apps/files_external/lib/Lib/Auth/Password/Password.php
5688share/nextcloud/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php 6024share/nextcloud/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php
5689share/nextcloud/apps/files_external/lib/Lib/Auth/Password/UserProvided.php 6025share/nextcloud/apps/files_external/lib/Lib/Auth/Password/UserProvided.php
5690share/nextcloud/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php 6026share/nextcloud/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php
5691share/nextcloud/apps/files_external/lib/Lib/Backend/AmazonS3.php 6027share/nextcloud/apps/files_external/lib/Lib/Backend/AmazonS3.php
5692share/nextcloud/apps/files_external/lib/Lib/Backend/Backend.php 6028share/nextcloud/apps/files_external/lib/Lib/Backend/Backend.php
5693share/nextcloud/apps/files_external/lib/Lib/Backend/DAV.php 6029share/nextcloud/apps/files_external/lib/Lib/Backend/DAV.php
5694share/nextcloud/apps/files_external/lib/Lib/Backend/Dropbox.php 6030share/nextcloud/apps/files_external/lib/Lib/Backend/Dropbox.php
5695share/nextcloud/apps/files_external/lib/Lib/Backend/FTP.php 6031share/nextcloud/apps/files_external/lib/Lib/Backend/FTP.php
5696share/nextcloud/apps/files_external/lib/Lib/Backend/Google.php 6032share/nextcloud/apps/files_external/lib/Lib/Backend/Google.php
5697share/nextcloud/apps/files_external/lib/Lib/Backend/LegacyBackend.php 6033share/nextcloud/apps/files_external/lib/Lib/Backend/LegacyBackend.php
5698share/nextcloud/apps/files_external/lib/Lib/Backend/Local.php 6034share/nextcloud/apps/files_external/lib/Lib/Backend/Local.php
5699share/nextcloud/apps/files_external/lib/Lib/Backend/OwnCloud.php 6035share/nextcloud/apps/files_external/lib/Lib/Backend/OwnCloud.php
5700share/nextcloud/apps/files_external/lib/Lib/Backend/SFTP.php 6036share/nextcloud/apps/files_external/lib/Lib/Backend/SFTP.php
5701share/nextcloud/apps/files_external/lib/Lib/Backend/SFTP_Key.php 6037share/nextcloud/apps/files_external/lib/Lib/Backend/SFTP_Key.php
5702share/nextcloud/apps/files_external/lib/Lib/Backend/SMB.php 6038share/nextcloud/apps/files_external/lib/Lib/Backend/SMB.php
5703share/nextcloud/apps/files_external/lib/Lib/Backend/SMB_OC.php 6039share/nextcloud/apps/files_external/lib/Lib/Backend/SMB_OC.php
5704share/nextcloud/apps/files_external/lib/Lib/Backend/Swift.php 6040share/nextcloud/apps/files_external/lib/Lib/Backend/Swift.php
5705share/nextcloud/apps/files_external/lib/Lib/Config/IAuthMechanismProvider.php 6041share/nextcloud/apps/files_external/lib/Lib/Config/IAuthMechanismProvider.php
5706share/nextcloud/apps/files_external/lib/Lib/Config/IBackendProvider.php 6042share/nextcloud/apps/files_external/lib/Lib/Config/IBackendProvider.php
5707share/nextcloud/apps/files_external/lib/Lib/DefinitionParameter.php 6043share/nextcloud/apps/files_external/lib/Lib/DefinitionParameter.php
5708share/nextcloud/apps/files_external/lib/Lib/DependencyTrait.php 6044share/nextcloud/apps/files_external/lib/Lib/DependencyTrait.php
5709share/nextcloud/apps/files_external/lib/Lib/FrontendDefinitionTrait.php 6045share/nextcloud/apps/files_external/lib/Lib/FrontendDefinitionTrait.php
5710share/nextcloud/apps/files_external/lib/Lib/IdentifierTrait.php 6046share/nextcloud/apps/files_external/lib/Lib/IdentifierTrait.php
5711share/nextcloud/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php 6047share/nextcloud/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php
5712share/nextcloud/apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.php 6048share/nextcloud/apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.php
5713share/nextcloud/apps/files_external/lib/Lib/MissingDependency.php 6049share/nextcloud/apps/files_external/lib/Lib/MissingDependency.php
5714share/nextcloud/apps/files_external/lib/Lib/Notify/SMBNotifyHandler.php 6050share/nextcloud/apps/files_external/lib/Lib/Notify/SMBNotifyHandler.php
5715share/nextcloud/apps/files_external/lib/Lib/PersonalMount.php 6051share/nextcloud/apps/files_external/lib/Lib/PersonalMount.php
5716share/nextcloud/apps/files_external/lib/Lib/PriorityTrait.php 6052share/nextcloud/apps/files_external/lib/Lib/PriorityTrait.php
5717share/nextcloud/apps/files_external/lib/Lib/SessionStorageWrapper.php 6053share/nextcloud/apps/files_external/lib/Lib/SessionStorageWrapper.php
5718share/nextcloud/apps/files_external/lib/Lib/Storage/AmazonS3.php 6054share/nextcloud/apps/files_external/lib/Lib/Storage/AmazonS3.php
5719share/nextcloud/apps/files_external/lib/Lib/Storage/Dropbox.php 6055share/nextcloud/apps/files_external/lib/Lib/Storage/Dropbox.php
5720share/nextcloud/apps/files_external/lib/Lib/Storage/FTP.php 6056share/nextcloud/apps/files_external/lib/Lib/Storage/FTP.php
5721share/nextcloud/apps/files_external/lib/Lib/Storage/Google.php 6057share/nextcloud/apps/files_external/lib/Lib/Storage/Google.php
5722share/nextcloud/apps/files_external/lib/Lib/Storage/OwnCloud.php 6058share/nextcloud/apps/files_external/lib/Lib/Storage/OwnCloud.php
5723share/nextcloud/apps/files_external/lib/Lib/Storage/SFTP.php 6059share/nextcloud/apps/files_external/lib/Lib/Storage/SFTP.php
5724share/nextcloud/apps/files_external/lib/Lib/Storage/SMB.php 6060share/nextcloud/apps/files_external/lib/Lib/Storage/SMB.php
5725share/nextcloud/apps/files_external/lib/Lib/Storage/StreamWrapper.php 6061share/nextcloud/apps/files_external/lib/Lib/Storage/StreamWrapper.php
5726share/nextcloud/apps/files_external/lib/Lib/Storage/Swift.php 6062share/nextcloud/apps/files_external/lib/Lib/Storage/Swift.php
5727share/nextcloud/apps/files_external/lib/Lib/StorageConfig.php 6063share/nextcloud/apps/files_external/lib/Lib/StorageConfig.php
5728share/nextcloud/apps/files_external/lib/Lib/StorageModifierTrait.php 6064share/nextcloud/apps/files_external/lib/Lib/StorageModifierTrait.php
5729share/nextcloud/apps/files_external/lib/Lib/VisibilityTrait.php 6065share/nextcloud/apps/files_external/lib/Lib/VisibilityTrait.php
5730share/nextcloud/apps/files_external/lib/Migration/DummyUserSession.php 6066share/nextcloud/apps/files_external/lib/Migration/DummyUserSession.php
5731share/nextcloud/apps/files_external/lib/Migration/StorageMigrator.php 6067share/nextcloud/apps/files_external/lib/Migration/StorageMigrator.php
5732share/nextcloud/apps/files_external/lib/NotFoundException.php 6068share/nextcloud/apps/files_external/lib/NotFoundException.php
5733share/nextcloud/apps/files_external/lib/Service/BackendService.php 6069share/nextcloud/apps/files_external/lib/Service/BackendService.php
5734share/nextcloud/apps/files_external/lib/Service/DBConfigService.php 6070share/nextcloud/apps/files_external/lib/Service/DBConfigService.php
5735share/nextcloud/apps/files_external/lib/Service/GlobalStoragesService.php 6071share/nextcloud/apps/files_external/lib/Service/GlobalStoragesService.php
5736share/nextcloud/apps/files_external/lib/Service/ImportLegacyStoragesService.php 6072share/nextcloud/apps/files_external/lib/Service/ImportLegacyStoragesService.php
5737share/nextcloud/apps/files_external/lib/Service/LegacyStoragesService.php 6073share/nextcloud/apps/files_external/lib/Service/LegacyStoragesService.php
5738share/nextcloud/apps/files_external/lib/Service/StoragesService.php 6074share/nextcloud/apps/files_external/lib/Service/StoragesService.php
5739share/nextcloud/apps/files_external/lib/Service/UserGlobalStoragesService.php 6075share/nextcloud/apps/files_external/lib/Service/UserGlobalStoragesService.php
5740share/nextcloud/apps/files_external/lib/Service/UserLegacyStoragesService.php 6076share/nextcloud/apps/files_external/lib/Service/UserLegacyStoragesService.php
5741share/nextcloud/apps/files_external/lib/Service/UserStoragesService.php 6077share/nextcloud/apps/files_external/lib/Service/UserStoragesService.php
5742share/nextcloud/apps/files_external/lib/Service/UserTrait.php 6078share/nextcloud/apps/files_external/lib/Service/UserTrait.php
5743share/nextcloud/apps/files_external/lib/Settings/Admin.php 6079share/nextcloud/apps/files_external/lib/Settings/Admin.php
5744share/nextcloud/apps/files_external/lib/Settings/Section.php 6080share/nextcloud/apps/files_external/lib/Settings/Section.php
5745share/nextcloud/apps/files_external/lib/config.php 6081share/nextcloud/apps/files_external/lib/config.php
5746share/nextcloud/apps/files_external/list.php 6082share/nextcloud/apps/files_external/list.php
5747share/nextcloud/apps/files_external/personal.php 6083share/nextcloud/apps/files_external/personal.php
5748share/nextcloud/apps/files_external/templates/list.php 6084share/nextcloud/apps/files_external/templates/list.php
5749share/nextcloud/apps/files_external/templates/settings.php 6085share/nextcloud/apps/files_external/templates/settings.php
5750share/nextcloud/apps/files_pdfviewer/.github/contributing.md 6086share/nextcloud/apps/files_pdfviewer/.github/contributing.md
5751share/nextcloud/apps/files_pdfviewer/.github/issue_template.md 6087share/nextcloud/apps/files_pdfviewer/.github/issue_template.md
5752share/nextcloud/apps/files_pdfviewer/appinfo/app.php 6088share/nextcloud/apps/files_pdfviewer/appinfo/app.php
5753share/nextcloud/apps/files_pdfviewer/appinfo/info.xml 6089share/nextcloud/apps/files_pdfviewer/appinfo/info.xml
5754share/nextcloud/apps/files_pdfviewer/appinfo/routes.php 6090share/nextcloud/apps/files_pdfviewer/appinfo/routes.php
5755share/nextcloud/apps/files_pdfviewer/appinfo/signature.json 6091share/nextcloud/apps/files_pdfviewer/appinfo/signature.json
5756share/nextcloud/apps/files_pdfviewer/controller/displaycontroller.php 6092share/nextcloud/apps/files_pdfviewer/controller/displaycontroller.php
5757share/nextcloud/apps/files_pdfviewer/css/minmode.css 6093share/nextcloud/apps/files_pdfviewer/css/minmode.css
5758share/nextcloud/apps/files_pdfviewer/css/style.css 6094share/nextcloud/apps/files_pdfviewer/css/style.css
5759share/nextcloud/apps/files_pdfviewer/css/viewer.css 6095share/nextcloud/apps/files_pdfviewer/css/viewer.css
5760share/nextcloud/apps/files_pdfviewer/img/app.png 6096share/nextcloud/apps/files_pdfviewer/img/app.png
5761share/nextcloud/apps/files_pdfviewer/img/app.svg 6097share/nextcloud/apps/files_pdfviewer/img/app.svg
5762share/nextcloud/apps/files_pdfviewer/img/toolbarButton-secondaryToolbarClose.svg 6098share/nextcloud/apps/files_pdfviewer/img/toolbarButton-secondaryToolbarClose.svg
5763share/nextcloud/apps/files_pdfviewer/js/previewplugin.js 6099share/nextcloud/apps/files_pdfviewer/js/previewplugin.js
5764share/nextcloud/apps/files_pdfviewer/js/workersrc.js 6100share/nextcloud/apps/files_pdfviewer/js/workersrc.js
5765share/nextcloud/apps/files_pdfviewer/templates/viewer.php 6101share/nextcloud/apps/files_pdfviewer/templates/viewer.php
5766share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/LICENSE 6102share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/LICENSE
5767share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/build/pdf.js 6103share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/build/pdf.js
5768share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/build/pdf.worker.js 6104share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/build/pdf.worker.js
5769share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-EUC-H.bcmap 6105share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-EUC-H.bcmap
5770share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-EUC-V.bcmap 6106share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-EUC-V.bcmap
5771share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-H.bcmap 6107share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-H.bcmap
5772share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-RKSJ-H.bcmap 6108share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-RKSJ-H.bcmap
5773share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-RKSJ-V.bcmap 6109share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-RKSJ-V.bcmap
5774share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-V.bcmap 6110share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-V.bcmap
5775share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap 6111share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap
5776share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap 6112share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap
5777share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap 6113share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap
5778share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap 6114share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap
5779share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap 6115share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap
5780share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap 6116share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap
5781share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap 6117share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap
5782share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap 6118share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap
5783share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap 6119share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap
5784share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-H.bcmap 6120share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-H.bcmap
5785share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-RKSJ-H.bcmap 6121share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-RKSJ-H.bcmap
5786share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-RKSJ-V.bcmap 6122share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-RKSJ-V.bcmap
5787share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-V.bcmap 6123share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-V.bcmap
5788share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap 6124share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap
5789share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap 6125share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap
5790share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap 6126share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap
5791share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap 6127share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap
5792share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap 6128share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap
5793share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap 6129share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap
5794share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap 6130share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap
5795share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap 6131share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap
5796share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-0.bcmap 6132share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-0.bcmap
5797share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-1.bcmap 6133share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-1.bcmap
5798share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-2.bcmap 6134share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-2.bcmap
5799share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-3.bcmap 6135share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-3.bcmap
5800share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-4.bcmap 6136share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-4.bcmap
5801share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-5.bcmap 6137share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-5.bcmap
5802share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap 6138share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap
5803share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap 6139share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap
5804share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap 6140share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap
5805share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap 6141share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap
5806share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap 6142share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap
5807share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap 6143share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap
5808share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap 6144share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap
5809share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap 6145share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap
5810share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap 6146share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap
5811share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap 6147share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap
5812share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap 6148share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap
5813share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap 6149share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap
5814share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap 6150share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap
5815share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5-H.bcmap 6151share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5-H.bcmap
5816share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5-V.bcmap 6152share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5-V.bcmap
5817share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5pc-H.bcmap 6153share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5pc-H.bcmap
5818share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5pc-V.bcmap 6154share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5pc-V.bcmap
5819share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS-EUC-H.bcmap 6155share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS-EUC-H.bcmap
5820share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS-EUC-V.bcmap 6156share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS-EUC-V.bcmap
5821share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS1-H.bcmap 6157share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS1-H.bcmap
5822share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS1-V.bcmap 6158share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS1-V.bcmap
5823share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS2-H.bcmap 6159share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS2-H.bcmap
5824share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS2-V.bcmap 6160share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS2-V.bcmap
5825share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETHK-B5-H.bcmap 6161share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETHK-B5-H.bcmap
5826share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETHK-B5-V.bcmap 6162share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETHK-B5-V.bcmap
5827share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETen-B5-H.bcmap 6163share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETen-B5-H.bcmap
5828share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETen-B5-V.bcmap 6164share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETen-B5-V.bcmap
5829share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETenms-B5-H.bcmap 6165share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETenms-B5-H.bcmap
5830share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETenms-B5-V.bcmap 6166share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETenms-B5-V.bcmap
5831share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/EUC-H.bcmap 6167share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/EUC-H.bcmap
5832share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/EUC-V.bcmap 6168share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/EUC-V.bcmap
5833share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-H.bcmap 6169share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-H.bcmap
5834share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap 6170share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap
5835share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap 6171share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap
5836share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-V.bcmap 6172share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-V.bcmap
5837share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-EUC-H.bcmap 6173share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-EUC-H.bcmap
5838share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-EUC-V.bcmap 6174share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-EUC-V.bcmap
5839share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-H.bcmap 6175share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-H.bcmap
5840share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-V.bcmap 6176share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-V.bcmap
5841share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK-EUC-H.bcmap 6177share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK-EUC-H.bcmap
5842share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK-EUC-V.bcmap 6178share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK-EUC-V.bcmap
5843share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK2K-H.bcmap 6179share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK2K-H.bcmap
5844share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK2K-V.bcmap 6180share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK2K-V.bcmap
5845share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBKp-EUC-H.bcmap 6181share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBKp-EUC-H.bcmap
5846share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBKp-EUC-V.bcmap 6182share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBKp-EUC-V.bcmap
5847share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-EUC-H.bcmap 6183share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-EUC-H.bcmap
5848share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-EUC-V.bcmap 6184share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-EUC-V.bcmap
5849share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-H.bcmap 6185share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-H.bcmap
5850share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-V.bcmap 6186share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-V.bcmap
5851share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap 6187share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap
5852share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap 6188share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap
5853share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBpc-EUC-H.bcmap 6189share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBpc-EUC-H.bcmap
5854share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBpc-EUC-V.bcmap 6190share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBpc-EUC-V.bcmap
5855share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/H.bcmap 6191share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/H.bcmap
5856share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdla-B5-H.bcmap 6192share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdla-B5-H.bcmap
5857share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdla-B5-V.bcmap 6193share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdla-B5-V.bcmap
5858share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdlb-B5-H.bcmap 6194share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdlb-B5-H.bcmap
5859share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdlb-B5-V.bcmap 6195share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdlb-B5-V.bcmap
5860share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKgccs-B5-H.bcmap 6196share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKgccs-B5-H.bcmap
5861share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKgccs-B5-V.bcmap 6197share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKgccs-B5-V.bcmap
5862share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm314-B5-H.bcmap 6198share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm314-B5-H.bcmap
5863share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm314-B5-V.bcmap 6199share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm314-B5-V.bcmap
5864share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm471-B5-H.bcmap 6200share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm471-B5-H.bcmap
5865share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm471-B5-V.bcmap 6201share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm471-B5-V.bcmap
5866share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKscs-B5-H.bcmap 6202share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKscs-B5-H.bcmap
5867share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKscs-B5-V.bcmap 6203share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKscs-B5-V.bcmap
5868share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Hankaku.bcmap 6204share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Hankaku.bcmap
5869share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Hiragana.bcmap 6205share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Hiragana.bcmap
5870share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-EUC-H.bcmap 6206share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-EUC-H.bcmap
5871share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-EUC-V.bcmap 6207share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-EUC-V.bcmap
5872share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-H.bcmap 6208share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-H.bcmap
5873share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-Johab-H.bcmap 6209share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-Johab-H.bcmap
5874share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-Johab-V.bcmap 6210share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-Johab-V.bcmap
5875share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-V.bcmap 6211share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-V.bcmap
5876share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-H.bcmap 6212share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-H.bcmap
5877share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap 6213share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap
5878share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap 6214share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap
5879share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-V.bcmap 6215share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-V.bcmap
5880share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap 6216share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap
5881share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap 6217share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap
5882share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Katakana.bcmap 6218share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Katakana.bcmap
5883share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/LICENSE 6219share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/LICENSE
5884share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/NWP-H.bcmap 6220share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/NWP-H.bcmap
5885share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/NWP-V.bcmap 6221share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/NWP-V.bcmap
5886share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/RKSJ-H.bcmap 6222share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/RKSJ-H.bcmap
5887share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/RKSJ-V.bcmap 6223share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/RKSJ-V.bcmap
5888share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Roman.bcmap 6224share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Roman.bcmap
5889share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap 6225share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap
5890share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap 6226share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap
5891share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap 6227share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap
5892share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap 6228share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap
5893share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap 6229share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap
5894share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap 6230share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap
5895share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap 6231share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap
5896share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap 6232share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap
5897share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap 6233share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap
5898share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap 6234share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap
5899share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap 6235share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap
5900share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap 6236share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap
5901share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap 6237share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap
5902share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap 6238share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap
5903share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap 6239share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap
5904share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap 6240share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap
5905share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap 6241share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap
5906share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap 6242share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap
5907share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap 6243share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap
5908share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap 6244share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap
5909share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap 6245share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap
5910share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap 6246share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap
5911share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap 6247share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap
5912share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap 6248share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap
5913share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap 6249share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap
5914share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap 6250share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap
5915share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap 6251share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap
5916share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap 6252share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap
5917share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap 6253share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap
5918share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap 6254share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap
5919share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap 6255share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap
5920share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap 6256share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap
5921share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap 6257share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap
5922share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap 6258share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap
5923share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap 6259share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap
5924share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap 6260share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap
5925share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap 6261share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap
5926share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap 6262share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap
5927share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap 6263share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap
5928share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap 6264share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap
5929share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap 6265share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap
5930share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap 6266share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap
5931share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap 6267share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap
5932share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap 6268share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap
5933share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap 6269share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap
5934share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap 6270share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap
5935share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap 6271share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap
5936share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/V.bcmap 6272share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/V.bcmap
5937share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/WP-Symbol.bcmap 6273share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/WP-Symbol.bcmap
5938share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/compatibility.js 6274share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/compatibility.js
5939share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/debugger.js 6275share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/debugger.js
5940share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-check.svg 6276share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-check.svg
5941share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-comment.svg 6277share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-comment.svg
5942share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-help.svg 6278share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-help.svg
5943share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-insert.svg 6279share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-insert.svg
5944share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-key.svg 6280share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-key.svg
5945share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-newparagraph.svg 6281share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-newparagraph.svg
5946share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-noicon.svg 6282share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-noicon.svg
5947share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-note.svg 6283share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-note.svg
5948share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-paragraph.svg 6284share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-paragraph.svg
5949share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next-rtl.png 6285share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next-rtl.png
5950share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next-rtl@2x.png 6286share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next-rtl@2x.png
5951share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next.png 6287share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next.png
5952share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next@2x.png 6288share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next@2x.png
5953share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous-rtl.png 6289share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous-rtl.png
5954share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous-rtl@2x.png 6290share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous-rtl@2x.png
5955share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous.png 6291share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous.png
5956share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous@2x.png 6292share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous@2x.png
5957share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/grab.cur 6293share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/grab.cur
5958share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/grabbing.cur 6294share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/grabbing.cur
5959share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-icon.gif 6295share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-icon.gif
5960share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-small.png 6296share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-small.png
5961share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-small@2x.png 6297share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-small@2x.png
5962share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-documentProperties.png 6298share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-documentProperties.png
5963share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png 6299share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png
5964share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-firstPage.png 6300share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-firstPage.png
5965share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png 6301share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png
5966share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-handTool.png 6302share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-handTool.png
5967share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png 6303share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png
5968share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-lastPage.png 6304share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-lastPage.png
5969share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png 6305share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png
5970share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png 6306share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png
5971share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png 6307share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png
5972share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCw.png 6308share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCw.png
5973share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png 6309share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png
5974share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/shadow.png 6310share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/shadow.png
5975share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/texture.png 6311share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/texture.png
5976share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-bookmark.png 6312share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-bookmark.png
5977share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-bookmark@2x.png 6313share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-bookmark@2x.png
5978share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-download.png 6314share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-download.png
5979share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-download@2x.png 6315share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-download@2x.png
5980share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-menuArrows.png 6316share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-menuArrows.png
5981share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-menuArrows@2x.png 6317share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-menuArrows@2x.png
5982share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-openFile.png 6318share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-openFile.png
5983share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-openFile@2x.png 6319share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-openFile@2x.png
5984share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown-rtl.png 6320share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown-rtl.png
5985share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png 6321share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png
5986share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown.png 6322share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown.png
5987share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown@2x.png 6323share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown@2x.png
5988share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp-rtl.png 6324share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp-rtl.png
5989share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png 6325share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png
5990share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp.png 6326share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp.png
5991share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp@2x.png 6327share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp@2x.png
5992share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-presentationMode.png 6328share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-presentationMode.png
5993share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-presentationMode@2x.png 6329share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-presentationMode@2x.png
5994share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-print.png 6330share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-print.png
5995share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-print@2x.png 6331share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-print@2x.png
5996share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-search.png 6332share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-search.png
5997share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-search@2x.png 6333share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-search@2x.png
5998share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png 6334share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png
5999share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png 6335share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png
6000share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png 6336share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png
6001share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png 6337share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png
6002share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png 6338share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png
6003share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png 6339share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png
6004share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle.png 6340share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle.png
6005share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png 6341share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png
6006share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewAttachments.png 6342share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewAttachments.png
6007share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewAttachments@2x.png 6343share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewAttachments@2x.png
6008share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline-rtl.png 6344share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline-rtl.png
6009share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png 6345share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png
6010share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline.png 6346share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline.png
6011share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline@2x.png 6347share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline@2x.png
6012share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewThumbnail.png 6348share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewThumbnail.png
6013share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png 6349share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png
6014share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomIn.png 6350share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomIn.png
6015share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomIn@2x.png 6351share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomIn@2x.png
6016share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomOut.png 6352share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomOut.png
6017share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomOut@2x.png 6353share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomOut@2x.png
6018share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed-rtl.png 6354share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed-rtl.png
6019share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed-rtl@2x.png 6355share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed-rtl@2x.png
6020share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed.png 6356share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed.png
6021share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed@2x.png 6357share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed@2x.png
6022share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-expanded.png 6358share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-expanded.png
6023share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-expanded@2x.png 6359share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-expanded@2x.png
6024share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/l10n.js 6360share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/l10n.js
6025share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ach/viewer.properties 6361share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ach/viewer.properties
6026share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/af/viewer.properties 6362share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/af/viewer.properties
6027share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ak/viewer.properties 6363share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ak/viewer.properties
6028share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/an/viewer.properties 6364share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/an/viewer.properties
6029share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ar/viewer.properties 6365share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ar/viewer.properties
6030share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/as/viewer.properties 6366share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/as/viewer.properties
6031share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ast/viewer.properties 6367share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ast/viewer.properties
6032share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/az/viewer.properties 6368share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/az/viewer.properties
6033share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/be/viewer.properties 6369share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/be/viewer.properties
6034share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bg/viewer.properties 6370share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bg/viewer.properties
6035share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bn-BD/viewer.properties 6371share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bn-BD/viewer.properties
6036share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bn-IN/viewer.properties 6372share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bn-IN/viewer.properties
6037share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/br/viewer.properties 6373share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/br/viewer.properties
6038share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bs/viewer.properties 6374share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bs/viewer.properties
6039share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ca/viewer.properties 6375share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ca/viewer.properties
6040share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/cs/viewer.properties 6376share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/cs/viewer.properties
6041share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/csb/viewer.properties 6377share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/csb/viewer.properties
6042share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/cy/viewer.properties 6378share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/cy/viewer.properties
6043share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/da/viewer.properties 6379share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/da/viewer.properties
6044share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/de/viewer.properties 6380share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/de/viewer.properties
6045share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/el/viewer.properties 6381share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/el/viewer.properties
6046share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-GB/viewer.properties 6382share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-GB/viewer.properties
6047share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-US/viewer.properties 6383share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-US/viewer.properties
6048share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-ZA/viewer.properties 6384share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-ZA/viewer.properties
6049share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/eo/viewer.properties 6385share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/eo/viewer.properties
6050share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-AR/viewer.properties 6386share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-AR/viewer.properties
6051share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-CL/viewer.properties 6387share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-CL/viewer.properties
6052share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-ES/viewer.properties 6388share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-ES/viewer.properties
6053share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-MX/viewer.properties 6389share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-MX/viewer.properties
6054share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/et/viewer.properties 6390share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/et/viewer.properties
6055share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/eu/viewer.properties 6391share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/eu/viewer.properties
6056share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fa/viewer.properties 6392share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fa/viewer.properties
6057share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ff/viewer.properties 6393share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ff/viewer.properties
6058share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fi/viewer.properties 6394share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fi/viewer.properties
6059share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fr/viewer.properties 6395share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fr/viewer.properties
6060share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fy-NL/viewer.properties 6396share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fy-NL/viewer.properties
6061share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ga-IE/viewer.properties 6397share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ga-IE/viewer.properties
6062share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/gd/viewer.properties 6398share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/gd/viewer.properties
6063share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/gl/viewer.properties 6399share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/gl/viewer.properties
6064share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/gu-IN/viewer.properties 6400share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/gu-IN/viewer.properties
6065share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/he/viewer.properties 6401share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/he/viewer.properties
6066share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hi-IN/viewer.properties 6402share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hi-IN/viewer.properties
6067share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hr/viewer.properties 6403share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hr/viewer.properties
6068share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hu/viewer.properties 6404share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hu/viewer.properties
6069share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hy-AM/viewer.properties 6405share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hy-AM/viewer.properties
6070share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/id/viewer.properties 6406share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/id/viewer.properties
6071share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/is/viewer.properties 6407share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/is/viewer.properties
6072share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/it/viewer.properties 6408share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/it/viewer.properties
6073share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ja/viewer.properties 6409share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ja/viewer.properties
6074share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ka/viewer.properties 6410share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ka/viewer.properties
6075share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/kk/viewer.properties 6411share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/kk/viewer.properties
6076share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/km/viewer.properties 6412share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/km/viewer.properties
6077share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/kn/viewer.properties 6413share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/kn/viewer.properties
6078share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ko/viewer.properties 6414share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ko/viewer.properties
6079share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ku/viewer.properties 6415share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ku/viewer.properties
6080share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lg/viewer.properties 6416share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lg/viewer.properties
6081share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lij/viewer.properties 6417share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lij/viewer.properties
6082share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/locale.properties 6418share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/locale.properties
6083share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lt/viewer.properties 6419share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lt/viewer.properties
6084share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lv/viewer.properties 6420share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lv/viewer.properties
6085share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mai/viewer.properties 6421share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mai/viewer.properties
6086share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mk/viewer.properties 6422share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mk/viewer.properties
6087share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ml/viewer.properties 6423share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ml/viewer.properties
6088share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mn/viewer.properties 6424share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mn/viewer.properties
6089share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mr/viewer.properties 6425share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mr/viewer.properties
6090share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ms/viewer.properties 6426share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ms/viewer.properties
6091share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/my/viewer.properties 6427share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/my/viewer.properties
6092share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nb-NO/viewer.properties 6428share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nb-NO/viewer.properties
6093share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nl/viewer.properties 6429share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nl/viewer.properties
6094share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nn-NO/viewer.properties 6430share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nn-NO/viewer.properties
6095share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nso/viewer.properties 6431share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nso/viewer.properties
6096share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/oc/viewer.properties 6432share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/oc/viewer.properties
6097share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/or/viewer.properties 6433share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/or/viewer.properties
6098share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pa-IN/viewer.properties 6434share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pa-IN/viewer.properties
6099share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pl/viewer.properties 6435share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pl/viewer.properties
6100share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pt-BR/viewer.properties 6436share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pt-BR/viewer.properties
6101share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pt-PT/viewer.properties 6437share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pt-PT/viewer.properties
6102share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/rm/viewer.properties 6438share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/rm/viewer.properties
6103share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ro/viewer.properties 6439share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ro/viewer.properties
6104share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ru/viewer.properties 6440share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ru/viewer.properties
6105share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/rw/viewer.properties 6441share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/rw/viewer.properties
6106share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sah/viewer.properties 6442share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sah/viewer.properties
6107share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/si/viewer.properties 6443share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/si/viewer.properties
6108share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sk/viewer.properties 6444share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sk/viewer.properties
6109share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sl/viewer.properties 6445share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sl/viewer.properties
6110share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/son/viewer.properties 6446share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/son/viewer.properties
6111share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sq/viewer.properties 6447share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sq/viewer.properties
6112share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sr/viewer.properties 6448share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sr/viewer.properties
6113share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sv-SE/viewer.properties 6449share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sv-SE/viewer.properties
6114share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sw/viewer.properties 6450share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sw/viewer.properties
6115share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ta-LK/viewer.properties 6451share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ta-LK/viewer.properties
6116share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ta/viewer.properties 6452share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ta/viewer.properties
6117share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/te/viewer.properties 6453share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/te/viewer.properties
6118share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/th/viewer.properties 6454share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/th/viewer.properties
6119share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/tl/viewer.properties 6455share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/tl/viewer.properties
6120share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/tn/viewer.properties 6456share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/tn/viewer.properties
6121share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/tr/viewer.properties 6457share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/tr/viewer.properties
6122share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/uk/viewer.properties 6458share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/uk/viewer.properties
6123share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ur/viewer.properties 6459share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ur/viewer.properties
6124share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/vi/viewer.properties 6460share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/vi/viewer.properties
6125share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/wo/viewer.properties 6461share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/wo/viewer.properties
6126share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/xh/viewer.properties 6462share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/xh/viewer.properties
6127share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/zh-CN/viewer.properties 6463share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/zh-CN/viewer.properties
6128share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/zh-TW/viewer.properties 6464share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/zh-TW/viewer.properties
6129share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/zu/viewer.properties 6465share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/zu/viewer.properties
6130share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/viewer.css 6466share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/viewer.css
6131share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/viewer.js 6467share/nextcloud/apps/files_pdfviewer/vendor/pdfjs/web/viewer.js
6132share/nextcloud/apps/files_sharing/ajax/shareinfo.php 6468share/nextcloud/apps/files_sharing/ajax/shareinfo.php
6133share/nextcloud/apps/files_sharing/appinfo/app.php 6469share/nextcloud/apps/files_sharing/appinfo/app.php
6134share/nextcloud/apps/files_sharing/appinfo/database.xml 6470share/nextcloud/apps/files_sharing/appinfo/database.xml
6135share/nextcloud/apps/files_sharing/appinfo/info.xml 6471share/nextcloud/apps/files_sharing/appinfo/info.xml
6136share/nextcloud/apps/files_sharing/appinfo/routes.php 6472share/nextcloud/apps/files_sharing/appinfo/routes.php
6137share/nextcloud/apps/files_sharing/appinfo/signature.json 6473share/nextcloud/apps/files_sharing/appinfo/signature.json
6138share/nextcloud/apps/files_sharing/css/404.css 6474share/nextcloud/apps/files_sharing/css/404.css
6139share/nextcloud/apps/files_sharing/css/authenticate.css 6475share/nextcloud/apps/files_sharing/css/authenticate.css
6140share/nextcloud/apps/files_sharing/css/mergedAdditionalStyles.scss 6476share/nextcloud/apps/files_sharing/css/mergedAdditionalStyles.scss
6141share/nextcloud/apps/files_sharing/css/mobile.scss 6477share/nextcloud/apps/files_sharing/css/mobile.scss
6142share/nextcloud/apps/files_sharing/css/public.scss 6478share/nextcloud/apps/files_sharing/css/public.scss
6143share/nextcloud/apps/files_sharing/css/publicView.scss 6479share/nextcloud/apps/files_sharing/css/publicView.scss
6144share/nextcloud/apps/files_sharing/css/sharebreadcrumb.scss 6480share/nextcloud/apps/files_sharing/css/sharebreadcrumb.scss
6145share/nextcloud/apps/files_sharing/css/sharedfilelist.css 6481share/nextcloud/apps/files_sharing/css/sharedfilelist.css
6146share/nextcloud/apps/files_sharing/css/sharetabview.scss 6482share/nextcloud/apps/files_sharing/css/sharetabview.scss
6147share/nextcloud/apps/files_sharing/img/app.svg 6483share/nextcloud/apps/files_sharing/img/app.svg
6148share/nextcloud/apps/files_sharing/js/additionalScripts.json 6484share/nextcloud/apps/files_sharing/js/additionalScripts.json
6149share/nextcloud/apps/files_sharing/js/app.js 6485share/nextcloud/apps/files_sharing/js/app.js
6150share/nextcloud/apps/files_sharing/js/authenticate.js 6486share/nextcloud/apps/files_sharing/js/authenticate.js
6151share/nextcloud/apps/files_sharing/js/files_drop.js 6487share/nextcloud/apps/files_sharing/js/files_drop.js
6152share/nextcloud/apps/files_sharing/js/public.js 6488share/nextcloud/apps/files_sharing/js/public.js
6153share/nextcloud/apps/files_sharing/js/share.js 6489share/nextcloud/apps/files_sharing/js/share.js
6154share/nextcloud/apps/files_sharing/js/sharebreadcrumbview.js 6490share/nextcloud/apps/files_sharing/js/sharebreadcrumbview.js
6155share/nextcloud/apps/files_sharing/js/sharedfilelist.js 6491share/nextcloud/apps/files_sharing/js/sharedfilelist.js
6156share/nextcloud/apps/files_sharing/js/sharetabview.js 6492share/nextcloud/apps/files_sharing/js/sharetabview.js
6157share/nextcloud/apps/files_sharing/l10n/.gitkeep 6493share/nextcloud/apps/files_sharing/l10n/.gitkeep
6158share/nextcloud/apps/files_sharing/l10n/af_ZA.js 6494share/nextcloud/apps/files_sharing/l10n/af_ZA.js
6159share/nextcloud/apps/files_sharing/l10n/af_ZA.json 6495share/nextcloud/apps/files_sharing/l10n/af_ZA.json
6160share/nextcloud/apps/files_sharing/l10n/ar.js 6496share/nextcloud/apps/files_sharing/l10n/ar.js
6161share/nextcloud/apps/files_sharing/l10n/ar.json 6497share/nextcloud/apps/files_sharing/l10n/ar.json
6162share/nextcloud/apps/files_sharing/l10n/ast.js 6498share/nextcloud/apps/files_sharing/l10n/ast.js
6163share/nextcloud/apps/files_sharing/l10n/ast.json 6499share/nextcloud/apps/files_sharing/l10n/ast.json
6164share/nextcloud/apps/files_sharing/l10n/az.js 6500share/nextcloud/apps/files_sharing/l10n/az.js
6165share/nextcloud/apps/files_sharing/l10n/az.json 6501share/nextcloud/apps/files_sharing/l10n/az.json
6166share/nextcloud/apps/files_sharing/l10n/bg_BG.js 6502share/nextcloud/apps/files_sharing/l10n/bg_BG.js
6167share/nextcloud/apps/files_sharing/l10n/bg_BG.json 6503share/nextcloud/apps/files_sharing/l10n/bg_BG.json
6168share/nextcloud/apps/files_sharing/l10n/bn_BD.js 6504share/nextcloud/apps/files_sharing/l10n/bn_BD.js
6169share/nextcloud/apps/files_sharing/l10n/bn_BD.json 6505share/nextcloud/apps/files_sharing/l10n/bn_BD.json
6170share/nextcloud/apps/files_sharing/l10n/bn_IN.js 6506share/nextcloud/apps/files_sharing/l10n/bn_IN.js
6171share/nextcloud/apps/files_sharing/l10n/bn_IN.json 6507share/nextcloud/apps/files_sharing/l10n/bn_IN.json
6172share/nextcloud/apps/files_sharing/l10n/bs.js 6508share/nextcloud/apps/files_sharing/l10n/bs.js
6173share/nextcloud/apps/files_sharing/l10n/bs.json 6509share/nextcloud/apps/files_sharing/l10n/bs.json
6174share/nextcloud/apps/files_sharing/l10n/ca.js 6510share/nextcloud/apps/files_sharing/l10n/ca.js
6175share/nextcloud/apps/files_sharing/l10n/ca.json 6511share/nextcloud/apps/files_sharing/l10n/ca.json
6176share/nextcloud/apps/files_sharing/l10n/cs.js 6512share/nextcloud/apps/files_sharing/l10n/cs.js
6177share/nextcloud/apps/files_sharing/l10n/cs.json 6513share/nextcloud/apps/files_sharing/l10n/cs.json
6178share/nextcloud/apps/files_sharing/l10n/cs_CZ.js 6514share/nextcloud/apps/files_sharing/l10n/cs_CZ.js
6179share/nextcloud/apps/files_sharing/l10n/cs_CZ.json 6515share/nextcloud/apps/files_sharing/l10n/cs_CZ.json
6180share/nextcloud/apps/files_sharing/l10n/cy_GB.js 6516share/nextcloud/apps/files_sharing/l10n/cy_GB.js
6181share/nextcloud/apps/files_sharing/l10n/cy_GB.json 6517share/nextcloud/apps/files_sharing/l10n/cy_GB.json
6182share/nextcloud/apps/files_sharing/l10n/da.js 6518share/nextcloud/apps/files_sharing/l10n/da.js
6183share/nextcloud/apps/files_sharing/l10n/da.json 6519share/nextcloud/apps/files_sharing/l10n/da.json
6184share/nextcloud/apps/files_sharing/l10n/de.js 6520share/nextcloud/apps/files_sharing/l10n/de.js
6185share/nextcloud/apps/files_sharing/l10n/de.json 6521share/nextcloud/apps/files_sharing/l10n/de.json
6186share/nextcloud/apps/files_sharing/l10n/de_AT.js 6522share/nextcloud/apps/files_sharing/l10n/de_AT.js
6187share/nextcloud/apps/files_sharing/l10n/de_AT.json 6523share/nextcloud/apps/files_sharing/l10n/de_AT.json
6188share/nextcloud/apps/files_sharing/l10n/de_DE.js 6524share/nextcloud/apps/files_sharing/l10n/de_DE.js
6189share/nextcloud/apps/files_sharing/l10n/de_DE.json 6525share/nextcloud/apps/files_sharing/l10n/de_DE.json
6190share/nextcloud/apps/files_sharing/l10n/el.js 6526share/nextcloud/apps/files_sharing/l10n/el.js
6191share/nextcloud/apps/files_sharing/l10n/el.json 6527share/nextcloud/apps/files_sharing/l10n/el.json
6192share/nextcloud/apps/files_sharing/l10n/en_GB.js 6528share/nextcloud/apps/files_sharing/l10n/en_GB.js
6193share/nextcloud/apps/files_sharing/l10n/en_GB.json 6529share/nextcloud/apps/files_sharing/l10n/en_GB.json
6194share/nextcloud/apps/files_sharing/l10n/eo.js 6530share/nextcloud/apps/files_sharing/l10n/eo.js
6195share/nextcloud/apps/files_sharing/l10n/eo.json 6531share/nextcloud/apps/files_sharing/l10n/eo.json
6196share/nextcloud/apps/files_sharing/l10n/es.js 6532share/nextcloud/apps/files_sharing/l10n/es.js
6197share/nextcloud/apps/files_sharing/l10n/es.json 6533share/nextcloud/apps/files_sharing/l10n/es.json
6198share/nextcloud/apps/files_sharing/l10n/es_AR.js 6534share/nextcloud/apps/files_sharing/l10n/es_AR.js
6199share/nextcloud/apps/files_sharing/l10n/es_AR.json 6535share/nextcloud/apps/files_sharing/l10n/es_AR.json
6200share/nextcloud/apps/files_sharing/l10n/es_CL.js 6536share/nextcloud/apps/files_sharing/l10n/es_CL.js
6201share/nextcloud/apps/files_sharing/l10n/es_CL.json 6537share/nextcloud/apps/files_sharing/l10n/es_CL.json
 6538share/nextcloud/apps/files_sharing/l10n/es_CO.js
 6539share/nextcloud/apps/files_sharing/l10n/es_CO.json
 6540share/nextcloud/apps/files_sharing/l10n/es_CR.js
 6541share/nextcloud/apps/files_sharing/l10n/es_CR.json
 6542share/nextcloud/apps/files_sharing/l10n/es_DO.js
 6543share/nextcloud/apps/files_sharing/l10n/es_DO.json
 6544share/nextcloud/apps/files_sharing/l10n/es_EC.js
 6545share/nextcloud/apps/files_sharing/l10n/es_EC.json
 6546share/nextcloud/apps/files_sharing/l10n/es_GT.js
 6547share/nextcloud/apps/files_sharing/l10n/es_GT.json
 6548share/nextcloud/apps/files_sharing/l10n/es_HN.js
 6549share/nextcloud/apps/files_sharing/l10n/es_HN.json
6202share/nextcloud/apps/files_sharing/l10n/es_MX.js 6550share/nextcloud/apps/files_sharing/l10n/es_MX.js
6203share/nextcloud/apps/files_sharing/l10n/es_MX.json 6551share/nextcloud/apps/files_sharing/l10n/es_MX.json
 6552share/nextcloud/apps/files_sharing/l10n/es_NI.js
 6553share/nextcloud/apps/files_sharing/l10n/es_NI.json
 6554share/nextcloud/apps/files_sharing/l10n/es_PA.js
 6555share/nextcloud/apps/files_sharing/l10n/es_PA.json
 6556share/nextcloud/apps/files_sharing/l10n/es_PE.js
 6557share/nextcloud/apps/files_sharing/l10n/es_PE.json
 6558share/nextcloud/apps/files_sharing/l10n/es_PR.js
 6559share/nextcloud/apps/files_sharing/l10n/es_PR.json
 6560share/nextcloud/apps/files_sharing/l10n/es_PY.js
 6561share/nextcloud/apps/files_sharing/l10n/es_PY.json
 6562share/nextcloud/apps/files_sharing/l10n/es_SV.js
 6563share/nextcloud/apps/files_sharing/l10n/es_SV.json
 6564share/nextcloud/apps/files_sharing/l10n/es_UY.js
 6565share/nextcloud/apps/files_sharing/l10n/es_UY.json
6204share/nextcloud/apps/files_sharing/l10n/et_EE.js 6566share/nextcloud/apps/files_sharing/l10n/et_EE.js
6205share/nextcloud/apps/files_sharing/l10n/et_EE.json 6567share/nextcloud/apps/files_sharing/l10n/et_EE.json
6206share/nextcloud/apps/files_sharing/l10n/eu.js 6568share/nextcloud/apps/files_sharing/l10n/eu.js
6207share/nextcloud/apps/files_sharing/l10n/eu.json 6569share/nextcloud/apps/files_sharing/l10n/eu.json
6208share/nextcloud/apps/files_sharing/l10n/fa.js 6570share/nextcloud/apps/files_sharing/l10n/fa.js
6209share/nextcloud/apps/files_sharing/l10n/fa.json 6571share/nextcloud/apps/files_sharing/l10n/fa.json
6210share/nextcloud/apps/files_sharing/l10n/fi.js 6572share/nextcloud/apps/files_sharing/l10n/fi.js
6211share/nextcloud/apps/files_sharing/l10n/fi.json 6573share/nextcloud/apps/files_sharing/l10n/fi.json
6212share/nextcloud/apps/files_sharing/l10n/fi_FI.js 6574share/nextcloud/apps/files_sharing/l10n/fi_FI.js
6213share/nextcloud/apps/files_sharing/l10n/fi_FI.json 6575share/nextcloud/apps/files_sharing/l10n/fi_FI.json
6214share/nextcloud/apps/files_sharing/l10n/fil.js 6576share/nextcloud/apps/files_sharing/l10n/fil.js
6215share/nextcloud/apps/files_sharing/l10n/fil.json 6577share/nextcloud/apps/files_sharing/l10n/fil.json
6216share/nextcloud/apps/files_sharing/l10n/fr.js 6578share/nextcloud/apps/files_sharing/l10n/fr.js
6217share/nextcloud/apps/files_sharing/l10n/fr.json 6579share/nextcloud/apps/files_sharing/l10n/fr.json
6218share/nextcloud/apps/files_sharing/l10n/gl.js 6580share/nextcloud/apps/files_sharing/l10n/gl.js
6219share/nextcloud/apps/files_sharing/l10n/gl.json 6581share/nextcloud/apps/files_sharing/l10n/gl.json
6220share/nextcloud/apps/files_sharing/l10n/he.js 6582share/nextcloud/apps/files_sharing/l10n/he.js
6221share/nextcloud/apps/files_sharing/l10n/he.json 6583share/nextcloud/apps/files_sharing/l10n/he.json
6222share/nextcloud/apps/files_sharing/l10n/hi.js 6584share/nextcloud/apps/files_sharing/l10n/hi.js
6223share/nextcloud/apps/files_sharing/l10n/hi.json 6585share/nextcloud/apps/files_sharing/l10n/hi.json
6224share/nextcloud/apps/files_sharing/l10n/hr.js 6586share/nextcloud/apps/files_sharing/l10n/hr.js
6225share/nextcloud/apps/files_sharing/l10n/hr.json 6587share/nextcloud/apps/files_sharing/l10n/hr.json
6226share/nextcloud/apps/files_sharing/l10n/hu.js 6588share/nextcloud/apps/files_sharing/l10n/hu.js
6227share/nextcloud/apps/files_sharing/l10n/hu.json 6589share/nextcloud/apps/files_sharing/l10n/hu.json
6228share/nextcloud/apps/files_sharing/l10n/hu_HU.js 6590share/nextcloud/apps/files_sharing/l10n/hu_HU.js
6229share/nextcloud/apps/files_sharing/l10n/hu_HU.json 6591share/nextcloud/apps/files_sharing/l10n/hu_HU.json
6230share/nextcloud/apps/files_sharing/l10n/hy.js 6592share/nextcloud/apps/files_sharing/l10n/hy.js
6231share/nextcloud/apps/files_sharing/l10n/hy.json 6593share/nextcloud/apps/files_sharing/l10n/hy.json
6232share/nextcloud/apps/files_sharing/l10n/ia.js 6594share/nextcloud/apps/files_sharing/l10n/ia.js
6233share/nextcloud/apps/files_sharing/l10n/ia.json 6595share/nextcloud/apps/files_sharing/l10n/ia.json
6234share/nextcloud/apps/files_sharing/l10n/id.js 6596share/nextcloud/apps/files_sharing/l10n/id.js
6235share/nextcloud/apps/files_sharing/l10n/id.json 6597share/nextcloud/apps/files_sharing/l10n/id.json
6236share/nextcloud/apps/files_sharing/l10n/is.js 6598share/nextcloud/apps/files_sharing/l10n/is.js
6237share/nextcloud/apps/files_sharing/l10n/is.json 6599share/nextcloud/apps/files_sharing/l10n/is.json
6238share/nextcloud/apps/files_sharing/l10n/it.js 6600share/nextcloud/apps/files_sharing/l10n/it.js
6239share/nextcloud/apps/files_sharing/l10n/it.json 6601share/nextcloud/apps/files_sharing/l10n/it.json
6240share/nextcloud/apps/files_sharing/l10n/ja.js 6602share/nextcloud/apps/files_sharing/l10n/ja.js
6241share/nextcloud/apps/files_sharing/l10n/ja.json 6603share/nextcloud/apps/files_sharing/l10n/ja.json
6242share/nextcloud/apps/files_sharing/l10n/jv.js 6604share/nextcloud/apps/files_sharing/l10n/jv.js
6243share/nextcloud/apps/files_sharing/l10n/jv.json 6605share/nextcloud/apps/files_sharing/l10n/jv.json
6244share/nextcloud/apps/files_sharing/l10n/ka_GE.js 6606share/nextcloud/apps/files_sharing/l10n/ka_GE.js
6245share/nextcloud/apps/files_sharing/l10n/ka_GE.json 6607share/nextcloud/apps/files_sharing/l10n/ka_GE.json
6246share/nextcloud/apps/files_sharing/l10n/km.js 6608share/nextcloud/apps/files_sharing/l10n/km.js
6247share/nextcloud/apps/files_sharing/l10n/km.json 6609share/nextcloud/apps/files_sharing/l10n/km.json
6248share/nextcloud/apps/files_sharing/l10n/kn.js 6610share/nextcloud/apps/files_sharing/l10n/kn.js
6249share/nextcloud/apps/files_sharing/l10n/kn.json 6611share/nextcloud/apps/files_sharing/l10n/kn.json
6250share/nextcloud/apps/files_sharing/l10n/ko.js 6612share/nextcloud/apps/files_sharing/l10n/ko.js
6251share/nextcloud/apps/files_sharing/l10n/ko.json 6613share/nextcloud/apps/files_sharing/l10n/ko.json
6252share/nextcloud/apps/files_sharing/l10n/ku_IQ.js 6614share/nextcloud/apps/files_sharing/l10n/ku_IQ.js
6253share/nextcloud/apps/files_sharing/l10n/ku_IQ.json 6615share/nextcloud/apps/files_sharing/l10n/ku_IQ.json
6254share/nextcloud/apps/files_sharing/l10n/lb.js 6616share/nextcloud/apps/files_sharing/l10n/lb.js
6255share/nextcloud/apps/files_sharing/l10n/lb.json 6617share/nextcloud/apps/files_sharing/l10n/lb.json
6256share/nextcloud/apps/files_sharing/l10n/lo.js 6618share/nextcloud/apps/files_sharing/l10n/lo.js
6257share/nextcloud/apps/files_sharing/l10n/lo.json 6619share/nextcloud/apps/files_sharing/l10n/lo.json
6258share/nextcloud/apps/files_sharing/l10n/lt_LT.js 6620share/nextcloud/apps/files_sharing/l10n/lt_LT.js
6259share/nextcloud/apps/files_sharing/l10n/lt_LT.json 6621share/nextcloud/apps/files_sharing/l10n/lt_LT.json
6260share/nextcloud/apps/files_sharing/l10n/lv.js 6622share/nextcloud/apps/files_sharing/l10n/lv.js
6261share/nextcloud/apps/files_sharing/l10n/lv.json 6623share/nextcloud/apps/files_sharing/l10n/lv.json
6262share/nextcloud/apps/files_sharing/l10n/mk.js 6624share/nextcloud/apps/files_sharing/l10n/mk.js
6263share/nextcloud/apps/files_sharing/l10n/mk.json 6625share/nextcloud/apps/files_sharing/l10n/mk.json
6264share/nextcloud/apps/files_sharing/l10n/ml_IN.js 6626share/nextcloud/apps/files_sharing/l10n/ml_IN.js
6265share/nextcloud/apps/files_sharing/l10n/ml_IN.json 6627share/nextcloud/apps/files_sharing/l10n/ml_IN.json
6266share/nextcloud/apps/files_sharing/l10n/mn.js 6628share/nextcloud/apps/files_sharing/l10n/mn.js
6267share/nextcloud/apps/files_sharing/l10n/mn.json 6629share/nextcloud/apps/files_sharing/l10n/mn.json
6268share/nextcloud/apps/files_sharing/l10n/ms_MY.js 6630share/nextcloud/apps/files_sharing/l10n/ms_MY.js
6269share/nextcloud/apps/files_sharing/l10n/ms_MY.json 6631share/nextcloud/apps/files_sharing/l10n/ms_MY.json
6270share/nextcloud/apps/files_sharing/l10n/my_MM.js 6632share/nextcloud/apps/files_sharing/l10n/my_MM.js
6271share/nextcloud/apps/files_sharing/l10n/my_MM.json 6633share/nextcloud/apps/files_sharing/l10n/my_MM.json
6272share/nextcloud/apps/files_sharing/l10n/nb.js 6634share/nextcloud/apps/files_sharing/l10n/nb.js
6273share/nextcloud/apps/files_sharing/l10n/nb.json 6635share/nextcloud/apps/files_sharing/l10n/nb.json
6274share/nextcloud/apps/files_sharing/l10n/nb_NO.js 6636share/nextcloud/apps/files_sharing/l10n/nb_NO.js
6275share/nextcloud/apps/files_sharing/l10n/nb_NO.json 6637share/nextcloud/apps/files_sharing/l10n/nb_NO.json
6276share/nextcloud/apps/files_sharing/l10n/nds.js 6638share/nextcloud/apps/files_sharing/l10n/nds.js
6277share/nextcloud/apps/files_sharing/l10n/nds.json 6639share/nextcloud/apps/files_sharing/l10n/nds.json
6278share/nextcloud/apps/files_sharing/l10n/nl.js 6640share/nextcloud/apps/files_sharing/l10n/nl.js
6279share/nextcloud/apps/files_sharing/l10n/nl.json 6641share/nextcloud/apps/files_sharing/l10n/nl.json
6280share/nextcloud/apps/files_sharing/l10n/nn_NO.js 6642share/nextcloud/apps/files_sharing/l10n/nn_NO.js
6281share/nextcloud/apps/files_sharing/l10n/nn_NO.json 6643share/nextcloud/apps/files_sharing/l10n/nn_NO.json
6282share/nextcloud/apps/files_sharing/l10n/oc.js 6644share/nextcloud/apps/files_sharing/l10n/oc.js
6283share/nextcloud/apps/files_sharing/l10n/oc.json 6645share/nextcloud/apps/files_sharing/l10n/oc.json
6284share/nextcloud/apps/files_sharing/l10n/pa.js 6646share/nextcloud/apps/files_sharing/l10n/pa.js
6285share/nextcloud/apps/files_sharing/l10n/pa.json 6647share/nextcloud/apps/files_sharing/l10n/pa.json
6286share/nextcloud/apps/files_sharing/l10n/pl.js 6648share/nextcloud/apps/files_sharing/l10n/pl.js
6287share/nextcloud/apps/files_sharing/l10n/pl.json 6649share/nextcloud/apps/files_sharing/l10n/pl.json
6288share/nextcloud/apps/files_sharing/l10n/pt_BR.js 6650share/nextcloud/apps/files_sharing/l10n/pt_BR.js
6289share/nextcloud/apps/files_sharing/l10n/pt_BR.json 6651share/nextcloud/apps/files_sharing/l10n/pt_BR.json
6290share/nextcloud/apps/files_sharing/l10n/pt_PT.js 6652share/nextcloud/apps/files_sharing/l10n/pt_PT.js
6291share/nextcloud/apps/files_sharing/l10n/pt_PT.json 6653share/nextcloud/apps/files_sharing/l10n/pt_PT.json
6292share/nextcloud/apps/files_sharing/l10n/ro.js 6654share/nextcloud/apps/files_sharing/l10n/ro.js
6293share/nextcloud/apps/files_sharing/l10n/ro.json 6655share/nextcloud/apps/files_sharing/l10n/ro.json
6294share/nextcloud/apps/files_sharing/l10n/ru.js 6656share/nextcloud/apps/files_sharing/l10n/ru.js
6295share/nextcloud/apps/files_sharing/l10n/ru.json 6657share/nextcloud/apps/files_sharing/l10n/ru.json
6296share/nextcloud/apps/files_sharing/l10n/si_LK.js 6658share/nextcloud/apps/files_sharing/l10n/si_LK.js
6297share/nextcloud/apps/files_sharing/l10n/si_LK.json 6659share/nextcloud/apps/files_sharing/l10n/si_LK.json
6298share/nextcloud/apps/files_sharing/l10n/sk.js 6660share/nextcloud/apps/files_sharing/l10n/sk.js
6299share/nextcloud/apps/files_sharing/l10n/sk.json 6661share/nextcloud/apps/files_sharing/l10n/sk.json
6300share/nextcloud/apps/files_sharing/l10n/sk_SK.js 6662share/nextcloud/apps/files_sharing/l10n/sk_SK.js
6301share/nextcloud/apps/files_sharing/l10n/sk_SK.json 6663share/nextcloud/apps/files_sharing/l10n/sk_SK.json
6302share/nextcloud/apps/files_sharing/l10n/sl.js 6664share/nextcloud/apps/files_sharing/l10n/sl.js
6303share/nextcloud/apps/files_sharing/l10n/sl.json 6665share/nextcloud/apps/files_sharing/l10n/sl.json
6304share/nextcloud/apps/files_sharing/l10n/sq.js 6666share/nextcloud/apps/files_sharing/l10n/sq.js
6305share/nextcloud/apps/files_sharing/l10n/sq.json 6667share/nextcloud/apps/files_sharing/l10n/sq.json
6306share/nextcloud/apps/files_sharing/l10n/sr.js 6668share/nextcloud/apps/files_sharing/l10n/sr.js
6307share/nextcloud/apps/files_sharing/l10n/sr.json 6669share/nextcloud/apps/files_sharing/l10n/sr.json
6308share/nextcloud/apps/files_sharing/l10n/sr@latin.js 6670share/nextcloud/apps/files_sharing/l10n/sr@latin.js
6309share/nextcloud/apps/files_sharing/l10n/sr@latin.json 6671share/nextcloud/apps/files_sharing/l10n/sr@latin.json
6310share/nextcloud/apps/files_sharing/l10n/sv.js 6672share/nextcloud/apps/files_sharing/l10n/sv.js
6311share/nextcloud/apps/files_sharing/l10n/sv.json 6673share/nextcloud/apps/files_sharing/l10n/sv.json
6312share/nextcloud/apps/files_sharing/l10n/ta_IN.js 6674share/nextcloud/apps/files_sharing/l10n/ta_IN.js
6313share/nextcloud/apps/files_sharing/l10n/ta_IN.json 6675share/nextcloud/apps/files_sharing/l10n/ta_IN.json
6314share/nextcloud/apps/files_sharing/l10n/ta_LK.js 6676share/nextcloud/apps/files_sharing/l10n/ta_LK.js
6315share/nextcloud/apps/files_sharing/l10n/ta_LK.json 6677share/nextcloud/apps/files_sharing/l10n/ta_LK.json
6316share/nextcloud/apps/files_sharing/l10n/te.js 6678share/nextcloud/apps/files_sharing/l10n/te.js
6317share/nextcloud/apps/files_sharing/l10n/te.json 6679share/nextcloud/apps/files_sharing/l10n/te.json
6318share/nextcloud/apps/files_sharing/l10n/th_TH.js 6680share/nextcloud/apps/files_sharing/l10n/th_TH.js
6319share/nextcloud/apps/files_sharing/l10n/th_TH.json 6681share/nextcloud/apps/files_sharing/l10n/th_TH.json
6320share/nextcloud/apps/files_sharing/l10n/tr.js 6682share/nextcloud/apps/files_sharing/l10n/tr.js
6321share/nextcloud/apps/files_sharing/l10n/tr.json 6683share/nextcloud/apps/files_sharing/l10n/tr.json
6322share/nextcloud/apps/files_sharing/l10n/ug.js 6684share/nextcloud/apps/files_sharing/l10n/ug.js
6323share/nextcloud/apps/files_sharing/l10n/ug.json 6685share/nextcloud/apps/files_sharing/l10n/ug.json
6324share/nextcloud/apps/files_sharing/l10n/uk.js 6686share/nextcloud/apps/files_sharing/l10n/uk.js
6325share/nextcloud/apps/files_sharing/l10n/uk.json 6687share/nextcloud/apps/files_sharing/l10n/uk.json
6326share/nextcloud/apps/files_sharing/l10n/ur_PK.js 6688share/nextcloud/apps/files_sharing/l10n/ur_PK.js
6327share/nextcloud/apps/files_sharing/l10n/ur_PK.json 6689share/nextcloud/apps/files_sharing/l10n/ur_PK.json
6328share/nextcloud/apps/files_sharing/l10n/vi.js 6690share/nextcloud/apps/files_sharing/l10n/vi.js
6329share/nextcloud/apps/files_sharing/l10n/vi.json 6691share/nextcloud/apps/files_sharing/l10n/vi.json
6330share/nextcloud/apps/files_sharing/l10n/zh_CN.js 6692share/nextcloud/apps/files_sharing/l10n/zh_CN.js
6331share/nextcloud/apps/files_sharing/l10n/zh_CN.json 6693share/nextcloud/apps/files_sharing/l10n/zh_CN.json
6332share/nextcloud/apps/files_sharing/l10n/zh_HK.js 6694share/nextcloud/apps/files_sharing/l10n/zh_HK.js
6333share/nextcloud/apps/files_sharing/l10n/zh_HK.json 6695share/nextcloud/apps/files_sharing/l10n/zh_HK.json
6334share/nextcloud/apps/files_sharing/l10n/zh_TW.js 6696share/nextcloud/apps/files_sharing/l10n/zh_TW.js
6335share/nextcloud/apps/files_sharing/l10n/zh_TW.json 6697share/nextcloud/apps/files_sharing/l10n/zh_TW.json
6336share/nextcloud/apps/files_sharing/lib/Activity/Filter.php 6698share/nextcloud/apps/files_sharing/lib/Activity/Filter.php
6337share/nextcloud/apps/files_sharing/lib/Activity/Providers/Base.php 6699share/nextcloud/apps/files_sharing/lib/Activity/Providers/Base.php
6338share/nextcloud/apps/files_sharing/lib/Activity/Providers/Downloads.php 6700share/nextcloud/apps/files_sharing/lib/Activity/Providers/Downloads.php
6339share/nextcloud/apps/files_sharing/lib/Activity/Providers/Groups.php 6701share/nextcloud/apps/files_sharing/lib/Activity/Providers/Groups.php
6340share/nextcloud/apps/files_sharing/lib/Activity/Providers/PublicLinks.php 6702share/nextcloud/apps/files_sharing/lib/Activity/Providers/PublicLinks.php
6341share/nextcloud/apps/files_sharing/lib/Activity/Providers/RemoteShares.php 6703share/nextcloud/apps/files_sharing/lib/Activity/Providers/RemoteShares.php
6342share/nextcloud/apps/files_sharing/lib/Activity/Providers/Users.php 6704share/nextcloud/apps/files_sharing/lib/Activity/Providers/Users.php
6343share/nextcloud/apps/files_sharing/lib/Activity/Settings/PublicLinks.php 6705share/nextcloud/apps/files_sharing/lib/Activity/Settings/PublicLinks.php
6344share/nextcloud/apps/files_sharing/lib/Activity/Settings/RemoteShare.php 6706share/nextcloud/apps/files_sharing/lib/Activity/Settings/RemoteShare.php
6345share/nextcloud/apps/files_sharing/lib/Activity/Settings/Shared.php 6707share/nextcloud/apps/files_sharing/lib/Activity/Settings/Shared.php
6346share/nextcloud/apps/files_sharing/lib/AppInfo/Application.php 6708share/nextcloud/apps/files_sharing/lib/AppInfo/Application.php
6347share/nextcloud/apps/files_sharing/lib/Cache.php 6709share/nextcloud/apps/files_sharing/lib/Cache.php
6348share/nextcloud/apps/files_sharing/lib/Capabilities.php 6710share/nextcloud/apps/files_sharing/lib/Capabilities.php
6349share/nextcloud/apps/files_sharing/lib/Command/CleanupRemoteStorages.php 6711share/nextcloud/apps/files_sharing/lib/Command/CleanupRemoteStorages.php
6350share/nextcloud/apps/files_sharing/lib/Controller/ExternalSharesController.php 6712share/nextcloud/apps/files_sharing/lib/Controller/ExternalSharesController.php
6351share/nextcloud/apps/files_sharing/lib/Controller/PublicPreviewController.php 6713share/nextcloud/apps/files_sharing/lib/Controller/PublicPreviewController.php
6352share/nextcloud/apps/files_sharing/lib/Controller/RemoteController.php 6714share/nextcloud/apps/files_sharing/lib/Controller/RemoteController.php
6353share/nextcloud/apps/files_sharing/lib/Controller/ShareAPIController.php 6715share/nextcloud/apps/files_sharing/lib/Controller/ShareAPIController.php
6354share/nextcloud/apps/files_sharing/lib/Controller/ShareController.php 6716share/nextcloud/apps/files_sharing/lib/Controller/ShareController.php
6355share/nextcloud/apps/files_sharing/lib/Controller/ShareesAPIController.php 6717share/nextcloud/apps/files_sharing/lib/Controller/ShareesAPIController.php
6356share/nextcloud/apps/files_sharing/lib/DeleteOrphanedSharesJob.php 6718share/nextcloud/apps/files_sharing/lib/DeleteOrphanedSharesJob.php
6357share/nextcloud/apps/files_sharing/lib/Exceptions/BrokenPath.php 6719share/nextcloud/apps/files_sharing/lib/Exceptions/BrokenPath.php
6358share/nextcloud/apps/files_sharing/lib/Exceptions/S2SException.php 6720share/nextcloud/apps/files_sharing/lib/Exceptions/S2SException.php
6359share/nextcloud/apps/files_sharing/lib/ExpireSharesJob.php 6721share/nextcloud/apps/files_sharing/lib/ExpireSharesJob.php
6360share/nextcloud/apps/files_sharing/lib/External/Cache.php 6722share/nextcloud/apps/files_sharing/lib/External/Cache.php
6361share/nextcloud/apps/files_sharing/lib/External/Manager.php 6723share/nextcloud/apps/files_sharing/lib/External/Manager.php
6362share/nextcloud/apps/files_sharing/lib/External/Mount.php 6724share/nextcloud/apps/files_sharing/lib/External/Mount.php
6363share/nextcloud/apps/files_sharing/lib/External/MountProvider.php 6725share/nextcloud/apps/files_sharing/lib/External/MountProvider.php
6364share/nextcloud/apps/files_sharing/lib/External/Scanner.php 6726share/nextcloud/apps/files_sharing/lib/External/Scanner.php
6365share/nextcloud/apps/files_sharing/lib/External/Storage.php 6727share/nextcloud/apps/files_sharing/lib/External/Storage.php
6366share/nextcloud/apps/files_sharing/lib/External/Watcher.php 6728share/nextcloud/apps/files_sharing/lib/External/Watcher.php
6367share/nextcloud/apps/files_sharing/lib/Helper.php 6729share/nextcloud/apps/files_sharing/lib/Helper.php
6368share/nextcloud/apps/files_sharing/lib/Hooks.php 6730share/nextcloud/apps/files_sharing/lib/Hooks.php
6369share/nextcloud/apps/files_sharing/lib/ISharedStorage.php 6731share/nextcloud/apps/files_sharing/lib/ISharedStorage.php
6370share/nextcloud/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php 6732share/nextcloud/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php
6371share/nextcloud/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php 6733share/nextcloud/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php
6372share/nextcloud/apps/files_sharing/lib/Migration/OwncloudGuestShareType.php 6734share/nextcloud/apps/files_sharing/lib/Migration/OwncloudGuestShareType.php
6373share/nextcloud/apps/files_sharing/lib/Migration/SetPasswordColumn.php 6735share/nextcloud/apps/files_sharing/lib/Migration/SetPasswordColumn.php
6374share/nextcloud/apps/files_sharing/lib/MountProvider.php 6736share/nextcloud/apps/files_sharing/lib/MountProvider.php
6375share/nextcloud/apps/files_sharing/lib/Scanner.php 6737share/nextcloud/apps/files_sharing/lib/Scanner.php
6376share/nextcloud/apps/files_sharing/lib/ShareBackend/File.php 6738share/nextcloud/apps/files_sharing/lib/ShareBackend/File.php
6377share/nextcloud/apps/files_sharing/lib/ShareBackend/Folder.php 6739share/nextcloud/apps/files_sharing/lib/ShareBackend/Folder.php
6378share/nextcloud/apps/files_sharing/lib/SharedMount.php 6740share/nextcloud/apps/files_sharing/lib/SharedMount.php
6379share/nextcloud/apps/files_sharing/lib/SharedStorage.php 6741share/nextcloud/apps/files_sharing/lib/SharedStorage.php
6380share/nextcloud/apps/files_sharing/lib/Updater.php 6742share/nextcloud/apps/files_sharing/lib/Updater.php
6381share/nextcloud/apps/files_sharing/list.php 6743share/nextcloud/apps/files_sharing/list.php
6382share/nextcloud/apps/files_sharing/public.php 6744share/nextcloud/apps/files_sharing/public.php
6383share/nextcloud/apps/files_sharing/templates/authenticate.php 6745share/nextcloud/apps/files_sharing/templates/authenticate.php
6384share/nextcloud/apps/files_sharing/templates/list.php 6746share/nextcloud/apps/files_sharing/templates/list.php
6385share/nextcloud/apps/files_sharing/templates/part.404.php 6747share/nextcloud/apps/files_sharing/templates/part.404.php
6386share/nextcloud/apps/files_sharing/templates/public.php 6748share/nextcloud/apps/files_sharing/templates/public.php
6387share/nextcloud/apps/files_texteditor/.github/contributing.md 6749share/nextcloud/apps/files_texteditor/.github/contributing.md
6388share/nextcloud/apps/files_texteditor/.github/issue_template.md 6750share/nextcloud/apps/files_texteditor/.github/issue_template.md
6389share/nextcloud/apps/files_texteditor/appinfo/app.php 6751share/nextcloud/apps/files_texteditor/appinfo/app.php
6390share/nextcloud/apps/files_texteditor/appinfo/application.php 6752share/nextcloud/apps/files_texteditor/appinfo/application.php
6391share/nextcloud/apps/files_texteditor/appinfo/info.xml 6753share/nextcloud/apps/files_texteditor/appinfo/info.xml
6392share/nextcloud/apps/files_texteditor/appinfo/routes.php 6754share/nextcloud/apps/files_texteditor/appinfo/routes.php
6393share/nextcloud/apps/files_texteditor/appinfo/signature.json 6755share/nextcloud/apps/files_texteditor/appinfo/signature.json
6394share/nextcloud/apps/files_texteditor/controller/filehandlingcontroller.php 6756share/nextcloud/apps/files_texteditor/controller/filehandlingcontroller.php
6395share/nextcloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.eot 6757share/nextcloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.eot
6396share/nextcloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg 6758share/nextcloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg
6397share/nextcloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf 6759share/nextcloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf
6398share/nextcloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.woff 6760share/nextcloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.woff
6399share/nextcloud/apps/files_texteditor/css/DroidSansMono/Google Android License.txt 6761share/nextcloud/apps/files_texteditor/css/DroidSansMono/Google Android License.txt
6400share/nextcloud/apps/files_texteditor/css/DroidSansMono/stylesheet.scss 6762share/nextcloud/apps/files_texteditor/css/DroidSansMono/stylesheet.scss
6401share/nextcloud/apps/files_texteditor/css/merged.scss 6763share/nextcloud/apps/files_texteditor/css/merged.scss
6402share/nextcloud/apps/files_texteditor/css/mobile.scss 6764share/nextcloud/apps/files_texteditor/css/mobile.scss
6403share/nextcloud/apps/files_texteditor/css/style.scss 6765share/nextcloud/apps/files_texteditor/css/style.scss
6404share/nextcloud/apps/files_texteditor/img/app.png 6766share/nextcloud/apps/files_texteditor/img/app.png
6405share/nextcloud/apps/files_texteditor/img/app.svg 6767share/nextcloud/apps/files_texteditor/img/app.svg
6406share/nextcloud/apps/files_texteditor/img/image.svg 6768share/nextcloud/apps/files_texteditor/img/image.svg
6407share/nextcloud/apps/files_texteditor/img/mixed.svg 6769share/nextcloud/apps/files_texteditor/img/mixed.svg
6408share/nextcloud/apps/files_texteditor/img/text.svg 6770share/nextcloud/apps/files_texteditor/img/text.svg
6409share/nextcloud/apps/files_texteditor/js/add-nounce.patch 6771share/nextcloud/apps/files_texteditor/js/add-nounce.patch
6410share/nextcloud/apps/files_texteditor/js/bower.json 6772share/nextcloud/apps/files_texteditor/js/bower.json
6411share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/LICENSE 6773share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/LICENSE
6412share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/ace.js 6774share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/ace.js
6413share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/ext-modelist.js 6775share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/ext-modelist.js
6414share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/ext-searchbox.js 6776share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/ext-searchbox.js
6415share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/keybinding-emacs.js 6777share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/keybinding-emacs.js
6416share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/keybinding-vim.js 6778share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/keybinding-vim.js
6417share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-abap.js 6779share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-abap.js
6418share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-abc.js 6780share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-abc.js
6419share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-actionscript.js 6781share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-actionscript.js
6420share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-ada.js 6782share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-ada.js
6421share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-apache_conf.js 6783share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-apache_conf.js
6422share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-applescript.js 6784share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-applescript.js
6423share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-asciidoc.js 6785share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-asciidoc.js
6424share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-assembly_x86.js 6786share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-assembly_x86.js
6425share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-autohotkey.js 6787share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-autohotkey.js
6426share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-batchfile.js 6788share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-batchfile.js
6427share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-c9search.js 6789share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-c9search.js
6428share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-c_cpp.js 6790share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-c_cpp.js
6429share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-cirru.js 6791share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-cirru.js
6430share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-clojure.js 6792share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-clojure.js
6431share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-cobol.js 6793share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-cobol.js
6432share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-coffee.js 6794share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-coffee.js
6433share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-coldfusion.js 6795share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-coldfusion.js
6434share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-csharp.js 6796share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-csharp.js
6435share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-css.js 6797share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-css.js
6436share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-curly.js 6798share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-curly.js
6437share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-d.js 6799share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-d.js
6438share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-dart.js 6800share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-dart.js
6439share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-diff.js 6801share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-diff.js
6440share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-django.js 6802share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-django.js
6441share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-dockerfile.js 6803share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-dockerfile.js
6442share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-dot.js 6804share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-dot.js
6443share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-drools.js 6805share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-drools.js
6444share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-eiffel.js 6806share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-eiffel.js
6445share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-ejs.js 6807share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-ejs.js
6446share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-elixir.js 6808share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-elixir.js
6447share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-elm.js 6809share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-elm.js
6448share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-erlang.js 6810share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-erlang.js
6449share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-forth.js 6811share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-forth.js
6450share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-fortran.js 6812share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-fortran.js
6451share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-ftl.js 6813share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-ftl.js
6452share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-gcode.js 6814share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-gcode.js
6453share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-gherkin.js 6815share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-gherkin.js
6454share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-gitignore.js 6816share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-gitignore.js
6455share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-glsl.js 6817share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-glsl.js
6456share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-gobstones.js 6818share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-gobstones.js
6457share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-golang.js 6819share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-golang.js
6458share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-groovy.js 6820share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-groovy.js
6459share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haml.js 6821share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haml.js
6460share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-handlebars.js 6822share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-handlebars.js
6461share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haskell.js 6823share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haskell.js
6462share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haskell_cabal.js 6824share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haskell_cabal.js
6463share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haxe.js 6825share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haxe.js
6464share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html.js 6826share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html.js
6465share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html_elixir.js 6827share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html_elixir.js
6466share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html_ruby.js 6828share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html_ruby.js
6467share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-ini.js 6829share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-ini.js
6468share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-io.js 6830share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-io.js
6469share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-jack.js 6831share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-jack.js
6470share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-jade.js 6832share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-jade.js
6471share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-java.js 6833share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-java.js
6472share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-javascript.js 6834share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-javascript.js
6473share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-json.js 6835share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-json.js
6474share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-jsoniq.js 6836share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-jsoniq.js
6475share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-jsp.js 6837share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-jsp.js
6476share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-jsx.js 6838share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-jsx.js
6477share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-julia.js 6839share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-julia.js
6478share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-kotlin.js 6840share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-kotlin.js
6479share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-latex.js 6841share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-latex.js
6480share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-lean.js 6842share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-lean.js
6481share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-less.js 6843share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-less.js
6482share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-liquid.js 6844share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-liquid.js
6483share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-lisp.js 6845share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-lisp.js
6484share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-live_script.js 6846share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-live_script.js
6485share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-livescript.js 6847share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-livescript.js
6486share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-logiql.js 6848share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-logiql.js
6487share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-lsl.js 6849share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-lsl.js
6488share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-lua.js 6850share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-lua.js
6489share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-luapage.js 6851share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-luapage.js
6490share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-lucene.js 6852share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-lucene.js
6491share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-makefile.js 6853share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-makefile.js
6492share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-markdown.js 6854share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-markdown.js
6493share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mask.js 6855share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mask.js
6494share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-matlab.js 6856share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-matlab.js
6495share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mavens_mate_log.js 6857share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mavens_mate_log.js
6496share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-maze.js 6858share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-maze.js
6497share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mel.js 6859share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mel.js
6498share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mips_assembler.js 6860share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mips_assembler.js
6499share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mipsassembler.js 6861share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mipsassembler.js
6500share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mushcode.js 6862share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mushcode.js
6501share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mysql.js 6863share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-mysql.js
6502share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-nix.js 6864share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-nix.js
6503share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-nsis.js 6865share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-nsis.js
6504share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-objectivec.js 6866share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-objectivec.js
6505share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-ocaml.js 6867share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-ocaml.js
6506share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-pascal.js 6868share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-pascal.js
6507share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-perl.js 6869share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-perl.js
6508share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-pgsql.js 6870share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-pgsql.js
6509share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-php.js 6871share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-php.js
6510share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-plain_text.js 6872share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-plain_text.js
6511share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-powershell.js 6873share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-powershell.js
6512share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-praat.js 6874share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-praat.js
6513share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-prolog.js 6875share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-prolog.js
6514share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-properties.js 6876share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-properties.js
6515share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-protobuf.js 6877share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-protobuf.js
6516share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-python.js 6878share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-python.js
6517share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-r.js 6879share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-r.js
6518share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-razor.js 6880share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-razor.js
6519share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-rdoc.js 6881share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-rdoc.js
6520share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-rhtml.js 6882share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-rhtml.js
6521share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-rst.js 6883share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-rst.js
6522share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-ruby.js 6884share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-ruby.js
6523share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-rust.js 6885share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-rust.js
6524share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sass.js 6886share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sass.js
6525share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-scad.js 6887share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-scad.js
6526share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-scala.js 6888share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-scala.js
6527share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-scheme.js 6889share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-scheme.js
6528share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-scss.js 6890share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-scss.js
6529share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sh.js 6891share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sh.js
6530share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sjs.js 6892share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sjs.js
6531share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-smarty.js 6893share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-smarty.js
6532share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-snippets.js 6894share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-snippets.js
6533share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-soy_template.js 6895share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-soy_template.js
6534share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-space.js 6896share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-space.js
6535share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sql.js 6897share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sql.js
6536share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sqlserver.js 6898share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sqlserver.js
6537share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-stylus.js 6899share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-stylus.js
6538share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-svg.js 6900share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-svg.js
6539share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-swift.js 6901share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-swift.js
6540share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-swig.js 6902share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-swig.js
6541share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-tcl.js 6903share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-tcl.js
6542share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-tex.js 6904share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-tex.js
6543share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-text.js 6905share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-text.js
6544share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-textile.js 6906share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-textile.js
6545share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-toml.js 6907share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-toml.js
6546share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-tsx.js 6908share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-tsx.js
6547share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-twig.js 6909share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-twig.js
6548share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-typescript.js 6910share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-typescript.js
6549share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-vala.js 6911share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-vala.js
6550share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-vbscript.js 6912share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-vbscript.js
6551share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-velocity.js 6913share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-velocity.js
6552share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-verilog.js 6914share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-verilog.js
6553share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-vhdl.js 6915share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-vhdl.js
6554share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-wollok.js 6916share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-wollok.js
6555share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-xml.js 6917share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-xml.js
6556share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-xquery.js 6918share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-xquery.js
6557share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-yaml.js 6919share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-yaml.js
6558share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/abap.js 6920share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/abap.js
6559share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/abc.js 6921share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/abc.js
6560share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/actionscript.js 6922share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/actionscript.js
6561share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/ada.js 6923share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/ada.js
6562share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/apache_conf.js 6924share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/apache_conf.js
6563share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/applescript.js 6925share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/applescript.js
6564share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/asciidoc.js 6926share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/asciidoc.js
6565share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/assembly_x86.js 6927share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/assembly_x86.js
6566share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/autohotkey.js 6928share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/autohotkey.js
6567share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/batchfile.js 6929share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/batchfile.js
6568share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/c9search.js 6930share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/c9search.js
6569share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/c_cpp.js 6931share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/c_cpp.js
6570share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/cirru.js 6932share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/cirru.js
6571share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/clojure.js 6933share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/clojure.js
6572share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/cobol.js 6934share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/cobol.js
6573share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/coffee.js 6935share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/coffee.js
6574share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/coldfusion.js 6936share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/coldfusion.js
6575share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/csharp.js 6937share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/csharp.js
6576share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/css.js 6938share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/css.js
6577share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/curly.js 6939share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/curly.js
6578share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/d.js 6940share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/d.js
6579share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/dart.js 6941share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/dart.js
6580share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/diff.js 6942share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/diff.js
6581share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/django.js 6943share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/django.js
6582share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/dockerfile.js 6944share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/dockerfile.js
6583share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/dot.js 6945share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/dot.js
6584share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/drools.js 6946share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/drools.js
6585share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/eiffel.js 6947share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/eiffel.js
6586share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/ejs.js 6948share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/ejs.js
6587share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/elixir.js 6949share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/elixir.js
6588share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/elm.js 6950share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/elm.js
6589share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/erlang.js 6951share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/erlang.js
6590share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/forth.js 6952share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/forth.js
6591share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/fortran.js 6953share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/fortran.js
6592share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/ftl.js 6954share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/ftl.js
6593share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/gcode.js 6955share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/gcode.js
6594share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/gherkin.js 6956share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/gherkin.js
6595share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/gitignore.js 6957share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/gitignore.js
6596share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/glsl.js 6958share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/glsl.js
6597share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/gobstones.js 6959share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/gobstones.js
6598share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/golang.js 6960share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/golang.js
6599share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/groovy.js 6961share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/groovy.js
6600share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haml.js 6962share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haml.js
6601share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/handlebars.js 6963share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/handlebars.js
6602share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haskell.js 6964share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haskell.js
6603share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haskell_cabal.js 6965share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haskell_cabal.js
6604share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haxe.js 6966share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haxe.js
6605share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html.js 6967share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html.js
6606share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html_elixir.js 6968share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html_elixir.js
6607share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html_ruby.js 6969share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html_ruby.js
6608share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/ini.js 6970share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/ini.js
6609share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/io.js 6971share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/io.js
6610share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/jack.js 6972share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/jack.js
6611share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/jade.js 6973share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/jade.js
6612share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/java.js 6974share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/java.js
6613share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/javascript.js 6975share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/javascript.js
6614share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/json.js 6976share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/json.js
6615share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/jsoniq.js 6977share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/jsoniq.js
6616share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/jsp.js 6978share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/jsp.js
6617share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/jsx.js 6979share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/jsx.js
6618share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/julia.js 6980share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/julia.js
6619share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/kotlin.js 6981share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/kotlin.js
6620share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/latex.js 6982share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/latex.js
6621share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/lean.js 6983share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/lean.js
6622share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/less.js 6984share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/less.js
6623share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/liquid.js 6985share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/liquid.js
6624share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/lisp.js 6986share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/lisp.js
6625share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/live_script.js 6987share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/live_script.js
6626share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/livescript.js 6988share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/livescript.js
6627share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/logiql.js 6989share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/logiql.js
6628share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/lsl.js 6990share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/lsl.js
6629share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/lua.js 6991share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/lua.js
6630share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/luapage.js 6992share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/luapage.js
6631share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/lucene.js 6993share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/lucene.js
6632share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/makefile.js 6994share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/makefile.js
6633share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/markdown.js 6995share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/markdown.js
6634share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/mask.js 6996share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/mask.js
6635share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/matlab.js 6997share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/matlab.js
6636share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/maze.js 6998share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/maze.js
6637share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/mel.js 6999share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/mel.js
6638share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/mips_assembler.js 7000share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/mips_assembler.js
6639share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/mipsassembler.js 7001share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/mipsassembler.js
6640share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/mushcode.js 7002share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/mushcode.js
6641share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/mysql.js 7003share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/mysql.js
6642share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/nix.js 7004share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/nix.js
6643share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/nsis.js 7005share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/nsis.js
6644share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/objectivec.js 7006share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/objectivec.js
6645share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/ocaml.js 7007share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/ocaml.js
6646share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/pascal.js 7008share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/pascal.js
6647share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/perl.js 7009share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/perl.js
6648share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/pgsql.js 7010share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/pgsql.js
6649share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/php.js 7011share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/php.js
6650share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/plain_text.js 7012share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/plain_text.js
6651share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/powershell.js 7013share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/powershell.js
6652share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/praat.js 7014share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/praat.js
6653share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/prolog.js 7015share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/prolog.js
6654share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/properties.js 7016share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/properties.js
6655share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/protobuf.js 7017share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/protobuf.js
6656share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/python.js 7018share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/python.js
6657share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/r.js 7019share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/r.js
6658share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/razor.js 7020share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/razor.js
6659share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/rdoc.js 7021share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/rdoc.js
6660share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/rhtml.js 7022share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/rhtml.js
6661share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/rst.js 7023share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/rst.js
6662share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/ruby.js 7024share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/ruby.js
6663share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/rust.js 7025share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/rust.js
6664share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sass.js 7026share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sass.js
6665share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/scad.js 7027share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/scad.js
6666share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/scala.js 7028share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/scala.js
6667share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/scheme.js 7029share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/scheme.js
6668share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/scss.js 7030share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/scss.js
6669share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sh.js 7031share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sh.js
6670share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sjs.js 7032share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sjs.js
6671share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/smarty.js 7033share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/smarty.js
6672share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/snippets.js 7034share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/snippets.js
6673share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/soy_template.js 7035share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/soy_template.js
6674share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/space.js 7036share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/space.js
6675share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sql.js 7037share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sql.js
6676share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sqlserver.js 7038share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sqlserver.js
6677share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/stylus.js 7039share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/stylus.js
6678share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/svg.js 7040share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/svg.js
6679share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/swift.js 7041share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/swift.js
6680share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/swig.js 7042share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/swig.js
6681share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/tcl.js 7043share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/tcl.js
6682share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/tex.js 7044share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/tex.js
6683share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/text.js 7045share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/text.js
6684share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/textile.js 7046share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/textile.js
6685share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/toml.js 7047share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/toml.js
6686share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/tsx.js 7048share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/tsx.js
6687share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/twig.js 7049share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/twig.js
6688share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/typescript.js 7050share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/typescript.js
6689share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/vala.js 7051share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/vala.js
6690share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/vbscript.js 7052share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/vbscript.js
6691share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/velocity.js 7053share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/velocity.js
6692share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/verilog.js 7054share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/verilog.js
6693share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/vhdl.js 7055share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/vhdl.js
6694share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/wollok.js 7056share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/wollok.js
6695share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/xml.js 7057share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/xml.js
6696share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/xquery.js 7058share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/xquery.js
6697share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/yaml.js 7059share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/yaml.js
6698share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/theme-clouds.js 7060share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/theme-clouds.js
6699share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-coffee.js 7061share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-coffee.js
6700share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-css.js 7062share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-css.js
6701share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-html.js 7063share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-html.js
6702share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-javascript.js 7064share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-javascript.js
6703share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-json.js 7065share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-json.js
6704share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-lua.js 7066share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-lua.js
6705share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-php.js 7067share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-php.js
6706share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-xml.js 7068share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-xml.js
6707share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-xquery.js 7069share/nextcloud/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-xquery.js
6708share/nextcloud/apps/files_texteditor/js/editor.js 7070share/nextcloud/apps/files_texteditor/js/editor.js
6709share/nextcloud/apps/files_texteditor/js/merged.json 7071share/nextcloud/apps/files_texteditor/js/merged.json
6710share/nextcloud/apps/files_texteditor/js/sidebarpreview.js 7072share/nextcloud/apps/files_texteditor/js/sidebarpreview.js
6711share/nextcloud/apps/files_texteditor/l10n/.gitkeep 7073share/nextcloud/apps/files_texteditor/l10n/.gitkeep
6712share/nextcloud/apps/files_texteditor/l10n/.tx/config 7074share/nextcloud/apps/files_texteditor/l10n/.tx/config
6713share/nextcloud/apps/files_texteditor/l10n/ar.php 7075share/nextcloud/apps/files_texteditor/l10n/ar.php
6714share/nextcloud/apps/files_texteditor/l10n/ast.js 7076share/nextcloud/apps/files_texteditor/l10n/ast.js
6715share/nextcloud/apps/files_texteditor/l10n/ast.json 7077share/nextcloud/apps/files_texteditor/l10n/ast.json
6716share/nextcloud/apps/files_texteditor/l10n/az.js 7078share/nextcloud/apps/files_texteditor/l10n/az.js
6717share/nextcloud/apps/files_texteditor/l10n/az.json 7079share/nextcloud/apps/files_texteditor/l10n/az.json
6718share/nextcloud/apps/files_texteditor/l10n/bg.js 7080share/nextcloud/apps/files_texteditor/l10n/bg.js
6719share/nextcloud/apps/files_texteditor/l10n/bg.json 7081share/nextcloud/apps/files_texteditor/l10n/bg.json
6720share/nextcloud/apps/files_texteditor/l10n/bg_BG.js 7082share/nextcloud/apps/files_texteditor/l10n/bg_BG.js
6721share/nextcloud/apps/files_texteditor/l10n/bg_BG.json 7083share/nextcloud/apps/files_texteditor/l10n/bg_BG.json
6722share/nextcloud/apps/files_texteditor/l10n/bn_BD.php 7084share/nextcloud/apps/files_texteditor/l10n/bn_BD.php
6723share/nextcloud/apps/files_texteditor/l10n/bs.php 7085share/nextcloud/apps/files_texteditor/l10n/bs.php
6724share/nextcloud/apps/files_texteditor/l10n/ca.js 7086share/nextcloud/apps/files_texteditor/l10n/ca.js
6725share/nextcloud/apps/files_texteditor/l10n/ca.json 7087share/nextcloud/apps/files_texteditor/l10n/ca.json
6726share/nextcloud/apps/files_texteditor/l10n/cs.js 7088share/nextcloud/apps/files_texteditor/l10n/cs.js
6727share/nextcloud/apps/files_texteditor/l10n/cs.json 7089share/nextcloud/apps/files_texteditor/l10n/cs.json
6728share/nextcloud/apps/files_texteditor/l10n/cs_CZ.js 7090share/nextcloud/apps/files_texteditor/l10n/cs_CZ.js
6729share/nextcloud/apps/files_texteditor/l10n/cs_CZ.json 7091share/nextcloud/apps/files_texteditor/l10n/cs_CZ.json
6730share/nextcloud/apps/files_texteditor/l10n/cy_GB.php 7092share/nextcloud/apps/files_texteditor/l10n/cy_GB.php
6731share/nextcloud/apps/files_texteditor/l10n/da.js 7093share/nextcloud/apps/files_texteditor/l10n/da.js
6732share/nextcloud/apps/files_texteditor/l10n/da.json 7094share/nextcloud/apps/files_texteditor/l10n/da.json
6733share/nextcloud/apps/files_texteditor/l10n/de.js 7095share/nextcloud/apps/files_texteditor/l10n/de.js
6734share/nextcloud/apps/files_texteditor/l10n/de.json 7096share/nextcloud/apps/files_texteditor/l10n/de.json
6735share/nextcloud/apps/files_texteditor/l10n/de_CH.php 7097share/nextcloud/apps/files_texteditor/l10n/de_CH.php
6736share/nextcloud/apps/files_texteditor/l10n/de_DE.js 7098share/nextcloud/apps/files_texteditor/l10n/de_DE.js
6737share/nextcloud/apps/files_texteditor/l10n/de_DE.json 7099share/nextcloud/apps/files_texteditor/l10n/de_DE.json
6738share/nextcloud/apps/files_texteditor/l10n/el.js 7100share/nextcloud/apps/files_texteditor/l10n/el.js
6739share/nextcloud/apps/files_texteditor/l10n/el.json 7101share/nextcloud/apps/files_texteditor/l10n/el.json
6740share/nextcloud/apps/files_texteditor/l10n/en_GB.js 7102share/nextcloud/apps/files_texteditor/l10n/en_GB.js
6741share/nextcloud/apps/files_texteditor/l10n/en_GB.json 7103share/nextcloud/apps/files_texteditor/l10n/en_GB.json
6742share/nextcloud/apps/files_texteditor/l10n/eo.js 7104share/nextcloud/apps/files_texteditor/l10n/eo.js
6743share/nextcloud/apps/files_texteditor/l10n/eo.json 7105share/nextcloud/apps/files_texteditor/l10n/eo.json
6744share/nextcloud/apps/files_texteditor/l10n/es.js 7106share/nextcloud/apps/files_texteditor/l10n/es.js
6745share/nextcloud/apps/files_texteditor/l10n/es.json 7107share/nextcloud/apps/files_texteditor/l10n/es.json
6746share/nextcloud/apps/files_texteditor/l10n/es_AR.js 7108share/nextcloud/apps/files_texteditor/l10n/es_AR.js
6747share/nextcloud/apps/files_texteditor/l10n/es_AR.json 7109share/nextcloud/apps/files_texteditor/l10n/es_AR.json
 7110share/nextcloud/apps/files_texteditor/l10n/es_CL.js
 7111share/nextcloud/apps/files_texteditor/l10n/es_CL.json
 7112share/nextcloud/apps/files_texteditor/l10n/es_CO.js
 7113share/nextcloud/apps/files_texteditor/l10n/es_CO.json
 7114share/nextcloud/apps/files_texteditor/l10n/es_CR.js
 7115share/nextcloud/apps/files_texteditor/l10n/es_CR.json
 7116share/nextcloud/apps/files_texteditor/l10n/es_DO.js
 7117share/nextcloud/apps/files_texteditor/l10n/es_DO.json
 7118share/nextcloud/apps/files_texteditor/l10n/es_EC.js
 7119share/nextcloud/apps/files_texteditor/l10n/es_EC.json
 7120share/nextcloud/apps/files_texteditor/l10n/es_GT.js
 7121share/nextcloud/apps/files_texteditor/l10n/es_GT.json
 7122share/nextcloud/apps/files_texteditor/l10n/es_HN.js
 7123share/nextcloud/apps/files_texteditor/l10n/es_HN.json
6748share/nextcloud/apps/files_texteditor/l10n/es_MX.js 7124share/nextcloud/apps/files_texteditor/l10n/es_MX.js
6749share/nextcloud/apps/files_texteditor/l10n/es_MX.json 7125share/nextcloud/apps/files_texteditor/l10n/es_MX.json
 7126share/nextcloud/apps/files_texteditor/l10n/es_NI.js
 7127share/nextcloud/apps/files_texteditor/l10n/es_NI.json
 7128share/nextcloud/apps/files_texteditor/l10n/es_PA.js
 7129share/nextcloud/apps/files_texteditor/l10n/es_PA.json
 7130share/nextcloud/apps/files_texteditor/l10n/es_PE.js
 7131share/nextcloud/apps/files_texteditor/l10n/es_PE.json
 7132share/nextcloud/apps/files_texteditor/l10n/es_PR.js
 7133share/nextcloud/apps/files_texteditor/l10n/es_PR.json
 7134share/nextcloud/apps/files_texteditor/l10n/es_PY.js
 7135share/nextcloud/apps/files_texteditor/l10n/es_PY.json
 7136share/nextcloud/apps/files_texteditor/l10n/es_SV.js
 7137share/nextcloud/apps/files_texteditor/l10n/es_SV.json
 7138share/nextcloud/apps/files_texteditor/l10n/es_UY.js
 7139share/nextcloud/apps/files_texteditor/l10n/es_UY.json
6750share/nextcloud/apps/files_texteditor/l10n/et_EE.js 7140share/nextcloud/apps/files_texteditor/l10n/et_EE.js
6751share/nextcloud/apps/files_texteditor/l10n/et_EE.json 7141share/nextcloud/apps/files_texteditor/l10n/et_EE.json
6752share/nextcloud/apps/files_texteditor/l10n/eu.php 7142share/nextcloud/apps/files_texteditor/l10n/eu.js
 7143share/nextcloud/apps/files_texteditor/l10n/eu.json
6753share/nextcloud/apps/files_texteditor/l10n/eu_ES.php 7144share/nextcloud/apps/files_texteditor/l10n/eu_ES.php
6754share/nextcloud/apps/files_texteditor/l10n/fa.js 7145share/nextcloud/apps/files_texteditor/l10n/fa.js
6755share/nextcloud/apps/files_texteditor/l10n/fa.json 7146share/nextcloud/apps/files_texteditor/l10n/fa.json
6756share/nextcloud/apps/files_texteditor/l10n/fi.js 7147share/nextcloud/apps/files_texteditor/l10n/fi.js
6757share/nextcloud/apps/files_texteditor/l10n/fi.json 7148share/nextcloud/apps/files_texteditor/l10n/fi.json
6758share/nextcloud/apps/files_texteditor/l10n/fi_FI.js 7149share/nextcloud/apps/files_texteditor/l10n/fi_FI.js
6759share/nextcloud/apps/files_texteditor/l10n/fi_FI.json 7150share/nextcloud/apps/files_texteditor/l10n/fi_FI.json
6760share/nextcloud/apps/files_texteditor/l10n/fr.js 7151share/nextcloud/apps/files_texteditor/l10n/fr.js
6761share/nextcloud/apps/files_texteditor/l10n/fr.json 7152share/nextcloud/apps/files_texteditor/l10n/fr.json
6762share/nextcloud/apps/files_texteditor/l10n/gl.js 7153share/nextcloud/apps/files_texteditor/l10n/gl.js
6763share/nextcloud/apps/files_texteditor/l10n/gl.json 7154share/nextcloud/apps/files_texteditor/l10n/gl.json
6764share/nextcloud/apps/files_texteditor/l10n/he.js 7155share/nextcloud/apps/files_texteditor/l10n/he.js
6765share/nextcloud/apps/files_texteditor/l10n/he.json 7156share/nextcloud/apps/files_texteditor/l10n/he.json
6766share/nextcloud/apps/files_texteditor/l10n/hi.php 7157share/nextcloud/apps/files_texteditor/l10n/hi.php
6767share/nextcloud/apps/files_texteditor/l10n/hr.php 7158share/nextcloud/apps/files_texteditor/l10n/hr.php
6768share/nextcloud/apps/files_texteditor/l10n/hu.js 7159share/nextcloud/apps/files_texteditor/l10n/hu.js
6769share/nextcloud/apps/files_texteditor/l10n/hu.json 7160share/nextcloud/apps/files_texteditor/l10n/hu.json
6770share/nextcloud/apps/files_texteditor/l10n/hu_HU.js 7161share/nextcloud/apps/files_texteditor/l10n/hu_HU.js
6771share/nextcloud/apps/files_texteditor/l10n/hu_HU.json 7162share/nextcloud/apps/files_texteditor/l10n/hu_HU.json
6772share/nextcloud/apps/files_texteditor/l10n/hy.js 7163share/nextcloud/apps/files_texteditor/l10n/hy.js
6773share/nextcloud/apps/files_texteditor/l10n/hy.json 7164share/nextcloud/apps/files_texteditor/l10n/hy.json
6774share/nextcloud/apps/files_texteditor/l10n/ia.php 7165share/nextcloud/apps/files_texteditor/l10n/ia.php
6775share/nextcloud/apps/files_texteditor/l10n/id.js 7166share/nextcloud/apps/files_texteditor/l10n/id.js
6776share/nextcloud/apps/files_texteditor/l10n/id.json 7167share/nextcloud/apps/files_texteditor/l10n/id.json
6777share/nextcloud/apps/files_texteditor/l10n/is.js 7168share/nextcloud/apps/files_texteditor/l10n/is.js
6778share/nextcloud/apps/files_texteditor/l10n/is.json 7169share/nextcloud/apps/files_texteditor/l10n/is.json
6779share/nextcloud/apps/files_texteditor/l10n/it.js 7170share/nextcloud/apps/files_texteditor/l10n/it.js
6780share/nextcloud/apps/files_texteditor/l10n/it.json 7171share/nextcloud/apps/files_texteditor/l10n/it.json
6781share/nextcloud/apps/files_texteditor/l10n/ja.js 7172share/nextcloud/apps/files_texteditor/l10n/ja.js
6782share/nextcloud/apps/files_texteditor/l10n/ja.json 7173share/nextcloud/apps/files_texteditor/l10n/ja.json
6783share/nextcloud/apps/files_texteditor/l10n/ka_GE.php 7174share/nextcloud/apps/files_texteditor/l10n/ka_GE.js
 7175share/nextcloud/apps/files_texteditor/l10n/ka_GE.json
6784share/nextcloud/apps/files_texteditor/l10n/km.php 7176share/nextcloud/apps/files_texteditor/l10n/km.php
6785share/nextcloud/apps/files_texteditor/l10n/ko.js 7177share/nextcloud/apps/files_texteditor/l10n/ko.js
6786share/nextcloud/apps/files_texteditor/l10n/ko.json 7178share/nextcloud/apps/files_texteditor/l10n/ko.json
6787share/nextcloud/apps/files_texteditor/l10n/ku_IQ.php 7179share/nextcloud/apps/files_texteditor/l10n/ku_IQ.php
6788share/nextcloud/apps/files_texteditor/l10n/lb.php 7180share/nextcloud/apps/files_texteditor/l10n/lb.php
6789share/nextcloud/apps/files_texteditor/l10n/lt_LT.js 7181share/nextcloud/apps/files_texteditor/l10n/lt_LT.js
6790share/nextcloud/apps/files_texteditor/l10n/lt_LT.json 7182share/nextcloud/apps/files_texteditor/l10n/lt_LT.json
6791share/nextcloud/apps/files_texteditor/l10n/lv.php 7183share/nextcloud/apps/files_texteditor/l10n/lv.php
6792share/nextcloud/apps/files_texteditor/l10n/mk.php 7184share/nextcloud/apps/files_texteditor/l10n/mk.php
6793share/nextcloud/apps/files_texteditor/l10n/ms_MY.php 7185share/nextcloud/apps/files_texteditor/l10n/ms_MY.php
6794share/nextcloud/apps/files_texteditor/l10n/nb.js 7186share/nextcloud/apps/files_texteditor/l10n/nb.js
6795share/nextcloud/apps/files_texteditor/l10n/nb.json 7187share/nextcloud/apps/files_texteditor/l10n/nb.json
6796share/nextcloud/apps/files_texteditor/l10n/nb_NO.js 7188share/nextcloud/apps/files_texteditor/l10n/nb_NO.js
6797share/nextcloud/apps/files_texteditor/l10n/nb_NO.json 7189share/nextcloud/apps/files_texteditor/l10n/nb_NO.json
6798share/nextcloud/apps/files_texteditor/l10n/nl.js 7190share/nextcloud/apps/files_texteditor/l10n/nl.js
6799share/nextcloud/apps/files_texteditor/l10n/nl.json 7191share/nextcloud/apps/files_texteditor/l10n/nl.json
6800share/nextcloud/apps/files_texteditor/l10n/nn_NO.js 7192share/nextcloud/apps/files_texteditor/l10n/nn_NO.js
6801share/nextcloud/apps/files_texteditor/l10n/nn_NO.json 7193share/nextcloud/apps/files_texteditor/l10n/nn_NO.json
6802share/nextcloud/apps/files_texteditor/l10n/oc.js 7194share/nextcloud/apps/files_texteditor/l10n/oc.js
6803share/nextcloud/apps/files_texteditor/l10n/oc.json 7195share/nextcloud/apps/files_texteditor/l10n/oc.json
6804share/nextcloud/apps/files_texteditor/l10n/pa.php 7196share/nextcloud/apps/files_texteditor/l10n/pa.php
6805share/nextcloud/apps/files_texteditor/l10n/pl.js 7197share/nextcloud/apps/files_texteditor/l10n/pl.js
6806share/nextcloud/apps/files_texteditor/l10n/pl.json 7198share/nextcloud/apps/files_texteditor/l10n/pl.json
6807share/nextcloud/apps/files_texteditor/l10n/pt_BR.js 7199share/nextcloud/apps/files_texteditor/l10n/pt_BR.js
6808share/nextcloud/apps/files_texteditor/l10n/pt_BR.json 7200share/nextcloud/apps/files_texteditor/l10n/pt_BR.json
6809share/nextcloud/apps/files_texteditor/l10n/pt_PT.js 7201share/nextcloud/apps/files_texteditor/l10n/pt_PT.js
6810share/nextcloud/apps/files_texteditor/l10n/pt_PT.json 7202share/nextcloud/apps/files_texteditor/l10n/pt_PT.json
6811share/nextcloud/apps/files_texteditor/l10n/ro.js 7203share/nextcloud/apps/files_texteditor/l10n/ro.js
6812share/nextcloud/apps/files_texteditor/l10n/ro.json 7204share/nextcloud/apps/files_texteditor/l10n/ro.json
6813share/nextcloud/apps/files_texteditor/l10n/ru.js 7205share/nextcloud/apps/files_texteditor/l10n/ru.js
6814share/nextcloud/apps/files_texteditor/l10n/ru.json 7206share/nextcloud/apps/files_texteditor/l10n/ru.json
6815share/nextcloud/apps/files_texteditor/l10n/si_LK.php 7207share/nextcloud/apps/files_texteditor/l10n/si_LK.php
6816share/nextcloud/apps/files_texteditor/l10n/sk.js 7208share/nextcloud/apps/files_texteditor/l10n/sk.js
6817share/nextcloud/apps/files_texteditor/l10n/sk.json 7209share/nextcloud/apps/files_texteditor/l10n/sk.json
6818share/nextcloud/apps/files_texteditor/l10n/sk_SK.js 7210share/nextcloud/apps/files_texteditor/l10n/sk_SK.js
6819share/nextcloud/apps/files_texteditor/l10n/sk_SK.json 7211share/nextcloud/apps/files_texteditor/l10n/sk_SK.json
6820share/nextcloud/apps/files_texteditor/l10n/sl.js 7212share/nextcloud/apps/files_texteditor/l10n/sl.js
6821share/nextcloud/apps/files_texteditor/l10n/sl.json 7213share/nextcloud/apps/files_texteditor/l10n/sl.json
6822share/nextcloud/apps/files_texteditor/l10n/sq.js 7214share/nextcloud/apps/files_texteditor/l10n/sq.js
6823share/nextcloud/apps/files_texteditor/l10n/sq.json 7215share/nextcloud/apps/files_texteditor/l10n/sq.json
6824share/nextcloud/apps/files_texteditor/l10n/sr.js 7216share/nextcloud/apps/files_texteditor/l10n/sr.js
6825share/nextcloud/apps/files_texteditor/l10n/sr.json 7217share/nextcloud/apps/files_texteditor/l10n/sr.json
6826share/nextcloud/apps/files_texteditor/l10n/sr@latin.js 7218share/nextcloud/apps/files_texteditor/l10n/sr@latin.js
6827share/nextcloud/apps/files_texteditor/l10n/sr@latin.json 7219share/nextcloud/apps/files_texteditor/l10n/sr@latin.json
6828share/nextcloud/apps/files_texteditor/l10n/sv.js 7220share/nextcloud/apps/files_texteditor/l10n/sv.js
6829share/nextcloud/apps/files_texteditor/l10n/sv.json 7221share/nextcloud/apps/files_texteditor/l10n/sv.json
6830share/nextcloud/apps/files_texteditor/l10n/ta_LK.php 7222share/nextcloud/apps/files_texteditor/l10n/ta_LK.php
6831share/nextcloud/apps/files_texteditor/l10n/te.php 7223share/nextcloud/apps/files_texteditor/l10n/te.php
6832share/nextcloud/apps/files_texteditor/l10n/th.js 7224share/nextcloud/apps/files_texteditor/l10n/th.js
6833share/nextcloud/apps/files_texteditor/l10n/th.json 7225share/nextcloud/apps/files_texteditor/l10n/th.json
6834share/nextcloud/apps/files_texteditor/l10n/th_TH.js 7226share/nextcloud/apps/files_texteditor/l10n/th_TH.js
6835share/nextcloud/apps/files_texteditor/l10n/th_TH.json 7227share/nextcloud/apps/files_texteditor/l10n/th_TH.json
6836share/nextcloud/apps/files_texteditor/l10n/tr.js 7228share/nextcloud/apps/files_texteditor/l10n/tr.js
6837share/nextcloud/apps/files_texteditor/l10n/tr.json 7229share/nextcloud/apps/files_texteditor/l10n/tr.json
6838share/nextcloud/apps/files_texteditor/l10n/ug.php 7230share/nextcloud/apps/files_texteditor/l10n/ug.php
6839share/nextcloud/apps/files_texteditor/l10n/uk.js 7231share/nextcloud/apps/files_texteditor/l10n/uk.js
6840share/nextcloud/apps/files_texteditor/l10n/uk.json 7232share/nextcloud/apps/files_texteditor/l10n/uk.json
6841share/nextcloud/apps/files_texteditor/l10n/vi.js 7233share/nextcloud/apps/files_texteditor/l10n/vi.js
6842share/nextcloud/apps/files_texteditor/l10n/vi.json 7234share/nextcloud/apps/files_texteditor/l10n/vi.json
6843share/nextcloud/apps/files_texteditor/l10n/vi.php 7235share/nextcloud/apps/files_texteditor/l10n/vi.php
6844share/nextcloud/apps/files_texteditor/l10n/zh_CN.js 7236share/nextcloud/apps/files_texteditor/l10n/zh_CN.js
6845share/nextcloud/apps/files_texteditor/l10n/zh_CN.json 7237share/nextcloud/apps/files_texteditor/l10n/zh_CN.json
6846share/nextcloud/apps/files_texteditor/l10n/zh_HK.php 7238share/nextcloud/apps/files_texteditor/l10n/zh_HK.php
6847share/nextcloud/apps/files_texteditor/l10n/zh_TW.js 7239share/nextcloud/apps/files_texteditor/l10n/zh_TW.js
6848share/nextcloud/apps/files_texteditor/l10n/zh_TW.json 7240share/nextcloud/apps/files_texteditor/l10n/zh_TW.json
6849share/nextcloud/apps/files_trashbin/ajax/delete.php 7241share/nextcloud/apps/files_trashbin/ajax/delete.php
6850share/nextcloud/apps/files_trashbin/ajax/isEmpty.php 7242share/nextcloud/apps/files_trashbin/ajax/isEmpty.php
6851share/nextcloud/apps/files_trashbin/ajax/list.php 7243share/nextcloud/apps/files_trashbin/ajax/list.php
6852share/nextcloud/apps/files_trashbin/ajax/undelete.php 7244share/nextcloud/apps/files_trashbin/ajax/undelete.php
6853share/nextcloud/apps/files_trashbin/appinfo/app.php 7245share/nextcloud/apps/files_trashbin/appinfo/app.php
6854share/nextcloud/apps/files_trashbin/appinfo/database.xml 7246share/nextcloud/apps/files_trashbin/appinfo/database.xml
6855share/nextcloud/apps/files_trashbin/appinfo/info.xml 7247share/nextcloud/apps/files_trashbin/appinfo/info.xml
6856share/nextcloud/apps/files_trashbin/appinfo/routes.php 7248share/nextcloud/apps/files_trashbin/appinfo/routes.php
6857share/nextcloud/apps/files_trashbin/appinfo/signature.json 7249share/nextcloud/apps/files_trashbin/appinfo/signature.json
6858share/nextcloud/apps/files_trashbin/css/trash.css 7250share/nextcloud/apps/files_trashbin/css/trash.css
6859share/nextcloud/apps/files_trashbin/img/app.svg 7251share/nextcloud/apps/files_trashbin/img/app.svg
6860share/nextcloud/apps/files_trashbin/js/app.js 7252share/nextcloud/apps/files_trashbin/js/app.js
6861share/nextcloud/apps/files_trashbin/js/filelist.js 7253share/nextcloud/apps/files_trashbin/js/filelist.js
6862share/nextcloud/apps/files_trashbin/l10n/.gitkeep 7254share/nextcloud/apps/files_trashbin/l10n/.gitkeep
6863share/nextcloud/apps/files_trashbin/l10n/af.js 7255share/nextcloud/apps/files_trashbin/l10n/af.js
6864share/nextcloud/apps/files_trashbin/l10n/af.json 7256share/nextcloud/apps/files_trashbin/l10n/af.json
6865share/nextcloud/apps/files_trashbin/l10n/af_ZA.js 7257share/nextcloud/apps/files_trashbin/l10n/af_ZA.js
6866share/nextcloud/apps/files_trashbin/l10n/af_ZA.json 7258share/nextcloud/apps/files_trashbin/l10n/af_ZA.json
6867share/nextcloud/apps/files_trashbin/l10n/ar.js 7259share/nextcloud/apps/files_trashbin/l10n/ar.js
6868share/nextcloud/apps/files_trashbin/l10n/ar.json 7260share/nextcloud/apps/files_trashbin/l10n/ar.json
6869share/nextcloud/apps/files_trashbin/l10n/ast.js 7261share/nextcloud/apps/files_trashbin/l10n/ast.js
6870share/nextcloud/apps/files_trashbin/l10n/ast.json 7262share/nextcloud/apps/files_trashbin/l10n/ast.json
6871share/nextcloud/apps/files_trashbin/l10n/az.js 7263share/nextcloud/apps/files_trashbin/l10n/az.js
6872share/nextcloud/apps/files_trashbin/l10n/az.json 7264share/nextcloud/apps/files_trashbin/l10n/az.json
6873share/nextcloud/apps/files_trashbin/l10n/be.js 7265share/nextcloud/apps/files_trashbin/l10n/be.js
6874share/nextcloud/apps/files_trashbin/l10n/be.json 7266share/nextcloud/apps/files_trashbin/l10n/be.json
6875share/nextcloud/apps/files_trashbin/l10n/bg.js 7267share/nextcloud/apps/files_trashbin/l10n/bg.js
6876share/nextcloud/apps/files_trashbin/l10n/bg.json 7268share/nextcloud/apps/files_trashbin/l10n/bg.json
6877share/nextcloud/apps/files_trashbin/l10n/bg_BG.js 7269share/nextcloud/apps/files_trashbin/l10n/bg_BG.js
6878share/nextcloud/apps/files_trashbin/l10n/bg_BG.json 7270share/nextcloud/apps/files_trashbin/l10n/bg_BG.json
6879share/nextcloud/apps/files_trashbin/l10n/bn_BD.js 7271share/nextcloud/apps/files_trashbin/l10n/bn_BD.js
6880share/nextcloud/apps/files_trashbin/l10n/bn_BD.json 7272share/nextcloud/apps/files_trashbin/l10n/bn_BD.json
6881share/nextcloud/apps/files_trashbin/l10n/bn_IN.js 7273share/nextcloud/apps/files_trashbin/l10n/bn_IN.js
6882share/nextcloud/apps/files_trashbin/l10n/bn_IN.json 7274share/nextcloud/apps/files_trashbin/l10n/bn_IN.json
6883share/nextcloud/apps/files_trashbin/l10n/bs.js 7275share/nextcloud/apps/files_trashbin/l10n/bs.js
6884share/nextcloud/apps/files_trashbin/l10n/bs.json 7276share/nextcloud/apps/files_trashbin/l10n/bs.json
6885share/nextcloud/apps/files_trashbin/l10n/ca.js 7277share/nextcloud/apps/files_trashbin/l10n/ca.js
6886share/nextcloud/apps/files_trashbin/l10n/ca.json 7278share/nextcloud/apps/files_trashbin/l10n/ca.json
6887share/nextcloud/apps/files_trashbin/l10n/cs.js 7279share/nextcloud/apps/files_trashbin/l10n/cs.js
6888share/nextcloud/apps/files_trashbin/l10n/cs.json 7280share/nextcloud/apps/files_trashbin/l10n/cs.json
6889share/nextcloud/apps/files_trashbin/l10n/cs_CZ.js 7281share/nextcloud/apps/files_trashbin/l10n/cs_CZ.js
6890share/nextcloud/apps/files_trashbin/l10n/cs_CZ.json 7282share/nextcloud/apps/files_trashbin/l10n/cs_CZ.json
6891share/nextcloud/apps/files_trashbin/l10n/cy_GB.js 7283share/nextcloud/apps/files_trashbin/l10n/cy_GB.js
6892share/nextcloud/apps/files_trashbin/l10n/cy_GB.json 7284share/nextcloud/apps/files_trashbin/l10n/cy_GB.json
6893share/nextcloud/apps/files_trashbin/l10n/da.js 7285share/nextcloud/apps/files_trashbin/l10n/da.js
6894share/nextcloud/apps/files_trashbin/l10n/da.json 7286share/nextcloud/apps/files_trashbin/l10n/da.json
6895share/nextcloud/apps/files_trashbin/l10n/de.js 7287share/nextcloud/apps/files_trashbin/l10n/de.js
6896share/nextcloud/apps/files_trashbin/l10n/de.json 7288share/nextcloud/apps/files_trashbin/l10n/de.json
6897share/nextcloud/apps/files_trashbin/l10n/de_AT.js 7289share/nextcloud/apps/files_trashbin/l10n/de_AT.js
6898share/nextcloud/apps/files_trashbin/l10n/de_AT.json 7290share/nextcloud/apps/files_trashbin/l10n/de_AT.json
6899share/nextcloud/apps/files_trashbin/l10n/de_DE.js 7291share/nextcloud/apps/files_trashbin/l10n/de_DE.js
6900share/nextcloud/apps/files_trashbin/l10n/de_DE.json 7292share/nextcloud/apps/files_trashbin/l10n/de_DE.json
6901share/nextcloud/apps/files_trashbin/l10n/el.js 7293share/nextcloud/apps/files_trashbin/l10n/el.js
6902share/nextcloud/apps/files_trashbin/l10n/el.json 7294share/nextcloud/apps/files_trashbin/l10n/el.json
6903share/nextcloud/apps/files_trashbin/l10n/en_GB.js 7295share/nextcloud/apps/files_trashbin/l10n/en_GB.js
6904share/nextcloud/apps/files_trashbin/l10n/en_GB.json 7296share/nextcloud/apps/files_trashbin/l10n/en_GB.json
6905share/nextcloud/apps/files_trashbin/l10n/eo.js 7297share/nextcloud/apps/files_trashbin/l10n/eo.js
6906share/nextcloud/apps/files_trashbin/l10n/eo.json 7298share/nextcloud/apps/files_trashbin/l10n/eo.json
6907share/nextcloud/apps/files_trashbin/l10n/es.js 7299share/nextcloud/apps/files_trashbin/l10n/es.js
6908share/nextcloud/apps/files_trashbin/l10n/es.json 7300share/nextcloud/apps/files_trashbin/l10n/es.json
6909share/nextcloud/apps/files_trashbin/l10n/es_AR.js 7301share/nextcloud/apps/files_trashbin/l10n/es_AR.js
6910share/nextcloud/apps/files_trashbin/l10n/es_AR.json 7302share/nextcloud/apps/files_trashbin/l10n/es_AR.json
6911share/nextcloud/apps/files_trashbin/l10n/es_CL.js 7303share/nextcloud/apps/files_trashbin/l10n/es_CL.js
6912share/nextcloud/apps/files_trashbin/l10n/es_CL.json 7304share/nextcloud/apps/files_trashbin/l10n/es_CL.json
 7305share/nextcloud/apps/files_trashbin/l10n/es_CO.js
 7306share/nextcloud/apps/files_trashbin/l10n/es_CO.json
 7307share/nextcloud/apps/files_trashbin/l10n/es_CR.js
 7308share/nextcloud/apps/files_trashbin/l10n/es_CR.json
 7309share/nextcloud/apps/files_trashbin/l10n/es_DO.js
 7310share/nextcloud/apps/files_trashbin/l10n/es_DO.json
 7311share/nextcloud/apps/files_trashbin/l10n/es_EC.js
 7312share/nextcloud/apps/files_trashbin/l10n/es_EC.json
 7313share/nextcloud/apps/files_trashbin/l10n/es_GT.js
 7314share/nextcloud/apps/files_trashbin/l10n/es_GT.json
 7315share/nextcloud/apps/files_trashbin/l10n/es_HN.js
 7316share/nextcloud/apps/files_trashbin/l10n/es_HN.json
6913share/nextcloud/apps/files_trashbin/l10n/es_MX.js 7317share/nextcloud/apps/files_trashbin/l10n/es_MX.js
6914share/nextcloud/apps/files_trashbin/l10n/es_MX.json 7318share/nextcloud/apps/files_trashbin/l10n/es_MX.json
 7319share/nextcloud/apps/files_trashbin/l10n/es_NI.js
 7320share/nextcloud/apps/files_trashbin/l10n/es_NI.json
 7321share/nextcloud/apps/files_trashbin/l10n/es_PA.js
 7322share/nextcloud/apps/files_trashbin/l10n/es_PA.json
 7323share/nextcloud/apps/files_trashbin/l10n/es_PE.js
 7324share/nextcloud/apps/files_trashbin/l10n/es_PE.json
 7325share/nextcloud/apps/files_trashbin/l10n/es_PR.js
 7326share/nextcloud/apps/files_trashbin/l10n/es_PR.json
 7327share/nextcloud/apps/files_trashbin/l10n/es_PY.js
 7328share/nextcloud/apps/files_trashbin/l10n/es_PY.json
 7329share/nextcloud/apps/files_trashbin/l10n/es_SV.js
 7330share/nextcloud/apps/files_trashbin/l10n/es_SV.json
 7331share/nextcloud/apps/files_trashbin/l10n/es_UY.js
 7332share/nextcloud/apps/files_trashbin/l10n/es_UY.json
6915share/nextcloud/apps/files_trashbin/l10n/et_EE.js 7333share/nextcloud/apps/files_trashbin/l10n/et_EE.js
6916share/nextcloud/apps/files_trashbin/l10n/et_EE.json 7334share/nextcloud/apps/files_trashbin/l10n/et_EE.json
6917share/nextcloud/apps/files_trashbin/l10n/eu.js 7335share/nextcloud/apps/files_trashbin/l10n/eu.js
6918share/nextcloud/apps/files_trashbin/l10n/eu.json 7336share/nextcloud/apps/files_trashbin/l10n/eu.json
6919share/nextcloud/apps/files_trashbin/l10n/fa.js 7337share/nextcloud/apps/files_trashbin/l10n/fa.js
6920share/nextcloud/apps/files_trashbin/l10n/fa.json 7338share/nextcloud/apps/files_trashbin/l10n/fa.json
6921share/nextcloud/apps/files_trashbin/l10n/fi.js 7339share/nextcloud/apps/files_trashbin/l10n/fi.js
6922share/nextcloud/apps/files_trashbin/l10n/fi.json 7340share/nextcloud/apps/files_trashbin/l10n/fi.json
6923share/nextcloud/apps/files_trashbin/l10n/fi_FI.js 7341share/nextcloud/apps/files_trashbin/l10n/fi_FI.js
6924share/nextcloud/apps/files_trashbin/l10n/fi_FI.json 7342share/nextcloud/apps/files_trashbin/l10n/fi_FI.json
6925share/nextcloud/apps/files_trashbin/l10n/fil.js 7343share/nextcloud/apps/files_trashbin/l10n/fil.js
6926share/nextcloud/apps/files_trashbin/l10n/fil.json 7344share/nextcloud/apps/files_trashbin/l10n/fil.json
6927share/nextcloud/apps/files_trashbin/l10n/fr.js 7345share/nextcloud/apps/files_trashbin/l10n/fr.js
6928share/nextcloud/apps/files_trashbin/l10n/fr.json 7346share/nextcloud/apps/files_trashbin/l10n/fr.json
6929share/nextcloud/apps/files_trashbin/l10n/gl.js 7347share/nextcloud/apps/files_trashbin/l10n/gl.js
6930share/nextcloud/apps/files_trashbin/l10n/gl.json 7348share/nextcloud/apps/files_trashbin/l10n/gl.json
6931share/nextcloud/apps/files_trashbin/l10n/he.js 7349share/nextcloud/apps/files_trashbin/l10n/he.js
6932share/nextcloud/apps/files_trashbin/l10n/he.json 7350share/nextcloud/apps/files_trashbin/l10n/he.json
6933share/nextcloud/apps/files_trashbin/l10n/hi.js 7351share/nextcloud/apps/files_trashbin/l10n/hi.js
6934share/nextcloud/apps/files_trashbin/l10n/hi.json 7352share/nextcloud/apps/files_trashbin/l10n/hi.json
6935share/nextcloud/apps/files_trashbin/l10n/hr.js 7353share/nextcloud/apps/files_trashbin/l10n/hr.js
6936share/nextcloud/apps/files_trashbin/l10n/hr.json 7354share/nextcloud/apps/files_trashbin/l10n/hr.json
6937share/nextcloud/apps/files_trashbin/l10n/hu.js 7355share/nextcloud/apps/files_trashbin/l10n/hu.js
6938share/nextcloud/apps/files_trashbin/l10n/hu.json 7356share/nextcloud/apps/files_trashbin/l10n/hu.json
6939share/nextcloud/apps/files_trashbin/l10n/hu_HU.js 7357share/nextcloud/apps/files_trashbin/l10n/hu_HU.js
6940share/nextcloud/apps/files_trashbin/l10n/hu_HU.json 7358share/nextcloud/apps/files_trashbin/l10n/hu_HU.json
6941share/nextcloud/apps/files_trashbin/l10n/hy.js 7359share/nextcloud/apps/files_trashbin/l10n/hy.js
6942share/nextcloud/apps/files_trashbin/l10n/hy.json 7360share/nextcloud/apps/files_trashbin/l10n/hy.json
6943share/nextcloud/apps/files_trashbin/l10n/ia.js 7361share/nextcloud/apps/files_trashbin/l10n/ia.js
6944share/nextcloud/apps/files_trashbin/l10n/ia.json 7362share/nextcloud/apps/files_trashbin/l10n/ia.json
6945share/nextcloud/apps/files_trashbin/l10n/id.js 7363share/nextcloud/apps/files_trashbin/l10n/id.js
6946share/nextcloud/apps/files_trashbin/l10n/id.json 7364share/nextcloud/apps/files_trashbin/l10n/id.json
6947share/nextcloud/apps/files_trashbin/l10n/is.js 7365share/nextcloud/apps/files_trashbin/l10n/is.js
6948share/nextcloud/apps/files_trashbin/l10n/is.json 7366share/nextcloud/apps/files_trashbin/l10n/is.json
6949share/nextcloud/apps/files_trashbin/l10n/it.js 7367share/nextcloud/apps/files_trashbin/l10n/it.js
6950share/nextcloud/apps/files_trashbin/l10n/it.json 7368share/nextcloud/apps/files_trashbin/l10n/it.json
6951share/nextcloud/apps/files_trashbin/l10n/ja.js 7369share/nextcloud/apps/files_trashbin/l10n/ja.js
6952share/nextcloud/apps/files_trashbin/l10n/ja.json 7370share/nextcloud/apps/files_trashbin/l10n/ja.json
6953share/nextcloud/apps/files_trashbin/l10n/ka_GE.js 7371share/nextcloud/apps/files_trashbin/l10n/ka_GE.js
6954share/nextcloud/apps/files_trashbin/l10n/ka_GE.json 7372share/nextcloud/apps/files_trashbin/l10n/ka_GE.json
6955share/nextcloud/apps/files_trashbin/l10n/km.js 7373share/nextcloud/apps/files_trashbin/l10n/km.js
6956share/nextcloud/apps/files_trashbin/l10n/km.json 7374share/nextcloud/apps/files_trashbin/l10n/km.json
6957share/nextcloud/apps/files_trashbin/l10n/kn.js 7375share/nextcloud/apps/files_trashbin/l10n/kn.js
6958share/nextcloud/apps/files_trashbin/l10n/kn.json 7376share/nextcloud/apps/files_trashbin/l10n/kn.json
6959share/nextcloud/apps/files_trashbin/l10n/ko.js 7377share/nextcloud/apps/files_trashbin/l10n/ko.js
6960share/nextcloud/apps/files_trashbin/l10n/ko.json 7378share/nextcloud/apps/files_trashbin/l10n/ko.json
6961share/nextcloud/apps/files_trashbin/l10n/ku_IQ.js 7379share/nextcloud/apps/files_trashbin/l10n/ku_IQ.js
6962share/nextcloud/apps/files_trashbin/l10n/ku_IQ.json 7380share/nextcloud/apps/files_trashbin/l10n/ku_IQ.json
6963share/nextcloud/apps/files_trashbin/l10n/lb.js 7381share/nextcloud/apps/files_trashbin/l10n/lb.js
6964share/nextcloud/apps/files_trashbin/l10n/lb.json 7382share/nextcloud/apps/files_trashbin/l10n/lb.json
6965share/nextcloud/apps/files_trashbin/l10n/lt_LT.js 7383share/nextcloud/apps/files_trashbin/l10n/lt_LT.js
6966share/nextcloud/apps/files_trashbin/l10n/lt_LT.json 7384share/nextcloud/apps/files_trashbin/l10n/lt_LT.json
6967share/nextcloud/apps/files_trashbin/l10n/lv.js 7385share/nextcloud/apps/files_trashbin/l10n/lv.js
6968share/nextcloud/apps/files_trashbin/l10n/lv.json 7386share/nextcloud/apps/files_trashbin/l10n/lv.json
6969share/nextcloud/apps/files_trashbin/l10n/mk.js 7387share/nextcloud/apps/files_trashbin/l10n/mk.js
6970share/nextcloud/apps/files_trashbin/l10n/mk.json 7388share/nextcloud/apps/files_trashbin/l10n/mk.json
6971share/nextcloud/apps/files_trashbin/l10n/ms_MY.js 7389share/nextcloud/apps/files_trashbin/l10n/ms_MY.js
6972share/nextcloud/apps/files_trashbin/l10n/ms_MY.json 7390share/nextcloud/apps/files_trashbin/l10n/ms_MY.json
6973share/nextcloud/apps/files_trashbin/l10n/nb.js 7391share/nextcloud/apps/files_trashbin/l10n/nb.js
6974share/nextcloud/apps/files_trashbin/l10n/nb.json 7392share/nextcloud/apps/files_trashbin/l10n/nb.json
6975share/nextcloud/apps/files_trashbin/l10n/nb_NO.js 7393share/nextcloud/apps/files_trashbin/l10n/nb_NO.js
6976share/nextcloud/apps/files_trashbin/l10n/nb_NO.json 7394share/nextcloud/apps/files_trashbin/l10n/nb_NO.json
6977share/nextcloud/apps/files_trashbin/l10n/nds.js 7395share/nextcloud/apps/files_trashbin/l10n/nds.js
6978share/nextcloud/apps/files_trashbin/l10n/nds.json 7396share/nextcloud/apps/files_trashbin/l10n/nds.json
6979share/nextcloud/apps/files_trashbin/l10n/nl.js 7397share/nextcloud/apps/files_trashbin/l10n/nl.js
6980share/nextcloud/apps/files_trashbin/l10n/nl.json 7398share/nextcloud/apps/files_trashbin/l10n/nl.json
6981share/nextcloud/apps/files_trashbin/l10n/nn_NO.js 7399share/nextcloud/apps/files_trashbin/l10n/nn_NO.js
6982share/nextcloud/apps/files_trashbin/l10n/nn_NO.json 7400share/nextcloud/apps/files_trashbin/l10n/nn_NO.json
6983share/nextcloud/apps/files_trashbin/l10n/oc.js 7401share/nextcloud/apps/files_trashbin/l10n/oc.js
6984share/nextcloud/apps/files_trashbin/l10n/oc.json 7402share/nextcloud/apps/files_trashbin/l10n/oc.json
6985share/nextcloud/apps/files_trashbin/l10n/pa.js 7403share/nextcloud/apps/files_trashbin/l10n/pa.js
6986share/nextcloud/apps/files_trashbin/l10n/pa.json 7404share/nextcloud/apps/files_trashbin/l10n/pa.json
6987share/nextcloud/apps/files_trashbin/l10n/pl.js 7405share/nextcloud/apps/files_trashbin/l10n/pl.js
6988share/nextcloud/apps/files_trashbin/l10n/pl.json 7406share/nextcloud/apps/files_trashbin/l10n/pl.json
6989share/nextcloud/apps/files_trashbin/l10n/pt_BR.js 7407share/nextcloud/apps/files_trashbin/l10n/pt_BR.js
6990share/nextcloud/apps/files_trashbin/l10n/pt_BR.json 7408share/nextcloud/apps/files_trashbin/l10n/pt_BR.json
6991share/nextcloud/apps/files_trashbin/l10n/pt_PT.js 7409share/nextcloud/apps/files_trashbin/l10n/pt_PT.js
6992share/nextcloud/apps/files_trashbin/l10n/pt_PT.json 7410share/nextcloud/apps/files_trashbin/l10n/pt_PT.json
6993share/nextcloud/apps/files_trashbin/l10n/ro.js 7411share/nextcloud/apps/files_trashbin/l10n/ro.js
6994share/nextcloud/apps/files_trashbin/l10n/ro.json 7412share/nextcloud/apps/files_trashbin/l10n/ro.json
6995share/nextcloud/apps/files_trashbin/l10n/ru.js 7413share/nextcloud/apps/files_trashbin/l10n/ru.js
6996share/nextcloud/apps/files_trashbin/l10n/ru.json 7414share/nextcloud/apps/files_trashbin/l10n/ru.json
6997share/nextcloud/apps/files_trashbin/l10n/si_LK.js 7415share/nextcloud/apps/files_trashbin/l10n/si_LK.js
6998share/nextcloud/apps/files_trashbin/l10n/si_LK.json 7416share/nextcloud/apps/files_trashbin/l10n/si_LK.json
6999share/nextcloud/apps/files_trashbin/l10n/sk.js 7417share/nextcloud/apps/files_trashbin/l10n/sk.js
7000share/nextcloud/apps/files_trashbin/l10n/sk.json 7418share/nextcloud/apps/files_trashbin/l10n/sk.json
7001share/nextcloud/apps/files_trashbin/l10n/sk_SK.js 7419share/nextcloud/apps/files_trashbin/l10n/sk_SK.js
7002share/nextcloud/apps/files_trashbin/l10n/sk_SK.json 7420share/nextcloud/apps/files_trashbin/l10n/sk_SK.json
7003share/nextcloud/apps/files_trashbin/l10n/sl.js 7421share/nextcloud/apps/files_trashbin/l10n/sl.js
7004share/nextcloud/apps/files_trashbin/l10n/sl.json 7422share/nextcloud/apps/files_trashbin/l10n/sl.json
7005share/nextcloud/apps/files_trashbin/l10n/sq.js 7423share/nextcloud/apps/files_trashbin/l10n/sq.js
7006share/nextcloud/apps/files_trashbin/l10n/sq.json 7424share/nextcloud/apps/files_trashbin/l10n/sq.json
7007share/nextcloud/apps/files_trashbin/l10n/sr.js 7425share/nextcloud/apps/files_trashbin/l10n/sr.js
7008share/nextcloud/apps/files_trashbin/l10n/sr.json 7426share/nextcloud/apps/files_trashbin/l10n/sr.json
7009share/nextcloud/apps/files_trashbin/l10n/sr@latin.js 7427share/nextcloud/apps/files_trashbin/l10n/sr@latin.js
7010share/nextcloud/apps/files_trashbin/l10n/sr@latin.json 7428share/nextcloud/apps/files_trashbin/l10n/sr@latin.json
7011share/nextcloud/apps/files_trashbin/l10n/sv.js 7429share/nextcloud/apps/files_trashbin/l10n/sv.js
7012share/nextcloud/apps/files_trashbin/l10n/sv.json 7430share/nextcloud/apps/files_trashbin/l10n/sv.json
7013share/nextcloud/apps/files_trashbin/l10n/ta_LK.js 7431share/nextcloud/apps/files_trashbin/l10n/ta_LK.js
7014share/nextcloud/apps/files_trashbin/l10n/ta_LK.json 7432share/nextcloud/apps/files_trashbin/l10n/ta_LK.json
7015share/nextcloud/apps/files_trashbin/l10n/te.js 7433share/nextcloud/apps/files_trashbin/l10n/te.js
7016share/nextcloud/apps/files_trashbin/l10n/te.json 7434share/nextcloud/apps/files_trashbin/l10n/te.json
7017share/nextcloud/apps/files_trashbin/l10n/th.js 7435share/nextcloud/apps/files_trashbin/l10n/th.js
7018share/nextcloud/apps/files_trashbin/l10n/th.json 7436share/nextcloud/apps/files_trashbin/l10n/th.json
7019share/nextcloud/apps/files_trashbin/l10n/th_TH.js 7437share/nextcloud/apps/files_trashbin/l10n/th_TH.js
7020share/nextcloud/apps/files_trashbin/l10n/th_TH.json 7438share/nextcloud/apps/files_trashbin/l10n/th_TH.json
7021share/nextcloud/apps/files_trashbin/l10n/tr.js 7439share/nextcloud/apps/files_trashbin/l10n/tr.js
7022share/nextcloud/apps/files_trashbin/l10n/tr.json 7440share/nextcloud/apps/files_trashbin/l10n/tr.json
7023share/nextcloud/apps/files_trashbin/l10n/ug.js 7441share/nextcloud/apps/files_trashbin/l10n/ug.js
7024share/nextcloud/apps/files_trashbin/l10n/ug.json 7442share/nextcloud/apps/files_trashbin/l10n/ug.json
7025share/nextcloud/apps/files_trashbin/l10n/uk.js 7443share/nextcloud/apps/files_trashbin/l10n/uk.js
7026share/nextcloud/apps/files_trashbin/l10n/uk.json 7444share/nextcloud/apps/files_trashbin/l10n/uk.json
7027share/nextcloud/apps/files_trashbin/l10n/ur_PK.js 7445share/nextcloud/apps/files_trashbin/l10n/ur_PK.js
7028share/nextcloud/apps/files_trashbin/l10n/ur_PK.json 7446share/nextcloud/apps/files_trashbin/l10n/ur_PK.json
7029share/nextcloud/apps/files_trashbin/l10n/vi.js 7447share/nextcloud/apps/files_trashbin/l10n/vi.js
7030share/nextcloud/apps/files_trashbin/l10n/vi.json 7448share/nextcloud/apps/files_trashbin/l10n/vi.json
7031share/nextcloud/apps/files_trashbin/l10n/zh_CN.js 7449share/nextcloud/apps/files_trashbin/l10n/zh_CN.js
7032share/nextcloud/apps/files_trashbin/l10n/zh_CN.json 7450share/nextcloud/apps/files_trashbin/l10n/zh_CN.json
7033share/nextcloud/apps/files_trashbin/l10n/zh_HK.js 7451share/nextcloud/apps/files_trashbin/l10n/zh_HK.js
7034share/nextcloud/apps/files_trashbin/l10n/zh_HK.json 7452share/nextcloud/apps/files_trashbin/l10n/zh_HK.json
7035share/nextcloud/apps/files_trashbin/l10n/zh_TW.js 7453share/nextcloud/apps/files_trashbin/l10n/zh_TW.js
7036share/nextcloud/apps/files_trashbin/l10n/zh_TW.json 7454share/nextcloud/apps/files_trashbin/l10n/zh_TW.json
7037share/nextcloud/apps/files_trashbin/lib/AppInfo/Application.php 7455share/nextcloud/apps/files_trashbin/lib/AppInfo/Application.php
7038share/nextcloud/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php 7456share/nextcloud/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php
7039share/nextcloud/apps/files_trashbin/lib/Capabilities.php 7457share/nextcloud/apps/files_trashbin/lib/Capabilities.php
7040share/nextcloud/apps/files_trashbin/lib/Command/CleanUp.php 7458share/nextcloud/apps/files_trashbin/lib/Command/CleanUp.php
7041share/nextcloud/apps/files_trashbin/lib/Command/Expire.php 7459share/nextcloud/apps/files_trashbin/lib/Command/Expire.php
7042share/nextcloud/apps/files_trashbin/lib/Command/ExpireTrash.php 7460share/nextcloud/apps/files_trashbin/lib/Command/ExpireTrash.php
7043share/nextcloud/apps/files_trashbin/lib/Controller/PreviewController.php 7461share/nextcloud/apps/files_trashbin/lib/Controller/PreviewController.php
7044share/nextcloud/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php 7462share/nextcloud/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php
7045share/nextcloud/apps/files_trashbin/lib/Expiration.php 7463share/nextcloud/apps/files_trashbin/lib/Expiration.php
7046share/nextcloud/apps/files_trashbin/lib/Helper.php 7464share/nextcloud/apps/files_trashbin/lib/Helper.php
7047share/nextcloud/apps/files_trashbin/lib/Hooks.php 7465share/nextcloud/apps/files_trashbin/lib/Hooks.php
7048share/nextcloud/apps/files_trashbin/lib/Storage.php 7466share/nextcloud/apps/files_trashbin/lib/Storage.php
7049share/nextcloud/apps/files_trashbin/lib/Trashbin.php 7467share/nextcloud/apps/files_trashbin/lib/Trashbin.php
7050share/nextcloud/apps/files_trashbin/list.php 7468share/nextcloud/apps/files_trashbin/list.php
7051share/nextcloud/apps/files_trashbin/templates/index.php 7469share/nextcloud/apps/files_trashbin/templates/index.php
7052share/nextcloud/apps/files_versions/ajax/getVersions.php 7470share/nextcloud/apps/files_versions/ajax/getVersions.php
7053share/nextcloud/apps/files_versions/ajax/rollbackVersion.php 7471share/nextcloud/apps/files_versions/ajax/rollbackVersion.php
7054share/nextcloud/apps/files_versions/appinfo/app.php 7472share/nextcloud/apps/files_versions/appinfo/app.php
7055share/nextcloud/apps/files_versions/appinfo/info.xml 7473share/nextcloud/apps/files_versions/appinfo/info.xml
7056share/nextcloud/apps/files_versions/appinfo/routes.php 7474share/nextcloud/apps/files_versions/appinfo/routes.php
7057share/nextcloud/apps/files_versions/appinfo/signature.json 7475share/nextcloud/apps/files_versions/appinfo/signature.json
7058share/nextcloud/apps/files_versions/css/versions.css 7476share/nextcloud/apps/files_versions/css/versions.css
7059share/nextcloud/apps/files_versions/download.php 7477share/nextcloud/apps/files_versions/download.php
7060share/nextcloud/apps/files_versions/img/app.svg 7478share/nextcloud/apps/files_versions/img/app.svg
7061share/nextcloud/apps/files_versions/js/filesplugin.js 7479share/nextcloud/apps/files_versions/js/filesplugin.js
7062share/nextcloud/apps/files_versions/js/merged.json 7480share/nextcloud/apps/files_versions/js/merged.json
7063share/nextcloud/apps/files_versions/js/versioncollection.js 7481share/nextcloud/apps/files_versions/js/versioncollection.js
7064share/nextcloud/apps/files_versions/js/versionmodel.js 7482share/nextcloud/apps/files_versions/js/versionmodel.js
7065share/nextcloud/apps/files_versions/js/versionstabview.js 7483share/nextcloud/apps/files_versions/js/versionstabview.js
7066share/nextcloud/apps/files_versions/l10n/.gitkeep 7484share/nextcloud/apps/files_versions/l10n/.gitkeep
7067share/nextcloud/apps/files_versions/l10n/af.js 7485share/nextcloud/apps/files_versions/l10n/af.js
7068share/nextcloud/apps/files_versions/l10n/af.json 7486share/nextcloud/apps/files_versions/l10n/af.json
7069share/nextcloud/apps/files_versions/l10n/ar.js 7487share/nextcloud/apps/files_versions/l10n/ar.js
7070share/nextcloud/apps/files_versions/l10n/ar.json 7488share/nextcloud/apps/files_versions/l10n/ar.json
7071share/nextcloud/apps/files_versions/l10n/ast.js 7489share/nextcloud/apps/files_versions/l10n/ast.js
7072share/nextcloud/apps/files_versions/l10n/ast.json 7490share/nextcloud/apps/files_versions/l10n/ast.json
7073share/nextcloud/apps/files_versions/l10n/az.js 7491share/nextcloud/apps/files_versions/l10n/az.js
7074share/nextcloud/apps/files_versions/l10n/az.json 7492share/nextcloud/apps/files_versions/l10n/az.json
7075share/nextcloud/apps/files_versions/l10n/bg.js 7493share/nextcloud/apps/files_versions/l10n/bg.js
7076share/nextcloud/apps/files_versions/l10n/bg.json 7494share/nextcloud/apps/files_versions/l10n/bg.json
7077share/nextcloud/apps/files_versions/l10n/bg_BG.js 7495share/nextcloud/apps/files_versions/l10n/bg_BG.js
7078share/nextcloud/apps/files_versions/l10n/bg_BG.json 7496share/nextcloud/apps/files_versions/l10n/bg_BG.json
7079share/nextcloud/apps/files_versions/l10n/bn_BD.js 7497share/nextcloud/apps/files_versions/l10n/bn_BD.js
7080share/nextcloud/apps/files_versions/l10n/bn_BD.json 7498share/nextcloud/apps/files_versions/l10n/bn_BD.json
7081share/nextcloud/apps/files_versions/l10n/bn_IN.js 7499share/nextcloud/apps/files_versions/l10n/bn_IN.js
7082share/nextcloud/apps/files_versions/l10n/bn_IN.json 7500share/nextcloud/apps/files_versions/l10n/bn_IN.json
7083share/nextcloud/apps/files_versions/l10n/bs.js 7501share/nextcloud/apps/files_versions/l10n/bs.js
7084share/nextcloud/apps/files_versions/l10n/bs.json 7502share/nextcloud/apps/files_versions/l10n/bs.json
7085share/nextcloud/apps/files_versions/l10n/ca.js 7503share/nextcloud/apps/files_versions/l10n/ca.js
7086share/nextcloud/apps/files_versions/l10n/ca.json 7504share/nextcloud/apps/files_versions/l10n/ca.json
7087share/nextcloud/apps/files_versions/l10n/cs.js 7505share/nextcloud/apps/files_versions/l10n/cs.js
7088share/nextcloud/apps/files_versions/l10n/cs.json 7506share/nextcloud/apps/files_versions/l10n/cs.json
7089share/nextcloud/apps/files_versions/l10n/cs_CZ.js 7507share/nextcloud/apps/files_versions/l10n/cs_CZ.js
7090share/nextcloud/apps/files_versions/l10n/cs_CZ.json 7508share/nextcloud/apps/files_versions/l10n/cs_CZ.json
7091share/nextcloud/apps/files_versions/l10n/cy_GB.js 7509share/nextcloud/apps/files_versions/l10n/cy_GB.js
7092share/nextcloud/apps/files_versions/l10n/cy_GB.json 7510share/nextcloud/apps/files_versions/l10n/cy_GB.json
7093share/nextcloud/apps/files_versions/l10n/da.js 7511share/nextcloud/apps/files_versions/l10n/da.js
7094share/nextcloud/apps/files_versions/l10n/da.json 7512share/nextcloud/apps/files_versions/l10n/da.json
7095share/nextcloud/apps/files_versions/l10n/de.js 7513share/nextcloud/apps/files_versions/l10n/de.js
7096share/nextcloud/apps/files_versions/l10n/de.json 7514share/nextcloud/apps/files_versions/l10n/de.json
7097share/nextcloud/apps/files_versions/l10n/de_DE.js 7515share/nextcloud/apps/files_versions/l10n/de_DE.js
7098share/nextcloud/apps/files_versions/l10n/de_DE.json 7516share/nextcloud/apps/files_versions/l10n/de_DE.json
7099share/nextcloud/apps/files_versions/l10n/el.js 7517share/nextcloud/apps/files_versions/l10n/el.js
7100share/nextcloud/apps/files_versions/l10n/el.json 7518share/nextcloud/apps/files_versions/l10n/el.json
7101share/nextcloud/apps/files_versions/l10n/en_GB.js 7519share/nextcloud/apps/files_versions/l10n/en_GB.js
7102share/nextcloud/apps/files_versions/l10n/en_GB.json 7520share/nextcloud/apps/files_versions/l10n/en_GB.json
7103share/nextcloud/apps/files_versions/l10n/eo.js 7521share/nextcloud/apps/files_versions/l10n/eo.js
7104share/nextcloud/apps/files_versions/l10n/eo.json 7522share/nextcloud/apps/files_versions/l10n/eo.json
7105share/nextcloud/apps/files_versions/l10n/es.js 7523share/nextcloud/apps/files_versions/l10n/es.js
7106share/nextcloud/apps/files_versions/l10n/es.json 7524share/nextcloud/apps/files_versions/l10n/es.json
7107share/nextcloud/apps/files_versions/l10n/es_AR.js 7525share/nextcloud/apps/files_versions/l10n/es_AR.js
7108share/nextcloud/apps/files_versions/l10n/es_AR.json 7526share/nextcloud/apps/files_versions/l10n/es_AR.json
 7527share/nextcloud/apps/files_versions/l10n/es_CL.js
 7528share/nextcloud/apps/files_versions/l10n/es_CL.json
 7529share/nextcloud/apps/files_versions/l10n/es_CO.js
 7530share/nextcloud/apps/files_versions/l10n/es_CO.json
 7531share/nextcloud/apps/files_versions/l10n/es_CR.js
 7532share/nextcloud/apps/files_versions/l10n/es_CR.json
 7533share/nextcloud/apps/files_versions/l10n/es_DO.js
 7534share/nextcloud/apps/files_versions/l10n/es_DO.json
 7535share/nextcloud/apps/files_versions/l10n/es_EC.js
 7536share/nextcloud/apps/files_versions/l10n/es_EC.json
 7537share/nextcloud/apps/files_versions/l10n/es_GT.js
 7538share/nextcloud/apps/files_versions/l10n/es_GT.json
 7539share/nextcloud/apps/files_versions/l10n/es_HN.js
 7540share/nextcloud/apps/files_versions/l10n/es_HN.json
7109share/nextcloud/apps/files_versions/l10n/es_MX.js 7541share/nextcloud/apps/files_versions/l10n/es_MX.js
7110share/nextcloud/apps/files_versions/l10n/es_MX.json 7542share/nextcloud/apps/files_versions/l10n/es_MX.json
 7543share/nextcloud/apps/files_versions/l10n/es_NI.js
 7544share/nextcloud/apps/files_versions/l10n/es_NI.json
 7545share/nextcloud/apps/files_versions/l10n/es_PA.js
 7546share/nextcloud/apps/files_versions/l10n/es_PA.json
 7547share/nextcloud/apps/files_versions/l10n/es_PE.js
 7548share/nextcloud/apps/files_versions/l10n/es_PE.json
 7549share/nextcloud/apps/files_versions/l10n/es_PR.js
 7550share/nextcloud/apps/files_versions/l10n/es_PR.json
 7551share/nextcloud/apps/files_versions/l10n/es_PY.js
 7552share/nextcloud/apps/files_versions/l10n/es_PY.json
 7553share/nextcloud/apps/files_versions/l10n/es_SV.js
 7554share/nextcloud/apps/files_versions/l10n/es_SV.json
 7555share/nextcloud/apps/files_versions/l10n/es_UY.js
 7556share/nextcloud/apps/files_versions/l10n/es_UY.json
7111share/nextcloud/apps/files_versions/l10n/et_EE.js 7557share/nextcloud/apps/files_versions/l10n/et_EE.js
7112share/nextcloud/apps/files_versions/l10n/et_EE.json 7558share/nextcloud/apps/files_versions/l10n/et_EE.json
7113share/nextcloud/apps/files_versions/l10n/eu.js 7559share/nextcloud/apps/files_versions/l10n/eu.js
7114share/nextcloud/apps/files_versions/l10n/eu.json 7560share/nextcloud/apps/files_versions/l10n/eu.json
7115share/nextcloud/apps/files_versions/l10n/fa.js 7561share/nextcloud/apps/files_versions/l10n/fa.js
7116share/nextcloud/apps/files_versions/l10n/fa.json 7562share/nextcloud/apps/files_versions/l10n/fa.json
7117share/nextcloud/apps/files_versions/l10n/fi.js 7563share/nextcloud/apps/files_versions/l10n/fi.js
7118share/nextcloud/apps/files_versions/l10n/fi.json 7564share/nextcloud/apps/files_versions/l10n/fi.json
7119share/nextcloud/apps/files_versions/l10n/fi_FI.js 7565share/nextcloud/apps/files_versions/l10n/fi_FI.js
7120share/nextcloud/apps/files_versions/l10n/fi_FI.json 7566share/nextcloud/apps/files_versions/l10n/fi_FI.json
7121share/nextcloud/apps/files_versions/l10n/fr.js 7567share/nextcloud/apps/files_versions/l10n/fr.js
7122share/nextcloud/apps/files_versions/l10n/fr.json 7568share/nextcloud/apps/files_versions/l10n/fr.json
7123share/nextcloud/apps/files_versions/l10n/gl.js 7569share/nextcloud/apps/files_versions/l10n/gl.js
7124share/nextcloud/apps/files_versions/l10n/gl.json 7570share/nextcloud/apps/files_versions/l10n/gl.json
7125share/nextcloud/apps/files_versions/l10n/he.js 7571share/nextcloud/apps/files_versions/l10n/he.js
7126share/nextcloud/apps/files_versions/l10n/he.json 7572share/nextcloud/apps/files_versions/l10n/he.json
7127share/nextcloud/apps/files_versions/l10n/hr.js 7573share/nextcloud/apps/files_versions/l10n/hr.js
7128share/nextcloud/apps/files_versions/l10n/hr.json 7574share/nextcloud/apps/files_versions/l10n/hr.json
7129share/nextcloud/apps/files_versions/l10n/hu.js 7575share/nextcloud/apps/files_versions/l10n/hu.js
7130share/nextcloud/apps/files_versions/l10n/hu.json 7576share/nextcloud/apps/files_versions/l10n/hu.json
7131share/nextcloud/apps/files_versions/l10n/hu_HU.js 7577share/nextcloud/apps/files_versions/l10n/hu_HU.js
7132share/nextcloud/apps/files_versions/l10n/hu_HU.json 7578share/nextcloud/apps/files_versions/l10n/hu_HU.json
7133share/nextcloud/apps/files_versions/l10n/hy.js 7579share/nextcloud/apps/files_versions/l10n/hy.js
7134share/nextcloud/apps/files_versions/l10n/hy.json 7580share/nextcloud/apps/files_versions/l10n/hy.json
7135share/nextcloud/apps/files_versions/l10n/ia.js 7581share/nextcloud/apps/files_versions/l10n/ia.js
7136share/nextcloud/apps/files_versions/l10n/ia.json 7582share/nextcloud/apps/files_versions/l10n/ia.json
7137share/nextcloud/apps/files_versions/l10n/id.js 7583share/nextcloud/apps/files_versions/l10n/id.js
7138share/nextcloud/apps/files_versions/l10n/id.json 7584share/nextcloud/apps/files_versions/l10n/id.json
7139share/nextcloud/apps/files_versions/l10n/is.js 7585share/nextcloud/apps/files_versions/l10n/is.js
7140share/nextcloud/apps/files_versions/l10n/is.json 7586share/nextcloud/apps/files_versions/l10n/is.json
7141share/nextcloud/apps/files_versions/l10n/it.js 7587share/nextcloud/apps/files_versions/l10n/it.js
7142share/nextcloud/apps/files_versions/l10n/it.json 7588share/nextcloud/apps/files_versions/l10n/it.json
7143share/nextcloud/apps/files_versions/l10n/ja.js 7589share/nextcloud/apps/files_versions/l10n/ja.js
7144share/nextcloud/apps/files_versions/l10n/ja.json 7590share/nextcloud/apps/files_versions/l10n/ja.json
7145share/nextcloud/apps/files_versions/l10n/ka_GE.js 7591share/nextcloud/apps/files_versions/l10n/ka_GE.js
7146share/nextcloud/apps/files_versions/l10n/ka_GE.json 7592share/nextcloud/apps/files_versions/l10n/ka_GE.json
7147share/nextcloud/apps/files_versions/l10n/km.js 7593share/nextcloud/apps/files_versions/l10n/km.js
7148share/nextcloud/apps/files_versions/l10n/km.json 7594share/nextcloud/apps/files_versions/l10n/km.json
7149share/nextcloud/apps/files_versions/l10n/kn.js 7595share/nextcloud/apps/files_versions/l10n/kn.js
7150share/nextcloud/apps/files_versions/l10n/kn.json 7596share/nextcloud/apps/files_versions/l10n/kn.json
7151share/nextcloud/apps/files_versions/l10n/ko.js 7597share/nextcloud/apps/files_versions/l10n/ko.js
7152share/nextcloud/apps/files_versions/l10n/ko.json 7598share/nextcloud/apps/files_versions/l10n/ko.json
7153share/nextcloud/apps/files_versions/l10n/ku_IQ.js 7599share/nextcloud/apps/files_versions/l10n/ku_IQ.js
7154share/nextcloud/apps/files_versions/l10n/ku_IQ.json 7600share/nextcloud/apps/files_versions/l10n/ku_IQ.json
7155share/nextcloud/apps/files_versions/l10n/lb.js 7601share/nextcloud/apps/files_versions/l10n/lb.js
7156share/nextcloud/apps/files_versions/l10n/lb.json 7602share/nextcloud/apps/files_versions/l10n/lb.json
7157share/nextcloud/apps/files_versions/l10n/lt_LT.js 7603share/nextcloud/apps/files_versions/l10n/lt_LT.js
7158share/nextcloud/apps/files_versions/l10n/lt_LT.json 7604share/nextcloud/apps/files_versions/l10n/lt_LT.json
7159share/nextcloud/apps/files_versions/l10n/lv.js 7605share/nextcloud/apps/files_versions/l10n/lv.js
7160share/nextcloud/apps/files_versions/l10n/lv.json 7606share/nextcloud/apps/files_versions/l10n/lv.json
7161share/nextcloud/apps/files_versions/l10n/mk.js 7607share/nextcloud/apps/files_versions/l10n/mk.js
7162share/nextcloud/apps/files_versions/l10n/mk.json 7608share/nextcloud/apps/files_versions/l10n/mk.json
7163share/nextcloud/apps/files_versions/l10n/ms_MY.js 7609share/nextcloud/apps/files_versions/l10n/ms_MY.js
7164share/nextcloud/apps/files_versions/l10n/ms_MY.json 7610share/nextcloud/apps/files_versions/l10n/ms_MY.json
7165share/nextcloud/apps/files_versions/l10n/nb.js 7611share/nextcloud/apps/files_versions/l10n/nb.js
7166share/nextcloud/apps/files_versions/l10n/nb.json 7612share/nextcloud/apps/files_versions/l10n/nb.json
7167share/nextcloud/apps/files_versions/l10n/nb_NO.js 7613share/nextcloud/apps/files_versions/l10n/nb_NO.js
7168share/nextcloud/apps/files_versions/l10n/nb_NO.json 7614share/nextcloud/apps/files_versions/l10n/nb_NO.json
7169share/nextcloud/apps/files_versions/l10n/nl.js 7615share/nextcloud/apps/files_versions/l10n/nl.js
7170share/nextcloud/apps/files_versions/l10n/nl.json 7616share/nextcloud/apps/files_versions/l10n/nl.json
7171share/nextcloud/apps/files_versions/l10n/nn_NO.js 7617share/nextcloud/apps/files_versions/l10n/nn_NO.js
7172share/nextcloud/apps/files_versions/l10n/nn_NO.json 7618share/nextcloud/apps/files_versions/l10n/nn_NO.json
7173share/nextcloud/apps/files_versions/l10n/oc.js 7619share/nextcloud/apps/files_versions/l10n/oc.js
7174share/nextcloud/apps/files_versions/l10n/oc.json 7620share/nextcloud/apps/files_versions/l10n/oc.json
7175share/nextcloud/apps/files_versions/l10n/pl.js 7621share/nextcloud/apps/files_versions/l10n/pl.js
7176share/nextcloud/apps/files_versions/l10n/pl.json 7622share/nextcloud/apps/files_versions/l10n/pl.json
7177share/nextcloud/apps/files_versions/l10n/pt_BR.js 7623share/nextcloud/apps/files_versions/l10n/pt_BR.js
7178share/nextcloud/apps/files_versions/l10n/pt_BR.json 7624share/nextcloud/apps/files_versions/l10n/pt_BR.json
7179share/nextcloud/apps/files_versions/l10n/pt_PT.js 7625share/nextcloud/apps/files_versions/l10n/pt_PT.js
7180share/nextcloud/apps/files_versions/l10n/pt_PT.json 7626share/nextcloud/apps/files_versions/l10n/pt_PT.json
7181share/nextcloud/apps/files_versions/l10n/ro.js 7627share/nextcloud/apps/files_versions/l10n/ro.js
7182share/nextcloud/apps/files_versions/l10n/ro.json 7628share/nextcloud/apps/files_versions/l10n/ro.json
7183share/nextcloud/apps/files_versions/l10n/ru.js 7629share/nextcloud/apps/files_versions/l10n/ru.js
7184share/nextcloud/apps/files_versions/l10n/ru.json 7630share/nextcloud/apps/files_versions/l10n/ru.json
7185share/nextcloud/apps/files_versions/l10n/si_LK.js 7631share/nextcloud/apps/files_versions/l10n/si_LK.js
7186share/nextcloud/apps/files_versions/l10n/si_LK.json 7632share/nextcloud/apps/files_versions/l10n/si_LK.json
7187share/nextcloud/apps/files_versions/l10n/sk.js 7633share/nextcloud/apps/files_versions/l10n/sk.js
7188share/nextcloud/apps/files_versions/l10n/sk.json 7634share/nextcloud/apps/files_versions/l10n/sk.json
7189share/nextcloud/apps/files_versions/l10n/sk_SK.js 7635share/nextcloud/apps/files_versions/l10n/sk_SK.js
7190share/nextcloud/apps/files_versions/l10n/sk_SK.json 7636share/nextcloud/apps/files_versions/l10n/sk_SK.json
7191share/nextcloud/apps/files_versions/l10n/sl.js 7637share/nextcloud/apps/files_versions/l10n/sl.js
7192share/nextcloud/apps/files_versions/l10n/sl.json 7638share/nextcloud/apps/files_versions/l10n/sl.json
7193share/nextcloud/apps/files_versions/l10n/sq.js 7639share/nextcloud/apps/files_versions/l10n/sq.js
7194share/nextcloud/apps/files_versions/l10n/sq.json 7640share/nextcloud/apps/files_versions/l10n/sq.json
7195share/nextcloud/apps/files_versions/l10n/sr.js 7641share/nextcloud/apps/files_versions/l10n/sr.js
7196share/nextcloud/apps/files_versions/l10n/sr.json 7642share/nextcloud/apps/files_versions/l10n/sr.json
7197share/nextcloud/apps/files_versions/l10n/sr@latin.js 7643share/nextcloud/apps/files_versions/l10n/sr@latin.js
7198share/nextcloud/apps/files_versions/l10n/sr@latin.json 7644share/nextcloud/apps/files_versions/l10n/sr@latin.json
7199share/nextcloud/apps/files_versions/l10n/sv.js 7645share/nextcloud/apps/files_versions/l10n/sv.js
7200share/nextcloud/apps/files_versions/l10n/sv.json 7646share/nextcloud/apps/files_versions/l10n/sv.json
7201share/nextcloud/apps/files_versions/l10n/ta_LK.js 7647share/nextcloud/apps/files_versions/l10n/ta_LK.js
7202share/nextcloud/apps/files_versions/l10n/ta_LK.json 7648share/nextcloud/apps/files_versions/l10n/ta_LK.json
7203share/nextcloud/apps/files_versions/l10n/th.js 7649share/nextcloud/apps/files_versions/l10n/th.js
7204share/nextcloud/apps/files_versions/l10n/th.json 7650share/nextcloud/apps/files_versions/l10n/th.json
7205share/nextcloud/apps/files_versions/l10n/th_TH.js 7651share/nextcloud/apps/files_versions/l10n/th_TH.js
7206share/nextcloud/apps/files_versions/l10n/th_TH.json 7652share/nextcloud/apps/files_versions/l10n/th_TH.json
7207share/nextcloud/apps/files_versions/l10n/tr.js 7653share/nextcloud/apps/files_versions/l10n/tr.js
7208share/nextcloud/apps/files_versions/l10n/tr.json 7654share/nextcloud/apps/files_versions/l10n/tr.json
7209share/nextcloud/apps/files_versions/l10n/ug.js 7655share/nextcloud/apps/files_versions/l10n/ug.js
7210share/nextcloud/apps/files_versions/l10n/ug.json 7656share/nextcloud/apps/files_versions/l10n/ug.json
7211share/nextcloud/apps/files_versions/l10n/uk.js 7657share/nextcloud/apps/files_versions/l10n/uk.js
7212share/nextcloud/apps/files_versions/l10n/uk.json 7658share/nextcloud/apps/files_versions/l10n/uk.json
7213share/nextcloud/apps/files_versions/l10n/ur_PK.js 7659share/nextcloud/apps/files_versions/l10n/ur_PK.js
7214share/nextcloud/apps/files_versions/l10n/ur_PK.json 7660share/nextcloud/apps/files_versions/l10n/ur_PK.json
7215share/nextcloud/apps/files_versions/l10n/vi.js 7661share/nextcloud/apps/files_versions/l10n/vi.js
7216share/nextcloud/apps/files_versions/l10n/vi.json 7662share/nextcloud/apps/files_versions/l10n/vi.json
7217share/nextcloud/apps/files_versions/l10n/zh_CN.js 7663share/nextcloud/apps/files_versions/l10n/zh_CN.js
7218share/nextcloud/apps/files_versions/l10n/zh_CN.json 7664share/nextcloud/apps/files_versions/l10n/zh_CN.json
7219share/nextcloud/apps/files_versions/l10n/zh_HK.js 7665share/nextcloud/apps/files_versions/l10n/zh_HK.js
7220share/nextcloud/apps/files_versions/l10n/zh_HK.json 7666share/nextcloud/apps/files_versions/l10n/zh_HK.json
7221share/nextcloud/apps/files_versions/l10n/zh_TW.js 7667share/nextcloud/apps/files_versions/l10n/zh_TW.js
7222share/nextcloud/apps/files_versions/l10n/zh_TW.json 7668share/nextcloud/apps/files_versions/l10n/zh_TW.json
7223share/nextcloud/apps/files_versions/lib/AppInfo/Application.php 7669share/nextcloud/apps/files_versions/lib/AppInfo/Application.php
7224share/nextcloud/apps/files_versions/lib/BackgroundJob/ExpireVersions.php 7670share/nextcloud/apps/files_versions/lib/BackgroundJob/ExpireVersions.php
7225share/nextcloud/apps/files_versions/lib/Capabilities.php 7671share/nextcloud/apps/files_versions/lib/Capabilities.php
7226share/nextcloud/apps/files_versions/lib/Command/CleanUp.php 7672share/nextcloud/apps/files_versions/lib/Command/CleanUp.php
7227share/nextcloud/apps/files_versions/lib/Command/Expire.php 7673share/nextcloud/apps/files_versions/lib/Command/Expire.php
7228share/nextcloud/apps/files_versions/lib/Command/ExpireVersions.php 7674share/nextcloud/apps/files_versions/lib/Command/ExpireVersions.php
7229share/nextcloud/apps/files_versions/lib/Controller/PreviewController.php 7675share/nextcloud/apps/files_versions/lib/Controller/PreviewController.php
7230share/nextcloud/apps/files_versions/lib/Expiration.php 7676share/nextcloud/apps/files_versions/lib/Expiration.php
7231share/nextcloud/apps/files_versions/lib/Hooks.php 7677share/nextcloud/apps/files_versions/lib/Hooks.php
7232share/nextcloud/apps/files_versions/lib/Storage.php 7678share/nextcloud/apps/files_versions/lib/Storage.php
7233share/nextcloud/apps/files_videoplayer/appinfo/app.php 7679share/nextcloud/apps/files_videoplayer/appinfo/app.php
7234share/nextcloud/apps/files_videoplayer/appinfo/info.xml 7680share/nextcloud/apps/files_videoplayer/appinfo/info.xml
7235share/nextcloud/apps/files_videoplayer/appinfo/signature.json 7681share/nextcloud/apps/files_videoplayer/appinfo/signature.json
7236share/nextcloud/apps/files_videoplayer/css/style.css 7682share/nextcloud/apps/files_videoplayer/css/style.css
7237share/nextcloud/apps/files_videoplayer/img/app.svg 7683share/nextcloud/apps/files_videoplayer/img/app.svg
7238share/nextcloud/apps/files_videoplayer/img/poster.png 7684share/nextcloud/apps/files_videoplayer/img/poster.png
7239share/nextcloud/apps/files_videoplayer/img/vjs-volume-bar.png 7685share/nextcloud/apps/files_videoplayer/img/vjs-volume-bar.png
7240share/nextcloud/apps/files_videoplayer/img/vjs-volume-level.png 7686share/nextcloud/apps/files_videoplayer/img/vjs-volume-level.png
7241share/nextcloud/apps/files_videoplayer/js/viewer.js 7687share/nextcloud/apps/files_videoplayer/js/viewer.js
7242share/nextcloud/apps/files_videoplayer/screenshot.jpg 7688share/nextcloud/apps/files_videoplayer/screenshot.jpg
7243share/nextcloud/apps/files_videoplayer/videojs/src/font/vjs.eot 7689share/nextcloud/apps/files_videoplayer/videojs/src/font/vjs.eot
7244share/nextcloud/apps/files_videoplayer/videojs/src/font/vjs.svg 7690share/nextcloud/apps/files_videoplayer/videojs/src/font/vjs.svg
7245share/nextcloud/apps/files_videoplayer/videojs/src/font/vjs.ttf 7691share/nextcloud/apps/files_videoplayer/videojs/src/font/vjs.ttf
7246share/nextcloud/apps/files_videoplayer/videojs/src/font/vjs.woff 7692share/nextcloud/apps/files_videoplayer/videojs/src/font/vjs.woff
7247share/nextcloud/apps/files_videoplayer/videojs/src/lang/ar.js 7693share/nextcloud/apps/files_videoplayer/videojs/src/lang/ar.js
7248share/nextcloud/apps/files_videoplayer/videojs/src/lang/bg.js 7694share/nextcloud/apps/files_videoplayer/videojs/src/lang/bg.js
7249share/nextcloud/apps/files_videoplayer/videojs/src/lang/ca.js 7695share/nextcloud/apps/files_videoplayer/videojs/src/lang/ca.js
7250share/nextcloud/apps/files_videoplayer/videojs/src/lang/cs.js 7696share/nextcloud/apps/files_videoplayer/videojs/src/lang/cs.js
7251share/nextcloud/apps/files_videoplayer/videojs/src/lang/de.js 7697share/nextcloud/apps/files_videoplayer/videojs/src/lang/de.js
7252share/nextcloud/apps/files_videoplayer/videojs/src/lang/es.js 7698share/nextcloud/apps/files_videoplayer/videojs/src/lang/es.js
7253share/nextcloud/apps/files_videoplayer/videojs/src/lang/fr.js 7699share/nextcloud/apps/files_videoplayer/videojs/src/lang/fr.js
7254share/nextcloud/apps/files_videoplayer/videojs/src/lang/hu.js 7700share/nextcloud/apps/files_videoplayer/videojs/src/lang/hu.js
7255share/nextcloud/apps/files_videoplayer/videojs/src/lang/it.js 7701share/nextcloud/apps/files_videoplayer/videojs/src/lang/it.js
7256share/nextcloud/apps/files_videoplayer/videojs/src/lang/ja.js 7702share/nextcloud/apps/files_videoplayer/videojs/src/lang/ja.js
7257share/nextcloud/apps/files_videoplayer/videojs/src/lang/ko.js 7703share/nextcloud/apps/files_videoplayer/videojs/src/lang/ko.js
7258share/nextcloud/apps/files_videoplayer/videojs/src/lang/nl.js 7704share/nextcloud/apps/files_videoplayer/videojs/src/lang/nl.js
7259share/nextcloud/apps/files_videoplayer/videojs/src/lang/pt-BR.js 7705share/nextcloud/apps/files_videoplayer/videojs/src/lang/pt-BR.js
7260share/nextcloud/apps/files_videoplayer/videojs/src/lang/ru.js 7706share/nextcloud/apps/files_videoplayer/videojs/src/lang/ru.js
7261share/nextcloud/apps/files_videoplayer/videojs/src/lang/tr.js 7707share/nextcloud/apps/files_videoplayer/videojs/src/lang/tr.js
7262share/nextcloud/apps/files_videoplayer/videojs/src/lang/uk.js 7708share/nextcloud/apps/files_videoplayer/videojs/src/lang/uk.js
7263share/nextcloud/apps/files_videoplayer/videojs/src/lang/vi.js 7709share/nextcloud/apps/files_videoplayer/videojs/src/lang/vi.js
7264share/nextcloud/apps/files_videoplayer/videojs/src/lang/zh-CN.js 7710share/nextcloud/apps/files_videoplayer/videojs/src/lang/zh-CN.js
7265share/nextcloud/apps/files_videoplayer/videojs/src/lang/zh-TW.js 7711share/nextcloud/apps/files_videoplayer/videojs/src/lang/zh-TW.js
7266share/nextcloud/apps/files_videoplayer/videojs/src/video-js.css 7712share/nextcloud/apps/files_videoplayer/videojs/src/video-js.css
7267share/nextcloud/apps/files_videoplayer/videojs/src/video.js 7713share/nextcloud/apps/files_videoplayer/videojs/src/video.js
7268share/nextcloud/apps/firstrunwizard/.github/contributing.md 7714share/nextcloud/apps/firstrunwizard/.github/contributing.md
7269share/nextcloud/apps/firstrunwizard/.github/issue_template.md 7715share/nextcloud/apps/firstrunwizard/.github/issue_template.md
7270share/nextcloud/apps/firstrunwizard/appinfo/app.php 7716share/nextcloud/apps/firstrunwizard/appinfo/app.php
7271share/nextcloud/apps/firstrunwizard/appinfo/info.xml 7717share/nextcloud/apps/firstrunwizard/appinfo/info.xml
7272share/nextcloud/apps/firstrunwizard/appinfo/routes.php 7718share/nextcloud/apps/firstrunwizard/appinfo/routes.php
7273share/nextcloud/apps/firstrunwizard/appinfo/signature.json 7719share/nextcloud/apps/firstrunwizard/appinfo/signature.json
7274share/nextcloud/apps/firstrunwizard/css/colorbox.css 7720share/nextcloud/apps/firstrunwizard/css/colorbox.css
7275share/nextcloud/apps/firstrunwizard/css/firstrunwizard.css 7721share/nextcloud/apps/firstrunwizard/css/firstrunwizard.css
7276share/nextcloud/apps/firstrunwizard/img/app.svg 7722share/nextcloud/apps/firstrunwizard/img/app.svg
7277share/nextcloud/apps/firstrunwizard/js/activate.js 7723share/nextcloud/apps/firstrunwizard/js/activate.js
7278share/nextcloud/apps/firstrunwizard/js/firstrunwizard.js 7724share/nextcloud/apps/firstrunwizard/js/firstrunwizard.js
7279share/nextcloud/apps/firstrunwizard/js/jquery.colorbox.js 7725share/nextcloud/apps/firstrunwizard/js/jquery.colorbox.js
7280share/nextcloud/apps/firstrunwizard/l10n/.gitignore 7726share/nextcloud/apps/firstrunwizard/l10n/.gitignore
7281share/nextcloud/apps/firstrunwizard/l10n/.tx/config 7727share/nextcloud/apps/firstrunwizard/l10n/.tx/config
7282share/nextcloud/apps/firstrunwizard/l10n/ar.js 7728share/nextcloud/apps/firstrunwizard/l10n/ar.js
7283share/nextcloud/apps/firstrunwizard/l10n/ar.json 7729share/nextcloud/apps/firstrunwizard/l10n/ar.json
7284share/nextcloud/apps/firstrunwizard/l10n/ast.js 7730share/nextcloud/apps/firstrunwizard/l10n/ast.js
7285share/nextcloud/apps/firstrunwizard/l10n/ast.json 7731share/nextcloud/apps/firstrunwizard/l10n/ast.json
7286share/nextcloud/apps/firstrunwizard/l10n/az.js 7732share/nextcloud/apps/firstrunwizard/l10n/az.js
7287share/nextcloud/apps/firstrunwizard/l10n/az.json 7733share/nextcloud/apps/firstrunwizard/l10n/az.json
7288share/nextcloud/apps/firstrunwizard/l10n/bg.js 7734share/nextcloud/apps/firstrunwizard/l10n/bg.js
7289share/nextcloud/apps/firstrunwizard/l10n/bg.json 7735share/nextcloud/apps/firstrunwizard/l10n/bg.json
7290share/nextcloud/apps/firstrunwizard/l10n/bn_BD.js 7736share/nextcloud/apps/firstrunwizard/l10n/bn_BD.js
7291share/nextcloud/apps/firstrunwizard/l10n/bn_BD.json 7737share/nextcloud/apps/firstrunwizard/l10n/bn_BD.json
7292share/nextcloud/apps/firstrunwizard/l10n/bn_IN.php 7738share/nextcloud/apps/firstrunwizard/l10n/bn_IN.php
7293share/nextcloud/apps/firstrunwizard/l10n/bs.js 7739share/nextcloud/apps/firstrunwizard/l10n/bs.js
7294share/nextcloud/apps/firstrunwizard/l10n/bs.json 7740share/nextcloud/apps/firstrunwizard/l10n/bs.json
7295share/nextcloud/apps/firstrunwizard/l10n/ca.js 7741share/nextcloud/apps/firstrunwizard/l10n/ca.js
7296share/nextcloud/apps/firstrunwizard/l10n/ca.json 7742share/nextcloud/apps/firstrunwizard/l10n/ca.json
7297share/nextcloud/apps/firstrunwizard/l10n/cs.js 7743share/nextcloud/apps/firstrunwizard/l10n/cs.js
7298share/nextcloud/apps/firstrunwizard/l10n/cs.json 7744share/nextcloud/apps/firstrunwizard/l10n/cs.json
7299share/nextcloud/apps/firstrunwizard/l10n/cy_GB.php 7745share/nextcloud/apps/firstrunwizard/l10n/cy_GB.php
7300share/nextcloud/apps/firstrunwizard/l10n/da.js 7746share/nextcloud/apps/firstrunwizard/l10n/da.js
7301share/nextcloud/apps/firstrunwizard/l10n/da.json 7747share/nextcloud/apps/firstrunwizard/l10n/da.json
7302share/nextcloud/apps/firstrunwizard/l10n/de.js 7748share/nextcloud/apps/firstrunwizard/l10n/de.js
7303share/nextcloud/apps/firstrunwizard/l10n/de.json 7749share/nextcloud/apps/firstrunwizard/l10n/de.json
7304share/nextcloud/apps/firstrunwizard/l10n/de_CH.php 7750share/nextcloud/apps/firstrunwizard/l10n/de_CH.php
7305share/nextcloud/apps/firstrunwizard/l10n/de_DE.js 7751share/nextcloud/apps/firstrunwizard/l10n/de_DE.js
7306share/nextcloud/apps/firstrunwizard/l10n/de_DE.json 7752share/nextcloud/apps/firstrunwizard/l10n/de_DE.json
7307share/nextcloud/apps/firstrunwizard/l10n/el.js 7753share/nextcloud/apps/firstrunwizard/l10n/el.js
7308share/nextcloud/apps/firstrunwizard/l10n/el.json 7754share/nextcloud/apps/firstrunwizard/l10n/el.json
7309share/nextcloud/apps/firstrunwizard/l10n/en_GB.js 7755share/nextcloud/apps/firstrunwizard/l10n/en_GB.js
7310share/nextcloud/apps/firstrunwizard/l10n/en_GB.json 7756share/nextcloud/apps/firstrunwizard/l10n/en_GB.json
7311share/nextcloud/apps/firstrunwizard/l10n/eo.js 7757share/nextcloud/apps/firstrunwizard/l10n/eo.js
7312share/nextcloud/apps/firstrunwizard/l10n/eo.json 7758share/nextcloud/apps/firstrunwizard/l10n/eo.json
7313share/nextcloud/apps/firstrunwizard/l10n/es.js 7759share/nextcloud/apps/firstrunwizard/l10n/es.js
7314share/nextcloud/apps/firstrunwizard/l10n/es.json 7760share/nextcloud/apps/firstrunwizard/l10n/es.json
7315share/nextcloud/apps/firstrunwizard/l10n/es_AR.js 7761share/nextcloud/apps/firstrunwizard/l10n/es_AR.js
7316share/nextcloud/apps/firstrunwizard/l10n/es_AR.json 7762share/nextcloud/apps/firstrunwizard/l10n/es_AR.json
 7763share/nextcloud/apps/firstrunwizard/l10n/es_CL.js
 7764share/nextcloud/apps/firstrunwizard/l10n/es_CL.json
 7765share/nextcloud/apps/firstrunwizard/l10n/es_CO.js
 7766share/nextcloud/apps/firstrunwizard/l10n/es_CO.json
 7767share/nextcloud/apps/firstrunwizard/l10n/es_CR.js
 7768share/nextcloud/apps/firstrunwizard/l10n/es_CR.json
 7769share/nextcloud/apps/firstrunwizard/l10n/es_DO.js
 7770share/nextcloud/apps/firstrunwizard/l10n/es_DO.json
 7771share/nextcloud/apps/firstrunwizard/l10n/es_EC.js
 7772share/nextcloud/apps/firstrunwizard/l10n/es_EC.json
 7773share/nextcloud/apps/firstrunwizard/l10n/es_GT.js
 7774share/nextcloud/apps/firstrunwizard/l10n/es_GT.json
 7775share/nextcloud/apps/firstrunwizard/l10n/es_HN.js
 7776share/nextcloud/apps/firstrunwizard/l10n/es_HN.json
7317share/nextcloud/apps/firstrunwizard/l10n/es_MX.js 7777share/nextcloud/apps/firstrunwizard/l10n/es_MX.js
7318share/nextcloud/apps/firstrunwizard/l10n/es_MX.json 7778share/nextcloud/apps/firstrunwizard/l10n/es_MX.json
 7779share/nextcloud/apps/firstrunwizard/l10n/es_NI.js
 7780share/nextcloud/apps/firstrunwizard/l10n/es_NI.json
 7781share/nextcloud/apps/firstrunwizard/l10n/es_PA.js
 7782share/nextcloud/apps/firstrunwizard/l10n/es_PA.json
 7783share/nextcloud/apps/firstrunwizard/l10n/es_PE.js
 7784share/nextcloud/apps/firstrunwizard/l10n/es_PE.json
 7785share/nextcloud/apps/firstrunwizard/l10n/es_PR.js
 7786share/nextcloud/apps/firstrunwizard/l10n/es_PR.json
 7787share/nextcloud/apps/firstrunwizard/l10n/es_PY.js
 7788share/nextcloud/apps/firstrunwizard/l10n/es_PY.json
 7789share/nextcloud/apps/firstrunwizard/l10n/es_SV.js
 7790share/nextcloud/apps/firstrunwizard/l10n/es_SV.json
 7791share/nextcloud/apps/firstrunwizard/l10n/es_UY.js
 7792share/nextcloud/apps/firstrunwizard/l10n/es_UY.json
7319share/nextcloud/apps/firstrunwizard/l10n/et_EE.js 7793share/nextcloud/apps/firstrunwizard/l10n/et_EE.js
7320share/nextcloud/apps/firstrunwizard/l10n/et_EE.json 7794share/nextcloud/apps/firstrunwizard/l10n/et_EE.json
7321share/nextcloud/apps/firstrunwizard/l10n/eu.js 7795share/nextcloud/apps/firstrunwizard/l10n/eu.js
7322share/nextcloud/apps/firstrunwizard/l10n/eu.json 7796share/nextcloud/apps/firstrunwizard/l10n/eu.json
7323share/nextcloud/apps/firstrunwizard/l10n/fa.js 7797share/nextcloud/apps/firstrunwizard/l10n/fa.js
7324share/nextcloud/apps/firstrunwizard/l10n/fa.json 7798share/nextcloud/apps/firstrunwizard/l10n/fa.json
7325share/nextcloud/apps/firstrunwizard/l10n/fi.js 7799share/nextcloud/apps/firstrunwizard/l10n/fi.js
7326share/nextcloud/apps/firstrunwizard/l10n/fi.json 7800share/nextcloud/apps/firstrunwizard/l10n/fi.json
7327share/nextcloud/apps/firstrunwizard/l10n/fr.js 7801share/nextcloud/apps/firstrunwizard/l10n/fr.js
7328share/nextcloud/apps/firstrunwizard/l10n/fr.json 7802share/nextcloud/apps/firstrunwizard/l10n/fr.json
7329share/nextcloud/apps/firstrunwizard/l10n/gl.js 7803share/nextcloud/apps/firstrunwizard/l10n/gl.js
7330share/nextcloud/apps/firstrunwizard/l10n/gl.json 7804share/nextcloud/apps/firstrunwizard/l10n/gl.json
7331share/nextcloud/apps/firstrunwizard/l10n/he.js 7805share/nextcloud/apps/firstrunwizard/l10n/he.js
7332share/nextcloud/apps/firstrunwizard/l10n/he.json 7806share/nextcloud/apps/firstrunwizard/l10n/he.json
7333share/nextcloud/apps/firstrunwizard/l10n/hr.js 7807share/nextcloud/apps/firstrunwizard/l10n/hr.js
7334share/nextcloud/apps/firstrunwizard/l10n/hr.json 7808share/nextcloud/apps/firstrunwizard/l10n/hr.json
7335share/nextcloud/apps/firstrunwizard/l10n/hu.js 7809share/nextcloud/apps/firstrunwizard/l10n/hu.js
7336share/nextcloud/apps/firstrunwizard/l10n/hu.json 7810share/nextcloud/apps/firstrunwizard/l10n/hu.json
7337share/nextcloud/apps/firstrunwizard/l10n/ia.js 7811share/nextcloud/apps/firstrunwizard/l10n/ia.js
7338share/nextcloud/apps/firstrunwizard/l10n/ia.json 7812share/nextcloud/apps/firstrunwizard/l10n/ia.json
7339share/nextcloud/apps/firstrunwizard/l10n/id.js 7813share/nextcloud/apps/firstrunwizard/l10n/id.js
7340share/nextcloud/apps/firstrunwizard/l10n/id.json 7814share/nextcloud/apps/firstrunwizard/l10n/id.json
7341share/nextcloud/apps/firstrunwizard/l10n/is.js 7815share/nextcloud/apps/firstrunwizard/l10n/is.js
7342share/nextcloud/apps/firstrunwizard/l10n/is.json 7816share/nextcloud/apps/firstrunwizard/l10n/is.json
7343share/nextcloud/apps/firstrunwizard/l10n/it.js 7817share/nextcloud/apps/firstrunwizard/l10n/it.js
7344share/nextcloud/apps/firstrunwizard/l10n/it.json 7818share/nextcloud/apps/firstrunwizard/l10n/it.json
7345share/nextcloud/apps/firstrunwizard/l10n/ja.js 7819share/nextcloud/apps/firstrunwizard/l10n/ja.js
7346share/nextcloud/apps/firstrunwizard/l10n/ja.json 7820share/nextcloud/apps/firstrunwizard/l10n/ja.json
7347share/nextcloud/apps/firstrunwizard/l10n/ka_GE.js 7821share/nextcloud/apps/firstrunwizard/l10n/ka_GE.js
7348share/nextcloud/apps/firstrunwizard/l10n/ka_GE.json 7822share/nextcloud/apps/firstrunwizard/l10n/ka_GE.json
7349share/nextcloud/apps/firstrunwizard/l10n/km.php 7823share/nextcloud/apps/firstrunwizard/l10n/km.php
7350share/nextcloud/apps/firstrunwizard/l10n/ko.js 7824share/nextcloud/apps/firstrunwizard/l10n/ko.js
7351share/nextcloud/apps/firstrunwizard/l10n/ko.json 7825share/nextcloud/apps/firstrunwizard/l10n/ko.json
7352share/nextcloud/apps/firstrunwizard/l10n/ku_IQ.php 7826share/nextcloud/apps/firstrunwizard/l10n/ku_IQ.php
7353share/nextcloud/apps/firstrunwizard/l10n/lb.js 7827share/nextcloud/apps/firstrunwizard/l10n/lb.js
7354share/nextcloud/apps/firstrunwizard/l10n/lb.json 7828share/nextcloud/apps/firstrunwizard/l10n/lb.json
7355share/nextcloud/apps/firstrunwizard/l10n/lt_LT.js 7829share/nextcloud/apps/firstrunwizard/l10n/lt_LT.js
7356share/nextcloud/apps/firstrunwizard/l10n/lt_LT.json 7830share/nextcloud/apps/firstrunwizard/l10n/lt_LT.json
7357share/nextcloud/apps/firstrunwizard/l10n/lv.js 7831share/nextcloud/apps/firstrunwizard/l10n/lv.js
7358share/nextcloud/apps/firstrunwizard/l10n/lv.json 7832share/nextcloud/apps/firstrunwizard/l10n/lv.json
7359share/nextcloud/apps/firstrunwizard/l10n/mk.js 7833share/nextcloud/apps/firstrunwizard/l10n/mk.js
7360share/nextcloud/apps/firstrunwizard/l10n/mk.json 7834share/nextcloud/apps/firstrunwizard/l10n/mk.json
7361share/nextcloud/apps/firstrunwizard/l10n/ms_MY.php 7835share/nextcloud/apps/firstrunwizard/l10n/ms_MY.php
7362share/nextcloud/apps/firstrunwizard/l10n/nb.js 7836share/nextcloud/apps/firstrunwizard/l10n/nb.js
7363share/nextcloud/apps/firstrunwizard/l10n/nb.json 7837share/nextcloud/apps/firstrunwizard/l10n/nb.json
7364share/nextcloud/apps/firstrunwizard/l10n/nl.js 7838share/nextcloud/apps/firstrunwizard/l10n/nl.js
7365share/nextcloud/apps/firstrunwizard/l10n/nl.json 7839share/nextcloud/apps/firstrunwizard/l10n/nl.json
7366share/nextcloud/apps/firstrunwizard/l10n/nn_NO.js 7840share/nextcloud/apps/firstrunwizard/l10n/nn_NO.js
7367share/nextcloud/apps/firstrunwizard/l10n/nn_NO.json 7841share/nextcloud/apps/firstrunwizard/l10n/nn_NO.json
7368share/nextcloud/apps/firstrunwizard/l10n/oc.js 7842share/nextcloud/apps/firstrunwizard/l10n/oc.js
7369share/nextcloud/apps/firstrunwizard/l10n/oc.json 7843share/nextcloud/apps/firstrunwizard/l10n/oc.json
7370share/nextcloud/apps/firstrunwizard/l10n/pl.js 7844share/nextcloud/apps/firstrunwizard/l10n/pl.js
7371share/nextcloud/apps/firstrunwizard/l10n/pl.json 7845share/nextcloud/apps/firstrunwizard/l10n/pl.json
7372share/nextcloud/apps/firstrunwizard/l10n/pt_BR.js 7846share/nextcloud/apps/firstrunwizard/l10n/pt_BR.js
7373share/nextcloud/apps/firstrunwizard/l10n/pt_BR.json 7847share/nextcloud/apps/firstrunwizard/l10n/pt_BR.json
7374share/nextcloud/apps/firstrunwizard/l10n/pt_PT.js 7848share/nextcloud/apps/firstrunwizard/l10n/pt_PT.js
7375share/nextcloud/apps/firstrunwizard/l10n/pt_PT.json 7849share/nextcloud/apps/firstrunwizard/l10n/pt_PT.json
7376share/nextcloud/apps/firstrunwizard/l10n/ro.js 7850share/nextcloud/apps/firstrunwizard/l10n/ro.js
7377share/nextcloud/apps/firstrunwizard/l10n/ro.json 7851share/nextcloud/apps/firstrunwizard/l10n/ro.json
7378share/nextcloud/apps/firstrunwizard/l10n/ru.js 7852share/nextcloud/apps/firstrunwizard/l10n/ru.js
7379share/nextcloud/apps/firstrunwizard/l10n/ru.json 7853share/nextcloud/apps/firstrunwizard/l10n/ru.json
7380share/nextcloud/apps/firstrunwizard/l10n/si_LK.php 7854share/nextcloud/apps/firstrunwizard/l10n/si_LK.php
7381share/nextcloud/apps/firstrunwizard/l10n/sk.js 7855share/nextcloud/apps/firstrunwizard/l10n/sk.js
7382share/nextcloud/apps/firstrunwizard/l10n/sk.json 7856share/nextcloud/apps/firstrunwizard/l10n/sk.json
7383share/nextcloud/apps/firstrunwizard/l10n/sl.js 7857share/nextcloud/apps/firstrunwizard/l10n/sl.js
7384share/nextcloud/apps/firstrunwizard/l10n/sl.json 7858share/nextcloud/apps/firstrunwizard/l10n/sl.json
7385share/nextcloud/apps/firstrunwizard/l10n/sq.js 7859share/nextcloud/apps/firstrunwizard/l10n/sq.js
7386share/nextcloud/apps/firstrunwizard/l10n/sq.json 7860share/nextcloud/apps/firstrunwizard/l10n/sq.json
7387share/nextcloud/apps/firstrunwizard/l10n/sr.js 7861share/nextcloud/apps/firstrunwizard/l10n/sr.js
7388share/nextcloud/apps/firstrunwizard/l10n/sr.json 7862share/nextcloud/apps/firstrunwizard/l10n/sr.json
7389share/nextcloud/apps/firstrunwizard/l10n/sv.js 7863share/nextcloud/apps/firstrunwizard/l10n/sv.js
7390share/nextcloud/apps/firstrunwizard/l10n/sv.json 7864share/nextcloud/apps/firstrunwizard/l10n/sv.json
7391share/nextcloud/apps/firstrunwizard/l10n/ta_LK.php 7865share/nextcloud/apps/firstrunwizard/l10n/ta_LK.php
7392share/nextcloud/apps/firstrunwizard/l10n/te.php 7866share/nextcloud/apps/firstrunwizard/l10n/te.php
7393share/nextcloud/apps/firstrunwizard/l10n/th.js 7867share/nextcloud/apps/firstrunwizard/l10n/th.js
7394share/nextcloud/apps/firstrunwizard/l10n/th.json 7868share/nextcloud/apps/firstrunwizard/l10n/th.json
7395share/nextcloud/apps/firstrunwizard/l10n/tr.js 7869share/nextcloud/apps/firstrunwizard/l10n/tr.js
7396share/nextcloud/apps/firstrunwizard/l10n/tr.json 7870share/nextcloud/apps/firstrunwizard/l10n/tr.json
7397share/nextcloud/apps/firstrunwizard/l10n/ug.php 7871share/nextcloud/apps/firstrunwizard/l10n/ug.php
7398share/nextcloud/apps/firstrunwizard/l10n/uk.js 7872share/nextcloud/apps/firstrunwizard/l10n/uk.js
7399share/nextcloud/apps/firstrunwizard/l10n/uk.json 7873share/nextcloud/apps/firstrunwizard/l10n/uk.json
7400share/nextcloud/apps/firstrunwizard/l10n/vi.js 7874share/nextcloud/apps/firstrunwizard/l10n/vi.js
7401share/nextcloud/apps/firstrunwizard/l10n/vi.json 7875share/nextcloud/apps/firstrunwizard/l10n/vi.json
7402share/nextcloud/apps/firstrunwizard/l10n/zh_CN.js 7876share/nextcloud/apps/firstrunwizard/l10n/zh_CN.js
7403share/nextcloud/apps/firstrunwizard/l10n/zh_CN.json 7877share/nextcloud/apps/firstrunwizard/l10n/zh_CN.json
7404share/nextcloud/apps/firstrunwizard/l10n/zh_HK.php 7878share/nextcloud/apps/firstrunwizard/l10n/zh_HK.php
7405share/nextcloud/apps/firstrunwizard/l10n/zh_TW.js 7879share/nextcloud/apps/firstrunwizard/l10n/zh_TW.js
7406share/nextcloud/apps/firstrunwizard/l10n/zh_TW.json 7880share/nextcloud/apps/firstrunwizard/l10n/zh_TW.json
7407share/nextcloud/apps/firstrunwizard/lib/AppInfo/Application.php 7881share/nextcloud/apps/firstrunwizard/lib/AppInfo/Application.php
7408share/nextcloud/apps/firstrunwizard/lib/Controller/WizardController.php 7882share/nextcloud/apps/firstrunwizard/lib/Controller/WizardController.php
7409share/nextcloud/apps/firstrunwizard/lib/Notification/BackgroundJob.php 7883share/nextcloud/apps/firstrunwizard/lib/Notification/BackgroundJob.php
7410share/nextcloud/apps/firstrunwizard/lib/Notification/Notifier.php 7884share/nextcloud/apps/firstrunwizard/lib/Notification/Notifier.php
7411share/nextcloud/apps/firstrunwizard/templates/wizard.php 7885share/nextcloud/apps/firstrunwizard/templates/wizard.php
7412share/nextcloud/apps/gallery/.github/issue_template.md 7886share/nextcloud/apps/gallery/.github/issue_template.md
7413share/nextcloud/apps/gallery/.github/pull_request_template.md 7887share/nextcloud/apps/gallery/.github/pull_request_template.md
7414share/nextcloud/apps/gallery/.gitmodules 7888share/nextcloud/apps/gallery/.gitmodules
7415share/nextcloud/apps/gallery/AUTHORS.md 7889share/nextcloud/apps/gallery/AUTHORS.md
7416share/nextcloud/apps/gallery/CHANGELOG.md 7890share/nextcloud/apps/gallery/CHANGELOG.md
7417share/nextcloud/apps/gallery/COPYING 7891share/nextcloud/apps/gallery/COPYING
7418share/nextcloud/apps/gallery/appinfo/app.php 7892share/nextcloud/apps/gallery/appinfo/app.php
7419share/nextcloud/apps/gallery/appinfo/info.xml 7893share/nextcloud/apps/gallery/appinfo/info.xml
7420share/nextcloud/apps/gallery/appinfo/routes.php 7894share/nextcloud/apps/gallery/appinfo/routes.php
7421share/nextcloud/apps/gallery/appinfo/signature.json 7895share/nextcloud/apps/gallery/appinfo/signature.json
7422share/nextcloud/apps/gallery/build/after_failure.sh 7896share/nextcloud/apps/gallery/build/after_failure.sh
7423share/nextcloud/apps/gallery/build/documentation/docpublisher.sh 7897share/nextcloud/apps/gallery/build/documentation/docpublisher.sh
7424share/nextcloud/apps/gallery/build/documentation/index.html 7898share/nextcloud/apps/gallery/build/documentation/index.html
7425share/nextcloud/apps/gallery/build/documentation/reports/code coverage/index.html 7899share/nextcloud/apps/gallery/build/documentation/reports/code coverage/index.html
7426share/nextcloud/apps/gallery/build/documentation/reports/index.html 7900share/nextcloud/apps/gallery/build/documentation/reports/index.html
7427share/nextcloud/apps/gallery/build/screenshots/Gallery.jpg 7901share/nextcloud/apps/gallery/build/screenshots/Gallery.jpg
7428share/nextcloud/apps/gallery/build/xdebug_install.sh 7902share/nextcloud/apps/gallery/build/xdebug_install.sh
7429share/nextcloud/apps/gallery/codeception.yml 7903share/nextcloud/apps/gallery/codeception.yml
7430share/nextcloud/apps/gallery/composer.json 7904share/nextcloud/apps/gallery/composer.json
7431share/nextcloud/apps/gallery/composer.lock 7905share/nextcloud/apps/gallery/composer.lock
7432share/nextcloud/apps/gallery/css/authenticate.css 7906share/nextcloud/apps/gallery/css/authenticate.css
7433share/nextcloud/apps/gallery/css/error.css 7907share/nextcloud/apps/gallery/css/error.css
7434share/nextcloud/apps/gallery/css/gallerybutton.css 7908share/nextcloud/apps/gallery/css/gallerybutton.css
7435share/nextcloud/apps/gallery/css/github-markdown.css 7909share/nextcloud/apps/gallery/css/github-markdown.css
7436share/nextcloud/apps/gallery/css/mobile.css 7910share/nextcloud/apps/gallery/css/mobile.css
7437share/nextcloud/apps/gallery/css/public.css 7911share/nextcloud/apps/gallery/css/public.css
7438share/nextcloud/apps/gallery/css/share.css 7912share/nextcloud/apps/gallery/css/share.css
7439share/nextcloud/apps/gallery/css/slideshow.css 7913share/nextcloud/apps/gallery/css/slideshow.css
7440share/nextcloud/apps/gallery/css/styles.css 7914share/nextcloud/apps/gallery/css/styles.css
7441share/nextcloud/apps/gallery/css/upload.css 7915share/nextcloud/apps/gallery/css/upload.css
7442share/nextcloud/apps/gallery/documentation/developers.md 7916share/nextcloud/apps/gallery/documentation/developers.md
7443share/nextcloud/apps/gallery/img/app.svg 7917share/nextcloud/apps/gallery/img/app.svg
7444share/nextcloud/apps/gallery/img/dateasc.svg 7918share/nextcloud/apps/gallery/img/dateasc.svg
7445share/nextcloud/apps/gallery/img/datedes.svg 7919share/nextcloud/apps/gallery/img/datedes.svg
7446share/nextcloud/apps/gallery/img/folder.svg 7920share/nextcloud/apps/gallery/img/folder.svg
7447share/nextcloud/apps/gallery/img/gallery-dark.svg 7921share/nextcloud/apps/gallery/img/gallery-dark.svg
7448share/nextcloud/apps/gallery/img/nameasc.svg 7922share/nextcloud/apps/gallery/img/nameasc.svg
7449share/nextcloud/apps/gallery/img/namedes.svg 7923share/nextcloud/apps/gallery/img/namedes.svg
7450share/nextcloud/apps/gallery/img/share-white.svg 7924share/nextcloud/apps/gallery/img/share-white.svg
7451share/nextcloud/apps/gallery/img/toggle.svg 7925share/nextcloud/apps/gallery/img/toggle.svg
7452share/nextcloud/apps/gallery/img/view-delete.svg 7926share/nextcloud/apps/gallery/img/view-delete.svg
7453share/nextcloud/apps/gallery/js/.bowerrc 7927share/nextcloud/apps/gallery/js/.bowerrc
7454share/nextcloud/apps/gallery/js/.jshintrc 7928share/nextcloud/apps/gallery/js/.jshintrc
7455share/nextcloud/apps/gallery/js/app.js 7929share/nextcloud/apps/gallery/js/app.js
7456share/nextcloud/apps/gallery/js/bower.json 7930share/nextcloud/apps/gallery/js/bower.json
7457share/nextcloud/apps/gallery/js/breadcrumb.js 7931share/nextcloud/apps/gallery/js/breadcrumb.js
7458share/nextcloud/apps/gallery/js/eventsource.js 7932share/nextcloud/apps/gallery/js/eventsource.js
7459share/nextcloud/apps/gallery/js/gallery.js 7933share/nextcloud/apps/gallery/js/gallery.js
7460share/nextcloud/apps/gallery/js/galleryalbum.js 7934share/nextcloud/apps/gallery/js/galleryalbum.js
7461share/nextcloud/apps/gallery/js/gallerybutton.js 7935share/nextcloud/apps/gallery/js/gallerybutton.js
7462share/nextcloud/apps/gallery/js/galleryconfig.js 7936share/nextcloud/apps/gallery/js/galleryconfig.js
7463share/nextcloud/apps/gallery/js/galleryfileaction.js 7937share/nextcloud/apps/gallery/js/galleryfileaction.js
7464share/nextcloud/apps/gallery/js/galleryimage.js 7938share/nextcloud/apps/gallery/js/galleryimage.js
7465share/nextcloud/apps/gallery/js/galleryinfobox.js 7939share/nextcloud/apps/gallery/js/galleryinfobox.js
7466share/nextcloud/apps/gallery/js/galleryrow.js 7940share/nextcloud/apps/gallery/js/galleryrow.js
7467share/nextcloud/apps/gallery/js/galleryutility.js 7941share/nextcloud/apps/gallery/js/galleryutility.js
7468share/nextcloud/apps/gallery/js/galleryview.js 7942share/nextcloud/apps/gallery/js/galleryview.js
7469share/nextcloud/apps/gallery/js/merged.json 7943share/nextcloud/apps/gallery/js/merged.json
7470share/nextcloud/apps/gallery/js/newfilemenuplugins.js 7944share/nextcloud/apps/gallery/js/newfilemenuplugins.js
7471share/nextcloud/apps/gallery/js/scripts-for-file-app.json 7945share/nextcloud/apps/gallery/js/scripts-for-file-app.json
7472share/nextcloud/apps/gallery/js/slideshow.js 7946share/nextcloud/apps/gallery/js/slideshow.js
7473share/nextcloud/apps/gallery/js/slideshowcontrols.js 7947share/nextcloud/apps/gallery/js/slideshowcontrols.js
7474share/nextcloud/apps/gallery/js/slideshowzoomablepreview.js 7948share/nextcloud/apps/gallery/js/slideshowzoomablepreview.js
7475share/nextcloud/apps/gallery/js/thumbnail.js 7949share/nextcloud/apps/gallery/js/thumbnail.js
7476share/nextcloud/apps/gallery/js/upload-helper.js 7950share/nextcloud/apps/gallery/js/upload-helper.js
7477share/nextcloud/apps/gallery/js/vendor/bigshot/LICENSE.txt 7951share/nextcloud/apps/gallery/js/vendor/bigshot/LICENSE.txt
7478share/nextcloud/apps/gallery/js/vendor/bigshot/README.txt 7952share/nextcloud/apps/gallery/js/vendor/bigshot/README.txt
7479share/nextcloud/apps/gallery/js/vendor/bigshot/bigshot-compressed.js 7953share/nextcloud/apps/gallery/js/vendor/bigshot/bigshot-compressed.js
7480share/nextcloud/apps/gallery/js/vendor/bigshot/bigshot.js 7954share/nextcloud/apps/gallery/js/vendor/bigshot/bigshot.js
7481share/nextcloud/apps/gallery/js/vendor/commonmark/LICENSE 7955share/nextcloud/apps/gallery/js/vendor/commonmark/LICENSE
7482share/nextcloud/apps/gallery/js/vendor/commonmark/dist/commonmark.js 7956share/nextcloud/apps/gallery/js/vendor/commonmark/dist/commonmark.js
7483share/nextcloud/apps/gallery/js/vendor/commonmark/dist/commonmark.min.js 7957share/nextcloud/apps/gallery/js/vendor/commonmark/dist/commonmark.min.js
7484share/nextcloud/apps/gallery/js/vendor/dompurify/LICENSE 7958share/nextcloud/apps/gallery/js/vendor/dompurify/LICENSE
7485share/nextcloud/apps/gallery/js/vendor/dompurify/README.md 7959share/nextcloud/apps/gallery/js/vendor/dompurify/README.md
7486share/nextcloud/apps/gallery/js/vendor/dompurify/src/purify.js 7960share/nextcloud/apps/gallery/js/vendor/dompurify/src/purify.js
7487share/nextcloud/apps/gallery/js/vendor/eventsource-polyfill/LICENSE 7961share/nextcloud/apps/gallery/js/vendor/eventsource-polyfill/LICENSE
7488share/nextcloud/apps/gallery/js/vendor/eventsource-polyfill/README.md 7962share/nextcloud/apps/gallery/js/vendor/eventsource-polyfill/README.md
7489share/nextcloud/apps/gallery/js/vendor/eventsource-polyfill/dist/eventsource.js 7963share/nextcloud/apps/gallery/js/vendor/eventsource-polyfill/dist/eventsource.js
7490share/nextcloud/apps/gallery/js/vendor/jquery-touch-events/README.md 7964share/nextcloud/apps/gallery/js/vendor/jquery-touch-events/README.md
7491share/nextcloud/apps/gallery/js/vendor/jquery-touch-events/src/1.0.8/jquery.mobile-events.js 7965share/nextcloud/apps/gallery/js/vendor/jquery-touch-events/src/1.0.8/jquery.mobile-events.js
7492share/nextcloud/apps/gallery/js/vendor/jquery-touch-events/src/1.0.8/jquery.mobile-events.min.js 7966share/nextcloud/apps/gallery/js/vendor/jquery-touch-events/src/1.0.8/jquery.mobile-events.min.js
7493share/nextcloud/apps/gallery/js/vendor/jquery.ui.touch-punch-custom.js 7967share/nextcloud/apps/gallery/js/vendor/jquery.ui.touch-punch-custom.js
7494share/nextcloud/apps/gallery/js/vendor/jqueryui-touch-punch/README.md 7968share/nextcloud/apps/gallery/js/vendor/jqueryui-touch-punch/README.md
7495share/nextcloud/apps/gallery/js/vendor/jqueryui-touch-punch/jquery.ui.touch-punch.js 7969share/nextcloud/apps/gallery/js/vendor/jqueryui-touch-punch/jquery.ui.touch-punch.js
7496share/nextcloud/apps/gallery/js/vendor/modified-eventsource-polyfill/eventsource-polyfill.js 7970share/nextcloud/apps/gallery/js/vendor/modified-eventsource-polyfill/eventsource-polyfill.js
7497share/nextcloud/apps/gallery/js/vendor/nextcloud/newfilemenu.js 7971share/nextcloud/apps/gallery/js/vendor/nextcloud/newfilemenu.js
7498share/nextcloud/apps/gallery/js/vendor/nextcloud/share.js 7972share/nextcloud/apps/gallery/js/vendor/nextcloud/share.js
7499share/nextcloud/apps/gallery/l10n/.tx/config 7973share/nextcloud/apps/gallery/l10n/.tx/config
7500share/nextcloud/apps/gallery/l10n/af_ZA.php 7974share/nextcloud/apps/gallery/l10n/af_ZA.php
7501share/nextcloud/apps/gallery/l10n/ar.js 7975share/nextcloud/apps/gallery/l10n/ar.js
7502share/nextcloud/apps/gallery/l10n/ar.json 7976share/nextcloud/apps/gallery/l10n/ar.json
7503share/nextcloud/apps/gallery/l10n/ast.js 7977share/nextcloud/apps/gallery/l10n/ast.js
7504share/nextcloud/apps/gallery/l10n/ast.json 7978share/nextcloud/apps/gallery/l10n/ast.json
7505share/nextcloud/apps/gallery/l10n/az.js 7979share/nextcloud/apps/gallery/l10n/az.js
7506share/nextcloud/apps/gallery/l10n/az.json 7980share/nextcloud/apps/gallery/l10n/az.json
7507share/nextcloud/apps/gallery/l10n/bg.js 7981share/nextcloud/apps/gallery/l10n/bg.js
7508share/nextcloud/apps/gallery/l10n/bg.json 7982share/nextcloud/apps/gallery/l10n/bg.json
7509share/nextcloud/apps/gallery/l10n/bn_BD.js 7983share/nextcloud/apps/gallery/l10n/bn_BD.js
7510share/nextcloud/apps/gallery/l10n/bn_BD.json 7984share/nextcloud/apps/gallery/l10n/bn_BD.json
7511share/nextcloud/apps/gallery/l10n/bn_IN.php 7985share/nextcloud/apps/gallery/l10n/bn_IN.php
7512share/nextcloud/apps/gallery/l10n/bs.js 7986share/nextcloud/apps/gallery/l10n/bs.js
7513share/nextcloud/apps/gallery/l10n/bs.json 7987share/nextcloud/apps/gallery/l10n/bs.json
7514share/nextcloud/apps/gallery/l10n/ca.js 7988share/nextcloud/apps/gallery/l10n/ca.js
7515share/nextcloud/apps/gallery/l10n/ca.json 7989share/nextcloud/apps/gallery/l10n/ca.json
7516share/nextcloud/apps/gallery/l10n/cs.js 7990share/nextcloud/apps/gallery/l10n/cs.js
7517share/nextcloud/apps/gallery/l10n/cs.json 7991share/nextcloud/apps/gallery/l10n/cs.json
7518share/nextcloud/apps/gallery/l10n/cy_GB.js 7992share/nextcloud/apps/gallery/l10n/cy_GB.js
7519share/nextcloud/apps/gallery/l10n/cy_GB.json 7993share/nextcloud/apps/gallery/l10n/cy_GB.json
7520share/nextcloud/apps/gallery/l10n/da.js 7994share/nextcloud/apps/gallery/l10n/da.js
7521share/nextcloud/apps/gallery/l10n/da.json 7995share/nextcloud/apps/gallery/l10n/da.json
7522share/nextcloud/apps/gallery/l10n/de.js 7996share/nextcloud/apps/gallery/l10n/de.js
7523share/nextcloud/apps/gallery/l10n/de.json 7997share/nextcloud/apps/gallery/l10n/de.json
7524share/nextcloud/apps/gallery/l10n/de_AT.php 7998share/nextcloud/apps/gallery/l10n/de_AT.php
7525share/nextcloud/apps/gallery/l10n/de_CH.php 7999share/nextcloud/apps/gallery/l10n/de_CH.php
7526share/nextcloud/apps/gallery/l10n/de_DE.js 8000share/nextcloud/apps/gallery/l10n/de_DE.js
7527share/nextcloud/apps/gallery/l10n/de_DE.json 8001share/nextcloud/apps/gallery/l10n/de_DE.json
7528share/nextcloud/apps/gallery/l10n/el.js 8002share/nextcloud/apps/gallery/l10n/el.js
7529share/nextcloud/apps/gallery/l10n/el.json 8003share/nextcloud/apps/gallery/l10n/el.json
7530share/nextcloud/apps/gallery/l10n/en_GB.js 8004share/nextcloud/apps/gallery/l10n/en_GB.js
7531share/nextcloud/apps/gallery/l10n/en_GB.json 8005share/nextcloud/apps/gallery/l10n/en_GB.json
7532share/nextcloud/apps/gallery/l10n/eo.js 8006share/nextcloud/apps/gallery/l10n/eo.js
7533share/nextcloud/apps/gallery/l10n/eo.json 8007share/nextcloud/apps/gallery/l10n/eo.json
7534share/nextcloud/apps/gallery/l10n/es.js 8008share/nextcloud/apps/gallery/l10n/es.js
7535share/nextcloud/apps/gallery/l10n/es.json 8009share/nextcloud/apps/gallery/l10n/es.json
7536share/nextcloud/apps/gallery/l10n/es_AR.js 8010share/nextcloud/apps/gallery/l10n/es_AR.js
7537share/nextcloud/apps/gallery/l10n/es_AR.json 8011share/nextcloud/apps/gallery/l10n/es_AR.json
7538share/nextcloud/apps/gallery/l10n/es_CL.php 8012share/nextcloud/apps/gallery/l10n/es_CL.js
 8013share/nextcloud/apps/gallery/l10n/es_CL.json
 8014share/nextcloud/apps/gallery/l10n/es_CO.js
 8015share/nextcloud/apps/gallery/l10n/es_CO.json
 8016share/nextcloud/apps/gallery/l10n/es_CR.js
 8017share/nextcloud/apps/gallery/l10n/es_CR.json
 8018share/nextcloud/apps/gallery/l10n/es_DO.js
 8019share/nextcloud/apps/gallery/l10n/es_DO.json
 8020share/nextcloud/apps/gallery/l10n/es_EC.js
 8021share/nextcloud/apps/gallery/l10n/es_EC.json
 8022share/nextcloud/apps/gallery/l10n/es_GT.js
 8023share/nextcloud/apps/gallery/l10n/es_GT.json
 8024share/nextcloud/apps/gallery/l10n/es_HN.js
 8025share/nextcloud/apps/gallery/l10n/es_HN.json
7539share/nextcloud/apps/gallery/l10n/es_MX.js 8026share/nextcloud/apps/gallery/l10n/es_MX.js
7540share/nextcloud/apps/gallery/l10n/es_MX.json 8027share/nextcloud/apps/gallery/l10n/es_MX.json
 8028share/nextcloud/apps/gallery/l10n/es_NI.js
 8029share/nextcloud/apps/gallery/l10n/es_NI.json
 8030share/nextcloud/apps/gallery/l10n/es_PA.js
 8031share/nextcloud/apps/gallery/l10n/es_PA.json
 8032share/nextcloud/apps/gallery/l10n/es_PE.js
 8033share/nextcloud/apps/gallery/l10n/es_PE.json
 8034share/nextcloud/apps/gallery/l10n/es_PR.js
 8035share/nextcloud/apps/gallery/l10n/es_PR.json
 8036share/nextcloud/apps/gallery/l10n/es_PY.js
 8037share/nextcloud/apps/gallery/l10n/es_PY.json
 8038share/nextcloud/apps/gallery/l10n/es_SV.js
 8039share/nextcloud/apps/gallery/l10n/es_SV.json
 8040share/nextcloud/apps/gallery/l10n/es_UY.js
 8041share/nextcloud/apps/gallery/l10n/es_UY.json
7541share/nextcloud/apps/gallery/l10n/et_EE.js 8042share/nextcloud/apps/gallery/l10n/et_EE.js
7542share/nextcloud/apps/gallery/l10n/et_EE.json 8043share/nextcloud/apps/gallery/l10n/et_EE.json
7543share/nextcloud/apps/gallery/l10n/eu.js 8044share/nextcloud/apps/gallery/l10n/eu.js
7544share/nextcloud/apps/gallery/l10n/eu.json 8045share/nextcloud/apps/gallery/l10n/eu.json
7545share/nextcloud/apps/gallery/l10n/fa.js 8046share/nextcloud/apps/gallery/l10n/fa.js
7546share/nextcloud/apps/gallery/l10n/fa.json 8047share/nextcloud/apps/gallery/l10n/fa.json
7547share/nextcloud/apps/gallery/l10n/fi.js 8048share/nextcloud/apps/gallery/l10n/fi.js
7548share/nextcloud/apps/gallery/l10n/fi.json 8049share/nextcloud/apps/gallery/l10n/fi.json
7549share/nextcloud/apps/gallery/l10n/fr.js 8050share/nextcloud/apps/gallery/l10n/fr.js
7550share/nextcloud/apps/gallery/l10n/fr.json 8051share/nextcloud/apps/gallery/l10n/fr.json
7551share/nextcloud/apps/gallery/l10n/gl.js 8052share/nextcloud/apps/gallery/l10n/gl.js
7552share/nextcloud/apps/gallery/l10n/gl.json 8053share/nextcloud/apps/gallery/l10n/gl.json
7553share/nextcloud/apps/gallery/l10n/he.js 8054share/nextcloud/apps/gallery/l10n/he.js
7554share/nextcloud/apps/gallery/l10n/he.json 8055share/nextcloud/apps/gallery/l10n/he.json
7555share/nextcloud/apps/gallery/l10n/hi.php 8056share/nextcloud/apps/gallery/l10n/hi.php
7556share/nextcloud/apps/gallery/l10n/hr.js 8057share/nextcloud/apps/gallery/l10n/hr.js
7557share/nextcloud/apps/gallery/l10n/hr.json 8058share/nextcloud/apps/gallery/l10n/hr.json
7558share/nextcloud/apps/gallery/l10n/hu.js 8059share/nextcloud/apps/gallery/l10n/hu.js
7559share/nextcloud/apps/gallery/l10n/hu.json 8060share/nextcloud/apps/gallery/l10n/hu.json
7560share/nextcloud/apps/gallery/l10n/ia.js 8061share/nextcloud/apps/gallery/l10n/ia.js
7561share/nextcloud/apps/gallery/l10n/ia.json 8062share/nextcloud/apps/gallery/l10n/ia.json
7562share/nextcloud/apps/gallery/l10n/id.js 8063share/nextcloud/apps/gallery/l10n/id.js
7563share/nextcloud/apps/gallery/l10n/id.json 8064share/nextcloud/apps/gallery/l10n/id.json
7564share/nextcloud/apps/gallery/l10n/is.js 8065share/nextcloud/apps/gallery/l10n/is.js
7565share/nextcloud/apps/gallery/l10n/is.json 8066share/nextcloud/apps/gallery/l10n/is.json
7566share/nextcloud/apps/gallery/l10n/it.js 8067share/nextcloud/apps/gallery/l10n/it.js
7567share/nextcloud/apps/gallery/l10n/it.json 8068share/nextcloud/apps/gallery/l10n/it.json
7568share/nextcloud/apps/gallery/l10n/ja.js 8069share/nextcloud/apps/gallery/l10n/ja.js
7569share/nextcloud/apps/gallery/l10n/ja.json 8070share/nextcloud/apps/gallery/l10n/ja.json
7570share/nextcloud/apps/gallery/l10n/ka_GE.js 8071share/nextcloud/apps/gallery/l10n/ka_GE.js
7571share/nextcloud/apps/gallery/l10n/ka_GE.json 8072share/nextcloud/apps/gallery/l10n/ka_GE.json
7572share/nextcloud/apps/gallery/l10n/km.js 8073share/nextcloud/apps/gallery/l10n/km.js
7573share/nextcloud/apps/gallery/l10n/km.json 8074share/nextcloud/apps/gallery/l10n/km.json
7574share/nextcloud/apps/gallery/l10n/kn.js 8075share/nextcloud/apps/gallery/l10n/kn.js
7575share/nextcloud/apps/gallery/l10n/kn.json 8076share/nextcloud/apps/gallery/l10n/kn.json
7576share/nextcloud/apps/gallery/l10n/ko.js 8077share/nextcloud/apps/gallery/l10n/ko.js
7577share/nextcloud/apps/gallery/l10n/ko.json 8078share/nextcloud/apps/gallery/l10n/ko.json
7578share/nextcloud/apps/gallery/l10n/ku_IQ.php 8079share/nextcloud/apps/gallery/l10n/ku_IQ.php
7579share/nextcloud/apps/gallery/l10n/lb.js 8080share/nextcloud/apps/gallery/l10n/lb.js
7580share/nextcloud/apps/gallery/l10n/lb.json 8081share/nextcloud/apps/gallery/l10n/lb.json
7581share/nextcloud/apps/gallery/l10n/lt_LT.js 8082share/nextcloud/apps/gallery/l10n/lt_LT.js
7582share/nextcloud/apps/gallery/l10n/lt_LT.json 8083share/nextcloud/apps/gallery/l10n/lt_LT.json
7583share/nextcloud/apps/gallery/l10n/lv.js 8084share/nextcloud/apps/gallery/l10n/lv.js
7584share/nextcloud/apps/gallery/l10n/lv.json 8085share/nextcloud/apps/gallery/l10n/lv.json
7585share/nextcloud/apps/gallery/l10n/mk.js 8086share/nextcloud/apps/gallery/l10n/mk.js
7586share/nextcloud/apps/gallery/l10n/mk.json 8087share/nextcloud/apps/gallery/l10n/mk.json
7587share/nextcloud/apps/gallery/l10n/mn.js 8088share/nextcloud/apps/gallery/l10n/mn.js
7588share/nextcloud/apps/gallery/l10n/mn.json 8089share/nextcloud/apps/gallery/l10n/mn.json
7589share/nextcloud/apps/gallery/l10n/ms_MY.php 8090share/nextcloud/apps/gallery/l10n/ms_MY.php
7590share/nextcloud/apps/gallery/l10n/nb.js 8091share/nextcloud/apps/gallery/l10n/nb.js
7591share/nextcloud/apps/gallery/l10n/nb.json 8092share/nextcloud/apps/gallery/l10n/nb.json
7592share/nextcloud/apps/gallery/l10n/nl.js 8093share/nextcloud/apps/gallery/l10n/nl.js
7593share/nextcloud/apps/gallery/l10n/nl.json 8094share/nextcloud/apps/gallery/l10n/nl.json
7594share/nextcloud/apps/gallery/l10n/nn_NO.js 8095share/nextcloud/apps/gallery/l10n/nn_NO.js
7595share/nextcloud/apps/gallery/l10n/nn_NO.json 8096share/nextcloud/apps/gallery/l10n/nn_NO.json
7596share/nextcloud/apps/gallery/l10n/no-php 8097share/nextcloud/apps/gallery/l10n/no-php
7597share/nextcloud/apps/gallery/l10n/oc.js 8098share/nextcloud/apps/gallery/l10n/oc.js
7598share/nextcloud/apps/gallery/l10n/oc.json 8099share/nextcloud/apps/gallery/l10n/oc.json
7599share/nextcloud/apps/gallery/l10n/pa.php 8100share/nextcloud/apps/gallery/l10n/pa.php
7600share/nextcloud/apps/gallery/l10n/pl.js 8101share/nextcloud/apps/gallery/l10n/pl.js
7601share/nextcloud/apps/gallery/l10n/pl.json 8102share/nextcloud/apps/gallery/l10n/pl.json
7602share/nextcloud/apps/gallery/l10n/pt_BR.js 8103share/nextcloud/apps/gallery/l10n/pt_BR.js
7603share/nextcloud/apps/gallery/l10n/pt_BR.json 8104share/nextcloud/apps/gallery/l10n/pt_BR.json
7604share/nextcloud/apps/gallery/l10n/pt_PT.js 8105share/nextcloud/apps/gallery/l10n/pt_PT.js
7605share/nextcloud/apps/gallery/l10n/pt_PT.json 8106share/nextcloud/apps/gallery/l10n/pt_PT.json
7606share/nextcloud/apps/gallery/l10n/ro.js 8107share/nextcloud/apps/gallery/l10n/ro.js
7607share/nextcloud/apps/gallery/l10n/ro.json 8108share/nextcloud/apps/gallery/l10n/ro.json
7608share/nextcloud/apps/gallery/l10n/ru.js 8109share/nextcloud/apps/gallery/l10n/ru.js
7609share/nextcloud/apps/gallery/l10n/ru.json 8110share/nextcloud/apps/gallery/l10n/ru.json
7610share/nextcloud/apps/gallery/l10n/si_LK.php 8111share/nextcloud/apps/gallery/l10n/si_LK.php
7611share/nextcloud/apps/gallery/l10n/sk.js 8112share/nextcloud/apps/gallery/l10n/sk.js
7612share/nextcloud/apps/gallery/l10n/sk.json 8113share/nextcloud/apps/gallery/l10n/sk.json
7613share/nextcloud/apps/gallery/l10n/sl.js 8114share/nextcloud/apps/gallery/l10n/sl.js
7614share/nextcloud/apps/gallery/l10n/sl.json 8115share/nextcloud/apps/gallery/l10n/sl.json
7615share/nextcloud/apps/gallery/l10n/sq.js 8116share/nextcloud/apps/gallery/l10n/sq.js
7616share/nextcloud/apps/gallery/l10n/sq.json 8117share/nextcloud/apps/gallery/l10n/sq.json
7617share/nextcloud/apps/gallery/l10n/sr.js 8118share/nextcloud/apps/gallery/l10n/sr.js
7618share/nextcloud/apps/gallery/l10n/sr.json 8119share/nextcloud/apps/gallery/l10n/sr.json
7619share/nextcloud/apps/gallery/l10n/sr@latin.php 8120share/nextcloud/apps/gallery/l10n/sr@latin.php
7620share/nextcloud/apps/gallery/l10n/sv.js 8121share/nextcloud/apps/gallery/l10n/sv.js
7621share/nextcloud/apps/gallery/l10n/sv.json 8122share/nextcloud/apps/gallery/l10n/sv.json
7622share/nextcloud/apps/gallery/l10n/ta_LK.js 8123share/nextcloud/apps/gallery/l10n/ta_LK.js
7623share/nextcloud/apps/gallery/l10n/ta_LK.json 8124share/nextcloud/apps/gallery/l10n/ta_LK.json
7624share/nextcloud/apps/gallery/l10n/th.js 8125share/nextcloud/apps/gallery/l10n/th.js
7625share/nextcloud/apps/gallery/l10n/th.json 8126share/nextcloud/apps/gallery/l10n/th.json
7626share/nextcloud/apps/gallery/l10n/tr.js 8127share/nextcloud/apps/gallery/l10n/tr.js
7627share/nextcloud/apps/gallery/l10n/tr.json 8128share/nextcloud/apps/gallery/l10n/tr.json
7628share/nextcloud/apps/gallery/l10n/ug.php 8129share/nextcloud/apps/gallery/l10n/ug.php
7629share/nextcloud/apps/gallery/l10n/uk.js 8130share/nextcloud/apps/gallery/l10n/uk.js
7630share/nextcloud/apps/gallery/l10n/uk.json 8131share/nextcloud/apps/gallery/l10n/uk.json
7631share/nextcloud/apps/gallery/l10n/ur_PK.js 8132share/nextcloud/apps/gallery/l10n/ur_PK.js
7632share/nextcloud/apps/gallery/l10n/ur_PK.json 8133share/nextcloud/apps/gallery/l10n/ur_PK.json
7633share/nextcloud/apps/gallery/l10n/vi.js 8134share/nextcloud/apps/gallery/l10n/vi.js
7634share/nextcloud/apps/gallery/l10n/vi.json 8135share/nextcloud/apps/gallery/l10n/vi.json
7635share/nextcloud/apps/gallery/l10n/zh_CN.js 8136share/nextcloud/apps/gallery/l10n/zh_CN.js
7636share/nextcloud/apps/gallery/l10n/zh_CN.json 8137share/nextcloud/apps/gallery/l10n/zh_CN.json
7637share/nextcloud/apps/gallery/l10n/zh_HK.js 8138share/nextcloud/apps/gallery/l10n/zh_HK.js
7638share/nextcloud/apps/gallery/l10n/zh_HK.json 8139share/nextcloud/apps/gallery/l10n/zh_HK.json
7639share/nextcloud/apps/gallery/l10n/zh_TW.js 8140share/nextcloud/apps/gallery/l10n/zh_TW.js
7640share/nextcloud/apps/gallery/l10n/zh_TW.json 8141share/nextcloud/apps/gallery/l10n/zh_TW.json
7641share/nextcloud/apps/gallery/lib/AppInfo/Application.php 8142share/nextcloud/apps/gallery/lib/AppInfo/Application.php
7642share/nextcloud/apps/gallery/lib/Config/ConfigException.php 8143share/nextcloud/apps/gallery/lib/Config/ConfigException.php
7643share/nextcloud/apps/gallery/lib/Config/ConfigParser.php 8144share/nextcloud/apps/gallery/lib/Config/ConfigParser.php
7644share/nextcloud/apps/gallery/lib/Config/ConfigValidator.php 8145share/nextcloud/apps/gallery/lib/Config/ConfigValidator.php
7645share/nextcloud/apps/gallery/lib/Controller/Config.php 8146share/nextcloud/apps/gallery/lib/Controller/Config.php
7646share/nextcloud/apps/gallery/lib/Controller/ConfigApiController.php 8147share/nextcloud/apps/gallery/lib/Controller/ConfigApiController.php
7647share/nextcloud/apps/gallery/lib/Controller/ConfigController.php 8148share/nextcloud/apps/gallery/lib/Controller/ConfigController.php
7648share/nextcloud/apps/gallery/lib/Controller/ConfigPublicController.php 8149share/nextcloud/apps/gallery/lib/Controller/ConfigPublicController.php
7649share/nextcloud/apps/gallery/lib/Controller/Files.php 8150share/nextcloud/apps/gallery/lib/Controller/Files.php
7650share/nextcloud/apps/gallery/lib/Controller/FilesApiController.php 8151share/nextcloud/apps/gallery/lib/Controller/FilesApiController.php
7651share/nextcloud/apps/gallery/lib/Controller/FilesController.php 8152share/nextcloud/apps/gallery/lib/Controller/FilesController.php
7652share/nextcloud/apps/gallery/lib/Controller/FilesPublicController.php 8153share/nextcloud/apps/gallery/lib/Controller/FilesPublicController.php
7653share/nextcloud/apps/gallery/lib/Controller/HttpError.php 8154share/nextcloud/apps/gallery/lib/Controller/HttpError.php
7654share/nextcloud/apps/gallery/lib/Controller/PageController.php 8155share/nextcloud/apps/gallery/lib/Controller/PageController.php
7655share/nextcloud/apps/gallery/lib/Controller/PathManipulation.php 8156share/nextcloud/apps/gallery/lib/Controller/PathManipulation.php
7656share/nextcloud/apps/gallery/lib/Controller/Preview.php 8157share/nextcloud/apps/gallery/lib/Controller/Preview.php
7657share/nextcloud/apps/gallery/lib/Controller/PreviewApiController.php 8158share/nextcloud/apps/gallery/lib/Controller/PreviewApiController.php
7658share/nextcloud/apps/gallery/lib/Controller/PreviewController.php 8159share/nextcloud/apps/gallery/lib/Controller/PreviewController.php
7659share/nextcloud/apps/gallery/lib/Controller/PreviewPublicController.php 8160share/nextcloud/apps/gallery/lib/Controller/PreviewPublicController.php
7660share/nextcloud/apps/gallery/lib/Environment/Environment.php 8161share/nextcloud/apps/gallery/lib/Environment/Environment.php
7661share/nextcloud/apps/gallery/lib/Environment/EnvironmentException.php 8162share/nextcloud/apps/gallery/lib/Environment/EnvironmentException.php
7662share/nextcloud/apps/gallery/lib/Environment/NotFoundEnvException.php 8163share/nextcloud/apps/gallery/lib/Environment/NotFoundEnvException.php
7663share/nextcloud/apps/gallery/lib/Http/ImageResponse.php 8164share/nextcloud/apps/gallery/lib/Http/ImageResponse.php
7664share/nextcloud/apps/gallery/lib/Middleware/CheckException.php 8165share/nextcloud/apps/gallery/lib/Middleware/CheckException.php
7665share/nextcloud/apps/gallery/lib/Middleware/CheckMiddleware.php 8166share/nextcloud/apps/gallery/lib/Middleware/CheckMiddleware.php
7666share/nextcloud/apps/gallery/lib/Middleware/EnvCheckMiddleware.php 8167share/nextcloud/apps/gallery/lib/Middleware/EnvCheckMiddleware.php
7667share/nextcloud/apps/gallery/lib/Middleware/SharingCheckMiddleware.php 8168share/nextcloud/apps/gallery/lib/Middleware/SharingCheckMiddleware.php
7668share/nextcloud/apps/gallery/lib/Service/Base64Encode.php 8169share/nextcloud/apps/gallery/lib/Service/Base64Encode.php
7669share/nextcloud/apps/gallery/lib/Service/ConfigService.php 8170share/nextcloud/apps/gallery/lib/Service/ConfigService.php
7670share/nextcloud/apps/gallery/lib/Service/DownloadService.php 8171share/nextcloud/apps/gallery/lib/Service/DownloadService.php
7671share/nextcloud/apps/gallery/lib/Service/FilesService.php 8172share/nextcloud/apps/gallery/lib/Service/FilesService.php
7672share/nextcloud/apps/gallery/lib/Service/ForbiddenServiceException.php 8173share/nextcloud/apps/gallery/lib/Service/ForbiddenServiceException.php
7673share/nextcloud/apps/gallery/lib/Service/InternalServerErrorServiceException.php 8174share/nextcloud/apps/gallery/lib/Service/InternalServerErrorServiceException.php
7674share/nextcloud/apps/gallery/lib/Service/NotFoundServiceException.php 8175share/nextcloud/apps/gallery/lib/Service/NotFoundServiceException.php
7675share/nextcloud/apps/gallery/lib/Service/PreviewService.php 8176share/nextcloud/apps/gallery/lib/Service/PreviewService.php
7676share/nextcloud/apps/gallery/lib/Service/SearchFolderService.php 8177share/nextcloud/apps/gallery/lib/Service/SearchFolderService.php
7677share/nextcloud/apps/gallery/lib/Service/SearchMediaService.php 8178share/nextcloud/apps/gallery/lib/Service/SearchMediaService.php
7678share/nextcloud/apps/gallery/lib/Service/Service.php 8179share/nextcloud/apps/gallery/lib/Service/Service.php
7679share/nextcloud/apps/gallery/lib/Service/ServiceException.php 8180share/nextcloud/apps/gallery/lib/Service/ServiceException.php
7680share/nextcloud/apps/gallery/lib/Service/ThumbnailService.php 8181share/nextcloud/apps/gallery/lib/Service/ThumbnailService.php
7681share/nextcloud/apps/gallery/lib/Utility/EventSource.php 8182share/nextcloud/apps/gallery/lib/Utility/EventSource.php
7682share/nextcloud/apps/gallery/phpdoc.xml 8183share/nextcloud/apps/gallery/phpdoc.xml
7683share/nextcloud/apps/gallery/templates/authenticate.php 8184share/nextcloud/apps/gallery/templates/authenticate.php
7684share/nextcloud/apps/gallery/templates/index.php 8185share/nextcloud/apps/gallery/templates/index.php
7685share/nextcloud/apps/gallery/templates/part.content.php 8186share/nextcloud/apps/gallery/templates/part.content.php
7686share/nextcloud/apps/gallery/templates/part.filenotfounderror.php 8187share/nextcloud/apps/gallery/templates/part.filenotfounderror.php
7687share/nextcloud/apps/gallery/templates/part.internalservererror.php 8188share/nextcloud/apps/gallery/templates/part.internalservererror.php
7688share/nextcloud/apps/gallery/templates/part.linkerror.php 8189share/nextcloud/apps/gallery/templates/part.linkerror.php
7689share/nextcloud/apps/gallery/templates/public.php 8190share/nextcloud/apps/gallery/templates/public.php
7690share/nextcloud/apps/gallery/templates/slideshow.php 8191share/nextcloud/apps/gallery/templates/slideshow.php
7691share/nextcloud/apps/gallery/vendor/autoload.php 8192share/nextcloud/apps/gallery/vendor/autoload.php
7692share/nextcloud/apps/gallery/vendor/composer/ClassLoader.php 8193share/nextcloud/apps/gallery/vendor/composer/ClassLoader.php
7693share/nextcloud/apps/gallery/vendor/composer/LICENSE 8194share/nextcloud/apps/gallery/vendor/composer/LICENSE
7694share/nextcloud/apps/gallery/vendor/composer/autoload_classmap.php 8195share/nextcloud/apps/gallery/vendor/composer/autoload_classmap.php
7695share/nextcloud/apps/gallery/vendor/composer/autoload_namespaces.php 8196share/nextcloud/apps/gallery/vendor/composer/autoload_namespaces.php
7696share/nextcloud/apps/gallery/vendor/composer/autoload_psr4.php 8197share/nextcloud/apps/gallery/vendor/composer/autoload_psr4.php
7697share/nextcloud/apps/gallery/vendor/composer/autoload_real.php 8198share/nextcloud/apps/gallery/vendor/composer/autoload_real.php
7698share/nextcloud/apps/gallery/vendor/composer/autoload_static.php 8199share/nextcloud/apps/gallery/vendor/composer/autoload_static.php
7699share/nextcloud/apps/gallery/vendor/composer/installed.json 8200share/nextcloud/apps/gallery/vendor/composer/installed.json
7700share/nextcloud/apps/gallery/vendor/symfony/yaml/.gitignore 8201share/nextcloud/apps/gallery/vendor/symfony/yaml/.gitignore
7701share/nextcloud/apps/gallery/vendor/symfony/yaml/CHANGELOG.md 8202share/nextcloud/apps/gallery/vendor/symfony/yaml/CHANGELOG.md
7702share/nextcloud/apps/gallery/vendor/symfony/yaml/Dumper.php 8203share/nextcloud/apps/gallery/vendor/symfony/yaml/Dumper.php
7703share/nextcloud/apps/gallery/vendor/symfony/yaml/Escaper.php 8204share/nextcloud/apps/gallery/vendor/symfony/yaml/Escaper.php
7704share/nextcloud/apps/gallery/vendor/symfony/yaml/Exception/DumpException.php 8205share/nextcloud/apps/gallery/vendor/symfony/yaml/Exception/DumpException.php
7705share/nextcloud/apps/gallery/vendor/symfony/yaml/Exception/ExceptionInterface.php 8206share/nextcloud/apps/gallery/vendor/symfony/yaml/Exception/ExceptionInterface.php
7706share/nextcloud/apps/gallery/vendor/symfony/yaml/Exception/ParseException.php 8207share/nextcloud/apps/gallery/vendor/symfony/yaml/Exception/ParseException.php
7707share/nextcloud/apps/gallery/vendor/symfony/yaml/Exception/RuntimeException.php 8208share/nextcloud/apps/gallery/vendor/symfony/yaml/Exception/RuntimeException.php
7708share/nextcloud/apps/gallery/vendor/symfony/yaml/Inline.php 8209share/nextcloud/apps/gallery/vendor/symfony/yaml/Inline.php
7709share/nextcloud/apps/gallery/vendor/symfony/yaml/LICENSE 8210share/nextcloud/apps/gallery/vendor/symfony/yaml/LICENSE
7710share/nextcloud/apps/gallery/vendor/symfony/yaml/Parser.php 8211share/nextcloud/apps/gallery/vendor/symfony/yaml/Parser.php
7711share/nextcloud/apps/gallery/vendor/symfony/yaml/README.md 8212share/nextcloud/apps/gallery/vendor/symfony/yaml/README.md
7712share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/DumperTest.php 8213share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/DumperTest.php
7713share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsAnchorAlias.yml 8214share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsAnchorAlias.yml
7714share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsBasicTests.yml 8215share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsBasicTests.yml
7715share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsBlockMapping.yml 8216share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsBlockMapping.yml
7716share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsDocumentSeparator.yml 8217share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsDocumentSeparator.yml
7717share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsErrorTests.yml 8218share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsErrorTests.yml
7718share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsFlowCollections.yml 8219share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsFlowCollections.yml
7719share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsFoldedScalars.yml 8220share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsFoldedScalars.yml
7720share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsNullsAndEmpties.yml 8221share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsNullsAndEmpties.yml
7721share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsSpecificationExamples.yml 8222share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsSpecificationExamples.yml
7722share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsTypeTransfers.yml 8223share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsTypeTransfers.yml
7723share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/embededPhp.yml 8224share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/embededPhp.yml
7724share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/escapedCharacters.yml 8225share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/escapedCharacters.yml
7725share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/index.yml 8226share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/index.yml
7726share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfComments.yml 8227share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfComments.yml
7727share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfCompact.yml 8228share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfCompact.yml
7728share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfMergeKey.yml 8229share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfMergeKey.yml
7729share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfObjects.yml 8230share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfObjects.yml
7730share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfQuotes.yml 8231share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfQuotes.yml
7731share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfTests.yml 8232share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfTests.yml
7732share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/unindentedCollections.yml 8233share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/unindentedCollections.yml
7733share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/InlineTest.php 8234share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/InlineTest.php
7734share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/ParseExceptionTest.php 8235share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/ParseExceptionTest.php
7735share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/ParserTest.php 8236share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/ParserTest.php
7736share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/YamlTest.php 8237share/nextcloud/apps/gallery/vendor/symfony/yaml/Tests/YamlTest.php
7737share/nextcloud/apps/gallery/vendor/symfony/yaml/Unescaper.php 8238share/nextcloud/apps/gallery/vendor/symfony/yaml/Unescaper.php
7738share/nextcloud/apps/gallery/vendor/symfony/yaml/Yaml.php 8239share/nextcloud/apps/gallery/vendor/symfony/yaml/Yaml.php
7739share/nextcloud/apps/gallery/vendor/symfony/yaml/composer.json 8240share/nextcloud/apps/gallery/vendor/symfony/yaml/composer.json
7740share/nextcloud/apps/gallery/vendor/symfony/yaml/phpunit.xml.dist 8241share/nextcloud/apps/gallery/vendor/symfony/yaml/phpunit.xml.dist
7741share/nextcloud/apps/logreader/.babelrc 8242share/nextcloud/apps/logreader/.babelrc
7742share/nextcloud/apps/logreader/.github/contributing.md 8243share/nextcloud/apps/logreader/.github/contributing.md
7743share/nextcloud/apps/logreader/.github/issue_template.md 8244share/nextcloud/apps/logreader/.github/issue_template.md
7744share/nextcloud/apps/logreader/Makefile 8245share/nextcloud/apps/logreader/Makefile
7745share/nextcloud/apps/logreader/appinfo/app.php 8246share/nextcloud/apps/logreader/appinfo/app.php
7746share/nextcloud/apps/logreader/appinfo/info.xml 8247share/nextcloud/apps/logreader/appinfo/info.xml
7747share/nextcloud/apps/logreader/appinfo/routes.php 8248share/nextcloud/apps/logreader/appinfo/routes.php
7748share/nextcloud/apps/logreader/appinfo/signature.json 8249share/nextcloud/apps/logreader/appinfo/signature.json
7749share/nextcloud/apps/logreader/build/main.css 8250share/nextcloud/apps/logreader/build/main.css
7750share/nextcloud/apps/logreader/build/main.css.map 8251share/nextcloud/apps/logreader/build/main.css.map
7751share/nextcloud/apps/logreader/build/main.js 8252share/nextcloud/apps/logreader/build/main.js
7752share/nextcloud/apps/logreader/build/main.js.map 8253share/nextcloud/apps/logreader/build/main.js.map
7753share/nextcloud/apps/logreader/css/app.css 8254share/nextcloud/apps/logreader/css/app.css
7754share/nextcloud/apps/logreader/img/app-dark.svg 8255share/nextcloud/apps/logreader/img/app-dark.svg
7755share/nextcloud/apps/logreader/img/app.svg 8256share/nextcloud/apps/logreader/img/app.svg
7756share/nextcloud/apps/logreader/js/App.js 8257share/nextcloud/apps/logreader/js/App.js
7757share/nextcloud/apps/logreader/js/Components/BackgroundException.js 8258share/nextcloud/apps/logreader/js/Components/BackgroundException.js
7758share/nextcloud/apps/logreader/js/Components/Exception.js 8259share/nextcloud/apps/logreader/js/Components/Exception.js
7759share/nextcloud/apps/logreader/js/Components/Exception.less 8260share/nextcloud/apps/logreader/js/Components/Exception.less
7760share/nextcloud/apps/logreader/js/Components/LevelSettings.js 8261share/nextcloud/apps/logreader/js/Components/LevelSettings.js
7761share/nextcloud/apps/logreader/js/Components/LevelSettings.less 8262share/nextcloud/apps/logreader/js/Components/LevelSettings.less
7762share/nextcloud/apps/logreader/js/Components/LogEntry.js 8263share/nextcloud/apps/logreader/js/Components/LogEntry.js
7763share/nextcloud/apps/logreader/js/Components/LogLevel.js 8264share/nextcloud/apps/logreader/js/Components/LogLevel.js
7764share/nextcloud/apps/logreader/js/Components/LogTable.js 8265share/nextcloud/apps/logreader/js/Components/LogTable.js
7765share/nextcloud/apps/logreader/js/Components/LogTable.less 8266share/nextcloud/apps/logreader/js/Components/LogTable.less
7766share/nextcloud/apps/logreader/js/Components/LogUploader.js 8267share/nextcloud/apps/logreader/js/Components/LogUploader.js
7767share/nextcloud/apps/logreader/js/Components/LogUploader.less 8268share/nextcloud/apps/logreader/js/Components/LogUploader.less
7768share/nextcloud/apps/logreader/js/Components/ToggleEntry.js 8269share/nextcloud/apps/logreader/js/Components/ToggleEntry.js
7769share/nextcloud/apps/logreader/js/Components/ToggleEntry.less 8270share/nextcloud/apps/logreader/js/Components/ToggleEntry.less
7770share/nextcloud/apps/logreader/js/Components/TraceLine.js 8271share/nextcloud/apps/logreader/js/Components/TraceLine.js
7771share/nextcloud/apps/logreader/js/Components/TraceLine.less 8272share/nextcloud/apps/logreader/js/Components/TraceLine.less
7772share/nextcloud/apps/logreader/js/DateFormatConverter.js 8273share/nextcloud/apps/logreader/js/DateFormatConverter.js
7773share/nextcloud/apps/logreader/js/ExceptionParser.js 8274share/nextcloud/apps/logreader/js/ExceptionParser.js
7774share/nextcloud/apps/logreader/js/Providers/LogFile.js 8275share/nextcloud/apps/logreader/js/Providers/LogFile.js
7775share/nextcloud/apps/logreader/js/Providers/LogProvider.js 8276share/nextcloud/apps/logreader/js/Providers/LogProvider.js
7776share/nextcloud/apps/logreader/js/Search.js 8277share/nextcloud/apps/logreader/js/Search.js
7777share/nextcloud/apps/logreader/js/index.js 8278share/nextcloud/apps/logreader/js/index.js
7778share/nextcloud/apps/logreader/js/unserialize.js 8279share/nextcloud/apps/logreader/js/unserialize.js
7779share/nextcloud/apps/logreader/l10n/.tx/config 8280share/nextcloud/apps/logreader/l10n/.tx/config
7780share/nextcloud/apps/logreader/l10n/ast.js 8281share/nextcloud/apps/logreader/l10n/ast.js
7781share/nextcloud/apps/logreader/l10n/ast.json 8282share/nextcloud/apps/logreader/l10n/ast.json
 8283share/nextcloud/apps/logreader/l10n/ca.js
 8284share/nextcloud/apps/logreader/l10n/ca.json
7782share/nextcloud/apps/logreader/l10n/cs.js 8285share/nextcloud/apps/logreader/l10n/cs.js
7783share/nextcloud/apps/logreader/l10n/cs.json 8286share/nextcloud/apps/logreader/l10n/cs.json
7784share/nextcloud/apps/logreader/l10n/da.js 8287share/nextcloud/apps/logreader/l10n/da.js
7785share/nextcloud/apps/logreader/l10n/da.json 8288share/nextcloud/apps/logreader/l10n/da.json
7786share/nextcloud/apps/logreader/l10n/de.js 8289share/nextcloud/apps/logreader/l10n/de.js
7787share/nextcloud/apps/logreader/l10n/de.json 8290share/nextcloud/apps/logreader/l10n/de.json
7788share/nextcloud/apps/logreader/l10n/de_DE.js 8291share/nextcloud/apps/logreader/l10n/de_DE.js
7789share/nextcloud/apps/logreader/l10n/de_DE.json 8292share/nextcloud/apps/logreader/l10n/de_DE.json
7790share/nextcloud/apps/logreader/l10n/el.js 8293share/nextcloud/apps/logreader/l10n/el.js
7791share/nextcloud/apps/logreader/l10n/el.json 8294share/nextcloud/apps/logreader/l10n/el.json
7792share/nextcloud/apps/logreader/l10n/en_GB.js 8295share/nextcloud/apps/logreader/l10n/en_GB.js
7793share/nextcloud/apps/logreader/l10n/en_GB.json 8296share/nextcloud/apps/logreader/l10n/en_GB.json
7794share/nextcloud/apps/logreader/l10n/es.js 8297share/nextcloud/apps/logreader/l10n/es.js
7795share/nextcloud/apps/logreader/l10n/es.json 8298share/nextcloud/apps/logreader/l10n/es.json
 8299share/nextcloud/apps/logreader/l10n/es_CL.js
 8300share/nextcloud/apps/logreader/l10n/es_CL.json
 8301share/nextcloud/apps/logreader/l10n/es_CO.js
 8302share/nextcloud/apps/logreader/l10n/es_CO.json
 8303share/nextcloud/apps/logreader/l10n/es_CR.js
 8304share/nextcloud/apps/logreader/l10n/es_CR.json
 8305share/nextcloud/apps/logreader/l10n/es_DO.js
 8306share/nextcloud/apps/logreader/l10n/es_DO.json
 8307share/nextcloud/apps/logreader/l10n/es_EC.js
 8308share/nextcloud/apps/logreader/l10n/es_EC.json
 8309share/nextcloud/apps/logreader/l10n/es_GT.js
 8310share/nextcloud/apps/logreader/l10n/es_GT.json
 8311share/nextcloud/apps/logreader/l10n/es_HN.js
 8312share/nextcloud/apps/logreader/l10n/es_HN.json
7796share/nextcloud/apps/logreader/l10n/es_MX.js 8313share/nextcloud/apps/logreader/l10n/es_MX.js
7797share/nextcloud/apps/logreader/l10n/es_MX.json 8314share/nextcloud/apps/logreader/l10n/es_MX.json
 8315share/nextcloud/apps/logreader/l10n/es_NI.js
 8316share/nextcloud/apps/logreader/l10n/es_NI.json
 8317share/nextcloud/apps/logreader/l10n/es_PA.js
 8318share/nextcloud/apps/logreader/l10n/es_PA.json
 8319share/nextcloud/apps/logreader/l10n/es_PE.js
 8320share/nextcloud/apps/logreader/l10n/es_PE.json
 8321share/nextcloud/apps/logreader/l10n/es_PR.js
 8322share/nextcloud/apps/logreader/l10n/es_PR.json
 8323share/nextcloud/apps/logreader/l10n/es_PY.js
 8324share/nextcloud/apps/logreader/l10n/es_PY.json
 8325share/nextcloud/apps/logreader/l10n/es_SV.js
 8326share/nextcloud/apps/logreader/l10n/es_SV.json
 8327share/nextcloud/apps/logreader/l10n/es_UY.js
 8328share/nextcloud/apps/logreader/l10n/es_UY.json
7798share/nextcloud/apps/logreader/l10n/et_EE.js 8329share/nextcloud/apps/logreader/l10n/et_EE.js
7799share/nextcloud/apps/logreader/l10n/et_EE.json 8330share/nextcloud/apps/logreader/l10n/et_EE.json
 8331share/nextcloud/apps/logreader/l10n/eu.js
 8332share/nextcloud/apps/logreader/l10n/eu.json
7800share/nextcloud/apps/logreader/l10n/fi.js 8333share/nextcloud/apps/logreader/l10n/fi.js
7801share/nextcloud/apps/logreader/l10n/fi.json 8334share/nextcloud/apps/logreader/l10n/fi.json
7802share/nextcloud/apps/logreader/l10n/fr.js 8335share/nextcloud/apps/logreader/l10n/fr.js
7803share/nextcloud/apps/logreader/l10n/fr.json 8336share/nextcloud/apps/logreader/l10n/fr.json
7804share/nextcloud/apps/logreader/l10n/he.js 8337share/nextcloud/apps/logreader/l10n/he.js
7805share/nextcloud/apps/logreader/l10n/he.json 8338share/nextcloud/apps/logreader/l10n/he.json
7806share/nextcloud/apps/logreader/l10n/hu.js 8339share/nextcloud/apps/logreader/l10n/hu.js
7807share/nextcloud/apps/logreader/l10n/hu.json 8340share/nextcloud/apps/logreader/l10n/hu.json
7808share/nextcloud/apps/logreader/l10n/is.js 8341share/nextcloud/apps/logreader/l10n/is.js
7809share/nextcloud/apps/logreader/l10n/is.json 8342share/nextcloud/apps/logreader/l10n/is.json
7810share/nextcloud/apps/logreader/l10n/it.js 8343share/nextcloud/apps/logreader/l10n/it.js
7811share/nextcloud/apps/logreader/l10n/it.json 8344share/nextcloud/apps/logreader/l10n/it.json
7812share/nextcloud/apps/logreader/l10n/ja.js 8345share/nextcloud/apps/logreader/l10n/ja.js
7813share/nextcloud/apps/logreader/l10n/ja.json 8346share/nextcloud/apps/logreader/l10n/ja.json
 8347share/nextcloud/apps/logreader/l10n/ka_GE.js
 8348share/nextcloud/apps/logreader/l10n/ka_GE.json
7814share/nextcloud/apps/logreader/l10n/lt_LT.js 8349share/nextcloud/apps/logreader/l10n/lt_LT.js
7815share/nextcloud/apps/logreader/l10n/lt_LT.json 8350share/nextcloud/apps/logreader/l10n/lt_LT.json
7816share/nextcloud/apps/logreader/l10n/lv.js 8351share/nextcloud/apps/logreader/l10n/lv.js
7817share/nextcloud/apps/logreader/l10n/lv.json 8352share/nextcloud/apps/logreader/l10n/lv.json
7818share/nextcloud/apps/logreader/l10n/nb.js 8353share/nextcloud/apps/logreader/l10n/nb.js
7819share/nextcloud/apps/logreader/l10n/nb.json 8354share/nextcloud/apps/logreader/l10n/nb.json
7820share/nextcloud/apps/logreader/l10n/nl.js 8355share/nextcloud/apps/logreader/l10n/nl.js
7821share/nextcloud/apps/logreader/l10n/nl.json 8356share/nextcloud/apps/logreader/l10n/nl.json
7822share/nextcloud/apps/logreader/l10n/pl.js 8357share/nextcloud/apps/logreader/l10n/pl.js
7823share/nextcloud/apps/logreader/l10n/pl.json 8358share/nextcloud/apps/logreader/l10n/pl.json
7824share/nextcloud/apps/logreader/l10n/pt_BR.js 8359share/nextcloud/apps/logreader/l10n/pt_BR.js
7825share/nextcloud/apps/logreader/l10n/pt_BR.json 8360share/nextcloud/apps/logreader/l10n/pt_BR.json
7826share/nextcloud/apps/logreader/l10n/ru.js 8361share/nextcloud/apps/logreader/l10n/ru.js
7827share/nextcloud/apps/logreader/l10n/ru.json 8362share/nextcloud/apps/logreader/l10n/ru.json
 8363share/nextcloud/apps/logreader/l10n/sk.js
 8364share/nextcloud/apps/logreader/l10n/sk.json
7828share/nextcloud/apps/logreader/l10n/sq.js 8365share/nextcloud/apps/logreader/l10n/sq.js
7829share/nextcloud/apps/logreader/l10n/sq.json 8366share/nextcloud/apps/logreader/l10n/sq.json
 8367share/nextcloud/apps/logreader/l10n/sr.js
 8368share/nextcloud/apps/logreader/l10n/sr.json
7830share/nextcloud/apps/logreader/l10n/sv.js 8369share/nextcloud/apps/logreader/l10n/sv.js
7831share/nextcloud/apps/logreader/l10n/sv.json 8370share/nextcloud/apps/logreader/l10n/sv.json
7832share/nextcloud/apps/logreader/l10n/tr.js 8371share/nextcloud/apps/logreader/l10n/tr.js
7833share/nextcloud/apps/logreader/l10n/tr.json 8372share/nextcloud/apps/logreader/l10n/tr.json
7834share/nextcloud/apps/logreader/l10n/zh_CN.js 8373share/nextcloud/apps/logreader/l10n/zh_CN.js
7835share/nextcloud/apps/logreader/l10n/zh_CN.json 8374share/nextcloud/apps/logreader/l10n/zh_CN.json
7836share/nextcloud/apps/logreader/l10n/zh_TW.js 8375share/nextcloud/apps/logreader/l10n/zh_TW.js
7837share/nextcloud/apps/logreader/l10n/zh_TW.json 8376share/nextcloud/apps/logreader/l10n/zh_TW.json
7838share/nextcloud/apps/logreader/lib/Controller/LogController.php 8377share/nextcloud/apps/logreader/lib/Controller/LogController.php
7839share/nextcloud/apps/logreader/lib/Controller/PageController.php 8378share/nextcloud/apps/logreader/lib/Controller/PageController.php
7840share/nextcloud/apps/logreader/lib/Log/LogIterator.php 8379share/nextcloud/apps/logreader/lib/Log/LogIterator.php
7841share/nextcloud/apps/logreader/lib/Log/SearchFilter.php 8380share/nextcloud/apps/logreader/lib/Log/SearchFilter.php
7842share/nextcloud/apps/logreader/lib/Settings/Admin.php 8381share/nextcloud/apps/logreader/lib/Settings/Admin.php
7843share/nextcloud/apps/logreader/lib/Settings/Section.php 8382share/nextcloud/apps/logreader/lib/Settings/Section.php
7844share/nextcloud/apps/logreader/package.json 8383share/nextcloud/apps/logreader/package.json
7845share/nextcloud/apps/logreader/screenshots/reader.png 8384share/nextcloud/apps/logreader/screenshots/reader.png
7846share/nextcloud/apps/logreader/templates/index.php 8385share/nextcloud/apps/logreader/templates/index.php
7847share/nextcloud/apps/logreader/webpack/dev.config.js 8386share/nextcloud/apps/logreader/webpack/dev.config.js
7848share/nextcloud/apps/logreader/webpack/prod.config.js 8387share/nextcloud/apps/logreader/webpack/prod.config.js
7849share/nextcloud/apps/logreader/webpack/utils/notifyStats.js 8388share/nextcloud/apps/logreader/webpack/utils/notifyStats.js
7850share/nextcloud/apps/logreader/webpack/utils/writeStats.js 8389share/nextcloud/apps/logreader/webpack/utils/writeStats.js
7851share/nextcloud/apps/logreader/webpack/webpack-dev-server.js 8390share/nextcloud/apps/logreader/webpack/webpack-dev-server.js
7852share/nextcloud/apps/lookup_server_connector/appinfo/app.php 8391share/nextcloud/apps/lookup_server_connector/appinfo/app.php
7853share/nextcloud/apps/lookup_server_connector/appinfo/info.xml 8392share/nextcloud/apps/lookup_server_connector/appinfo/info.xml
7854share/nextcloud/apps/lookup_server_connector/appinfo/signature.json 8393share/nextcloud/apps/lookup_server_connector/appinfo/signature.json
7855share/nextcloud/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php 8394share/nextcloud/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
7856share/nextcloud/apps/lookup_server_connector/lib/UpdateLookupServer.php 8395share/nextcloud/apps/lookup_server_connector/lib/UpdateLookupServer.php
7857share/nextcloud/apps/nextcloud_announcements/.gitattributes 8396share/nextcloud/apps/nextcloud_announcements/.gitattributes
7858share/nextcloud/apps/nextcloud_announcements/.github/contributing.md 8397share/nextcloud/apps/nextcloud_announcements/.github/contributing.md
7859share/nextcloud/apps/nextcloud_announcements/.github/issue_template.md 8398share/nextcloud/apps/nextcloud_announcements/.github/issue_template.md
7860share/nextcloud/apps/nextcloud_announcements/COPYING 8399share/nextcloud/apps/nextcloud_announcements/COPYING
7861share/nextcloud/apps/nextcloud_announcements/appinfo/app.php 8400share/nextcloud/apps/nextcloud_announcements/appinfo/app.php
7862share/nextcloud/apps/nextcloud_announcements/appinfo/certificate.crt 8401share/nextcloud/apps/nextcloud_announcements/appinfo/certificate.crt
7863share/nextcloud/apps/nextcloud_announcements/appinfo/info.xml 8402share/nextcloud/apps/nextcloud_announcements/appinfo/info.xml
7864share/nextcloud/apps/nextcloud_announcements/appinfo/signature.json 8403share/nextcloud/apps/nextcloud_announcements/appinfo/signature.json
7865share/nextcloud/apps/nextcloud_announcements/img/app-dark.svg 8404share/nextcloud/apps/nextcloud_announcements/img/app-dark.svg
7866share/nextcloud/apps/nextcloud_announcements/img/app.svg 8405share/nextcloud/apps/nextcloud_announcements/img/app.svg
7867share/nextcloud/apps/nextcloud_announcements/js/admin.js 8406share/nextcloud/apps/nextcloud_announcements/js/admin.js
7868share/nextcloud/apps/nextcloud_announcements/l10n/.tx/config 8407share/nextcloud/apps/nextcloud_announcements/l10n/.tx/config
7869share/nextcloud/apps/nextcloud_announcements/l10n/af.js 8408share/nextcloud/apps/nextcloud_announcements/l10n/af.js
7870share/nextcloud/apps/nextcloud_announcements/l10n/af.json 8409share/nextcloud/apps/nextcloud_announcements/l10n/af.json
7871share/nextcloud/apps/nextcloud_announcements/l10n/ar.js 8410share/nextcloud/apps/nextcloud_announcements/l10n/ar.js
7872share/nextcloud/apps/nextcloud_announcements/l10n/ar.json 8411share/nextcloud/apps/nextcloud_announcements/l10n/ar.json
7873share/nextcloud/apps/nextcloud_announcements/l10n/ast.js 8412share/nextcloud/apps/nextcloud_announcements/l10n/ast.js
7874share/nextcloud/apps/nextcloud_announcements/l10n/ast.json 8413share/nextcloud/apps/nextcloud_announcements/l10n/ast.json
7875share/nextcloud/apps/nextcloud_announcements/l10n/bg.js 8414share/nextcloud/apps/nextcloud_announcements/l10n/bg.js
7876share/nextcloud/apps/nextcloud_announcements/l10n/bg.json 8415share/nextcloud/apps/nextcloud_announcements/l10n/bg.json
7877share/nextcloud/apps/nextcloud_announcements/l10n/ca.js 8416share/nextcloud/apps/nextcloud_announcements/l10n/ca.js
7878share/nextcloud/apps/nextcloud_announcements/l10n/ca.json 8417share/nextcloud/apps/nextcloud_announcements/l10n/ca.json
7879share/nextcloud/apps/nextcloud_announcements/l10n/cs.js 8418share/nextcloud/apps/nextcloud_announcements/l10n/cs.js
7880share/nextcloud/apps/nextcloud_announcements/l10n/cs.json 8419share/nextcloud/apps/nextcloud_announcements/l10n/cs.json
7881share/nextcloud/apps/nextcloud_announcements/l10n/da.js 8420share/nextcloud/apps/nextcloud_announcements/l10n/da.js
7882share/nextcloud/apps/nextcloud_announcements/l10n/da.json 8421share/nextcloud/apps/nextcloud_announcements/l10n/da.json
7883share/nextcloud/apps/nextcloud_announcements/l10n/de.js 8422share/nextcloud/apps/nextcloud_announcements/l10n/de.js
7884share/nextcloud/apps/nextcloud_announcements/l10n/de.json 8423share/nextcloud/apps/nextcloud_announcements/l10n/de.json
7885share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.js 8424share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.js
7886share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.json 8425share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.json
7887share/nextcloud/apps/nextcloud_announcements/l10n/el.js 8426share/nextcloud/apps/nextcloud_announcements/l10n/el.js
7888share/nextcloud/apps/nextcloud_announcements/l10n/el.json 8427share/nextcloud/apps/nextcloud_announcements/l10n/el.json
7889share/nextcloud/apps/nextcloud_announcements/l10n/en_GB.js 8428share/nextcloud/apps/nextcloud_announcements/l10n/en_GB.js
7890share/nextcloud/apps/nextcloud_announcements/l10n/en_GB.json 8429share/nextcloud/apps/nextcloud_announcements/l10n/en_GB.json
7891share/nextcloud/apps/nextcloud_announcements/l10n/es.js 8430share/nextcloud/apps/nextcloud_announcements/l10n/es.js
7892share/nextcloud/apps/nextcloud_announcements/l10n/es.json 8431share/nextcloud/apps/nextcloud_announcements/l10n/es.json
7893share/nextcloud/apps/nextcloud_announcements/l10n/es_AR.js 8432share/nextcloud/apps/nextcloud_announcements/l10n/es_AR.js
7894share/nextcloud/apps/nextcloud_announcements/l10n/es_AR.json 8433share/nextcloud/apps/nextcloud_announcements/l10n/es_AR.json
 8434share/nextcloud/apps/nextcloud_announcements/l10n/es_CL.js
 8435share/nextcloud/apps/nextcloud_announcements/l10n/es_CL.json
 8436share/nextcloud/apps/nextcloud_announcements/l10n/es_CO.js
 8437share/nextcloud/apps/nextcloud_announcements/l10n/es_CO.json
 8438share/nextcloud/apps/nextcloud_announcements/l10n/es_CR.js
 8439share/nextcloud/apps/nextcloud_announcements/l10n/es_CR.json
 8440share/nextcloud/apps/nextcloud_announcements/l10n/es_DO.js
 8441share/nextcloud/apps/nextcloud_announcements/l10n/es_DO.json
 8442share/nextcloud/apps/nextcloud_announcements/l10n/es_EC.js
 8443share/nextcloud/apps/nextcloud_announcements/l10n/es_EC.json
 8444share/nextcloud/apps/nextcloud_announcements/l10n/es_GT.js
 8445share/nextcloud/apps/nextcloud_announcements/l10n/es_GT.json
 8446share/nextcloud/apps/nextcloud_announcements/l10n/es_HN.js
 8447share/nextcloud/apps/nextcloud_announcements/l10n/es_HN.json
7895share/nextcloud/apps/nextcloud_announcements/l10n/es_MX.js 8448share/nextcloud/apps/nextcloud_announcements/l10n/es_MX.js
7896share/nextcloud/apps/nextcloud_announcements/l10n/es_MX.json 8449share/nextcloud/apps/nextcloud_announcements/l10n/es_MX.json
 8450share/nextcloud/apps/nextcloud_announcements/l10n/es_NI.js
 8451share/nextcloud/apps/nextcloud_announcements/l10n/es_NI.json
 8452share/nextcloud/apps/nextcloud_announcements/l10n/es_PA.js
 8453share/nextcloud/apps/nextcloud_announcements/l10n/es_PA.json
 8454share/nextcloud/apps/nextcloud_announcements/l10n/es_PE.js
 8455share/nextcloud/apps/nextcloud_announcements/l10n/es_PE.json
 8456share/nextcloud/apps/nextcloud_announcements/l10n/es_PR.js
 8457share/nextcloud/apps/nextcloud_announcements/l10n/es_PR.json
 8458share/nextcloud/apps/nextcloud_announcements/l10n/es_PY.js
 8459share/nextcloud/apps/nextcloud_announcements/l10n/es_PY.json
 8460share/nextcloud/apps/nextcloud_announcements/l10n/es_SV.js
 8461share/nextcloud/apps/nextcloud_announcements/l10n/es_SV.json
 8462share/nextcloud/apps/nextcloud_announcements/l10n/es_UY.js
 8463share/nextcloud/apps/nextcloud_announcements/l10n/es_UY.json
7897share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.js 8464share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.js
7898share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.json 8465share/nextcloud/apps/nextcloud_announcements/l10n/et_EE.json
 8466share/nextcloud/apps/nextcloud_announcements/l10n/eu.js
 8467share/nextcloud/apps/nextcloud_announcements/l10n/eu.json
7899share/nextcloud/apps/nextcloud_announcements/l10n/fi.js 8468share/nextcloud/apps/nextcloud_announcements/l10n/fi.js
7900share/nextcloud/apps/nextcloud_announcements/l10n/fi.json 8469share/nextcloud/apps/nextcloud_announcements/l10n/fi.json
7901share/nextcloud/apps/nextcloud_announcements/l10n/fr.js 8470share/nextcloud/apps/nextcloud_announcements/l10n/fr.js
7902share/nextcloud/apps/nextcloud_announcements/l10n/fr.json 8471share/nextcloud/apps/nextcloud_announcements/l10n/fr.json
7903share/nextcloud/apps/nextcloud_announcements/l10n/gl.js 8472share/nextcloud/apps/nextcloud_announcements/l10n/gl.js
7904share/nextcloud/apps/nextcloud_announcements/l10n/gl.json 8473share/nextcloud/apps/nextcloud_announcements/l10n/gl.json
7905share/nextcloud/apps/nextcloud_announcements/l10n/hu.js 8474share/nextcloud/apps/nextcloud_announcements/l10n/hu.js
7906share/nextcloud/apps/nextcloud_announcements/l10n/hu.json 8475share/nextcloud/apps/nextcloud_announcements/l10n/hu.json
7907share/nextcloud/apps/nextcloud_announcements/l10n/ia.js 8476share/nextcloud/apps/nextcloud_announcements/l10n/ia.js
7908share/nextcloud/apps/nextcloud_announcements/l10n/ia.json 8477share/nextcloud/apps/nextcloud_announcements/l10n/ia.json
7909share/nextcloud/apps/nextcloud_announcements/l10n/id.js 8478share/nextcloud/apps/nextcloud_announcements/l10n/id.js
7910share/nextcloud/apps/nextcloud_announcements/l10n/id.json 8479share/nextcloud/apps/nextcloud_announcements/l10n/id.json
7911share/nextcloud/apps/nextcloud_announcements/l10n/is.js 8480share/nextcloud/apps/nextcloud_announcements/l10n/is.js
7912share/nextcloud/apps/nextcloud_announcements/l10n/is.json 8481share/nextcloud/apps/nextcloud_announcements/l10n/is.json
7913share/nextcloud/apps/nextcloud_announcements/l10n/it.js 8482share/nextcloud/apps/nextcloud_announcements/l10n/it.js
7914share/nextcloud/apps/nextcloud_announcements/l10n/it.json 8483share/nextcloud/apps/nextcloud_announcements/l10n/it.json
7915share/nextcloud/apps/nextcloud_announcements/l10n/ja.js 8484share/nextcloud/apps/nextcloud_announcements/l10n/ja.js
7916share/nextcloud/apps/nextcloud_announcements/l10n/ja.json 8485share/nextcloud/apps/nextcloud_announcements/l10n/ja.json
 8486share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.js
 8487share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.json
7917share/nextcloud/apps/nextcloud_announcements/l10n/ko.js 8488share/nextcloud/apps/nextcloud_announcements/l10n/ko.js
7918share/nextcloud/apps/nextcloud_announcements/l10n/ko.json 8489share/nextcloud/apps/nextcloud_announcements/l10n/ko.json
7919share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.js 8490share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.js
7920share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.json 8491share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.json
7921share/nextcloud/apps/nextcloud_announcements/l10n/lv.js 8492share/nextcloud/apps/nextcloud_announcements/l10n/lv.js
7922share/nextcloud/apps/nextcloud_announcements/l10n/lv.json 8493share/nextcloud/apps/nextcloud_announcements/l10n/lv.json
7923share/nextcloud/apps/nextcloud_announcements/l10n/nb.js 8494share/nextcloud/apps/nextcloud_announcements/l10n/nb.js
7924share/nextcloud/apps/nextcloud_announcements/l10n/nb.json 8495share/nextcloud/apps/nextcloud_announcements/l10n/nb.json
7925share/nextcloud/apps/nextcloud_announcements/l10n/nl.js 8496share/nextcloud/apps/nextcloud_announcements/l10n/nl.js
7926share/nextcloud/apps/nextcloud_announcements/l10n/nl.json 8497share/nextcloud/apps/nextcloud_announcements/l10n/nl.json
7927share/nextcloud/apps/nextcloud_announcements/l10n/pl.js 8498share/nextcloud/apps/nextcloud_announcements/l10n/pl.js
7928share/nextcloud/apps/nextcloud_announcements/l10n/pl.json 8499share/nextcloud/apps/nextcloud_announcements/l10n/pl.json
7929share/nextcloud/apps/nextcloud_announcements/l10n/pt_BR.js 8500share/nextcloud/apps/nextcloud_announcements/l10n/pt_BR.js
7930share/nextcloud/apps/nextcloud_announcements/l10n/pt_BR.json 8501share/nextcloud/apps/nextcloud_announcements/l10n/pt_BR.json
 8502share/nextcloud/apps/nextcloud_announcements/l10n/pt_PT.js
 8503share/nextcloud/apps/nextcloud_announcements/l10n/pt_PT.json
7931share/nextcloud/apps/nextcloud_announcements/l10n/ro.js 8504share/nextcloud/apps/nextcloud_announcements/l10n/ro.js
7932share/nextcloud/apps/nextcloud_announcements/l10n/ro.json 8505share/nextcloud/apps/nextcloud_announcements/l10n/ro.json
7933share/nextcloud/apps/nextcloud_announcements/l10n/ru.js 8506share/nextcloud/apps/nextcloud_announcements/l10n/ru.js
7934share/nextcloud/apps/nextcloud_announcements/l10n/ru.json 8507share/nextcloud/apps/nextcloud_announcements/l10n/ru.json
7935share/nextcloud/apps/nextcloud_announcements/l10n/sk.js 8508share/nextcloud/apps/nextcloud_announcements/l10n/sk.js
7936share/nextcloud/apps/nextcloud_announcements/l10n/sk.json 8509share/nextcloud/apps/nextcloud_announcements/l10n/sk.json
7937share/nextcloud/apps/nextcloud_announcements/l10n/sl.js 8510share/nextcloud/apps/nextcloud_announcements/l10n/sl.js
7938share/nextcloud/apps/nextcloud_announcements/l10n/sl.json 8511share/nextcloud/apps/nextcloud_announcements/l10n/sl.json
7939share/nextcloud/apps/nextcloud_announcements/l10n/sq.js 8512share/nextcloud/apps/nextcloud_announcements/l10n/sq.js
7940share/nextcloud/apps/nextcloud_announcements/l10n/sq.json 8513share/nextcloud/apps/nextcloud_announcements/l10n/sq.json
7941share/nextcloud/apps/nextcloud_announcements/l10n/sr.js 8514share/nextcloud/apps/nextcloud_announcements/l10n/sr.js
7942share/nextcloud/apps/nextcloud_announcements/l10n/sr.json 8515share/nextcloud/apps/nextcloud_announcements/l10n/sr.json
7943share/nextcloud/apps/nextcloud_announcements/l10n/sv.js 8516share/nextcloud/apps/nextcloud_announcements/l10n/sv.js
7944share/nextcloud/apps/nextcloud_announcements/l10n/sv.json 8517share/nextcloud/apps/nextcloud_announcements/l10n/sv.json
7945share/nextcloud/apps/nextcloud_announcements/l10n/tr.js 8518share/nextcloud/apps/nextcloud_announcements/l10n/tr.js
7946share/nextcloud/apps/nextcloud_announcements/l10n/tr.json 8519share/nextcloud/apps/nextcloud_announcements/l10n/tr.json
 8520share/nextcloud/apps/nextcloud_announcements/l10n/vi.js
 8521share/nextcloud/apps/nextcloud_announcements/l10n/vi.json
7947share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.js 8522share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.js
7948share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.json 8523share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.json
7949share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.js 8524share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.js
7950share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.json 8525share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.json
7951share/nextcloud/apps/nextcloud_announcements/lib/AppInfo/Application.php 8526share/nextcloud/apps/nextcloud_announcements/lib/AppInfo/Application.php
7952share/nextcloud/apps/nextcloud_announcements/lib/Cron/Crawler.php 8527share/nextcloud/apps/nextcloud_announcements/lib/Cron/Crawler.php
7953share/nextcloud/apps/nextcloud_announcements/lib/Notification/Notifier.php 8528share/nextcloud/apps/nextcloud_announcements/lib/Notification/Notifier.php
7954share/nextcloud/apps/nextcloud_announcements/lib/Settings/Admin.php 8529share/nextcloud/apps/nextcloud_announcements/lib/Settings/Admin.php
7955share/nextcloud/apps/nextcloud_announcements/templates/admin.php 8530share/nextcloud/apps/nextcloud_announcements/templates/admin.php
7956share/nextcloud/apps/notifications/COPYING 8531share/nextcloud/apps/notifications/COPYING
7957share/nextcloud/apps/notifications/appinfo/app.php 8532share/nextcloud/apps/notifications/appinfo/app.php
7958share/nextcloud/apps/notifications/appinfo/database.xml 8533share/nextcloud/apps/notifications/appinfo/database.xml
7959share/nextcloud/apps/notifications/appinfo/info.xml 8534share/nextcloud/apps/notifications/appinfo/info.xml
7960share/nextcloud/apps/notifications/appinfo/routes.php 8535share/nextcloud/apps/notifications/appinfo/routes.php
7961share/nextcloud/apps/notifications/appinfo/signature.json 8536share/nextcloud/apps/notifications/appinfo/signature.json
7962share/nextcloud/apps/notifications/css/styles.css 8537share/nextcloud/apps/notifications/css/styles.css
7963share/nextcloud/apps/notifications/docs/notification-workflow.md 8538share/nextcloud/apps/notifications/docs/notification-workflow.md
7964share/nextcloud/apps/notifications/docs/ocs-endpoint-v1.md 8539share/nextcloud/apps/notifications/docs/ocs-endpoint-v1.md
7965share/nextcloud/apps/notifications/docs/ocs-endpoint-v2.md 8540share/nextcloud/apps/notifications/docs/ocs-endpoint-v2.md
7966share/nextcloud/apps/notifications/docs/push-v2.md 8541share/nextcloud/apps/notifications/docs/push-v2.md
7967share/nextcloud/apps/notifications/docs/screenshot.png 8542share/nextcloud/apps/notifications/docs/screenshot.png
7968share/nextcloud/apps/notifications/img/notifications-new-dark.svg 8543share/nextcloud/apps/notifications/img/notifications-new-dark.svg
7969share/nextcloud/apps/notifications/img/notifications-new.png 8544share/nextcloud/apps/notifications/img/notifications-new.png
7970share/nextcloud/apps/notifications/img/notifications-new.svg 8545share/nextcloud/apps/notifications/img/notifications-new.svg
7971share/nextcloud/apps/notifications/img/notifications.png 8546share/nextcloud/apps/notifications/img/notifications.png
7972share/nextcloud/apps/notifications/img/notifications.svg 8547share/nextcloud/apps/notifications/img/notifications.svg
7973share/nextcloud/apps/notifications/js/app.js 8548share/nextcloud/apps/notifications/js/app.js
7974share/nextcloud/apps/notifications/js/merged.json 8549share/nextcloud/apps/notifications/js/merged.json
7975share/nextcloud/apps/notifications/js/notification.js 8550share/nextcloud/apps/notifications/js/notification.js
7976share/nextcloud/apps/notifications/js/richObjectStringParser.js 8551share/nextcloud/apps/notifications/js/richObjectStringParser.js
7977share/nextcloud/apps/notifications/l10n/.tx/config 8552share/nextcloud/apps/notifications/l10n/.tx/config
7978share/nextcloud/apps/notifications/l10n/af.js 8553share/nextcloud/apps/notifications/l10n/af.js
7979share/nextcloud/apps/notifications/l10n/af.json 8554share/nextcloud/apps/notifications/l10n/af.json
7980share/nextcloud/apps/notifications/l10n/ar.js 8555share/nextcloud/apps/notifications/l10n/ar.js
7981share/nextcloud/apps/notifications/l10n/ar.json 8556share/nextcloud/apps/notifications/l10n/ar.json
7982share/nextcloud/apps/notifications/l10n/ast.js 8557share/nextcloud/apps/notifications/l10n/ast.js
7983share/nextcloud/apps/notifications/l10n/ast.json 8558share/nextcloud/apps/notifications/l10n/ast.json
7984share/nextcloud/apps/notifications/l10n/bg.js 8559share/nextcloud/apps/notifications/l10n/bg.js
7985share/nextcloud/apps/notifications/l10n/bg.json 8560share/nextcloud/apps/notifications/l10n/bg.json
7986share/nextcloud/apps/notifications/l10n/ca.js 8561share/nextcloud/apps/notifications/l10n/ca.js
7987share/nextcloud/apps/notifications/l10n/ca.json 8562share/nextcloud/apps/notifications/l10n/ca.json
7988share/nextcloud/apps/notifications/l10n/cs.js 8563share/nextcloud/apps/notifications/l10n/cs.js
7989share/nextcloud/apps/notifications/l10n/cs.json 8564share/nextcloud/apps/notifications/l10n/cs.json
7990share/nextcloud/apps/notifications/l10n/da.js 8565share/nextcloud/apps/notifications/l10n/da.js
7991share/nextcloud/apps/notifications/l10n/da.json 8566share/nextcloud/apps/notifications/l10n/da.json
7992share/nextcloud/apps/notifications/l10n/de.js 8567share/nextcloud/apps/notifications/l10n/de.js
7993share/nextcloud/apps/notifications/l10n/de.json 8568share/nextcloud/apps/notifications/l10n/de.json
7994share/nextcloud/apps/notifications/l10n/de_DE.js 8569share/nextcloud/apps/notifications/l10n/de_DE.js
7995share/nextcloud/apps/notifications/l10n/de_DE.json 8570share/nextcloud/apps/notifications/l10n/de_DE.json
7996share/nextcloud/apps/notifications/l10n/el.js 8571share/nextcloud/apps/notifications/l10n/el.js
7997share/nextcloud/apps/notifications/l10n/el.json 8572share/nextcloud/apps/notifications/l10n/el.json
7998share/nextcloud/apps/notifications/l10n/en_GB.js 8573share/nextcloud/apps/notifications/l10n/en_GB.js
7999share/nextcloud/apps/notifications/l10n/en_GB.json 8574share/nextcloud/apps/notifications/l10n/en_GB.json
8000share/nextcloud/apps/notifications/l10n/es.js 8575share/nextcloud/apps/notifications/l10n/es.js
8001share/nextcloud/apps/notifications/l10n/es.json 8576share/nextcloud/apps/notifications/l10n/es.json
8002share/nextcloud/apps/notifications/l10n/es_AR.js 8577share/nextcloud/apps/notifications/l10n/es_AR.js
8003share/nextcloud/apps/notifications/l10n/es_AR.json 8578share/nextcloud/apps/notifications/l10n/es_AR.json
 8579share/nextcloud/apps/notifications/l10n/es_CL.js
 8580share/nextcloud/apps/notifications/l10n/es_CL.json
 8581share/nextcloud/apps/notifications/l10n/es_CO.js
 8582share/nextcloud/apps/notifications/l10n/es_CO.json
 8583share/nextcloud/apps/notifications/l10n/es_CR.js
 8584share/nextcloud/apps/notifications/l10n/es_CR.json
 8585share/nextcloud/apps/notifications/l10n/es_DO.js
 8586share/nextcloud/apps/notifications/l10n/es_DO.json
 8587share/nextcloud/apps/notifications/l10n/es_EC.js
 8588share/nextcloud/apps/notifications/l10n/es_EC.json
 8589share/nextcloud/apps/notifications/l10n/es_GT.js
 8590share/nextcloud/apps/notifications/l10n/es_GT.json
 8591share/nextcloud/apps/notifications/l10n/es_HN.js
 8592share/nextcloud/apps/notifications/l10n/es_HN.json
8004share/nextcloud/apps/notifications/l10n/es_MX.js 8593share/nextcloud/apps/notifications/l10n/es_MX.js
8005share/nextcloud/apps/notifications/l10n/es_MX.json 8594share/nextcloud/apps/notifications/l10n/es_MX.json
 8595share/nextcloud/apps/notifications/l10n/es_NI.js
 8596share/nextcloud/apps/notifications/l10n/es_NI.json
 8597share/nextcloud/apps/notifications/l10n/es_PA.js
 8598share/nextcloud/apps/notifications/l10n/es_PA.json
 8599share/nextcloud/apps/notifications/l10n/es_PE.js
 8600share/nextcloud/apps/notifications/l10n/es_PE.json
 8601share/nextcloud/apps/notifications/l10n/es_PR.js
 8602share/nextcloud/apps/notifications/l10n/es_PR.json
 8603share/nextcloud/apps/notifications/l10n/es_PY.js
 8604share/nextcloud/apps/notifications/l10n/es_PY.json
 8605share/nextcloud/apps/notifications/l10n/es_SV.js
 8606share/nextcloud/apps/notifications/l10n/es_SV.json
 8607share/nextcloud/apps/notifications/l10n/es_UY.js
 8608share/nextcloud/apps/notifications/l10n/es_UY.json
8006share/nextcloud/apps/notifications/l10n/et_EE.js 8609share/nextcloud/apps/notifications/l10n/et_EE.js
8007share/nextcloud/apps/notifications/l10n/et_EE.json 8610share/nextcloud/apps/notifications/l10n/et_EE.json
8008share/nextcloud/apps/notifications/l10n/eu.js 8611share/nextcloud/apps/notifications/l10n/eu.js
8009share/nextcloud/apps/notifications/l10n/eu.json 8612share/nextcloud/apps/notifications/l10n/eu.json
8010share/nextcloud/apps/notifications/l10n/fi.js 8613share/nextcloud/apps/notifications/l10n/fi.js
8011share/nextcloud/apps/notifications/l10n/fi.json 8614share/nextcloud/apps/notifications/l10n/fi.json
8012share/nextcloud/apps/notifications/l10n/fr.js 8615share/nextcloud/apps/notifications/l10n/fr.js
8013share/nextcloud/apps/notifications/l10n/fr.json 8616share/nextcloud/apps/notifications/l10n/fr.json
8014share/nextcloud/apps/notifications/l10n/gl.js 8617share/nextcloud/apps/notifications/l10n/gl.js
8015share/nextcloud/apps/notifications/l10n/gl.json 8618share/nextcloud/apps/notifications/l10n/gl.json
8016share/nextcloud/apps/notifications/l10n/hu.js 8619share/nextcloud/apps/notifications/l10n/hu.js
8017share/nextcloud/apps/notifications/l10n/hu.json 8620share/nextcloud/apps/notifications/l10n/hu.json
8018share/nextcloud/apps/notifications/l10n/ia.js 8621share/nextcloud/apps/notifications/l10n/ia.js
8019share/nextcloud/apps/notifications/l10n/ia.json 8622share/nextcloud/apps/notifications/l10n/ia.json
8020share/nextcloud/apps/notifications/l10n/id.js 8623share/nextcloud/apps/notifications/l10n/id.js
8021share/nextcloud/apps/notifications/l10n/id.json 8624share/nextcloud/apps/notifications/l10n/id.json
8022share/nextcloud/apps/notifications/l10n/is.js 8625share/nextcloud/apps/notifications/l10n/is.js
8023share/nextcloud/apps/notifications/l10n/is.json 8626share/nextcloud/apps/notifications/l10n/is.json
8024share/nextcloud/apps/notifications/l10n/it.js 8627share/nextcloud/apps/notifications/l10n/it.js
8025share/nextcloud/apps/notifications/l10n/it.json 8628share/nextcloud/apps/notifications/l10n/it.json
8026share/nextcloud/apps/notifications/l10n/ja.js 8629share/nextcloud/apps/notifications/l10n/ja.js
8027share/nextcloud/apps/notifications/l10n/ja.json 8630share/nextcloud/apps/notifications/l10n/ja.json
 8631share/nextcloud/apps/notifications/l10n/ka_GE.js
 8632share/nextcloud/apps/notifications/l10n/ka_GE.json
8028share/nextcloud/apps/notifications/l10n/ko.js 8633share/nextcloud/apps/notifications/l10n/ko.js
8029share/nextcloud/apps/notifications/l10n/ko.json 8634share/nextcloud/apps/notifications/l10n/ko.json
8030share/nextcloud/apps/notifications/l10n/lt_LT.js 8635share/nextcloud/apps/notifications/l10n/lt_LT.js
8031share/nextcloud/apps/notifications/l10n/lt_LT.json 8636share/nextcloud/apps/notifications/l10n/lt_LT.json
8032share/nextcloud/apps/notifications/l10n/lv.js 8637share/nextcloud/apps/notifications/l10n/lv.js
8033share/nextcloud/apps/notifications/l10n/lv.json 8638share/nextcloud/apps/notifications/l10n/lv.json
8034share/nextcloud/apps/notifications/l10n/mn.js 8639share/nextcloud/apps/notifications/l10n/mn.js
8035share/nextcloud/apps/notifications/l10n/mn.json 8640share/nextcloud/apps/notifications/l10n/mn.json
8036share/nextcloud/apps/notifications/l10n/nb.js 8641share/nextcloud/apps/notifications/l10n/nb.js
8037share/nextcloud/apps/notifications/l10n/nb.json 8642share/nextcloud/apps/notifications/l10n/nb.json
8038share/nextcloud/apps/notifications/l10n/nl.js 8643share/nextcloud/apps/notifications/l10n/nl.js
8039share/nextcloud/apps/notifications/l10n/nl.json 8644share/nextcloud/apps/notifications/l10n/nl.json
8040share/nextcloud/apps/notifications/l10n/pl.js 8645share/nextcloud/apps/notifications/l10n/pl.js
8041share/nextcloud/apps/notifications/l10n/pl.json 8646share/nextcloud/apps/notifications/l10n/pl.json
8042share/nextcloud/apps/notifications/l10n/pt_BR.js 8647share/nextcloud/apps/notifications/l10n/pt_BR.js
8043share/nextcloud/apps/notifications/l10n/pt_BR.json 8648share/nextcloud/apps/notifications/l10n/pt_BR.json
 8649share/nextcloud/apps/notifications/l10n/pt_PT.js
 8650share/nextcloud/apps/notifications/l10n/pt_PT.json
8044share/nextcloud/apps/notifications/l10n/ro.js 8651share/nextcloud/apps/notifications/l10n/ro.js
8045share/nextcloud/apps/notifications/l10n/ro.json 8652share/nextcloud/apps/notifications/l10n/ro.json
8046share/nextcloud/apps/notifications/l10n/ru.js 8653share/nextcloud/apps/notifications/l10n/ru.js
8047share/nextcloud/apps/notifications/l10n/ru.json 8654share/nextcloud/apps/notifications/l10n/ru.json
8048share/nextcloud/apps/notifications/l10n/sk.js 8655share/nextcloud/apps/notifications/l10n/sk.js
8049share/nextcloud/apps/notifications/l10n/sk.json 8656share/nextcloud/apps/notifications/l10n/sk.json
8050share/nextcloud/apps/notifications/l10n/sl.js 8657share/nextcloud/apps/notifications/l10n/sl.js
8051share/nextcloud/apps/notifications/l10n/sl.json 8658share/nextcloud/apps/notifications/l10n/sl.json
8052share/nextcloud/apps/notifications/l10n/sq.js 8659share/nextcloud/apps/notifications/l10n/sq.js
8053share/nextcloud/apps/notifications/l10n/sq.json 8660share/nextcloud/apps/notifications/l10n/sq.json
8054share/nextcloud/apps/notifications/l10n/sr.js 8661share/nextcloud/apps/notifications/l10n/sr.js
8055share/nextcloud/apps/notifications/l10n/sr.json 8662share/nextcloud/apps/notifications/l10n/sr.json
8056share/nextcloud/apps/notifications/l10n/sv.js 8663share/nextcloud/apps/notifications/l10n/sv.js
8057share/nextcloud/apps/notifications/l10n/sv.json 8664share/nextcloud/apps/notifications/l10n/sv.json
8058share/nextcloud/apps/notifications/l10n/tr.js 8665share/nextcloud/apps/notifications/l10n/tr.js
8059share/nextcloud/apps/notifications/l10n/tr.json 8666share/nextcloud/apps/notifications/l10n/tr.json
8060share/nextcloud/apps/notifications/l10n/uk.js 8667share/nextcloud/apps/notifications/l10n/uk.js
8061share/nextcloud/apps/notifications/l10n/uk.json 8668share/nextcloud/apps/notifications/l10n/uk.json
 8669share/nextcloud/apps/notifications/l10n/uz.js
 8670share/nextcloud/apps/notifications/l10n/uz.json
8062share/nextcloud/apps/notifications/l10n/vi.js 8671share/nextcloud/apps/notifications/l10n/vi.js
8063share/nextcloud/apps/notifications/l10n/vi.json 8672share/nextcloud/apps/notifications/l10n/vi.json
8064share/nextcloud/apps/notifications/l10n/zh_CN.js 8673share/nextcloud/apps/notifications/l10n/zh_CN.js
8065share/nextcloud/apps/notifications/l10n/zh_CN.json 8674share/nextcloud/apps/notifications/l10n/zh_CN.json
8066share/nextcloud/apps/notifications/l10n/zh_TW.js 8675share/nextcloud/apps/notifications/l10n/zh_TW.js
8067share/nextcloud/apps/notifications/l10n/zh_TW.json 8676share/nextcloud/apps/notifications/l10n/zh_TW.json
8068share/nextcloud/apps/notifications/lib/App.php 8677share/nextcloud/apps/notifications/lib/App.php
8069share/nextcloud/apps/notifications/lib/AppInfo/Application.php 8678share/nextcloud/apps/notifications/lib/AppInfo/Application.php
8070share/nextcloud/apps/notifications/lib/Capabilities.php 8679share/nextcloud/apps/notifications/lib/Capabilities.php
8071share/nextcloud/apps/notifications/lib/Controller/EndpointController.php 8680share/nextcloud/apps/notifications/lib/Controller/EndpointController.php
8072share/nextcloud/apps/notifications/lib/Controller/PushController.php 8681share/nextcloud/apps/notifications/lib/Controller/PushController.php
8073share/nextcloud/apps/notifications/lib/Handler.php 8682share/nextcloud/apps/notifications/lib/Handler.php
8074share/nextcloud/apps/notifications/lib/Push.php 8683share/nextcloud/apps/notifications/lib/Push.php
8075share/nextcloud/apps/oauth2/appinfo/database.xml 8684share/nextcloud/apps/oauth2/appinfo/database.xml
8076share/nextcloud/apps/oauth2/appinfo/info.xml 8685share/nextcloud/apps/oauth2/appinfo/info.xml
8077share/nextcloud/apps/oauth2/appinfo/routes.php 8686share/nextcloud/apps/oauth2/appinfo/routes.php
8078share/nextcloud/apps/oauth2/appinfo/signature.json 8687share/nextcloud/apps/oauth2/appinfo/signature.json
8079share/nextcloud/apps/oauth2/css/setting-admin.css 8688share/nextcloud/apps/oauth2/css/setting-admin.css
8080share/nextcloud/apps/oauth2/js/setting-admin.js 8689share/nextcloud/apps/oauth2/js/setting-admin.js
8081share/nextcloud/apps/oauth2/l10n/.gitkeep 8690share/nextcloud/apps/oauth2/l10n/.gitkeep
8082share/nextcloud/apps/oauth2/l10n/af.js 8691share/nextcloud/apps/oauth2/l10n/af.js
8083share/nextcloud/apps/oauth2/l10n/af.json 8692share/nextcloud/apps/oauth2/l10n/af.json
8084share/nextcloud/apps/oauth2/l10n/ast.js 8693share/nextcloud/apps/oauth2/l10n/ast.js
8085share/nextcloud/apps/oauth2/l10n/ast.json 8694share/nextcloud/apps/oauth2/l10n/ast.json
8086share/nextcloud/apps/oauth2/l10n/ca.js 8695share/nextcloud/apps/oauth2/l10n/ca.js
8087share/nextcloud/apps/oauth2/l10n/ca.json 8696share/nextcloud/apps/oauth2/l10n/ca.json
8088share/nextcloud/apps/oauth2/l10n/cs.js 8697share/nextcloud/apps/oauth2/l10n/cs.js
8089share/nextcloud/apps/oauth2/l10n/cs.json 8698share/nextcloud/apps/oauth2/l10n/cs.json
8090share/nextcloud/apps/oauth2/l10n/da.js 8699share/nextcloud/apps/oauth2/l10n/da.js
8091share/nextcloud/apps/oauth2/l10n/da.json 8700share/nextcloud/apps/oauth2/l10n/da.json
8092share/nextcloud/apps/oauth2/l10n/de.js 8701share/nextcloud/apps/oauth2/l10n/de.js
8093share/nextcloud/apps/oauth2/l10n/de.json 8702share/nextcloud/apps/oauth2/l10n/de.json
8094share/nextcloud/apps/oauth2/l10n/de_DE.js 8703share/nextcloud/apps/oauth2/l10n/de_DE.js
8095share/nextcloud/apps/oauth2/l10n/de_DE.json 8704share/nextcloud/apps/oauth2/l10n/de_DE.json
8096share/nextcloud/apps/oauth2/l10n/el.js 8705share/nextcloud/apps/oauth2/l10n/el.js
8097share/nextcloud/apps/oauth2/l10n/el.json 8706share/nextcloud/apps/oauth2/l10n/el.json
8098share/nextcloud/apps/oauth2/l10n/en_GB.js 8707share/nextcloud/apps/oauth2/l10n/en_GB.js
8099share/nextcloud/apps/oauth2/l10n/en_GB.json 8708share/nextcloud/apps/oauth2/l10n/en_GB.json
8100share/nextcloud/apps/oauth2/l10n/es.js 8709share/nextcloud/apps/oauth2/l10n/es.js
8101share/nextcloud/apps/oauth2/l10n/es.json 8710share/nextcloud/apps/oauth2/l10n/es.json
8102share/nextcloud/apps/oauth2/l10n/es_AR.js 8711share/nextcloud/apps/oauth2/l10n/es_AR.js
8103share/nextcloud/apps/oauth2/l10n/es_AR.json 8712share/nextcloud/apps/oauth2/l10n/es_AR.json
 8713share/nextcloud/apps/oauth2/l10n/es_CL.js
 8714share/nextcloud/apps/oauth2/l10n/es_CL.json
 8715share/nextcloud/apps/oauth2/l10n/es_CO.js
 8716share/nextcloud/apps/oauth2/l10n/es_CO.json
 8717share/nextcloud/apps/oauth2/l10n/es_CR.js
 8718share/nextcloud/apps/oauth2/l10n/es_CR.json
 8719share/nextcloud/apps/oauth2/l10n/es_DO.js
 8720share/nextcloud/apps/oauth2/l10n/es_DO.json
 8721share/nextcloud/apps/oauth2/l10n/es_EC.js
 8722share/nextcloud/apps/oauth2/l10n/es_EC.json
 8723share/nextcloud/apps/oauth2/l10n/es_GT.js
 8724share/nextcloud/apps/oauth2/l10n/es_GT.json
 8725share/nextcloud/apps/oauth2/l10n/es_HN.js
 8726share/nextcloud/apps/oauth2/l10n/es_HN.json
8104share/nextcloud/apps/oauth2/l10n/es_MX.js 8727share/nextcloud/apps/oauth2/l10n/es_MX.js
8105share/nextcloud/apps/oauth2/l10n/es_MX.json 8728share/nextcloud/apps/oauth2/l10n/es_MX.json
 8729share/nextcloud/apps/oauth2/l10n/es_NI.js
 8730share/nextcloud/apps/oauth2/l10n/es_NI.json
 8731share/nextcloud/apps/oauth2/l10n/es_PA.js
 8732share/nextcloud/apps/oauth2/l10n/es_PA.json
 8733share/nextcloud/apps/oauth2/l10n/es_PE.js
 8734share/nextcloud/apps/oauth2/l10n/es_PE.json
 8735share/nextcloud/apps/oauth2/l10n/es_PR.js
 8736share/nextcloud/apps/oauth2/l10n/es_PR.json
 8737share/nextcloud/apps/oauth2/l10n/es_PY.js
 8738share/nextcloud/apps/oauth2/l10n/es_PY.json
 8739share/nextcloud/apps/oauth2/l10n/es_SV.js
 8740share/nextcloud/apps/oauth2/l10n/es_SV.json
 8741share/nextcloud/apps/oauth2/l10n/es_UY.js
 8742share/nextcloud/apps/oauth2/l10n/es_UY.json
 8743share/nextcloud/apps/oauth2/l10n/eu.js
 8744share/nextcloud/apps/oauth2/l10n/eu.json
8106share/nextcloud/apps/oauth2/l10n/fi.js 8745share/nextcloud/apps/oauth2/l10n/fi.js
8107share/nextcloud/apps/oauth2/l10n/fi.json 8746share/nextcloud/apps/oauth2/l10n/fi.json
8108share/nextcloud/apps/oauth2/l10n/fr.js 8747share/nextcloud/apps/oauth2/l10n/fr.js
8109share/nextcloud/apps/oauth2/l10n/fr.json 8748share/nextcloud/apps/oauth2/l10n/fr.json
 8749share/nextcloud/apps/oauth2/l10n/hu.js
 8750share/nextcloud/apps/oauth2/l10n/hu.json
8110share/nextcloud/apps/oauth2/l10n/id.js 8751share/nextcloud/apps/oauth2/l10n/id.js
8111share/nextcloud/apps/oauth2/l10n/id.json 8752share/nextcloud/apps/oauth2/l10n/id.json
8112share/nextcloud/apps/oauth2/l10n/is.js 8753share/nextcloud/apps/oauth2/l10n/is.js
8113share/nextcloud/apps/oauth2/l10n/is.json 8754share/nextcloud/apps/oauth2/l10n/is.json
8114share/nextcloud/apps/oauth2/l10n/it.js 8755share/nextcloud/apps/oauth2/l10n/it.js
8115share/nextcloud/apps/oauth2/l10n/it.json 8756share/nextcloud/apps/oauth2/l10n/it.json
8116share/nextcloud/apps/oauth2/l10n/ja.js 8757share/nextcloud/apps/oauth2/l10n/ja.js
8117share/nextcloud/apps/oauth2/l10n/ja.json 8758share/nextcloud/apps/oauth2/l10n/ja.json
 8759share/nextcloud/apps/oauth2/l10n/ka_GE.js
 8760share/nextcloud/apps/oauth2/l10n/ka_GE.json
8118share/nextcloud/apps/oauth2/l10n/lt_LT.js 8761share/nextcloud/apps/oauth2/l10n/lt_LT.js
8119share/nextcloud/apps/oauth2/l10n/lt_LT.json 8762share/nextcloud/apps/oauth2/l10n/lt_LT.json
8120share/nextcloud/apps/oauth2/l10n/lv.js 8763share/nextcloud/apps/oauth2/l10n/lv.js
8121share/nextcloud/apps/oauth2/l10n/lv.json 8764share/nextcloud/apps/oauth2/l10n/lv.json
8122share/nextcloud/apps/oauth2/l10n/nb.js 8765share/nextcloud/apps/oauth2/l10n/nb.js
8123share/nextcloud/apps/oauth2/l10n/nb.json 8766share/nextcloud/apps/oauth2/l10n/nb.json
8124share/nextcloud/apps/oauth2/l10n/nl.js 8767share/nextcloud/apps/oauth2/l10n/nl.js
8125share/nextcloud/apps/oauth2/l10n/nl.json 8768share/nextcloud/apps/oauth2/l10n/nl.json
8126share/nextcloud/apps/oauth2/l10n/pl.js 8769share/nextcloud/apps/oauth2/l10n/pl.js
8127share/nextcloud/apps/oauth2/l10n/pl.json 8770share/nextcloud/apps/oauth2/l10n/pl.json
8128share/nextcloud/apps/oauth2/l10n/pt_BR.js 8771share/nextcloud/apps/oauth2/l10n/pt_BR.js
8129share/nextcloud/apps/oauth2/l10n/pt_BR.json 8772share/nextcloud/apps/oauth2/l10n/pt_BR.json
8130share/nextcloud/apps/oauth2/l10n/ru.js 8773share/nextcloud/apps/oauth2/l10n/ru.js
8131share/nextcloud/apps/oauth2/l10n/ru.json 8774share/nextcloud/apps/oauth2/l10n/ru.json
8132share/nextcloud/apps/oauth2/l10n/sk.js 8775share/nextcloud/apps/oauth2/l10n/sk.js
8133share/nextcloud/apps/oauth2/l10n/sk.json 8776share/nextcloud/apps/oauth2/l10n/sk.json
8134share/nextcloud/apps/oauth2/l10n/sq.js 8777share/nextcloud/apps/oauth2/l10n/sq.js
8135share/nextcloud/apps/oauth2/l10n/sq.json 8778share/nextcloud/apps/oauth2/l10n/sq.json
 8779share/nextcloud/apps/oauth2/l10n/sr.js
 8780share/nextcloud/apps/oauth2/l10n/sr.json
8136share/nextcloud/apps/oauth2/l10n/sv.js 8781share/nextcloud/apps/oauth2/l10n/sv.js
8137share/nextcloud/apps/oauth2/l10n/sv.json 8782share/nextcloud/apps/oauth2/l10n/sv.json
8138share/nextcloud/apps/oauth2/l10n/tr.js 8783share/nextcloud/apps/oauth2/l10n/tr.js
8139share/nextcloud/apps/oauth2/l10n/tr.json 8784share/nextcloud/apps/oauth2/l10n/tr.json
8140share/nextcloud/apps/oauth2/l10n/vi.js 8785share/nextcloud/apps/oauth2/l10n/vi.js
8141share/nextcloud/apps/oauth2/l10n/vi.json 8786share/nextcloud/apps/oauth2/l10n/vi.json
8142share/nextcloud/apps/oauth2/l10n/zh_CN.js 8787share/nextcloud/apps/oauth2/l10n/zh_CN.js
8143share/nextcloud/apps/oauth2/l10n/zh_CN.json 8788share/nextcloud/apps/oauth2/l10n/zh_CN.json
 8789share/nextcloud/apps/oauth2/l10n/zh_TW.js
 8790share/nextcloud/apps/oauth2/l10n/zh_TW.json
8144share/nextcloud/apps/oauth2/lib/Controller/LoginRedirectorController.php 8791share/nextcloud/apps/oauth2/lib/Controller/LoginRedirectorController.php
8145share/nextcloud/apps/oauth2/lib/Controller/OauthApiController.php 8792share/nextcloud/apps/oauth2/lib/Controller/OauthApiController.php
8146share/nextcloud/apps/oauth2/lib/Controller/SettingsController.php 8793share/nextcloud/apps/oauth2/lib/Controller/SettingsController.php
8147share/nextcloud/apps/oauth2/lib/Db/AccessToken.php 8794share/nextcloud/apps/oauth2/lib/Db/AccessToken.php
8148share/nextcloud/apps/oauth2/lib/Db/AccessTokenMapper.php 8795share/nextcloud/apps/oauth2/lib/Db/AccessTokenMapper.php
8149share/nextcloud/apps/oauth2/lib/Db/Client.php 8796share/nextcloud/apps/oauth2/lib/Db/Client.php
8150share/nextcloud/apps/oauth2/lib/Db/ClientMapper.php 8797share/nextcloud/apps/oauth2/lib/Db/ClientMapper.php
8151share/nextcloud/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php 8798share/nextcloud/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php
8152share/nextcloud/apps/oauth2/lib/Exceptions/ClientNotFoundException.php 8799share/nextcloud/apps/oauth2/lib/Exceptions/ClientNotFoundException.php
8153share/nextcloud/apps/oauth2/lib/Settings/Admin.php 8800share/nextcloud/apps/oauth2/lib/Settings/Admin.php
8154share/nextcloud/apps/oauth2/templates/admin.php 8801share/nextcloud/apps/oauth2/templates/admin.php
8155share/nextcloud/apps/password_policy/.github/contributing.md 8802share/nextcloud/apps/password_policy/.github/contributing.md
8156share/nextcloud/apps/password_policy/.github/issue_template.md 8803share/nextcloud/apps/password_policy/.github/issue_template.md
8157share/nextcloud/apps/password_policy/LICENSE 8804share/nextcloud/apps/password_policy/LICENSE
8158share/nextcloud/apps/password_policy/appinfo/app.php 8805share/nextcloud/apps/password_policy/appinfo/app.php
8159share/nextcloud/apps/password_policy/appinfo/info.xml 8806share/nextcloud/apps/password_policy/appinfo/info.xml
8160share/nextcloud/apps/password_policy/appinfo/signature.json 8807share/nextcloud/apps/password_policy/appinfo/signature.json
8161share/nextcloud/apps/password_policy/css/settings-admin.css 8808share/nextcloud/apps/password_policy/css/settings-admin.css
8162share/nextcloud/apps/password_policy/img/app.svg 8809share/nextcloud/apps/password_policy/img/app.svg
8163share/nextcloud/apps/password_policy/js/settings-admin.js 8810share/nextcloud/apps/password_policy/js/settings-admin.js
8164share/nextcloud/apps/password_policy/l10n/.tx/config 8811share/nextcloud/apps/password_policy/l10n/.tx/config
8165share/nextcloud/apps/password_policy/l10n/af.js 8812share/nextcloud/apps/password_policy/l10n/af.js
8166share/nextcloud/apps/password_policy/l10n/af.json 8813share/nextcloud/apps/password_policy/l10n/af.json
8167share/nextcloud/apps/password_policy/l10n/ast.js 8814share/nextcloud/apps/password_policy/l10n/ast.js
8168share/nextcloud/apps/password_policy/l10n/ast.json 8815share/nextcloud/apps/password_policy/l10n/ast.json
8169share/nextcloud/apps/password_policy/l10n/bg.js 8816share/nextcloud/apps/password_policy/l10n/bg.js
8170share/nextcloud/apps/password_policy/l10n/bg.json 8817share/nextcloud/apps/password_policy/l10n/bg.json
8171share/nextcloud/apps/password_policy/l10n/ca.js 8818share/nextcloud/apps/password_policy/l10n/ca.js
8172share/nextcloud/apps/password_policy/l10n/ca.json 8819share/nextcloud/apps/password_policy/l10n/ca.json
8173share/nextcloud/apps/password_policy/l10n/cs.js 8820share/nextcloud/apps/password_policy/l10n/cs.js
8174share/nextcloud/apps/password_policy/l10n/cs.json 8821share/nextcloud/apps/password_policy/l10n/cs.json
8175share/nextcloud/apps/password_policy/l10n/da.js 8822share/nextcloud/apps/password_policy/l10n/da.js
8176share/nextcloud/apps/password_policy/l10n/da.json 8823share/nextcloud/apps/password_policy/l10n/da.json
8177share/nextcloud/apps/password_policy/l10n/de.js 8824share/nextcloud/apps/password_policy/l10n/de.js
8178share/nextcloud/apps/password_policy/l10n/de.json 8825share/nextcloud/apps/password_policy/l10n/de.json
8179share/nextcloud/apps/password_policy/l10n/de_DE.js 8826share/nextcloud/apps/password_policy/l10n/de_DE.js
8180share/nextcloud/apps/password_policy/l10n/de_DE.json 8827share/nextcloud/apps/password_policy/l10n/de_DE.json
8181share/nextcloud/apps/password_policy/l10n/el.js 8828share/nextcloud/apps/password_policy/l10n/el.js
8182share/nextcloud/apps/password_policy/l10n/el.json 8829share/nextcloud/apps/password_policy/l10n/el.json
8183share/nextcloud/apps/password_policy/l10n/en_GB.js 8830share/nextcloud/apps/password_policy/l10n/en_GB.js
8184share/nextcloud/apps/password_policy/l10n/en_GB.json 8831share/nextcloud/apps/password_policy/l10n/en_GB.json
8185share/nextcloud/apps/password_policy/l10n/es.js 8832share/nextcloud/apps/password_policy/l10n/es.js
8186share/nextcloud/apps/password_policy/l10n/es.json 8833share/nextcloud/apps/password_policy/l10n/es.json
8187share/nextcloud/apps/password_policy/l10n/es_AR.js 8834share/nextcloud/apps/password_policy/l10n/es_AR.js
8188share/nextcloud/apps/password_policy/l10n/es_AR.json 8835share/nextcloud/apps/password_policy/l10n/es_AR.json
 8836share/nextcloud/apps/password_policy/l10n/es_CL.js
 8837share/nextcloud/apps/password_policy/l10n/es_CL.json
 8838share/nextcloud/apps/password_policy/l10n/es_CO.js
 8839share/nextcloud/apps/password_policy/l10n/es_CO.json
 8840share/nextcloud/apps/password_policy/l10n/es_CR.js
 8841share/nextcloud/apps/password_policy/l10n/es_CR.json
 8842share/nextcloud/apps/password_policy/l10n/es_DO.js
 8843share/nextcloud/apps/password_policy/l10n/es_DO.json
 8844share/nextcloud/apps/password_policy/l10n/es_EC.js
 8845share/nextcloud/apps/password_policy/l10n/es_EC.json
 8846share/nextcloud/apps/password_policy/l10n/es_GT.js
 8847share/nextcloud/apps/password_policy/l10n/es_GT.json
 8848share/nextcloud/apps/password_policy/l10n/es_HN.js
 8849share/nextcloud/apps/password_policy/l10n/es_HN.json
8189share/nextcloud/apps/password_policy/l10n/es_MX.js 8850share/nextcloud/apps/password_policy/l10n/es_MX.js
8190share/nextcloud/apps/password_policy/l10n/es_MX.json 8851share/nextcloud/apps/password_policy/l10n/es_MX.json
 8852share/nextcloud/apps/password_policy/l10n/es_NI.js
 8853share/nextcloud/apps/password_policy/l10n/es_NI.json
 8854share/nextcloud/apps/password_policy/l10n/es_PA.js
 8855share/nextcloud/apps/password_policy/l10n/es_PA.json
 8856share/nextcloud/apps/password_policy/l10n/es_PE.js
 8857share/nextcloud/apps/password_policy/l10n/es_PE.json
 8858share/nextcloud/apps/password_policy/l10n/es_PR.js
 8859share/nextcloud/apps/password_policy/l10n/es_PR.json
 8860share/nextcloud/apps/password_policy/l10n/es_PY.js
 8861share/nextcloud/apps/password_policy/l10n/es_PY.json
 8862share/nextcloud/apps/password_policy/l10n/es_SV.js
 8863share/nextcloud/apps/password_policy/l10n/es_SV.json
 8864share/nextcloud/apps/password_policy/l10n/es_UY.js
 8865share/nextcloud/apps/password_policy/l10n/es_UY.json
 8866share/nextcloud/apps/password_policy/l10n/et_EE.js
 8867share/nextcloud/apps/password_policy/l10n/et_EE.json
 8868share/nextcloud/apps/password_policy/l10n/eu.js
 8869share/nextcloud/apps/password_policy/l10n/eu.json
8191share/nextcloud/apps/password_policy/l10n/fi.js 8870share/nextcloud/apps/password_policy/l10n/fi.js
8192share/nextcloud/apps/password_policy/l10n/fi.json 8871share/nextcloud/apps/password_policy/l10n/fi.json
8193share/nextcloud/apps/password_policy/l10n/fr.js 8872share/nextcloud/apps/password_policy/l10n/fr.js
8194share/nextcloud/apps/password_policy/l10n/fr.json 8873share/nextcloud/apps/password_policy/l10n/fr.json
8195share/nextcloud/apps/password_policy/l10n/gl.js 8874share/nextcloud/apps/password_policy/l10n/gl.js
8196share/nextcloud/apps/password_policy/l10n/gl.json 8875share/nextcloud/apps/password_policy/l10n/gl.json
8197share/nextcloud/apps/password_policy/l10n/hu.js 8876share/nextcloud/apps/password_policy/l10n/hu.js
8198share/nextcloud/apps/password_policy/l10n/hu.json 8877share/nextcloud/apps/password_policy/l10n/hu.json
8199share/nextcloud/apps/password_policy/l10n/ia.js 8878share/nextcloud/apps/password_policy/l10n/ia.js
8200share/nextcloud/apps/password_policy/l10n/ia.json 8879share/nextcloud/apps/password_policy/l10n/ia.json
8201share/nextcloud/apps/password_policy/l10n/id.js 8880share/nextcloud/apps/password_policy/l10n/id.js
8202share/nextcloud/apps/password_policy/l10n/id.json 8881share/nextcloud/apps/password_policy/l10n/id.json
8203share/nextcloud/apps/password_policy/l10n/is.js 8882share/nextcloud/apps/password_policy/l10n/is.js
8204share/nextcloud/apps/password_policy/l10n/is.json 8883share/nextcloud/apps/password_policy/l10n/is.json
8205share/nextcloud/apps/password_policy/l10n/it.js 8884share/nextcloud/apps/password_policy/l10n/it.js
8206share/nextcloud/apps/password_policy/l10n/it.json 8885share/nextcloud/apps/password_policy/l10n/it.json
8207share/nextcloud/apps/password_policy/l10n/ja.js 8886share/nextcloud/apps/password_policy/l10n/ja.js
8208share/nextcloud/apps/password_policy/l10n/ja.json 8887share/nextcloud/apps/password_policy/l10n/ja.json
 8888share/nextcloud/apps/password_policy/l10n/ka_GE.js
 8889share/nextcloud/apps/password_policy/l10n/ka_GE.json
8209share/nextcloud/apps/password_policy/l10n/ko.js 8890share/nextcloud/apps/password_policy/l10n/ko.js
8210share/nextcloud/apps/password_policy/l10n/ko.json 8891share/nextcloud/apps/password_policy/l10n/ko.json
8211share/nextcloud/apps/password_policy/l10n/lt_LT.js 8892share/nextcloud/apps/password_policy/l10n/lt_LT.js
8212share/nextcloud/apps/password_policy/l10n/lt_LT.json 8893share/nextcloud/apps/password_policy/l10n/lt_LT.json
8213share/nextcloud/apps/password_policy/l10n/lv.js 8894share/nextcloud/apps/password_policy/l10n/lv.js
8214share/nextcloud/apps/password_policy/l10n/lv.json 8895share/nextcloud/apps/password_policy/l10n/lv.json
8215share/nextcloud/apps/password_policy/l10n/mn.js 8896share/nextcloud/apps/password_policy/l10n/mn.js
8216share/nextcloud/apps/password_policy/l10n/mn.json 8897share/nextcloud/apps/password_policy/l10n/mn.json
8217share/nextcloud/apps/password_policy/l10n/nb.js 8898share/nextcloud/apps/password_policy/l10n/nb.js
8218share/nextcloud/apps/password_policy/l10n/nb.json 8899share/nextcloud/apps/password_policy/l10n/nb.json
8219share/nextcloud/apps/password_policy/l10n/nl.js 8900share/nextcloud/apps/password_policy/l10n/nl.js
8220share/nextcloud/apps/password_policy/l10n/nl.json 8901share/nextcloud/apps/password_policy/l10n/nl.json
8221share/nextcloud/apps/password_policy/l10n/pl.js 8902share/nextcloud/apps/password_policy/l10n/pl.js
8222share/nextcloud/apps/password_policy/l10n/pl.json 8903share/nextcloud/apps/password_policy/l10n/pl.json
8223share/nextcloud/apps/password_policy/l10n/pt_BR.js 8904share/nextcloud/apps/password_policy/l10n/pt_BR.js
8224share/nextcloud/apps/password_policy/l10n/pt_BR.json 8905share/nextcloud/apps/password_policy/l10n/pt_BR.json
8225share/nextcloud/apps/password_policy/l10n/ru.js 8906share/nextcloud/apps/password_policy/l10n/ru.js
8226share/nextcloud/apps/password_policy/l10n/ru.json 8907share/nextcloud/apps/password_policy/l10n/ru.json
8227share/nextcloud/apps/password_policy/l10n/sk.js 8908share/nextcloud/apps/password_policy/l10n/sk.js
8228share/nextcloud/apps/password_policy/l10n/sk.json 8909share/nextcloud/apps/password_policy/l10n/sk.json
8229share/nextcloud/apps/password_policy/l10n/sl.js 8910share/nextcloud/apps/password_policy/l10n/sl.js
8230share/nextcloud/apps/password_policy/l10n/sl.json 8911share/nextcloud/apps/password_policy/l10n/sl.json
8231share/nextcloud/apps/password_policy/l10n/sq.js 8912share/nextcloud/apps/password_policy/l10n/sq.js
8232share/nextcloud/apps/password_policy/l10n/sq.json 8913share/nextcloud/apps/password_policy/l10n/sq.json
 8914share/nextcloud/apps/password_policy/l10n/sr.js
 8915share/nextcloud/apps/password_policy/l10n/sr.json
8233share/nextcloud/apps/password_policy/l10n/sv.js 8916share/nextcloud/apps/password_policy/l10n/sv.js
8234share/nextcloud/apps/password_policy/l10n/sv.json 8917share/nextcloud/apps/password_policy/l10n/sv.json
8235share/nextcloud/apps/password_policy/l10n/tr.js 8918share/nextcloud/apps/password_policy/l10n/tr.js
8236share/nextcloud/apps/password_policy/l10n/tr.json 8919share/nextcloud/apps/password_policy/l10n/tr.json
8237share/nextcloud/apps/password_policy/l10n/zh_CN.js 8920share/nextcloud/apps/password_policy/l10n/zh_CN.js
8238share/nextcloud/apps/password_policy/l10n/zh_CN.json 8921share/nextcloud/apps/password_policy/l10n/zh_CN.json
8239share/nextcloud/apps/password_policy/l10n/zh_TW.js 8922share/nextcloud/apps/password_policy/l10n/zh_TW.js
8240share/nextcloud/apps/password_policy/l10n/zh_TW.json 8923share/nextcloud/apps/password_policy/l10n/zh_TW.json
8241share/nextcloud/apps/password_policy/lib/AppInfo/Application.php 8924share/nextcloud/apps/password_policy/lib/AppInfo/Application.php
8242share/nextcloud/apps/password_policy/lib/Capabilities.php 8925share/nextcloud/apps/password_policy/lib/Capabilities.php
8243share/nextcloud/apps/password_policy/lib/PasswordPolicyConfig.php 8926share/nextcloud/apps/password_policy/lib/PasswordPolicyConfig.php
8244share/nextcloud/apps/password_policy/lib/PasswordValidator.php 8927share/nextcloud/apps/password_policy/lib/PasswordValidator.php
8245share/nextcloud/apps/password_policy/lib/Settings.php 8928share/nextcloud/apps/password_policy/lib/Settings.php
8246share/nextcloud/apps/password_policy/lists/README.md 8929share/nextcloud/apps/password_policy/lists/README.md
8247share/nextcloud/apps/password_policy/lists/converter.php 8930share/nextcloud/apps/password_policy/lists/converter.php
8248share/nextcloud/apps/password_policy/lists/list-1.php 8931share/nextcloud/apps/password_policy/lists/list-1.php
8249share/nextcloud/apps/password_policy/lists/list-10.php 8932share/nextcloud/apps/password_policy/lists/list-10.php
8250share/nextcloud/apps/password_policy/lists/list-11.php 8933share/nextcloud/apps/password_policy/lists/list-11.php
8251share/nextcloud/apps/password_policy/lists/list-12.php 8934share/nextcloud/apps/password_policy/lists/list-12.php
8252share/nextcloud/apps/password_policy/lists/list-13.php 8935share/nextcloud/apps/password_policy/lists/list-13.php
8253share/nextcloud/apps/password_policy/lists/list-14.php 8936share/nextcloud/apps/password_policy/lists/list-14.php
8254share/nextcloud/apps/password_policy/lists/list-15.php 8937share/nextcloud/apps/password_policy/lists/list-15.php
8255share/nextcloud/apps/password_policy/lists/list-16.php 8938share/nextcloud/apps/password_policy/lists/list-16.php
8256share/nextcloud/apps/password_policy/lists/list-17.php 8939share/nextcloud/apps/password_policy/lists/list-17.php
8257share/nextcloud/apps/password_policy/lists/list-18.php 8940share/nextcloud/apps/password_policy/lists/list-18.php
8258share/nextcloud/apps/password_policy/lists/list-19.php 8941share/nextcloud/apps/password_policy/lists/list-19.php
8259share/nextcloud/apps/password_policy/lists/list-20.php 8942share/nextcloud/apps/password_policy/lists/list-20.php
8260share/nextcloud/apps/password_policy/lists/list-21.php 8943share/nextcloud/apps/password_policy/lists/list-21.php
8261share/nextcloud/apps/password_policy/lists/list-22.php 8944share/nextcloud/apps/password_policy/lists/list-22.php
8262share/nextcloud/apps/password_policy/lists/list-23.php 8945share/nextcloud/apps/password_policy/lists/list-23.php
8263share/nextcloud/apps/password_policy/lists/list-24.php 8946share/nextcloud/apps/password_policy/lists/list-24.php
8264share/nextcloud/apps/password_policy/lists/list-25.php 8947share/nextcloud/apps/password_policy/lists/list-25.php
8265share/nextcloud/apps/password_policy/lists/list-26.php 8948share/nextcloud/apps/password_policy/lists/list-26.php
8266share/nextcloud/apps/password_policy/lists/list-27.php 8949share/nextcloud/apps/password_policy/lists/list-27.php
8267share/nextcloud/apps/password_policy/lists/list-28.php 8950share/nextcloud/apps/password_policy/lists/list-28.php
8268share/nextcloud/apps/password_policy/lists/list-29.php 8951share/nextcloud/apps/password_policy/lists/list-29.php
8269share/nextcloud/apps/password_policy/lists/list-3.php 8952share/nextcloud/apps/password_policy/lists/list-3.php
8270share/nextcloud/apps/password_policy/lists/list-30.php 8953share/nextcloud/apps/password_policy/lists/list-30.php
8271share/nextcloud/apps/password_policy/lists/list-31.php 8954share/nextcloud/apps/password_policy/lists/list-31.php
8272share/nextcloud/apps/password_policy/lists/list-32.php 8955share/nextcloud/apps/password_policy/lists/list-32.php
8273share/nextcloud/apps/password_policy/lists/list-33.php 8956share/nextcloud/apps/password_policy/lists/list-33.php
8274share/nextcloud/apps/password_policy/lists/list-35.php 8957share/nextcloud/apps/password_policy/lists/list-35.php
8275share/nextcloud/apps/password_policy/lists/list-36.php 8958share/nextcloud/apps/password_policy/lists/list-36.php
8276share/nextcloud/apps/password_policy/lists/list-37.php 8959share/nextcloud/apps/password_policy/lists/list-37.php
8277share/nextcloud/apps/password_policy/lists/list-39.php 8960share/nextcloud/apps/password_policy/lists/list-39.php
8278share/nextcloud/apps/password_policy/lists/list-4.php 8961share/nextcloud/apps/password_policy/lists/list-4.php
8279share/nextcloud/apps/password_policy/lists/list-5.php 8962share/nextcloud/apps/password_policy/lists/list-5.php
8280share/nextcloud/apps/password_policy/lists/list-6.php 8963share/nextcloud/apps/password_policy/lists/list-6.php
8281share/nextcloud/apps/password_policy/lists/list-7.php 8964share/nextcloud/apps/password_policy/lists/list-7.php
8282share/nextcloud/apps/password_policy/lists/list-8.php 8965share/nextcloud/apps/password_policy/lists/list-8.php
8283share/nextcloud/apps/password_policy/lists/list-9.php 8966share/nextcloud/apps/password_policy/lists/list-9.php
8284share/nextcloud/apps/password_policy/templates/settings-admin.php 8967share/nextcloud/apps/password_policy/templates/settings-admin.php
8285share/nextcloud/apps/provisioning_api/appinfo/info.xml 8968share/nextcloud/apps/provisioning_api/appinfo/info.xml
8286share/nextcloud/apps/provisioning_api/appinfo/routes.php 8969share/nextcloud/apps/provisioning_api/appinfo/routes.php
8287share/nextcloud/apps/provisioning_api/appinfo/signature.json 8970share/nextcloud/apps/provisioning_api/appinfo/signature.json
8288share/nextcloud/apps/provisioning_api/img/app.svg 8971share/nextcloud/apps/provisioning_api/img/app.svg
8289share/nextcloud/apps/provisioning_api/lib/AppInfo/Application.php 8972share/nextcloud/apps/provisioning_api/lib/AppInfo/Application.php
8290share/nextcloud/apps/provisioning_api/lib/Controller/AppConfigController.php 8973share/nextcloud/apps/provisioning_api/lib/Controller/AppConfigController.php
8291share/nextcloud/apps/provisioning_api/lib/Controller/AppsController.php 8974share/nextcloud/apps/provisioning_api/lib/Controller/AppsController.php
8292share/nextcloud/apps/provisioning_api/lib/Controller/GroupsController.php 8975share/nextcloud/apps/provisioning_api/lib/Controller/GroupsController.php
8293share/nextcloud/apps/provisioning_api/lib/Controller/UsersController.php 8976share/nextcloud/apps/provisioning_api/lib/Controller/UsersController.php
8294share/nextcloud/apps/provisioning_api/lib/Middleware/Exceptions/NotSubAdminException.php 8977share/nextcloud/apps/provisioning_api/lib/Middleware/Exceptions/NotSubAdminException.php
8295share/nextcloud/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php 8978share/nextcloud/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php
8296share/nextcloud/apps/serverinfo/.github/contributing.md 8979share/nextcloud/apps/serverinfo/.github/contributing.md
8297share/nextcloud/apps/serverinfo/.github/issue_template.md 8980share/nextcloud/apps/serverinfo/.github/issue_template.md
8298share/nextcloud/apps/serverinfo/AUTHORS.md 8981share/nextcloud/apps/serverinfo/AUTHORS.md
8299share/nextcloud/apps/serverinfo/CHANGELOG.md 8982share/nextcloud/apps/serverinfo/CHANGELOG.md
8300share/nextcloud/apps/serverinfo/COPYING 8983share/nextcloud/apps/serverinfo/COPYING
8301share/nextcloud/apps/serverinfo/appinfo/app.php 8984share/nextcloud/apps/serverinfo/appinfo/app.php
8302share/nextcloud/apps/serverinfo/appinfo/info.xml 8985share/nextcloud/apps/serverinfo/appinfo/info.xml
8303share/nextcloud/apps/serverinfo/appinfo/routes.php 8986share/nextcloud/apps/serverinfo/appinfo/routes.php
8304share/nextcloud/apps/serverinfo/appinfo/signature.json 8987share/nextcloud/apps/serverinfo/appinfo/signature.json
8305share/nextcloud/apps/serverinfo/css/style.css 8988share/nextcloud/apps/serverinfo/css/style.css
8306share/nextcloud/apps/serverinfo/img/app-dark.svg 8989share/nextcloud/apps/serverinfo/img/app-dark.svg
8307share/nextcloud/apps/serverinfo/img/app.svg 8990share/nextcloud/apps/serverinfo/img/app.svg
8308share/nextcloud/apps/serverinfo/js/Chart.min.js 8991share/nextcloud/apps/serverinfo/js/Chart.min.js
8309share/nextcloud/apps/serverinfo/js/script.js 8992share/nextcloud/apps/serverinfo/js/script.js
8310share/nextcloud/apps/serverinfo/js/smoothie.js 8993share/nextcloud/apps/serverinfo/js/smoothie.js
8311share/nextcloud/apps/serverinfo/l10n/.tx/config 8994share/nextcloud/apps/serverinfo/l10n/.tx/config
8312share/nextcloud/apps/serverinfo/l10n/af.js 8995share/nextcloud/apps/serverinfo/l10n/af.js
8313share/nextcloud/apps/serverinfo/l10n/af.json 8996share/nextcloud/apps/serverinfo/l10n/af.json
8314share/nextcloud/apps/serverinfo/l10n/ar.js 8997share/nextcloud/apps/serverinfo/l10n/ar.js
8315share/nextcloud/apps/serverinfo/l10n/ar.json 8998share/nextcloud/apps/serverinfo/l10n/ar.json
8316share/nextcloud/apps/serverinfo/l10n/ast.js 8999share/nextcloud/apps/serverinfo/l10n/ast.js
8317share/nextcloud/apps/serverinfo/l10n/ast.json 9000share/nextcloud/apps/serverinfo/l10n/ast.json
8318share/nextcloud/apps/serverinfo/l10n/bg.js 9001share/nextcloud/apps/serverinfo/l10n/bg.js
8319share/nextcloud/apps/serverinfo/l10n/bg.json 9002share/nextcloud/apps/serverinfo/l10n/bg.json
8320share/nextcloud/apps/serverinfo/l10n/ca.js 9003share/nextcloud/apps/serverinfo/l10n/ca.js
8321share/nextcloud/apps/serverinfo/l10n/ca.json 9004share/nextcloud/apps/serverinfo/l10n/ca.json
8322share/nextcloud/apps/serverinfo/l10n/cs.js 9005share/nextcloud/apps/serverinfo/l10n/cs.js
8323share/nextcloud/apps/serverinfo/l10n/cs.json 9006share/nextcloud/apps/serverinfo/l10n/cs.json
8324share/nextcloud/apps/serverinfo/l10n/da.js 9007share/nextcloud/apps/serverinfo/l10n/da.js
8325share/nextcloud/apps/serverinfo/l10n/da.json 9008share/nextcloud/apps/serverinfo/l10n/da.json
8326share/nextcloud/apps/serverinfo/l10n/de.js 9009share/nextcloud/apps/serverinfo/l10n/de.js
8327share/nextcloud/apps/serverinfo/l10n/de.json 9010share/nextcloud/apps/serverinfo/l10n/de.json
8328share/nextcloud/apps/serverinfo/l10n/de_DE.js 9011share/nextcloud/apps/serverinfo/l10n/de_DE.js
8329share/nextcloud/apps/serverinfo/l10n/de_DE.json 9012share/nextcloud/apps/serverinfo/l10n/de_DE.json
8330share/nextcloud/apps/serverinfo/l10n/el.js 9013share/nextcloud/apps/serverinfo/l10n/el.js
8331share/nextcloud/apps/serverinfo/l10n/el.json 9014share/nextcloud/apps/serverinfo/l10n/el.json
8332share/nextcloud/apps/serverinfo/l10n/en_GB.js 9015share/nextcloud/apps/serverinfo/l10n/en_GB.js
8333share/nextcloud/apps/serverinfo/l10n/en_GB.json 9016share/nextcloud/apps/serverinfo/l10n/en_GB.json
8334share/nextcloud/apps/serverinfo/l10n/es.js 9017share/nextcloud/apps/serverinfo/l10n/es.js
8335share/nextcloud/apps/serverinfo/l10n/es.json 9018share/nextcloud/apps/serverinfo/l10n/es.json
8336share/nextcloud/apps/serverinfo/l10n/es_AR.js 9019share/nextcloud/apps/serverinfo/l10n/es_AR.js
8337share/nextcloud/apps/serverinfo/l10n/es_AR.json 9020share/nextcloud/apps/serverinfo/l10n/es_AR.json
 9021share/nextcloud/apps/serverinfo/l10n/es_CL.js
 9022share/nextcloud/apps/serverinfo/l10n/es_CL.json
 9023share/nextcloud/apps/serverinfo/l10n/es_CO.js
 9024share/nextcloud/apps/serverinfo/l10n/es_CO.json
 9025share/nextcloud/apps/serverinfo/l10n/es_CR.js
 9026share/nextcloud/apps/serverinfo/l10n/es_CR.json
 9027share/nextcloud/apps/serverinfo/l10n/es_DO.js
 9028share/nextcloud/apps/serverinfo/l10n/es_DO.json
 9029share/nextcloud/apps/serverinfo/l10n/es_EC.js
 9030share/nextcloud/apps/serverinfo/l10n/es_EC.json
 9031share/nextcloud/apps/serverinfo/l10n/es_GT.js
 9032share/nextcloud/apps/serverinfo/l10n/es_GT.json
 9033share/nextcloud/apps/serverinfo/l10n/es_HN.js
 9034share/nextcloud/apps/serverinfo/l10n/es_HN.json
8338share/nextcloud/apps/serverinfo/l10n/es_MX.js 9035share/nextcloud/apps/serverinfo/l10n/es_MX.js
8339share/nextcloud/apps/serverinfo/l10n/es_MX.json 9036share/nextcloud/apps/serverinfo/l10n/es_MX.json
 9037share/nextcloud/apps/serverinfo/l10n/es_NI.js
 9038share/nextcloud/apps/serverinfo/l10n/es_NI.json
 9039share/nextcloud/apps/serverinfo/l10n/es_PA.js
 9040share/nextcloud/apps/serverinfo/l10n/es_PA.json
 9041share/nextcloud/apps/serverinfo/l10n/es_PE.js
 9042share/nextcloud/apps/serverinfo/l10n/es_PE.json
 9043share/nextcloud/apps/serverinfo/l10n/es_PR.js
 9044share/nextcloud/apps/serverinfo/l10n/es_PR.json
 9045share/nextcloud/apps/serverinfo/l10n/es_PY.js
 9046share/nextcloud/apps/serverinfo/l10n/es_PY.json
 9047share/nextcloud/apps/serverinfo/l10n/es_SV.js
 9048share/nextcloud/apps/serverinfo/l10n/es_SV.json
 9049share/nextcloud/apps/serverinfo/l10n/es_UY.js
 9050share/nextcloud/apps/serverinfo/l10n/es_UY.json
 9051share/nextcloud/apps/serverinfo/l10n/et_EE.js
 9052share/nextcloud/apps/serverinfo/l10n/et_EE.json
8340share/nextcloud/apps/serverinfo/l10n/eu.js 9053share/nextcloud/apps/serverinfo/l10n/eu.js
8341share/nextcloud/apps/serverinfo/l10n/eu.json 9054share/nextcloud/apps/serverinfo/l10n/eu.json
8342share/nextcloud/apps/serverinfo/l10n/fi.js 9055share/nextcloud/apps/serverinfo/l10n/fi.js
8343share/nextcloud/apps/serverinfo/l10n/fi.json 9056share/nextcloud/apps/serverinfo/l10n/fi.json
8344share/nextcloud/apps/serverinfo/l10n/fr.js 9057share/nextcloud/apps/serverinfo/l10n/fr.js
8345share/nextcloud/apps/serverinfo/l10n/fr.json 9058share/nextcloud/apps/serverinfo/l10n/fr.json
8346share/nextcloud/apps/serverinfo/l10n/gl.js 9059share/nextcloud/apps/serverinfo/l10n/gl.js
8347share/nextcloud/apps/serverinfo/l10n/gl.json 9060share/nextcloud/apps/serverinfo/l10n/gl.json
8348share/nextcloud/apps/serverinfo/l10n/hu.js 9061share/nextcloud/apps/serverinfo/l10n/hu.js
8349share/nextcloud/apps/serverinfo/l10n/hu.json 9062share/nextcloud/apps/serverinfo/l10n/hu.json
8350share/nextcloud/apps/serverinfo/l10n/ia.js 9063share/nextcloud/apps/serverinfo/l10n/ia.js
8351share/nextcloud/apps/serverinfo/l10n/ia.json 9064share/nextcloud/apps/serverinfo/l10n/ia.json
8352share/nextcloud/apps/serverinfo/l10n/id.js 9065share/nextcloud/apps/serverinfo/l10n/id.js
8353share/nextcloud/apps/serverinfo/l10n/id.json 9066share/nextcloud/apps/serverinfo/l10n/id.json
8354share/nextcloud/apps/serverinfo/l10n/is.js 9067share/nextcloud/apps/serverinfo/l10n/is.js
8355share/nextcloud/apps/serverinfo/l10n/is.json 9068share/nextcloud/apps/serverinfo/l10n/is.json
8356share/nextcloud/apps/serverinfo/l10n/it.js 9069share/nextcloud/apps/serverinfo/l10n/it.js
8357share/nextcloud/apps/serverinfo/l10n/it.json 9070share/nextcloud/apps/serverinfo/l10n/it.json
8358share/nextcloud/apps/serverinfo/l10n/ja.js 9071share/nextcloud/apps/serverinfo/l10n/ja.js
8359share/nextcloud/apps/serverinfo/l10n/ja.json 9072share/nextcloud/apps/serverinfo/l10n/ja.json
 9073share/nextcloud/apps/serverinfo/l10n/ka_GE.js
 9074share/nextcloud/apps/serverinfo/l10n/ka_GE.json
8360share/nextcloud/apps/serverinfo/l10n/ko.js 9075share/nextcloud/apps/serverinfo/l10n/ko.js
8361share/nextcloud/apps/serverinfo/l10n/ko.json 9076share/nextcloud/apps/serverinfo/l10n/ko.json
8362share/nextcloud/apps/serverinfo/l10n/lt_LT.js 9077share/nextcloud/apps/serverinfo/l10n/lt_LT.js
8363share/nextcloud/apps/serverinfo/l10n/lt_LT.json 9078share/nextcloud/apps/serverinfo/l10n/lt_LT.json
8364share/nextcloud/apps/serverinfo/l10n/lv.js 9079share/nextcloud/apps/serverinfo/l10n/lv.js
8365share/nextcloud/apps/serverinfo/l10n/lv.json 9080share/nextcloud/apps/serverinfo/l10n/lv.json
8366share/nextcloud/apps/serverinfo/l10n/mn.js 9081share/nextcloud/apps/serverinfo/l10n/mn.js
8367share/nextcloud/apps/serverinfo/l10n/mn.json 9082share/nextcloud/apps/serverinfo/l10n/mn.json
8368share/nextcloud/apps/serverinfo/l10n/nb.js 9083share/nextcloud/apps/serverinfo/l10n/nb.js
8369share/nextcloud/apps/serverinfo/l10n/nb.json 9084share/nextcloud/apps/serverinfo/l10n/nb.json
8370share/nextcloud/apps/serverinfo/l10n/nl.js 9085share/nextcloud/apps/serverinfo/l10n/nl.js
8371share/nextcloud/apps/serverinfo/l10n/nl.json 9086share/nextcloud/apps/serverinfo/l10n/nl.json
8372share/nextcloud/apps/serverinfo/l10n/pl.js 9087share/nextcloud/apps/serverinfo/l10n/pl.js
8373share/nextcloud/apps/serverinfo/l10n/pl.json 9088share/nextcloud/apps/serverinfo/l10n/pl.json
8374share/nextcloud/apps/serverinfo/l10n/pt_BR.js 9089share/nextcloud/apps/serverinfo/l10n/pt_BR.js
8375share/nextcloud/apps/serverinfo/l10n/pt_BR.json 9090share/nextcloud/apps/serverinfo/l10n/pt_BR.json
8376share/nextcloud/apps/serverinfo/l10n/ru.js 9091share/nextcloud/apps/serverinfo/l10n/ru.js
8377share/nextcloud/apps/serverinfo/l10n/ru.json 9092share/nextcloud/apps/serverinfo/l10n/ru.json
8378share/nextcloud/apps/serverinfo/l10n/sk.js 9093share/nextcloud/apps/serverinfo/l10n/sk.js
8379share/nextcloud/apps/serverinfo/l10n/sk.json 9094share/nextcloud/apps/serverinfo/l10n/sk.json
8380share/nextcloud/apps/serverinfo/l10n/sl.js 9095share/nextcloud/apps/serverinfo/l10n/sl.js
8381share/nextcloud/apps/serverinfo/l10n/sl.json 9096share/nextcloud/apps/serverinfo/l10n/sl.json
8382share/nextcloud/apps/serverinfo/l10n/sq.js 9097share/nextcloud/apps/serverinfo/l10n/sq.js
8383share/nextcloud/apps/serverinfo/l10n/sq.json 9098share/nextcloud/apps/serverinfo/l10n/sq.json
 9099share/nextcloud/apps/serverinfo/l10n/sr.js
 9100share/nextcloud/apps/serverinfo/l10n/sr.json
8384share/nextcloud/apps/serverinfo/l10n/sv.js 9101share/nextcloud/apps/serverinfo/l10n/sv.js
8385share/nextcloud/apps/serverinfo/l10n/sv.json 9102share/nextcloud/apps/serverinfo/l10n/sv.json
8386share/nextcloud/apps/serverinfo/l10n/tr.js 9103share/nextcloud/apps/serverinfo/l10n/tr.js
8387share/nextcloud/apps/serverinfo/l10n/tr.json 9104share/nextcloud/apps/serverinfo/l10n/tr.json
8388share/nextcloud/apps/serverinfo/l10n/vi.js 9105share/nextcloud/apps/serverinfo/l10n/vi.js
8389share/nextcloud/apps/serverinfo/l10n/vi.json 9106share/nextcloud/apps/serverinfo/l10n/vi.json
8390share/nextcloud/apps/serverinfo/l10n/zh_CN.js 9107share/nextcloud/apps/serverinfo/l10n/zh_CN.js
8391share/nextcloud/apps/serverinfo/l10n/zh_CN.json 9108share/nextcloud/apps/serverinfo/l10n/zh_CN.json
8392share/nextcloud/apps/serverinfo/l10n/zh_TW.js 9109share/nextcloud/apps/serverinfo/l10n/zh_TW.js
8393share/nextcloud/apps/serverinfo/l10n/zh_TW.json 9110share/nextcloud/apps/serverinfo/l10n/zh_TW.json
8394share/nextcloud/apps/serverinfo/lib/Controller/ApiController.php 9111share/nextcloud/apps/serverinfo/lib/Controller/ApiController.php
8395share/nextcloud/apps/serverinfo/lib/Controller/PageController.php 9112share/nextcloud/apps/serverinfo/lib/Controller/PageController.php
8396share/nextcloud/apps/serverinfo/lib/DatabaseStatistics.php 9113share/nextcloud/apps/serverinfo/lib/DatabaseStatistics.php
8397share/nextcloud/apps/serverinfo/lib/PhpStatistics.php 9114share/nextcloud/apps/serverinfo/lib/PhpStatistics.php
8398share/nextcloud/apps/serverinfo/lib/SessionStatistics.php 9115share/nextcloud/apps/serverinfo/lib/SessionStatistics.php
8399share/nextcloud/apps/serverinfo/lib/Settings/AdminSection.php 9116share/nextcloud/apps/serverinfo/lib/Settings/AdminSection.php
8400share/nextcloud/apps/serverinfo/lib/Settings/AdminSettings.php 9117share/nextcloud/apps/serverinfo/lib/Settings/AdminSettings.php
8401share/nextcloud/apps/serverinfo/lib/ShareStatistics.php 9118share/nextcloud/apps/serverinfo/lib/ShareStatistics.php
8402share/nextcloud/apps/serverinfo/lib/StorageStatistics.php 9119share/nextcloud/apps/serverinfo/lib/StorageStatistics.php
8403share/nextcloud/apps/serverinfo/lib/SystemStatistics.php 9120share/nextcloud/apps/serverinfo/lib/SystemStatistics.php
8404share/nextcloud/apps/serverinfo/templates/settings-admin.php 9121share/nextcloud/apps/serverinfo/templates/settings-admin.php
8405share/nextcloud/apps/sharebymail/appinfo/app.php 9122share/nextcloud/apps/sharebymail/appinfo/app.php
8406share/nextcloud/apps/sharebymail/appinfo/info.xml 9123share/nextcloud/apps/sharebymail/appinfo/info.xml
8407share/nextcloud/apps/sharebymail/appinfo/signature.json 9124share/nextcloud/apps/sharebymail/appinfo/signature.json
8408share/nextcloud/apps/sharebymail/css/settings-admin.css 9125share/nextcloud/apps/sharebymail/css/settings-admin.css
8409share/nextcloud/apps/sharebymail/img/app.svg 9126share/nextcloud/apps/sharebymail/img/app.svg
8410share/nextcloud/apps/sharebymail/js/settings-admin.js 9127share/nextcloud/apps/sharebymail/js/settings-admin.js
8411share/nextcloud/apps/sharebymail/l10n/.gitkeep 9128share/nextcloud/apps/sharebymail/l10n/.gitkeep
8412share/nextcloud/apps/sharebymail/l10n/ast.js 9129share/nextcloud/apps/sharebymail/l10n/ast.js
8413share/nextcloud/apps/sharebymail/l10n/ast.json 9130share/nextcloud/apps/sharebymail/l10n/ast.json
 9131share/nextcloud/apps/sharebymail/l10n/ca.js
 9132share/nextcloud/apps/sharebymail/l10n/ca.json
8414share/nextcloud/apps/sharebymail/l10n/cs.js 9133share/nextcloud/apps/sharebymail/l10n/cs.js
8415share/nextcloud/apps/sharebymail/l10n/cs.json 9134share/nextcloud/apps/sharebymail/l10n/cs.json
8416share/nextcloud/apps/sharebymail/l10n/cs_CZ.js 9135share/nextcloud/apps/sharebymail/l10n/cs_CZ.js
8417share/nextcloud/apps/sharebymail/l10n/cs_CZ.json 9136share/nextcloud/apps/sharebymail/l10n/cs_CZ.json
8418share/nextcloud/apps/sharebymail/l10n/da.js 9137share/nextcloud/apps/sharebymail/l10n/da.js
8419share/nextcloud/apps/sharebymail/l10n/da.json 9138share/nextcloud/apps/sharebymail/l10n/da.json
8420share/nextcloud/apps/sharebymail/l10n/de.js 9139share/nextcloud/apps/sharebymail/l10n/de.js
8421share/nextcloud/apps/sharebymail/l10n/de.json 9140share/nextcloud/apps/sharebymail/l10n/de.json
8422share/nextcloud/apps/sharebymail/l10n/de_DE.js 9141share/nextcloud/apps/sharebymail/l10n/de_DE.js
8423share/nextcloud/apps/sharebymail/l10n/de_DE.json 9142share/nextcloud/apps/sharebymail/l10n/de_DE.json
8424share/nextcloud/apps/sharebymail/l10n/el.js 9143share/nextcloud/apps/sharebymail/l10n/el.js
8425share/nextcloud/apps/sharebymail/l10n/el.json 9144share/nextcloud/apps/sharebymail/l10n/el.json
8426share/nextcloud/apps/sharebymail/l10n/en_GB.js 9145share/nextcloud/apps/sharebymail/l10n/en_GB.js
8427share/nextcloud/apps/sharebymail/l10n/en_GB.json 9146share/nextcloud/apps/sharebymail/l10n/en_GB.json
8428share/nextcloud/apps/sharebymail/l10n/es.js 9147share/nextcloud/apps/sharebymail/l10n/es.js
8429share/nextcloud/apps/sharebymail/l10n/es.json 9148share/nextcloud/apps/sharebymail/l10n/es.json
8430share/nextcloud/apps/sharebymail/l10n/es_AR.js 9149share/nextcloud/apps/sharebymail/l10n/es_AR.js
8431share/nextcloud/apps/sharebymail/l10n/es_AR.json 9150share/nextcloud/apps/sharebymail/l10n/es_AR.json
 9151share/nextcloud/apps/sharebymail/l10n/es_CL.js
 9152share/nextcloud/apps/sharebymail/l10n/es_CL.json
 9153share/nextcloud/apps/sharebymail/l10n/es_CO.js
 9154share/nextcloud/apps/sharebymail/l10n/es_CO.json
 9155share/nextcloud/apps/sharebymail/l10n/es_CR.js
 9156share/nextcloud/apps/sharebymail/l10n/es_CR.json
 9157share/nextcloud/apps/sharebymail/l10n/es_DO.js
 9158share/nextcloud/apps/sharebymail/l10n/es_DO.json
 9159share/nextcloud/apps/sharebymail/l10n/es_EC.js
 9160share/nextcloud/apps/sharebymail/l10n/es_EC.json
 9161share/nextcloud/apps/sharebymail/l10n/es_GT.js
 9162share/nextcloud/apps/sharebymail/l10n/es_GT.json
 9163share/nextcloud/apps/sharebymail/l10n/es_HN.js
 9164share/nextcloud/apps/sharebymail/l10n/es_HN.json
8432share/nextcloud/apps/sharebymail/l10n/es_MX.js 9165share/nextcloud/apps/sharebymail/l10n/es_MX.js
8433share/nextcloud/apps/sharebymail/l10n/es_MX.json 9166share/nextcloud/apps/sharebymail/l10n/es_MX.json
 9167share/nextcloud/apps/sharebymail/l10n/es_NI.js
 9168share/nextcloud/apps/sharebymail/l10n/es_NI.json
 9169share/nextcloud/apps/sharebymail/l10n/es_PA.js
 9170share/nextcloud/apps/sharebymail/l10n/es_PA.json
 9171share/nextcloud/apps/sharebymail/l10n/es_PE.js
 9172share/nextcloud/apps/sharebymail/l10n/es_PE.json
 9173share/nextcloud/apps/sharebymail/l10n/es_PR.js
 9174share/nextcloud/apps/sharebymail/l10n/es_PR.json
 9175share/nextcloud/apps/sharebymail/l10n/es_PY.js
 9176share/nextcloud/apps/sharebymail/l10n/es_PY.json
 9177share/nextcloud/apps/sharebymail/l10n/es_SV.js
 9178share/nextcloud/apps/sharebymail/l10n/es_SV.json
 9179share/nextcloud/apps/sharebymail/l10n/es_UY.js
 9180share/nextcloud/apps/sharebymail/l10n/es_UY.json
8434share/nextcloud/apps/sharebymail/l10n/fi.js 9181share/nextcloud/apps/sharebymail/l10n/fi.js
8435share/nextcloud/apps/sharebymail/l10n/fi.json 9182share/nextcloud/apps/sharebymail/l10n/fi.json
8436share/nextcloud/apps/sharebymail/l10n/fr.js 9183share/nextcloud/apps/sharebymail/l10n/fr.js
8437share/nextcloud/apps/sharebymail/l10n/fr.json 9184share/nextcloud/apps/sharebymail/l10n/fr.json
8438share/nextcloud/apps/sharebymail/l10n/gl.js 9185share/nextcloud/apps/sharebymail/l10n/gl.js
8439share/nextcloud/apps/sharebymail/l10n/gl.json 9186share/nextcloud/apps/sharebymail/l10n/gl.json
 9187share/nextcloud/apps/sharebymail/l10n/hu.js
 9188share/nextcloud/apps/sharebymail/l10n/hu.json
8440share/nextcloud/apps/sharebymail/l10n/ia.js 9189share/nextcloud/apps/sharebymail/l10n/ia.js
8441share/nextcloud/apps/sharebymail/l10n/ia.json 9190share/nextcloud/apps/sharebymail/l10n/ia.json
8442share/nextcloud/apps/sharebymail/l10n/id.js 9191share/nextcloud/apps/sharebymail/l10n/id.js
8443share/nextcloud/apps/sharebymail/l10n/id.json 9192share/nextcloud/apps/sharebymail/l10n/id.json
8444share/nextcloud/apps/sharebymail/l10n/is.js 9193share/nextcloud/apps/sharebymail/l10n/is.js
8445share/nextcloud/apps/sharebymail/l10n/is.json 9194share/nextcloud/apps/sharebymail/l10n/is.json
8446share/nextcloud/apps/sharebymail/l10n/it.js 9195share/nextcloud/apps/sharebymail/l10n/it.js
8447share/nextcloud/apps/sharebymail/l10n/it.json 9196share/nextcloud/apps/sharebymail/l10n/it.json
8448share/nextcloud/apps/sharebymail/l10n/ja.js 9197share/nextcloud/apps/sharebymail/l10n/ja.js
8449share/nextcloud/apps/sharebymail/l10n/ja.json 9198share/nextcloud/apps/sharebymail/l10n/ja.json
 9199share/nextcloud/apps/sharebymail/l10n/ka_GE.js
 9200share/nextcloud/apps/sharebymail/l10n/ka_GE.json
8450share/nextcloud/apps/sharebymail/l10n/ko.js 9201share/nextcloud/apps/sharebymail/l10n/ko.js
8451share/nextcloud/apps/sharebymail/l10n/ko.json 9202share/nextcloud/apps/sharebymail/l10n/ko.json
8452share/nextcloud/apps/sharebymail/l10n/lt_LT.js 9203share/nextcloud/apps/sharebymail/l10n/lt_LT.js
8453share/nextcloud/apps/sharebymail/l10n/lt_LT.json 9204share/nextcloud/apps/sharebymail/l10n/lt_LT.json
8454share/nextcloud/apps/sharebymail/l10n/nb.js 9205share/nextcloud/apps/sharebymail/l10n/nb.js
8455share/nextcloud/apps/sharebymail/l10n/nb.json 9206share/nextcloud/apps/sharebymail/l10n/nb.json
8456share/nextcloud/apps/sharebymail/l10n/nb_NO.js 9207share/nextcloud/apps/sharebymail/l10n/nb_NO.js
8457share/nextcloud/apps/sharebymail/l10n/nb_NO.json 9208share/nextcloud/apps/sharebymail/l10n/nb_NO.json
8458share/nextcloud/apps/sharebymail/l10n/nl.js 9209share/nextcloud/apps/sharebymail/l10n/nl.js
8459share/nextcloud/apps/sharebymail/l10n/nl.json 9210share/nextcloud/apps/sharebymail/l10n/nl.json
8460share/nextcloud/apps/sharebymail/l10n/pl.js 9211share/nextcloud/apps/sharebymail/l10n/pl.js
8461share/nextcloud/apps/sharebymail/l10n/pl.json 9212share/nextcloud/apps/sharebymail/l10n/pl.json
8462share/nextcloud/apps/sharebymail/l10n/pt_BR.js 9213share/nextcloud/apps/sharebymail/l10n/pt_BR.js
8463share/nextcloud/apps/sharebymail/l10n/pt_BR.json 9214share/nextcloud/apps/sharebymail/l10n/pt_BR.json
8464share/nextcloud/apps/sharebymail/l10n/ru.js 9215share/nextcloud/apps/sharebymail/l10n/ru.js
8465share/nextcloud/apps/sharebymail/l10n/ru.json 9216share/nextcloud/apps/sharebymail/l10n/ru.json
8466share/nextcloud/apps/sharebymail/l10n/sk.js 9217share/nextcloud/apps/sharebymail/l10n/sk.js
8467share/nextcloud/apps/sharebymail/l10n/sk.json 9218share/nextcloud/apps/sharebymail/l10n/sk.json
8468share/nextcloud/apps/sharebymail/l10n/sk_SK.js 9219share/nextcloud/apps/sharebymail/l10n/sk_SK.js
8469share/nextcloud/apps/sharebymail/l10n/sk_SK.json 9220share/nextcloud/apps/sharebymail/l10n/sk_SK.json
8470share/nextcloud/apps/sharebymail/l10n/sq.js 9221share/nextcloud/apps/sharebymail/l10n/sq.js
8471share/nextcloud/apps/sharebymail/l10n/sq.json 9222share/nextcloud/apps/sharebymail/l10n/sq.json
 9223share/nextcloud/apps/sharebymail/l10n/sr.js
 9224share/nextcloud/apps/sharebymail/l10n/sr.json
8472share/nextcloud/apps/sharebymail/l10n/sv.js 9225share/nextcloud/apps/sharebymail/l10n/sv.js
8473share/nextcloud/apps/sharebymail/l10n/sv.json 9226share/nextcloud/apps/sharebymail/l10n/sv.json
8474share/nextcloud/apps/sharebymail/l10n/tr.js 9227share/nextcloud/apps/sharebymail/l10n/tr.js
8475share/nextcloud/apps/sharebymail/l10n/tr.json 9228share/nextcloud/apps/sharebymail/l10n/tr.json
8476share/nextcloud/apps/sharebymail/l10n/zh_CN.js 9229share/nextcloud/apps/sharebymail/l10n/zh_CN.js
8477share/nextcloud/apps/sharebymail/l10n/zh_CN.json 9230share/nextcloud/apps/sharebymail/l10n/zh_CN.json
8478share/nextcloud/apps/sharebymail/lib/Activity.php 9231share/nextcloud/apps/sharebymail/lib/Activity.php
8479share/nextcloud/apps/sharebymail/lib/AppInfo/Application.php 9232share/nextcloud/apps/sharebymail/lib/AppInfo/Application.php
8480share/nextcloud/apps/sharebymail/lib/Capabilities.php 9233share/nextcloud/apps/sharebymail/lib/Capabilities.php
8481share/nextcloud/apps/sharebymail/lib/Settings.php 9234share/nextcloud/apps/sharebymail/lib/Settings.php
8482share/nextcloud/apps/sharebymail/lib/Settings/Admin.php 9235share/nextcloud/apps/sharebymail/lib/Settings/Admin.php
8483share/nextcloud/apps/sharebymail/lib/Settings/SettingsManager.php 9236share/nextcloud/apps/sharebymail/lib/Settings/SettingsManager.php
8484share/nextcloud/apps/sharebymail/lib/ShareByMailProvider.php 9237share/nextcloud/apps/sharebymail/lib/ShareByMailProvider.php
8485share/nextcloud/apps/sharebymail/templates/settings-admin.php 9238share/nextcloud/apps/sharebymail/templates/settings-admin.php
8486share/nextcloud/apps/survey_client/COPYING 9239share/nextcloud/apps/survey_client/COPYING
8487share/nextcloud/apps/survey_client/ISSUE_TEMPLATE.md 9240share/nextcloud/apps/survey_client/ISSUE_TEMPLATE.md
8488share/nextcloud/apps/survey_client/appinfo/app.php 9241share/nextcloud/apps/survey_client/appinfo/app.php
8489share/nextcloud/apps/survey_client/appinfo/info.xml 9242share/nextcloud/apps/survey_client/appinfo/info.xml
8490share/nextcloud/apps/survey_client/appinfo/install.php 9243share/nextcloud/apps/survey_client/appinfo/install.php
8491share/nextcloud/apps/survey_client/appinfo/routes.php 9244share/nextcloud/apps/survey_client/appinfo/routes.php
8492share/nextcloud/apps/survey_client/appinfo/signature.json 9245share/nextcloud/apps/survey_client/appinfo/signature.json
8493share/nextcloud/apps/survey_client/appinfo/update.php 9246share/nextcloud/apps/survey_client/appinfo/update.php
8494share/nextcloud/apps/survey_client/css/admin.css 9247share/nextcloud/apps/survey_client/css/admin.css
8495share/nextcloud/apps/survey_client/img/app-dark.svg 9248share/nextcloud/apps/survey_client/img/app-dark.svg
8496share/nextcloud/apps/survey_client/img/app.svg 9249share/nextcloud/apps/survey_client/img/app.svg
8497share/nextcloud/apps/survey_client/js/admin.js 9250share/nextcloud/apps/survey_client/js/admin.js
8498share/nextcloud/apps/survey_client/l10n/.tx/config 9251share/nextcloud/apps/survey_client/l10n/.tx/config
8499share/nextcloud/apps/survey_client/l10n/ast.js 9252share/nextcloud/apps/survey_client/l10n/ast.js
8500share/nextcloud/apps/survey_client/l10n/ast.json 9253share/nextcloud/apps/survey_client/l10n/ast.json
 9254share/nextcloud/apps/survey_client/l10n/ca.js
 9255share/nextcloud/apps/survey_client/l10n/ca.json
 9256share/nextcloud/apps/survey_client/l10n/cs.js
 9257share/nextcloud/apps/survey_client/l10n/cs.json
8501share/nextcloud/apps/survey_client/l10n/da.js 9258share/nextcloud/apps/survey_client/l10n/da.js
8502share/nextcloud/apps/survey_client/l10n/da.json 9259share/nextcloud/apps/survey_client/l10n/da.json
8503share/nextcloud/apps/survey_client/l10n/de.js 9260share/nextcloud/apps/survey_client/l10n/de.js
8504share/nextcloud/apps/survey_client/l10n/de.json 9261share/nextcloud/apps/survey_client/l10n/de.json
8505share/nextcloud/apps/survey_client/l10n/de_DE.js 9262share/nextcloud/apps/survey_client/l10n/de_DE.js
8506share/nextcloud/apps/survey_client/l10n/de_DE.json 9263share/nextcloud/apps/survey_client/l10n/de_DE.json
8507share/nextcloud/apps/survey_client/l10n/el.js 9264share/nextcloud/apps/survey_client/l10n/el.js
8508share/nextcloud/apps/survey_client/l10n/el.json 9265share/nextcloud/apps/survey_client/l10n/el.json
8509share/nextcloud/apps/survey_client/l10n/en_GB.js 9266share/nextcloud/apps/survey_client/l10n/en_GB.js
8510share/nextcloud/apps/survey_client/l10n/en_GB.json 9267share/nextcloud/apps/survey_client/l10n/en_GB.json
8511share/nextcloud/apps/survey_client/l10n/es.js 9268share/nextcloud/apps/survey_client/l10n/es.js
8512share/nextcloud/apps/survey_client/l10n/es.json 9269share/nextcloud/apps/survey_client/l10n/es.json
 9270share/nextcloud/apps/survey_client/l10n/es_CL.js
 9271share/nextcloud/apps/survey_client/l10n/es_CL.json
 9272share/nextcloud/apps/survey_client/l10n/es_CO.js
 9273share/nextcloud/apps/survey_client/l10n/es_CO.json
 9274share/nextcloud/apps/survey_client/l10n/es_CR.js
 9275share/nextcloud/apps/survey_client/l10n/es_CR.json
 9276share/nextcloud/apps/survey_client/l10n/es_DO.js
 9277share/nextcloud/apps/survey_client/l10n/es_DO.json
 9278share/nextcloud/apps/survey_client/l10n/es_EC.js
 9279share/nextcloud/apps/survey_client/l10n/es_EC.json
 9280share/nextcloud/apps/survey_client/l10n/es_GT.js
 9281share/nextcloud/apps/survey_client/l10n/es_GT.json
 9282share/nextcloud/apps/survey_client/l10n/es_HN.js
 9283share/nextcloud/apps/survey_client/l10n/es_HN.json
8513share/nextcloud/apps/survey_client/l10n/es_MX.js 9284share/nextcloud/apps/survey_client/l10n/es_MX.js
8514share/nextcloud/apps/survey_client/l10n/es_MX.json 9285share/nextcloud/apps/survey_client/l10n/es_MX.json
 9286share/nextcloud/apps/survey_client/l10n/es_NI.js
 9287share/nextcloud/apps/survey_client/l10n/es_NI.json
 9288share/nextcloud/apps/survey_client/l10n/es_PA.js
 9289share/nextcloud/apps/survey_client/l10n/es_PA.json
 9290share/nextcloud/apps/survey_client/l10n/es_PE.js
 9291share/nextcloud/apps/survey_client/l10n/es_PE.json
 9292share/nextcloud/apps/survey_client/l10n/es_PR.js
 9293share/nextcloud/apps/survey_client/l10n/es_PR.json
 9294share/nextcloud/apps/survey_client/l10n/es_PY.js
 9295share/nextcloud/apps/survey_client/l10n/es_PY.json
 9296share/nextcloud/apps/survey_client/l10n/es_SV.js
 9297share/nextcloud/apps/survey_client/l10n/es_SV.json
 9298share/nextcloud/apps/survey_client/l10n/es_UY.js
 9299share/nextcloud/apps/survey_client/l10n/es_UY.json
8515share/nextcloud/apps/survey_client/l10n/fi.js 9300share/nextcloud/apps/survey_client/l10n/fi.js
8516share/nextcloud/apps/survey_client/l10n/fi.json 9301share/nextcloud/apps/survey_client/l10n/fi.json
8517share/nextcloud/apps/survey_client/l10n/fr.js 9302share/nextcloud/apps/survey_client/l10n/fr.js
8518share/nextcloud/apps/survey_client/l10n/fr.json 9303share/nextcloud/apps/survey_client/l10n/fr.json
8519share/nextcloud/apps/survey_client/l10n/hu.js 9304share/nextcloud/apps/survey_client/l10n/hu.js
8520share/nextcloud/apps/survey_client/l10n/hu.json 9305share/nextcloud/apps/survey_client/l10n/hu.json
8521share/nextcloud/apps/survey_client/l10n/is.js 9306share/nextcloud/apps/survey_client/l10n/is.js
8522share/nextcloud/apps/survey_client/l10n/is.json 9307share/nextcloud/apps/survey_client/l10n/is.json
8523share/nextcloud/apps/survey_client/l10n/it.js 9308share/nextcloud/apps/survey_client/l10n/it.js
8524share/nextcloud/apps/survey_client/l10n/it.json 9309share/nextcloud/apps/survey_client/l10n/it.json
8525share/nextcloud/apps/survey_client/l10n/ja.js 9310share/nextcloud/apps/survey_client/l10n/ja.js
8526share/nextcloud/apps/survey_client/l10n/ja.json 9311share/nextcloud/apps/survey_client/l10n/ja.json
 9312share/nextcloud/apps/survey_client/l10n/ka_GE.js
 9313share/nextcloud/apps/survey_client/l10n/ka_GE.json
8527share/nextcloud/apps/survey_client/l10n/lv.js 9314share/nextcloud/apps/survey_client/l10n/lv.js
8528share/nextcloud/apps/survey_client/l10n/lv.json 9315share/nextcloud/apps/survey_client/l10n/lv.json
8529share/nextcloud/apps/survey_client/l10n/mn.js 9316share/nextcloud/apps/survey_client/l10n/mn.js
8530share/nextcloud/apps/survey_client/l10n/mn.json 9317share/nextcloud/apps/survey_client/l10n/mn.json
8531share/nextcloud/apps/survey_client/l10n/nb.js 9318share/nextcloud/apps/survey_client/l10n/nb.js
8532share/nextcloud/apps/survey_client/l10n/nb.json 9319share/nextcloud/apps/survey_client/l10n/nb.json
8533share/nextcloud/apps/survey_client/l10n/nl.js 9320share/nextcloud/apps/survey_client/l10n/nl.js
8534share/nextcloud/apps/survey_client/l10n/nl.json 9321share/nextcloud/apps/survey_client/l10n/nl.json
8535share/nextcloud/apps/survey_client/l10n/pl.js 9322share/nextcloud/apps/survey_client/l10n/pl.js
8536share/nextcloud/apps/survey_client/l10n/pl.json 9323share/nextcloud/apps/survey_client/l10n/pl.json
8537share/nextcloud/apps/survey_client/l10n/pt_BR.js 9324share/nextcloud/apps/survey_client/l10n/pt_BR.js
8538share/nextcloud/apps/survey_client/l10n/pt_BR.json 9325share/nextcloud/apps/survey_client/l10n/pt_BR.json
8539share/nextcloud/apps/survey_client/l10n/ru.js 9326share/nextcloud/apps/survey_client/l10n/ru.js
8540share/nextcloud/apps/survey_client/l10n/ru.json 9327share/nextcloud/apps/survey_client/l10n/ru.json
 9328share/nextcloud/apps/survey_client/l10n/sk.js
 9329share/nextcloud/apps/survey_client/l10n/sk.json
8541share/nextcloud/apps/survey_client/l10n/sq.js 9330share/nextcloud/apps/survey_client/l10n/sq.js
8542share/nextcloud/apps/survey_client/l10n/sq.json 9331share/nextcloud/apps/survey_client/l10n/sq.json
 9332share/nextcloud/apps/survey_client/l10n/sr.js
 9333share/nextcloud/apps/survey_client/l10n/sr.json
8543share/nextcloud/apps/survey_client/l10n/sv.js 9334share/nextcloud/apps/survey_client/l10n/sv.js
8544share/nextcloud/apps/survey_client/l10n/sv.json 9335share/nextcloud/apps/survey_client/l10n/sv.json
8545share/nextcloud/apps/survey_client/l10n/th.js 9336share/nextcloud/apps/survey_client/l10n/th.js
8546share/nextcloud/apps/survey_client/l10n/th.json 9337share/nextcloud/apps/survey_client/l10n/th.json
8547share/nextcloud/apps/survey_client/l10n/tr.js 9338share/nextcloud/apps/survey_client/l10n/tr.js
8548share/nextcloud/apps/survey_client/l10n/tr.json 9339share/nextcloud/apps/survey_client/l10n/tr.json
8549share/nextcloud/apps/survey_client/l10n/zh_CN.js 9340share/nextcloud/apps/survey_client/l10n/zh_CN.js
8550share/nextcloud/apps/survey_client/l10n/zh_CN.json 9341share/nextcloud/apps/survey_client/l10n/zh_CN.json
8551share/nextcloud/apps/survey_client/lib/AppInfo/Application.php 9342share/nextcloud/apps/survey_client/lib/AppInfo/Application.php
8552share/nextcloud/apps/survey_client/lib/BackgroundJobs/AdminNotification.php 9343share/nextcloud/apps/survey_client/lib/BackgroundJobs/AdminNotification.php
8553share/nextcloud/apps/survey_client/lib/BackgroundJobs/MonthlyReport.php 9344share/nextcloud/apps/survey_client/lib/BackgroundJobs/MonthlyReport.php
8554share/nextcloud/apps/survey_client/lib/Categories/Apps.php 9345share/nextcloud/apps/survey_client/lib/Categories/Apps.php
8555share/nextcloud/apps/survey_client/lib/Categories/Database.php 9346share/nextcloud/apps/survey_client/lib/Categories/Database.php
8556share/nextcloud/apps/survey_client/lib/Categories/Encryption.php 9347share/nextcloud/apps/survey_client/lib/Categories/Encryption.php
8557share/nextcloud/apps/survey_client/lib/Categories/FilesSharing.php 9348share/nextcloud/apps/survey_client/lib/Categories/FilesSharing.php
8558share/nextcloud/apps/survey_client/lib/Categories/ICategory.php 9349share/nextcloud/apps/survey_client/lib/Categories/ICategory.php
8559share/nextcloud/apps/survey_client/lib/Categories/Php.php 9350share/nextcloud/apps/survey_client/lib/Categories/Php.php
8560share/nextcloud/apps/survey_client/lib/Categories/Server.php 9351share/nextcloud/apps/survey_client/lib/Categories/Server.php
8561share/nextcloud/apps/survey_client/lib/Categories/Stats.php 9352share/nextcloud/apps/survey_client/lib/Categories/Stats.php
8562share/nextcloud/apps/survey_client/lib/Collector.php 9353share/nextcloud/apps/survey_client/lib/Collector.php
8563share/nextcloud/apps/survey_client/lib/Controller/EndpointController.php 9354share/nextcloud/apps/survey_client/lib/Controller/EndpointController.php
8564share/nextcloud/apps/survey_client/lib/Notifier.php 9355share/nextcloud/apps/survey_client/lib/Notifier.php
8565share/nextcloud/apps/survey_client/lib/Settings/AdminSection.php 9356share/nextcloud/apps/survey_client/lib/Settings/AdminSection.php
8566share/nextcloud/apps/survey_client/lib/Settings/AdminSettings.php 9357share/nextcloud/apps/survey_client/lib/Settings/AdminSettings.php
8567share/nextcloud/apps/survey_client/templates/admin.php 9358share/nextcloud/apps/survey_client/templates/admin.php
8568share/nextcloud/apps/systemtags/appinfo/app.php 9359share/nextcloud/apps/systemtags/appinfo/app.php
8569share/nextcloud/apps/systemtags/appinfo/info.xml 9360share/nextcloud/apps/systemtags/appinfo/info.xml
8570share/nextcloud/apps/systemtags/appinfo/routes.php 9361share/nextcloud/apps/systemtags/appinfo/routes.php
8571share/nextcloud/apps/systemtags/appinfo/signature.json 9362share/nextcloud/apps/systemtags/appinfo/signature.json
8572share/nextcloud/apps/systemtags/css/systemtagsfilelist.css 9363share/nextcloud/apps/systemtags/css/systemtagsfilelist.css
8573share/nextcloud/apps/systemtags/img/app.svg 9364share/nextcloud/apps/systemtags/img/app.svg
8574share/nextcloud/apps/systemtags/img/tag.svg 9365share/nextcloud/apps/systemtags/img/tag.svg
8575share/nextcloud/apps/systemtags/js/admin.js 9366share/nextcloud/apps/systemtags/js/admin.js
8576share/nextcloud/apps/systemtags/js/app.js 9367share/nextcloud/apps/systemtags/js/app.js
8577share/nextcloud/apps/systemtags/js/filesplugin.js 9368share/nextcloud/apps/systemtags/js/filesplugin.js
8578share/nextcloud/apps/systemtags/js/merged.json 9369share/nextcloud/apps/systemtags/js/merged.json
8579share/nextcloud/apps/systemtags/js/systemtagsfilelist.js 9370share/nextcloud/apps/systemtags/js/systemtagsfilelist.js
8580share/nextcloud/apps/systemtags/js/systemtagsinfoview.js 9371share/nextcloud/apps/systemtags/js/systemtagsinfoview.js
8581share/nextcloud/apps/systemtags/js/systemtagsinfoviewtoggleview.js 9372share/nextcloud/apps/systemtags/js/systemtagsinfoviewtoggleview.js
8582share/nextcloud/apps/systemtags/l10n/.gitkeep 9373share/nextcloud/apps/systemtags/l10n/.gitkeep
8583share/nextcloud/apps/systemtags/l10n/ar.js 9374share/nextcloud/apps/systemtags/l10n/ar.js
8584share/nextcloud/apps/systemtags/l10n/ar.json 9375share/nextcloud/apps/systemtags/l10n/ar.json
8585share/nextcloud/apps/systemtags/l10n/ast.js 9376share/nextcloud/apps/systemtags/l10n/ast.js
8586share/nextcloud/apps/systemtags/l10n/ast.json 9377share/nextcloud/apps/systemtags/l10n/ast.json
8587share/nextcloud/apps/systemtags/l10n/az.js 9378share/nextcloud/apps/systemtags/l10n/az.js
8588share/nextcloud/apps/systemtags/l10n/az.json 9379share/nextcloud/apps/systemtags/l10n/az.json
8589share/nextcloud/apps/systemtags/l10n/bg.js 9380share/nextcloud/apps/systemtags/l10n/bg.js
8590share/nextcloud/apps/systemtags/l10n/bg.json 9381share/nextcloud/apps/systemtags/l10n/bg.json
8591share/nextcloud/apps/systemtags/l10n/bg_BG.js 9382share/nextcloud/apps/systemtags/l10n/bg_BG.js
8592share/nextcloud/apps/systemtags/l10n/bg_BG.json 9383share/nextcloud/apps/systemtags/l10n/bg_BG.json
8593share/nextcloud/apps/systemtags/l10n/bn_BD.js 9384share/nextcloud/apps/systemtags/l10n/bn_BD.js
8594share/nextcloud/apps/systemtags/l10n/bn_BD.json 9385share/nextcloud/apps/systemtags/l10n/bn_BD.json
8595share/nextcloud/apps/systemtags/l10n/bn_IN.js 9386share/nextcloud/apps/systemtags/l10n/bn_IN.js
8596share/nextcloud/apps/systemtags/l10n/bn_IN.json 9387share/nextcloud/apps/systemtags/l10n/bn_IN.json
8597share/nextcloud/apps/systemtags/l10n/bs.js 9388share/nextcloud/apps/systemtags/l10n/bs.js
8598share/nextcloud/apps/systemtags/l10n/bs.json 9389share/nextcloud/apps/systemtags/l10n/bs.json
8599share/nextcloud/apps/systemtags/l10n/ca.js 9390share/nextcloud/apps/systemtags/l10n/ca.js
8600share/nextcloud/apps/systemtags/l10n/ca.json 9391share/nextcloud/apps/systemtags/l10n/ca.json
8601share/nextcloud/apps/systemtags/l10n/cs.js 9392share/nextcloud/apps/systemtags/l10n/cs.js
8602share/nextcloud/apps/systemtags/l10n/cs.json 9393share/nextcloud/apps/systemtags/l10n/cs.json
8603share/nextcloud/apps/systemtags/l10n/cs_CZ.js 9394share/nextcloud/apps/systemtags/l10n/cs_CZ.js
8604share/nextcloud/apps/systemtags/l10n/cs_CZ.json 9395share/nextcloud/apps/systemtags/l10n/cs_CZ.json
8605share/nextcloud/apps/systemtags/l10n/cy_GB.js 9396share/nextcloud/apps/systemtags/l10n/cy_GB.js
8606share/nextcloud/apps/systemtags/l10n/cy_GB.json 9397share/nextcloud/apps/systemtags/l10n/cy_GB.json
8607share/nextcloud/apps/systemtags/l10n/da.js 9398share/nextcloud/apps/systemtags/l10n/da.js
8608share/nextcloud/apps/systemtags/l10n/da.json 9399share/nextcloud/apps/systemtags/l10n/da.json
8609share/nextcloud/apps/systemtags/l10n/de.js 9400share/nextcloud/apps/systemtags/l10n/de.js
8610share/nextcloud/apps/systemtags/l10n/de.json 9401share/nextcloud/apps/systemtags/l10n/de.json
8611share/nextcloud/apps/systemtags/l10n/de_AT.js 9402share/nextcloud/apps/systemtags/l10n/de_AT.js
8612share/nextcloud/apps/systemtags/l10n/de_AT.json 9403share/nextcloud/apps/systemtags/l10n/de_AT.json
8613share/nextcloud/apps/systemtags/l10n/de_DE.js 9404share/nextcloud/apps/systemtags/l10n/de_DE.js
8614share/nextcloud/apps/systemtags/l10n/de_DE.json 9405share/nextcloud/apps/systemtags/l10n/de_DE.json
8615share/nextcloud/apps/systemtags/l10n/el.js 9406share/nextcloud/apps/systemtags/l10n/el.js
8616share/nextcloud/apps/systemtags/l10n/el.json 9407share/nextcloud/apps/systemtags/l10n/el.json
8617share/nextcloud/apps/systemtags/l10n/en_GB.js 9408share/nextcloud/apps/systemtags/l10n/en_GB.js
8618share/nextcloud/apps/systemtags/l10n/en_GB.json 9409share/nextcloud/apps/systemtags/l10n/en_GB.json
8619share/nextcloud/apps/systemtags/l10n/eo.js 9410share/nextcloud/apps/systemtags/l10n/eo.js
8620share/nextcloud/apps/systemtags/l10n/eo.json 9411share/nextcloud/apps/systemtags/l10n/eo.json
8621share/nextcloud/apps/systemtags/l10n/es.js 9412share/nextcloud/apps/systemtags/l10n/es.js
8622share/nextcloud/apps/systemtags/l10n/es.json 9413share/nextcloud/apps/systemtags/l10n/es.json
8623share/nextcloud/apps/systemtags/l10n/es_AR.js 9414share/nextcloud/apps/systemtags/l10n/es_AR.js
8624share/nextcloud/apps/systemtags/l10n/es_AR.json 9415share/nextcloud/apps/systemtags/l10n/es_AR.json
 9416share/nextcloud/apps/systemtags/l10n/es_CL.js
 9417share/nextcloud/apps/systemtags/l10n/es_CL.json
 9418share/nextcloud/apps/systemtags/l10n/es_CO.js
 9419share/nextcloud/apps/systemtags/l10n/es_CO.json
 9420share/nextcloud/apps/systemtags/l10n/es_CR.js
 9421share/nextcloud/apps/systemtags/l10n/es_CR.json
 9422share/nextcloud/apps/systemtags/l10n/es_DO.js
 9423share/nextcloud/apps/systemtags/l10n/es_DO.json
 9424share/nextcloud/apps/systemtags/l10n/es_EC.js
 9425share/nextcloud/apps/systemtags/l10n/es_EC.json
 9426share/nextcloud/apps/systemtags/l10n/es_GT.js
 9427share/nextcloud/apps/systemtags/l10n/es_GT.json
 9428share/nextcloud/apps/systemtags/l10n/es_HN.js
 9429share/nextcloud/apps/systemtags/l10n/es_HN.json
8625share/nextcloud/apps/systemtags/l10n/es_MX.js 9430share/nextcloud/apps/systemtags/l10n/es_MX.js
8626share/nextcloud/apps/systemtags/l10n/es_MX.json 9431share/nextcloud/apps/systemtags/l10n/es_MX.json
 9432share/nextcloud/apps/systemtags/l10n/es_NI.js
 9433share/nextcloud/apps/systemtags/l10n/es_NI.json
 9434share/nextcloud/apps/systemtags/l10n/es_PA.js
 9435share/nextcloud/apps/systemtags/l10n/es_PA.json
 9436share/nextcloud/apps/systemtags/l10n/es_PE.js
 9437share/nextcloud/apps/systemtags/l10n/es_PE.json
 9438share/nextcloud/apps/systemtags/l10n/es_PR.js
 9439share/nextcloud/apps/systemtags/l10n/es_PR.json
 9440share/nextcloud/apps/systemtags/l10n/es_PY.js
 9441share/nextcloud/apps/systemtags/l10n/es_PY.json
 9442share/nextcloud/apps/systemtags/l10n/es_SV.js
 9443share/nextcloud/apps/systemtags/l10n/es_SV.json
 9444share/nextcloud/apps/systemtags/l10n/es_UY.js
 9445share/nextcloud/apps/systemtags/l10n/es_UY.json
8627share/nextcloud/apps/systemtags/l10n/et_EE.js 9446share/nextcloud/apps/systemtags/l10n/et_EE.js
8628share/nextcloud/apps/systemtags/l10n/et_EE.json 9447share/nextcloud/apps/systemtags/l10n/et_EE.json
8629share/nextcloud/apps/systemtags/l10n/eu.js 9448share/nextcloud/apps/systemtags/l10n/eu.js
8630share/nextcloud/apps/systemtags/l10n/eu.json 9449share/nextcloud/apps/systemtags/l10n/eu.json
8631share/nextcloud/apps/systemtags/l10n/fa.js 9450share/nextcloud/apps/systemtags/l10n/fa.js
8632share/nextcloud/apps/systemtags/l10n/fa.json 9451share/nextcloud/apps/systemtags/l10n/fa.json
8633share/nextcloud/apps/systemtags/l10n/fi.js 9452share/nextcloud/apps/systemtags/l10n/fi.js
8634share/nextcloud/apps/systemtags/l10n/fi.json 9453share/nextcloud/apps/systemtags/l10n/fi.json
8635share/nextcloud/apps/systemtags/l10n/fi_FI.js 9454share/nextcloud/apps/systemtags/l10n/fi_FI.js
8636share/nextcloud/apps/systemtags/l10n/fi_FI.json 9455share/nextcloud/apps/systemtags/l10n/fi_FI.json
8637share/nextcloud/apps/systemtags/l10n/fr.js 9456share/nextcloud/apps/systemtags/l10n/fr.js
8638share/nextcloud/apps/systemtags/l10n/fr.json 9457share/nextcloud/apps/systemtags/l10n/fr.json
8639share/nextcloud/apps/systemtags/l10n/gl.js 9458share/nextcloud/apps/systemtags/l10n/gl.js
8640share/nextcloud/apps/systemtags/l10n/gl.json 9459share/nextcloud/apps/systemtags/l10n/gl.json
8641share/nextcloud/apps/systemtags/l10n/he.js 9460share/nextcloud/apps/systemtags/l10n/he.js
8642share/nextcloud/apps/systemtags/l10n/he.json 9461share/nextcloud/apps/systemtags/l10n/he.json
8643share/nextcloud/apps/systemtags/l10n/hr.js 9462share/nextcloud/apps/systemtags/l10n/hr.js
8644share/nextcloud/apps/systemtags/l10n/hr.json 9463share/nextcloud/apps/systemtags/l10n/hr.json
8645share/nextcloud/apps/systemtags/l10n/hu.js 9464share/nextcloud/apps/systemtags/l10n/hu.js
8646share/nextcloud/apps/systemtags/l10n/hu.json 9465share/nextcloud/apps/systemtags/l10n/hu.json
8647share/nextcloud/apps/systemtags/l10n/hu_HU.js 9466share/nextcloud/apps/systemtags/l10n/hu_HU.js
8648share/nextcloud/apps/systemtags/l10n/hu_HU.json 9467share/nextcloud/apps/systemtags/l10n/hu_HU.json
8649share/nextcloud/apps/systemtags/l10n/hy.js 9468share/nextcloud/apps/systemtags/l10n/hy.js
8650share/nextcloud/apps/systemtags/l10n/hy.json 9469share/nextcloud/apps/systemtags/l10n/hy.json
8651share/nextcloud/apps/systemtags/l10n/ia.js 9470share/nextcloud/apps/systemtags/l10n/ia.js
8652share/nextcloud/apps/systemtags/l10n/ia.json 9471share/nextcloud/apps/systemtags/l10n/ia.json
8653share/nextcloud/apps/systemtags/l10n/id.js 9472share/nextcloud/apps/systemtags/l10n/id.js
8654share/nextcloud/apps/systemtags/l10n/id.json 9473share/nextcloud/apps/systemtags/l10n/id.json
8655share/nextcloud/apps/systemtags/l10n/is.js 9474share/nextcloud/apps/systemtags/l10n/is.js
8656share/nextcloud/apps/systemtags/l10n/is.json 9475share/nextcloud/apps/systemtags/l10n/is.json
8657share/nextcloud/apps/systemtags/l10n/it.js 9476share/nextcloud/apps/systemtags/l10n/it.js
8658share/nextcloud/apps/systemtags/l10n/it.json 9477share/nextcloud/apps/systemtags/l10n/it.json
8659share/nextcloud/apps/systemtags/l10n/ja.js 9478share/nextcloud/apps/systemtags/l10n/ja.js
8660share/nextcloud/apps/systemtags/l10n/ja.json 9479share/nextcloud/apps/systemtags/l10n/ja.json
8661share/nextcloud/apps/systemtags/l10n/ka_GE.js 9480share/nextcloud/apps/systemtags/l10n/ka_GE.js
8662share/nextcloud/apps/systemtags/l10n/ka_GE.json 9481share/nextcloud/apps/systemtags/l10n/ka_GE.json
8663share/nextcloud/apps/systemtags/l10n/km.js 9482share/nextcloud/apps/systemtags/l10n/km.js
8664share/nextcloud/apps/systemtags/l10n/km.json 9483share/nextcloud/apps/systemtags/l10n/km.json
8665share/nextcloud/apps/systemtags/l10n/kn.js 9484share/nextcloud/apps/systemtags/l10n/kn.js
8666share/nextcloud/apps/systemtags/l10n/kn.json 9485share/nextcloud/apps/systemtags/l10n/kn.json
8667share/nextcloud/apps/systemtags/l10n/ko.js 9486share/nextcloud/apps/systemtags/l10n/ko.js
8668share/nextcloud/apps/systemtags/l10n/ko.json 9487share/nextcloud/apps/systemtags/l10n/ko.json
8669share/nextcloud/apps/systemtags/l10n/ku_IQ.js 9488share/nextcloud/apps/systemtags/l10n/ku_IQ.js
8670share/nextcloud/apps/systemtags/l10n/ku_IQ.json 9489share/nextcloud/apps/systemtags/l10n/ku_IQ.json
8671share/nextcloud/apps/systemtags/l10n/lb.js 9490share/nextcloud/apps/systemtags/l10n/lb.js
8672share/nextcloud/apps/systemtags/l10n/lb.json 9491share/nextcloud/apps/systemtags/l10n/lb.json
8673share/nextcloud/apps/systemtags/l10n/lt_LT.js 9492share/nextcloud/apps/systemtags/l10n/lt_LT.js
8674share/nextcloud/apps/systemtags/l10n/lt_LT.json 9493share/nextcloud/apps/systemtags/l10n/lt_LT.json
8675share/nextcloud/apps/systemtags/l10n/lv.js 9494share/nextcloud/apps/systemtags/l10n/lv.js
8676share/nextcloud/apps/systemtags/l10n/lv.json 9495share/nextcloud/apps/systemtags/l10n/lv.json
8677share/nextcloud/apps/systemtags/l10n/mk.js 9496share/nextcloud/apps/systemtags/l10n/mk.js
8678share/nextcloud/apps/systemtags/l10n/mk.json 9497share/nextcloud/apps/systemtags/l10n/mk.json
8679share/nextcloud/apps/systemtags/l10n/ms_MY.js 9498share/nextcloud/apps/systemtags/l10n/ms_MY.js
8680share/nextcloud/apps/systemtags/l10n/ms_MY.json 9499share/nextcloud/apps/systemtags/l10n/ms_MY.json
8681share/nextcloud/apps/systemtags/l10n/nb.js 9500share/nextcloud/apps/systemtags/l10n/nb.js
8682share/nextcloud/apps/systemtags/l10n/nb.json 9501share/nextcloud/apps/systemtags/l10n/nb.json
8683share/nextcloud/apps/systemtags/l10n/nb_NO.js 9502share/nextcloud/apps/systemtags/l10n/nb_NO.js
8684share/nextcloud/apps/systemtags/l10n/nb_NO.json 9503share/nextcloud/apps/systemtags/l10n/nb_NO.json
8685share/nextcloud/apps/systemtags/l10n/nds.js 9504share/nextcloud/apps/systemtags/l10n/nds.js
8686share/nextcloud/apps/systemtags/l10n/nds.json 9505share/nextcloud/apps/systemtags/l10n/nds.json
8687share/nextcloud/apps/systemtags/l10n/nl.js 9506share/nextcloud/apps/systemtags/l10n/nl.js
8688share/nextcloud/apps/systemtags/l10n/nl.json 9507share/nextcloud/apps/systemtags/l10n/nl.json
8689share/nextcloud/apps/systemtags/l10n/nn_NO.js 9508share/nextcloud/apps/systemtags/l10n/nn_NO.js
8690share/nextcloud/apps/systemtags/l10n/nn_NO.json 9509share/nextcloud/apps/systemtags/l10n/nn_NO.json
8691share/nextcloud/apps/systemtags/l10n/oc.js 9510share/nextcloud/apps/systemtags/l10n/oc.js
8692share/nextcloud/apps/systemtags/l10n/oc.json 9511share/nextcloud/apps/systemtags/l10n/oc.json
8693share/nextcloud/apps/systemtags/l10n/pl.js 9512share/nextcloud/apps/systemtags/l10n/pl.js
8694share/nextcloud/apps/systemtags/l10n/pl.json 9513share/nextcloud/apps/systemtags/l10n/pl.json
8695share/nextcloud/apps/systemtags/l10n/pt_BR.js 9514share/nextcloud/apps/systemtags/l10n/pt_BR.js
8696share/nextcloud/apps/systemtags/l10n/pt_BR.json 9515share/nextcloud/apps/systemtags/l10n/pt_BR.json
8697share/nextcloud/apps/systemtags/l10n/pt_PT.js 9516share/nextcloud/apps/systemtags/l10n/pt_PT.js
8698share/nextcloud/apps/systemtags/l10n/pt_PT.json 9517share/nextcloud/apps/systemtags/l10n/pt_PT.json
8699share/nextcloud/apps/systemtags/l10n/ro.js 9518share/nextcloud/apps/systemtags/l10n/ro.js
8700share/nextcloud/apps/systemtags/l10n/ro.json 9519share/nextcloud/apps/systemtags/l10n/ro.json
8701share/nextcloud/apps/systemtags/l10n/ru.js 9520share/nextcloud/apps/systemtags/l10n/ru.js
8702share/nextcloud/apps/systemtags/l10n/ru.json 9521share/nextcloud/apps/systemtags/l10n/ru.json
8703share/nextcloud/apps/systemtags/l10n/si_LK.js 9522share/nextcloud/apps/systemtags/l10n/si_LK.js
8704share/nextcloud/apps/systemtags/l10n/si_LK.json 9523share/nextcloud/apps/systemtags/l10n/si_LK.json
8705share/nextcloud/apps/systemtags/l10n/sk_SK.js 9524share/nextcloud/apps/systemtags/l10n/sk_SK.js
8706share/nextcloud/apps/systemtags/l10n/sk_SK.json 9525share/nextcloud/apps/systemtags/l10n/sk_SK.json
8707share/nextcloud/apps/systemtags/l10n/sl.js 9526share/nextcloud/apps/systemtags/l10n/sl.js
8708share/nextcloud/apps/systemtags/l10n/sl.json 9527share/nextcloud/apps/systemtags/l10n/sl.json
8709share/nextcloud/apps/systemtags/l10n/sq.js 9528share/nextcloud/apps/systemtags/l10n/sq.js
8710share/nextcloud/apps/systemtags/l10n/sq.json 9529share/nextcloud/apps/systemtags/l10n/sq.json
8711share/nextcloud/apps/systemtags/l10n/sr.js 9530share/nextcloud/apps/systemtags/l10n/sr.js
8712share/nextcloud/apps/systemtags/l10n/sr.json 9531share/nextcloud/apps/systemtags/l10n/sr.json
8713share/nextcloud/apps/systemtags/l10n/sr@latin.js 9532share/nextcloud/apps/systemtags/l10n/sr@latin.js
8714share/nextcloud/apps/systemtags/l10n/sr@latin.json 9533share/nextcloud/apps/systemtags/l10n/sr@latin.json
8715share/nextcloud/apps/systemtags/l10n/sv.js 9534share/nextcloud/apps/systemtags/l10n/sv.js
8716share/nextcloud/apps/systemtags/l10n/sv.json 9535share/nextcloud/apps/systemtags/l10n/sv.json
8717share/nextcloud/apps/systemtags/l10n/ta_LK.js 9536share/nextcloud/apps/systemtags/l10n/ta_LK.js
8718share/nextcloud/apps/systemtags/l10n/ta_LK.json 9537share/nextcloud/apps/systemtags/l10n/ta_LK.json
8719share/nextcloud/apps/systemtags/l10n/te.js 9538share/nextcloud/apps/systemtags/l10n/te.js
8720share/nextcloud/apps/systemtags/l10n/te.json 9539share/nextcloud/apps/systemtags/l10n/te.json
8721share/nextcloud/apps/systemtags/l10n/th_TH.js 9540share/nextcloud/apps/systemtags/l10n/th_TH.js
8722share/nextcloud/apps/systemtags/l10n/th_TH.json 9541share/nextcloud/apps/systemtags/l10n/th_TH.json
8723share/nextcloud/apps/systemtags/l10n/tr.js 9542share/nextcloud/apps/systemtags/l10n/tr.js
8724share/nextcloud/apps/systemtags/l10n/tr.json 9543share/nextcloud/apps/systemtags/l10n/tr.json
8725share/nextcloud/apps/systemtags/l10n/ug.js 9544share/nextcloud/apps/systemtags/l10n/ug.js
8726share/nextcloud/apps/systemtags/l10n/ug.json 9545share/nextcloud/apps/systemtags/l10n/ug.json
8727share/nextcloud/apps/systemtags/l10n/uk.js 9546share/nextcloud/apps/systemtags/l10n/uk.js
8728share/nextcloud/apps/systemtags/l10n/uk.json 9547share/nextcloud/apps/systemtags/l10n/uk.json
8729share/nextcloud/apps/systemtags/l10n/ur_PK.js 9548share/nextcloud/apps/systemtags/l10n/ur_PK.js
8730share/nextcloud/apps/systemtags/l10n/ur_PK.json 9549share/nextcloud/apps/systemtags/l10n/ur_PK.json
8731share/nextcloud/apps/systemtags/l10n/vi.js 9550share/nextcloud/apps/systemtags/l10n/vi.js
8732share/nextcloud/apps/systemtags/l10n/vi.json 9551share/nextcloud/apps/systemtags/l10n/vi.json
8733share/nextcloud/apps/systemtags/l10n/zh_CN.js 9552share/nextcloud/apps/systemtags/l10n/zh_CN.js
8734share/nextcloud/apps/systemtags/l10n/zh_CN.json 9553share/nextcloud/apps/systemtags/l10n/zh_CN.json
8735share/nextcloud/apps/systemtags/l10n/zh_HK.js 9554share/nextcloud/apps/systemtags/l10n/zh_HK.js
8736share/nextcloud/apps/systemtags/l10n/zh_HK.json 9555share/nextcloud/apps/systemtags/l10n/zh_HK.json
8737share/nextcloud/apps/systemtags/l10n/zh_TW.js 9556share/nextcloud/apps/systemtags/l10n/zh_TW.js
8738share/nextcloud/apps/systemtags/l10n/zh_TW.json 9557share/nextcloud/apps/systemtags/l10n/zh_TW.json
8739share/nextcloud/apps/systemtags/lib/Activity/Listener.php 9558share/nextcloud/apps/systemtags/lib/Activity/Listener.php
8740share/nextcloud/apps/systemtags/lib/Activity/Provider.php 9559share/nextcloud/apps/systemtags/lib/Activity/Provider.php
8741share/nextcloud/apps/systemtags/lib/Activity/Setting.php 9560share/nextcloud/apps/systemtags/lib/Activity/Setting.php
8742share/nextcloud/apps/systemtags/lib/Controller/LastUsedController.php 9561share/nextcloud/apps/systemtags/lib/Controller/LastUsedController.php
8743share/nextcloud/apps/systemtags/lib/Settings/Admin.php 9562share/nextcloud/apps/systemtags/lib/Settings/Admin.php
8744share/nextcloud/apps/systemtags/list.php 9563share/nextcloud/apps/systemtags/list.php
8745share/nextcloud/apps/systemtags/templates/admin.php 9564share/nextcloud/apps/systemtags/templates/admin.php
8746share/nextcloud/apps/systemtags/templates/list.php 9565share/nextcloud/apps/systemtags/templates/list.php
8747share/nextcloud/apps/theming/appinfo/app.php 9566share/nextcloud/apps/theming/appinfo/app.php
8748share/nextcloud/apps/theming/appinfo/info.xml 9567share/nextcloud/apps/theming/appinfo/info.xml
8749share/nextcloud/apps/theming/appinfo/routes.php 9568share/nextcloud/apps/theming/appinfo/routes.php
8750share/nextcloud/apps/theming/appinfo/signature.json 9569share/nextcloud/apps/theming/appinfo/signature.json
8751share/nextcloud/apps/theming/css/settings-admin.css 9570share/nextcloud/apps/theming/css/settings-admin.css
8752share/nextcloud/apps/theming/css/theming.scss 9571share/nextcloud/apps/theming/css/theming.scss
8753share/nextcloud/apps/theming/img/app-dark.svg 9572share/nextcloud/apps/theming/img/app-dark.svg
8754share/nextcloud/apps/theming/img/app.svg 9573share/nextcloud/apps/theming/img/app.svg
8755share/nextcloud/apps/theming/js/3rdparty/jscolor/LICENSE.txt 9574share/nextcloud/apps/theming/js/3rdparty/jscolor/LICENSE.txt
8756share/nextcloud/apps/theming/js/3rdparty/jscolor/jscolor.js 9575share/nextcloud/apps/theming/js/3rdparty/jscolor/jscolor.js
8757share/nextcloud/apps/theming/js/3rdparty/jscolor/jscolor.min.js 9576share/nextcloud/apps/theming/js/3rdparty/jscolor/jscolor.min.js
8758share/nextcloud/apps/theming/js/settings-admin.js 9577share/nextcloud/apps/theming/js/settings-admin.js
8759share/nextcloud/apps/theming/l10n/.gitkeep 9578share/nextcloud/apps/theming/l10n/.gitkeep
8760share/nextcloud/apps/theming/l10n/af.js 9579share/nextcloud/apps/theming/l10n/af.js
8761share/nextcloud/apps/theming/l10n/af.json 9580share/nextcloud/apps/theming/l10n/af.json
8762share/nextcloud/apps/theming/l10n/ar.js 9581share/nextcloud/apps/theming/l10n/ar.js
8763share/nextcloud/apps/theming/l10n/ar.json 9582share/nextcloud/apps/theming/l10n/ar.json
8764share/nextcloud/apps/theming/l10n/ast.js 9583share/nextcloud/apps/theming/l10n/ast.js
8765share/nextcloud/apps/theming/l10n/ast.json 9584share/nextcloud/apps/theming/l10n/ast.json
8766share/nextcloud/apps/theming/l10n/bg.js 9585share/nextcloud/apps/theming/l10n/bg.js
8767share/nextcloud/apps/theming/l10n/bg.json 9586share/nextcloud/apps/theming/l10n/bg.json
8768share/nextcloud/apps/theming/l10n/ca.js 9587share/nextcloud/apps/theming/l10n/ca.js
8769share/nextcloud/apps/theming/l10n/ca.json 9588share/nextcloud/apps/theming/l10n/ca.json
8770share/nextcloud/apps/theming/l10n/cs.js 9589share/nextcloud/apps/theming/l10n/cs.js
8771share/nextcloud/apps/theming/l10n/cs.json 9590share/nextcloud/apps/theming/l10n/cs.json
8772share/nextcloud/apps/theming/l10n/da.js 9591share/nextcloud/apps/theming/l10n/da.js
8773share/nextcloud/apps/theming/l10n/da.json 9592share/nextcloud/apps/theming/l10n/da.json
8774share/nextcloud/apps/theming/l10n/de.js 9593share/nextcloud/apps/theming/l10n/de.js
8775share/nextcloud/apps/theming/l10n/de.json 9594share/nextcloud/apps/theming/l10n/de.json
8776share/nextcloud/apps/theming/l10n/de_DE.js 9595share/nextcloud/apps/theming/l10n/de_DE.js
8777share/nextcloud/apps/theming/l10n/de_DE.json 9596share/nextcloud/apps/theming/l10n/de_DE.json
8778share/nextcloud/apps/theming/l10n/el.js 9597share/nextcloud/apps/theming/l10n/el.js
8779share/nextcloud/apps/theming/l10n/el.json 9598share/nextcloud/apps/theming/l10n/el.json
8780share/nextcloud/apps/theming/l10n/en_GB.js 9599share/nextcloud/apps/theming/l10n/en_GB.js
8781share/nextcloud/apps/theming/l10n/en_GB.json 9600share/nextcloud/apps/theming/l10n/en_GB.json
8782share/nextcloud/apps/theming/l10n/es.js 9601share/nextcloud/apps/theming/l10n/es.js
8783share/nextcloud/apps/theming/l10n/es.json 9602share/nextcloud/apps/theming/l10n/es.json
8784share/nextcloud/apps/theming/l10n/es_AR.js 9603share/nextcloud/apps/theming/l10n/es_AR.js
8785share/nextcloud/apps/theming/l10n/es_AR.json 9604share/nextcloud/apps/theming/l10n/es_AR.json
 9605share/nextcloud/apps/theming/l10n/es_CL.js
 9606share/nextcloud/apps/theming/l10n/es_CL.json
 9607share/nextcloud/apps/theming/l10n/es_CO.js
 9608share/nextcloud/apps/theming/l10n/es_CO.json
 9609share/nextcloud/apps/theming/l10n/es_CR.js
 9610share/nextcloud/apps/theming/l10n/es_CR.json
 9611share/nextcloud/apps/theming/l10n/es_DO.js
 9612share/nextcloud/apps/theming/l10n/es_DO.json
 9613share/nextcloud/apps/theming/l10n/es_EC.js
 9614share/nextcloud/apps/theming/l10n/es_EC.json
 9615share/nextcloud/apps/theming/l10n/es_GT.js
 9616share/nextcloud/apps/theming/l10n/es_GT.json
 9617share/nextcloud/apps/theming/l10n/es_HN.js
 9618share/nextcloud/apps/theming/l10n/es_HN.json
8786share/nextcloud/apps/theming/l10n/es_MX.js 9619share/nextcloud/apps/theming/l10n/es_MX.js
8787share/nextcloud/apps/theming/l10n/es_MX.json 9620share/nextcloud/apps/theming/l10n/es_MX.json
 9621share/nextcloud/apps/theming/l10n/es_NI.js
 9622share/nextcloud/apps/theming/l10n/es_NI.json
 9623share/nextcloud/apps/theming/l10n/es_PA.js
 9624share/nextcloud/apps/theming/l10n/es_PA.json
 9625share/nextcloud/apps/theming/l10n/es_PE.js
 9626share/nextcloud/apps/theming/l10n/es_PE.json
 9627share/nextcloud/apps/theming/l10n/es_PR.js
 9628share/nextcloud/apps/theming/l10n/es_PR.json
 9629share/nextcloud/apps/theming/l10n/es_PY.js
 9630share/nextcloud/apps/theming/l10n/es_PY.json
 9631share/nextcloud/apps/theming/l10n/es_SV.js
 9632share/nextcloud/apps/theming/l10n/es_SV.json
 9633share/nextcloud/apps/theming/l10n/es_UY.js
 9634share/nextcloud/apps/theming/l10n/es_UY.json
 9635share/nextcloud/apps/theming/l10n/et_EE.js
 9636share/nextcloud/apps/theming/l10n/et_EE.json
8788share/nextcloud/apps/theming/l10n/fi.js 9637share/nextcloud/apps/theming/l10n/fi.js
8789share/nextcloud/apps/theming/l10n/fi.json 9638share/nextcloud/apps/theming/l10n/fi.json
8790share/nextcloud/apps/theming/l10n/fr.js 9639share/nextcloud/apps/theming/l10n/fr.js
8791share/nextcloud/apps/theming/l10n/fr.json 9640share/nextcloud/apps/theming/l10n/fr.json
8792share/nextcloud/apps/theming/l10n/gl.js 9641share/nextcloud/apps/theming/l10n/gl.js
8793share/nextcloud/apps/theming/l10n/gl.json 9642share/nextcloud/apps/theming/l10n/gl.json
8794share/nextcloud/apps/theming/l10n/hu.js 9643share/nextcloud/apps/theming/l10n/hu.js
8795share/nextcloud/apps/theming/l10n/hu.json 9644share/nextcloud/apps/theming/l10n/hu.json
8796share/nextcloud/apps/theming/l10n/id.js 9645share/nextcloud/apps/theming/l10n/id.js
8797share/nextcloud/apps/theming/l10n/id.json 9646share/nextcloud/apps/theming/l10n/id.json
8798share/nextcloud/apps/theming/l10n/is.js 9647share/nextcloud/apps/theming/l10n/is.js
8799share/nextcloud/apps/theming/l10n/is.json 9648share/nextcloud/apps/theming/l10n/is.json
8800share/nextcloud/apps/theming/l10n/it.js 9649share/nextcloud/apps/theming/l10n/it.js
8801share/nextcloud/apps/theming/l10n/it.json 9650share/nextcloud/apps/theming/l10n/it.json
8802share/nextcloud/apps/theming/l10n/ja.js 9651share/nextcloud/apps/theming/l10n/ja.js
8803share/nextcloud/apps/theming/l10n/ja.json 9652share/nextcloud/apps/theming/l10n/ja.json
 9653share/nextcloud/apps/theming/l10n/ka_GE.js
 9654share/nextcloud/apps/theming/l10n/ka_GE.json
8804share/nextcloud/apps/theming/l10n/ko.js 9655share/nextcloud/apps/theming/l10n/ko.js
8805share/nextcloud/apps/theming/l10n/ko.json 9656share/nextcloud/apps/theming/l10n/ko.json
8806share/nextcloud/apps/theming/l10n/lt_LT.js 9657share/nextcloud/apps/theming/l10n/lt_LT.js
8807share/nextcloud/apps/theming/l10n/lt_LT.json 9658share/nextcloud/apps/theming/l10n/lt_LT.json
8808share/nextcloud/apps/theming/l10n/lv.js 9659share/nextcloud/apps/theming/l10n/lv.js
8809share/nextcloud/apps/theming/l10n/lv.json 9660share/nextcloud/apps/theming/l10n/lv.json
8810share/nextcloud/apps/theming/l10n/mn.js 9661share/nextcloud/apps/theming/l10n/mn.js
8811share/nextcloud/apps/theming/l10n/mn.json 9662share/nextcloud/apps/theming/l10n/mn.json
8812share/nextcloud/apps/theming/l10n/nb.js 9663share/nextcloud/apps/theming/l10n/nb.js
8813share/nextcloud/apps/theming/l10n/nb.json 9664share/nextcloud/apps/theming/l10n/nb.json
8814share/nextcloud/apps/theming/l10n/nl.js 9665share/nextcloud/apps/theming/l10n/nl.js
8815share/nextcloud/apps/theming/l10n/nl.json 9666share/nextcloud/apps/theming/l10n/nl.json
8816share/nextcloud/apps/theming/l10n/pl.js 9667share/nextcloud/apps/theming/l10n/pl.js
8817share/nextcloud/apps/theming/l10n/pl.json 9668share/nextcloud/apps/theming/l10n/pl.json
8818share/nextcloud/apps/theming/l10n/pt_BR.js 9669share/nextcloud/apps/theming/l10n/pt_BR.js
8819share/nextcloud/apps/theming/l10n/pt_BR.json 9670share/nextcloud/apps/theming/l10n/pt_BR.json
8820share/nextcloud/apps/theming/l10n/ru.js 9671share/nextcloud/apps/theming/l10n/ru.js
8821share/nextcloud/apps/theming/l10n/ru.json 9672share/nextcloud/apps/theming/l10n/ru.json
8822share/nextcloud/apps/theming/l10n/sk.js 9673share/nextcloud/apps/theming/l10n/sk.js
8823share/nextcloud/apps/theming/l10n/sk.json 9674share/nextcloud/apps/theming/l10n/sk.json
8824share/nextcloud/apps/theming/l10n/sl.js 9675share/nextcloud/apps/theming/l10n/sl.js
8825share/nextcloud/apps/theming/l10n/sl.json 9676share/nextcloud/apps/theming/l10n/sl.json
8826share/nextcloud/apps/theming/l10n/sq.js 9677share/nextcloud/apps/theming/l10n/sq.js
8827share/nextcloud/apps/theming/l10n/sq.json 9678share/nextcloud/apps/theming/l10n/sq.json
 9679share/nextcloud/apps/theming/l10n/sr.js
 9680share/nextcloud/apps/theming/l10n/sr.json
8828share/nextcloud/apps/theming/l10n/sv.js 9681share/nextcloud/apps/theming/l10n/sv.js
8829share/nextcloud/apps/theming/l10n/sv.json 9682share/nextcloud/apps/theming/l10n/sv.json
8830share/nextcloud/apps/theming/l10n/tr.js 9683share/nextcloud/apps/theming/l10n/tr.js
8831share/nextcloud/apps/theming/l10n/tr.json 9684share/nextcloud/apps/theming/l10n/tr.json
8832share/nextcloud/apps/theming/l10n/vi.js 9685share/nextcloud/apps/theming/l10n/vi.js
8833share/nextcloud/apps/theming/l10n/vi.json 9686share/nextcloud/apps/theming/l10n/vi.json
8834share/nextcloud/apps/theming/l10n/zh_CN.js 9687share/nextcloud/apps/theming/l10n/zh_CN.js
8835share/nextcloud/apps/theming/l10n/zh_CN.json 9688share/nextcloud/apps/theming/l10n/zh_CN.json
8836share/nextcloud/apps/theming/l10n/zh_TW.js 9689share/nextcloud/apps/theming/l10n/zh_TW.js
8837share/nextcloud/apps/theming/l10n/zh_TW.json 9690share/nextcloud/apps/theming/l10n/zh_TW.json
8838share/nextcloud/apps/theming/lib/Capabilities.php 9691share/nextcloud/apps/theming/lib/Capabilities.php
8839share/nextcloud/apps/theming/lib/Controller/IconController.php 9692share/nextcloud/apps/theming/lib/Controller/IconController.php
8840share/nextcloud/apps/theming/lib/Controller/ThemingController.php 9693share/nextcloud/apps/theming/lib/Controller/ThemingController.php
8841share/nextcloud/apps/theming/lib/IconBuilder.php 9694share/nextcloud/apps/theming/lib/IconBuilder.php
8842share/nextcloud/apps/theming/lib/ImageManager.php 9695share/nextcloud/apps/theming/lib/ImageManager.php
8843share/nextcloud/apps/theming/lib/Migration/ThemingImages.php 9696share/nextcloud/apps/theming/lib/Migration/ThemingImages.php
8844share/nextcloud/apps/theming/lib/Settings/Admin.php 9697share/nextcloud/apps/theming/lib/Settings/Admin.php
8845share/nextcloud/apps/theming/lib/Settings/Section.php 9698share/nextcloud/apps/theming/lib/Settings/Section.php
8846share/nextcloud/apps/theming/lib/ThemingDefaults.php 9699share/nextcloud/apps/theming/lib/ThemingDefaults.php
8847share/nextcloud/apps/theming/lib/Util.php 9700share/nextcloud/apps/theming/lib/Util.php
8848share/nextcloud/apps/theming/templates/settings-admin.php 9701share/nextcloud/apps/theming/templates/settings-admin.php
8849share/nextcloud/apps/twofactor_backupcodes/appinfo/app.php 9702share/nextcloud/apps/twofactor_backupcodes/appinfo/app.php
8850share/nextcloud/apps/twofactor_backupcodes/appinfo/database.xml 9703share/nextcloud/apps/twofactor_backupcodes/appinfo/database.xml
8851share/nextcloud/apps/twofactor_backupcodes/appinfo/info.xml 9704share/nextcloud/apps/twofactor_backupcodes/appinfo/info.xml
8852share/nextcloud/apps/twofactor_backupcodes/appinfo/routes.php 9705share/nextcloud/apps/twofactor_backupcodes/appinfo/routes.php
8853share/nextcloud/apps/twofactor_backupcodes/appinfo/signature.json 9706share/nextcloud/apps/twofactor_backupcodes/appinfo/signature.json
8854share/nextcloud/apps/twofactor_backupcodes/css/style.css 9707share/nextcloud/apps/twofactor_backupcodes/css/style.css
8855share/nextcloud/apps/twofactor_backupcodes/js/settings.js 9708share/nextcloud/apps/twofactor_backupcodes/js/settings.js
8856share/nextcloud/apps/twofactor_backupcodes/js/settingsview.js 9709share/nextcloud/apps/twofactor_backupcodes/js/settingsview.js
8857share/nextcloud/apps/twofactor_backupcodes/l10n/.gitkeep 9710share/nextcloud/apps/twofactor_backupcodes/l10n/.gitkeep
8858share/nextcloud/apps/twofactor_backupcodes/l10n/af.js 9711share/nextcloud/apps/twofactor_backupcodes/l10n/af.js
8859share/nextcloud/apps/twofactor_backupcodes/l10n/af.json 9712share/nextcloud/apps/twofactor_backupcodes/l10n/af.json
 9713share/nextcloud/apps/twofactor_backupcodes/l10n/ca.js
 9714share/nextcloud/apps/twofactor_backupcodes/l10n/ca.json
8860share/nextcloud/apps/twofactor_backupcodes/l10n/cs.js 9715share/nextcloud/apps/twofactor_backupcodes/l10n/cs.js
8861share/nextcloud/apps/twofactor_backupcodes/l10n/cs.json 9716share/nextcloud/apps/twofactor_backupcodes/l10n/cs.json
8862share/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.js 9717share/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.js
8863share/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.json 9718share/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.json
8864share/nextcloud/apps/twofactor_backupcodes/l10n/da.js 9719share/nextcloud/apps/twofactor_backupcodes/l10n/da.js
8865share/nextcloud/apps/twofactor_backupcodes/l10n/da.json 9720share/nextcloud/apps/twofactor_backupcodes/l10n/da.json
8866share/nextcloud/apps/twofactor_backupcodes/l10n/de.js 9721share/nextcloud/apps/twofactor_backupcodes/l10n/de.js
8867share/nextcloud/apps/twofactor_backupcodes/l10n/de.json 9722share/nextcloud/apps/twofactor_backupcodes/l10n/de.json
8868share/nextcloud/apps/twofactor_backupcodes/l10n/de_DE.js 9723share/nextcloud/apps/twofactor_backupcodes/l10n/de_DE.js
8869share/nextcloud/apps/twofactor_backupcodes/l10n/de_DE.json 9724share/nextcloud/apps/twofactor_backupcodes/l10n/de_DE.json
8870share/nextcloud/apps/twofactor_backupcodes/l10n/el.js 9725share/nextcloud/apps/twofactor_backupcodes/l10n/el.js
8871share/nextcloud/apps/twofactor_backupcodes/l10n/el.json 9726share/nextcloud/apps/twofactor_backupcodes/l10n/el.json
8872share/nextcloud/apps/twofactor_backupcodes/l10n/en_GB.js 9727share/nextcloud/apps/twofactor_backupcodes/l10n/en_GB.js
8873share/nextcloud/apps/twofactor_backupcodes/l10n/en_GB.json 9728share/nextcloud/apps/twofactor_backupcodes/l10n/en_GB.json
8874share/nextcloud/apps/twofactor_backupcodes/l10n/es.js 9729share/nextcloud/apps/twofactor_backupcodes/l10n/es.js
8875share/nextcloud/apps/twofactor_backupcodes/l10n/es.json 9730share/nextcloud/apps/twofactor_backupcodes/l10n/es.json
8876share/nextcloud/apps/twofactor_backupcodes/l10n/es_AR.js 9731share/nextcloud/apps/twofactor_backupcodes/l10n/es_AR.js
8877share/nextcloud/apps/twofactor_backupcodes/l10n/es_AR.json 9732share/nextcloud/apps/twofactor_backupcodes/l10n/es_AR.json
 9733share/nextcloud/apps/twofactor_backupcodes/l10n/es_CL.js
 9734share/nextcloud/apps/twofactor_backupcodes/l10n/es_CL.json
 9735share/nextcloud/apps/twofactor_backupcodes/l10n/es_CO.js
 9736share/nextcloud/apps/twofactor_backupcodes/l10n/es_CO.json
 9737share/nextcloud/apps/twofactor_backupcodes/l10n/es_CR.js
 9738share/nextcloud/apps/twofactor_backupcodes/l10n/es_CR.json
 9739share/nextcloud/apps/twofactor_backupcodes/l10n/es_DO.js
 9740share/nextcloud/apps/twofactor_backupcodes/l10n/es_DO.json
 9741share/nextcloud/apps/twofactor_backupcodes/l10n/es_EC.js
 9742share/nextcloud/apps/twofactor_backupcodes/l10n/es_EC.json
 9743share/nextcloud/apps/twofactor_backupcodes/l10n/es_GT.js
 9744share/nextcloud/apps/twofactor_backupcodes/l10n/es_GT.json
 9745share/nextcloud/apps/twofactor_backupcodes/l10n/es_HN.js
 9746share/nextcloud/apps/twofactor_backupcodes/l10n/es_HN.json
8878share/nextcloud/apps/twofactor_backupcodes/l10n/es_MX.js 9747share/nextcloud/apps/twofactor_backupcodes/l10n/es_MX.js
8879share/nextcloud/apps/twofactor_backupcodes/l10n/es_MX.json 9748share/nextcloud/apps/twofactor_backupcodes/l10n/es_MX.json
 9749share/nextcloud/apps/twofactor_backupcodes/l10n/es_NI.js
 9750share/nextcloud/apps/twofactor_backupcodes/l10n/es_NI.json
 9751share/nextcloud/apps/twofactor_backupcodes/l10n/es_PA.js
 9752share/nextcloud/apps/twofactor_backupcodes/l10n/es_PA.json
 9753share/nextcloud/apps/twofactor_backupcodes/l10n/es_PE.js
 9754share/nextcloud/apps/twofactor_backupcodes/l10n/es_PE.json
 9755share/nextcloud/apps/twofactor_backupcodes/l10n/es_PR.js
 9756share/nextcloud/apps/twofactor_backupcodes/l10n/es_PR.json
 9757share/nextcloud/apps/twofactor_backupcodes/l10n/es_PY.js
 9758share/nextcloud/apps/twofactor_backupcodes/l10n/es_PY.json
 9759share/nextcloud/apps/twofactor_backupcodes/l10n/es_SV.js
 9760share/nextcloud/apps/twofactor_backupcodes/l10n/es_SV.json
 9761share/nextcloud/apps/twofactor_backupcodes/l10n/es_UY.js
 9762share/nextcloud/apps/twofactor_backupcodes/l10n/es_UY.json
8880share/nextcloud/apps/twofactor_backupcodes/l10n/fi.js 9763share/nextcloud/apps/twofactor_backupcodes/l10n/fi.js
8881share/nextcloud/apps/twofactor_backupcodes/l10n/fi.json 9764share/nextcloud/apps/twofactor_backupcodes/l10n/fi.json
8882share/nextcloud/apps/twofactor_backupcodes/l10n/fr.js 9765share/nextcloud/apps/twofactor_backupcodes/l10n/fr.js
8883share/nextcloud/apps/twofactor_backupcodes/l10n/fr.json 9766share/nextcloud/apps/twofactor_backupcodes/l10n/fr.json
8884share/nextcloud/apps/twofactor_backupcodes/l10n/gl.js 9767share/nextcloud/apps/twofactor_backupcodes/l10n/gl.js
8885share/nextcloud/apps/twofactor_backupcodes/l10n/gl.json 9768share/nextcloud/apps/twofactor_backupcodes/l10n/gl.json
8886share/nextcloud/apps/twofactor_backupcodes/l10n/hu.js 9769share/nextcloud/apps/twofactor_backupcodes/l10n/hu.js
8887share/nextcloud/apps/twofactor_backupcodes/l10n/hu.json 9770share/nextcloud/apps/twofactor_backupcodes/l10n/hu.json
8888share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.js 9771share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.js
8889share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.json 9772share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.json
8890share/nextcloud/apps/twofactor_backupcodes/l10n/is.js 9773share/nextcloud/apps/twofactor_backupcodes/l10n/is.js
8891share/nextcloud/apps/twofactor_backupcodes/l10n/is.json 9774share/nextcloud/apps/twofactor_backupcodes/l10n/is.json
8892share/nextcloud/apps/twofactor_backupcodes/l10n/it.js 9775share/nextcloud/apps/twofactor_backupcodes/l10n/it.js
8893share/nextcloud/apps/twofactor_backupcodes/l10n/it.json 9776share/nextcloud/apps/twofactor_backupcodes/l10n/it.json
8894share/nextcloud/apps/twofactor_backupcodes/l10n/ja.js 9777share/nextcloud/apps/twofactor_backupcodes/l10n/ja.js
8895share/nextcloud/apps/twofactor_backupcodes/l10n/ja.json 9778share/nextcloud/apps/twofactor_backupcodes/l10n/ja.json
 9779share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.js
 9780share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.json
8896share/nextcloud/apps/twofactor_backupcodes/l10n/ko.js 9781share/nextcloud/apps/twofactor_backupcodes/l10n/ko.js
8897share/nextcloud/apps/twofactor_backupcodes/l10n/ko.json 9782share/nextcloud/apps/twofactor_backupcodes/l10n/ko.json
8898share/nextcloud/apps/twofactor_backupcodes/l10n/lv.js 9783share/nextcloud/apps/twofactor_backupcodes/l10n/lv.js
8899share/nextcloud/apps/twofactor_backupcodes/l10n/lv.json 9784share/nextcloud/apps/twofactor_backupcodes/l10n/lv.json
8900share/nextcloud/apps/twofactor_backupcodes/l10n/mn.js 9785share/nextcloud/apps/twofactor_backupcodes/l10n/mn.js
8901share/nextcloud/apps/twofactor_backupcodes/l10n/mn.json 9786share/nextcloud/apps/twofactor_backupcodes/l10n/mn.json
8902share/nextcloud/apps/twofactor_backupcodes/l10n/nb.js 9787share/nextcloud/apps/twofactor_backupcodes/l10n/nb.js
8903share/nextcloud/apps/twofactor_backupcodes/l10n/nb.json 9788share/nextcloud/apps/twofactor_backupcodes/l10n/nb.json
8904share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js 9789share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js
8905share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.json 9790share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.json
8906share/nextcloud/apps/twofactor_backupcodes/l10n/nl.js 9791share/nextcloud/apps/twofactor_backupcodes/l10n/nl.js
8907share/nextcloud/apps/twofactor_backupcodes/l10n/nl.json 9792share/nextcloud/apps/twofactor_backupcodes/l10n/nl.json
8908share/nextcloud/apps/twofactor_backupcodes/l10n/pl.js 9793share/nextcloud/apps/twofactor_backupcodes/l10n/pl.js
8909share/nextcloud/apps/twofactor_backupcodes/l10n/pl.json 9794share/nextcloud/apps/twofactor_backupcodes/l10n/pl.json
8910share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.js 9795share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.js
8911share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json 9796share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json
8912share/nextcloud/apps/twofactor_backupcodes/l10n/ru.js 9797share/nextcloud/apps/twofactor_backupcodes/l10n/ru.js
8913share/nextcloud/apps/twofactor_backupcodes/l10n/ru.json 9798share/nextcloud/apps/twofactor_backupcodes/l10n/ru.json
 9799share/nextcloud/apps/twofactor_backupcodes/l10n/sk.js
 9800share/nextcloud/apps/twofactor_backupcodes/l10n/sk.json
8914share/nextcloud/apps/twofactor_backupcodes/l10n/sq.js 9801share/nextcloud/apps/twofactor_backupcodes/l10n/sq.js
8915share/nextcloud/apps/twofactor_backupcodes/l10n/sq.json 9802share/nextcloud/apps/twofactor_backupcodes/l10n/sq.json
 9803share/nextcloud/apps/twofactor_backupcodes/l10n/sr.js
 9804share/nextcloud/apps/twofactor_backupcodes/l10n/sr.json
8916share/nextcloud/apps/twofactor_backupcodes/l10n/sv.js 9805share/nextcloud/apps/twofactor_backupcodes/l10n/sv.js
8917share/nextcloud/apps/twofactor_backupcodes/l10n/sv.json 9806share/nextcloud/apps/twofactor_backupcodes/l10n/sv.json
8918share/nextcloud/apps/twofactor_backupcodes/l10n/tr.js 9807share/nextcloud/apps/twofactor_backupcodes/l10n/tr.js
8919share/nextcloud/apps/twofactor_backupcodes/l10n/tr.json 9808share/nextcloud/apps/twofactor_backupcodes/l10n/tr.json
8920share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.js 9809share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.js
8921share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.json 9810share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.json
8922share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.js 9811share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.js
8923share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.json 9812share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.json
8924share/nextcloud/apps/twofactor_backupcodes/lib/Activity/Provider.php 9813share/nextcloud/apps/twofactor_backupcodes/lib/Activity/Provider.php
8925share/nextcloud/apps/twofactor_backupcodes/lib/AppInfo/Application.php 9814share/nextcloud/apps/twofactor_backupcodes/lib/AppInfo/Application.php
8926share/nextcloud/apps/twofactor_backupcodes/lib/Controller/SettingsController.php 9815share/nextcloud/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
8927share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCode.php 9816share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCode.php
8928share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php 9817share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
8929share/nextcloud/apps/twofactor_backupcodes/lib/Migration/CopyEntriesFromOldTable.php 9818share/nextcloud/apps/twofactor_backupcodes/lib/Migration/CopyEntriesFromOldTable.php
8930share/nextcloud/apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php 9819share/nextcloud/apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php
8931share/nextcloud/apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php 9820share/nextcloud/apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php
8932share/nextcloud/apps/twofactor_backupcodes/settings/personal.php 9821share/nextcloud/apps/twofactor_backupcodes/settings/personal.php
8933share/nextcloud/apps/twofactor_backupcodes/templates/challenge.php 9822share/nextcloud/apps/twofactor_backupcodes/templates/challenge.php
8934share/nextcloud/apps/twofactor_backupcodes/templates/personal.php 9823share/nextcloud/apps/twofactor_backupcodes/templates/personal.php
8935share/nextcloud/apps/updatenotification/appinfo/app.php 9824share/nextcloud/apps/updatenotification/appinfo/app.php
8936share/nextcloud/apps/updatenotification/appinfo/info.xml 9825share/nextcloud/apps/updatenotification/appinfo/info.xml
8937share/nextcloud/apps/updatenotification/appinfo/routes.php 9826share/nextcloud/apps/updatenotification/appinfo/routes.php
8938share/nextcloud/apps/updatenotification/appinfo/signature.json 9827share/nextcloud/apps/updatenotification/appinfo/signature.json
8939share/nextcloud/apps/updatenotification/img/app.svg 9828share/nextcloud/apps/updatenotification/img/app.svg
8940share/nextcloud/apps/updatenotification/img/notification.svg 9829share/nextcloud/apps/updatenotification/img/notification.svg
8941share/nextcloud/apps/updatenotification/js/admin.js 9830share/nextcloud/apps/updatenotification/js/admin.js
8942share/nextcloud/apps/updatenotification/js/notification.js 9831share/nextcloud/apps/updatenotification/js/notification.js
8943share/nextcloud/apps/updatenotification/l10n/.gitkeep 9832share/nextcloud/apps/updatenotification/l10n/.gitkeep
8944share/nextcloud/apps/updatenotification/l10n/af.js 9833share/nextcloud/apps/updatenotification/l10n/af.js
8945share/nextcloud/apps/updatenotification/l10n/af.json 9834share/nextcloud/apps/updatenotification/l10n/af.json
8946share/nextcloud/apps/updatenotification/l10n/ar.js 9835share/nextcloud/apps/updatenotification/l10n/ar.js
8947share/nextcloud/apps/updatenotification/l10n/ar.json 9836share/nextcloud/apps/updatenotification/l10n/ar.json
8948share/nextcloud/apps/updatenotification/l10n/ast.js 9837share/nextcloud/apps/updatenotification/l10n/ast.js
8949share/nextcloud/apps/updatenotification/l10n/ast.json 9838share/nextcloud/apps/updatenotification/l10n/ast.json
8950share/nextcloud/apps/updatenotification/l10n/az.js 9839share/nextcloud/apps/updatenotification/l10n/az.js
8951share/nextcloud/apps/updatenotification/l10n/az.json 9840share/nextcloud/apps/updatenotification/l10n/az.json
8952share/nextcloud/apps/updatenotification/l10n/bg.js 9841share/nextcloud/apps/updatenotification/l10n/bg.js
8953share/nextcloud/apps/updatenotification/l10n/bg.json 9842share/nextcloud/apps/updatenotification/l10n/bg.json
8954share/nextcloud/apps/updatenotification/l10n/bg_BG.js 9843share/nextcloud/apps/updatenotification/l10n/bg_BG.js
8955share/nextcloud/apps/updatenotification/l10n/bg_BG.json 9844share/nextcloud/apps/updatenotification/l10n/bg_BG.json
8956share/nextcloud/apps/updatenotification/l10n/bn_BD.js 9845share/nextcloud/apps/updatenotification/l10n/bn_BD.js
8957share/nextcloud/apps/updatenotification/l10n/bn_BD.json 9846share/nextcloud/apps/updatenotification/l10n/bn_BD.json
8958share/nextcloud/apps/updatenotification/l10n/bs.js 9847share/nextcloud/apps/updatenotification/l10n/bs.js
8959share/nextcloud/apps/updatenotification/l10n/bs.json 9848share/nextcloud/apps/updatenotification/l10n/bs.json
8960share/nextcloud/apps/updatenotification/l10n/ca.js 9849share/nextcloud/apps/updatenotification/l10n/ca.js
8961share/nextcloud/apps/updatenotification/l10n/ca.json 9850share/nextcloud/apps/updatenotification/l10n/ca.json
8962share/nextcloud/apps/updatenotification/l10n/cs.js 9851share/nextcloud/apps/updatenotification/l10n/cs.js
8963share/nextcloud/apps/updatenotification/l10n/cs.json 9852share/nextcloud/apps/updatenotification/l10n/cs.json
8964share/nextcloud/apps/updatenotification/l10n/cs_CZ.js 9853share/nextcloud/apps/updatenotification/l10n/cs_CZ.js
8965share/nextcloud/apps/updatenotification/l10n/cs_CZ.json 9854share/nextcloud/apps/updatenotification/l10n/cs_CZ.json
8966share/nextcloud/apps/updatenotification/l10n/da.js 9855share/nextcloud/apps/updatenotification/l10n/da.js
8967share/nextcloud/apps/updatenotification/l10n/da.json 9856share/nextcloud/apps/updatenotification/l10n/da.json
8968share/nextcloud/apps/updatenotification/l10n/de.js 9857share/nextcloud/apps/updatenotification/l10n/de.js
8969share/nextcloud/apps/updatenotification/l10n/de.json 9858share/nextcloud/apps/updatenotification/l10n/de.json
8970share/nextcloud/apps/updatenotification/l10n/de_DE.js 9859share/nextcloud/apps/updatenotification/l10n/de_DE.js
8971share/nextcloud/apps/updatenotification/l10n/de_DE.json 9860share/nextcloud/apps/updatenotification/l10n/de_DE.json
8972share/nextcloud/apps/updatenotification/l10n/el.js 9861share/nextcloud/apps/updatenotification/l10n/el.js
8973share/nextcloud/apps/updatenotification/l10n/el.json 9862share/nextcloud/apps/updatenotification/l10n/el.json
8974share/nextcloud/apps/updatenotification/l10n/en_GB.js 9863share/nextcloud/apps/updatenotification/l10n/en_GB.js
8975share/nextcloud/apps/updatenotification/l10n/en_GB.json 9864share/nextcloud/apps/updatenotification/l10n/en_GB.json
8976share/nextcloud/apps/updatenotification/l10n/eo.js 9865share/nextcloud/apps/updatenotification/l10n/eo.js
8977share/nextcloud/apps/updatenotification/l10n/eo.json 9866share/nextcloud/apps/updatenotification/l10n/eo.json
8978share/nextcloud/apps/updatenotification/l10n/es.js 9867share/nextcloud/apps/updatenotification/l10n/es.js
8979share/nextcloud/apps/updatenotification/l10n/es.json 9868share/nextcloud/apps/updatenotification/l10n/es.json
8980share/nextcloud/apps/updatenotification/l10n/es_AR.js 9869share/nextcloud/apps/updatenotification/l10n/es_AR.js
8981share/nextcloud/apps/updatenotification/l10n/es_AR.json 9870share/nextcloud/apps/updatenotification/l10n/es_AR.json
 9871share/nextcloud/apps/updatenotification/l10n/es_CL.js
 9872share/nextcloud/apps/updatenotification/l10n/es_CL.json
 9873share/nextcloud/apps/updatenotification/l10n/es_CO.js
 9874share/nextcloud/apps/updatenotification/l10n/es_CO.json
 9875share/nextcloud/apps/updatenotification/l10n/es_CR.js
 9876share/nextcloud/apps/updatenotification/l10n/es_CR.json
 9877share/nextcloud/apps/updatenotification/l10n/es_DO.js
 9878share/nextcloud/apps/updatenotification/l10n/es_DO.json
 9879share/nextcloud/apps/updatenotification/l10n/es_EC.js
 9880share/nextcloud/apps/updatenotification/l10n/es_EC.json
 9881share/nextcloud/apps/updatenotification/l10n/es_GT.js
 9882share/nextcloud/apps/updatenotification/l10n/es_GT.json
 9883share/nextcloud/apps/updatenotification/l10n/es_HN.js
 9884share/nextcloud/apps/updatenotification/l10n/es_HN.json
8982share/nextcloud/apps/updatenotification/l10n/es_MX.js 9885share/nextcloud/apps/updatenotification/l10n/es_MX.js
8983share/nextcloud/apps/updatenotification/l10n/es_MX.json 9886share/nextcloud/apps/updatenotification/l10n/es_MX.json
 9887share/nextcloud/apps/updatenotification/l10n/es_NI.js
 9888share/nextcloud/apps/updatenotification/l10n/es_NI.json
 9889share/nextcloud/apps/updatenotification/l10n/es_PA.js
 9890share/nextcloud/apps/updatenotification/l10n/es_PA.json
 9891share/nextcloud/apps/updatenotification/l10n/es_PE.js
 9892share/nextcloud/apps/updatenotification/l10n/es_PE.json
 9893share/nextcloud/apps/updatenotification/l10n/es_PR.js
 9894share/nextcloud/apps/updatenotification/l10n/es_PR.json
 9895share/nextcloud/apps/updatenotification/l10n/es_PY.js
 9896share/nextcloud/apps/updatenotification/l10n/es_PY.json
 9897share/nextcloud/apps/updatenotification/l10n/es_SV.js
 9898share/nextcloud/apps/updatenotification/l10n/es_SV.json
 9899share/nextcloud/apps/updatenotification/l10n/es_UY.js
 9900share/nextcloud/apps/updatenotification/l10n/es_UY.json
8984share/nextcloud/apps/updatenotification/l10n/et_EE.js 9901share/nextcloud/apps/updatenotification/l10n/et_EE.js
8985share/nextcloud/apps/updatenotification/l10n/et_EE.json 9902share/nextcloud/apps/updatenotification/l10n/et_EE.json
8986share/nextcloud/apps/updatenotification/l10n/eu.js 9903share/nextcloud/apps/updatenotification/l10n/eu.js
8987share/nextcloud/apps/updatenotification/l10n/eu.json 9904share/nextcloud/apps/updatenotification/l10n/eu.json
8988share/nextcloud/apps/updatenotification/l10n/fa.js 9905share/nextcloud/apps/updatenotification/l10n/fa.js
8989share/nextcloud/apps/updatenotification/l10n/fa.json 9906share/nextcloud/apps/updatenotification/l10n/fa.json
8990share/nextcloud/apps/updatenotification/l10n/fi.js 9907share/nextcloud/apps/updatenotification/l10n/fi.js
8991share/nextcloud/apps/updatenotification/l10n/fi.json 9908share/nextcloud/apps/updatenotification/l10n/fi.json
8992share/nextcloud/apps/updatenotification/l10n/fi_FI.js 9909share/nextcloud/apps/updatenotification/l10n/fi_FI.js
8993share/nextcloud/apps/updatenotification/l10n/fi_FI.json 9910share/nextcloud/apps/updatenotification/l10n/fi_FI.json
8994share/nextcloud/apps/updatenotification/l10n/fr.js 9911share/nextcloud/apps/updatenotification/l10n/fr.js
8995share/nextcloud/apps/updatenotification/l10n/fr.json 9912share/nextcloud/apps/updatenotification/l10n/fr.json
8996share/nextcloud/apps/updatenotification/l10n/gl.js 9913share/nextcloud/apps/updatenotification/l10n/gl.js
8997share/nextcloud/apps/updatenotification/l10n/gl.json 9914share/nextcloud/apps/updatenotification/l10n/gl.json
8998share/nextcloud/apps/updatenotification/l10n/he.js 9915share/nextcloud/apps/updatenotification/l10n/he.js
8999share/nextcloud/apps/updatenotification/l10n/he.json 9916share/nextcloud/apps/updatenotification/l10n/he.json
9000share/nextcloud/apps/updatenotification/l10n/hr.js 9917share/nextcloud/apps/updatenotification/l10n/hr.js
9001share/nextcloud/apps/updatenotification/l10n/hr.json 9918share/nextcloud/apps/updatenotification/l10n/hr.json
9002share/nextcloud/apps/updatenotification/l10n/hu.js 9919share/nextcloud/apps/updatenotification/l10n/hu.js
9003share/nextcloud/apps/updatenotification/l10n/hu.json 9920share/nextcloud/apps/updatenotification/l10n/hu.json
9004share/nextcloud/apps/updatenotification/l10n/hu_HU.js 9921share/nextcloud/apps/updatenotification/l10n/hu_HU.js
9005share/nextcloud/apps/updatenotification/l10n/hu_HU.json 9922share/nextcloud/apps/updatenotification/l10n/hu_HU.json
9006share/nextcloud/apps/updatenotification/l10n/ia.js 9923share/nextcloud/apps/updatenotification/l10n/ia.js
9007share/nextcloud/apps/updatenotification/l10n/ia.json 9924share/nextcloud/apps/updatenotification/l10n/ia.json
9008share/nextcloud/apps/updatenotification/l10n/id.js 9925share/nextcloud/apps/updatenotification/l10n/id.js
9009share/nextcloud/apps/updatenotification/l10n/id.json 9926share/nextcloud/apps/updatenotification/l10n/id.json
9010share/nextcloud/apps/updatenotification/l10n/is.js 9927share/nextcloud/apps/updatenotification/l10n/is.js
9011share/nextcloud/apps/updatenotification/l10n/is.json 9928share/nextcloud/apps/updatenotification/l10n/is.json
9012share/nextcloud/apps/updatenotification/l10n/it.js 9929share/nextcloud/apps/updatenotification/l10n/it.js
9013share/nextcloud/apps/updatenotification/l10n/it.json 9930share/nextcloud/apps/updatenotification/l10n/it.json
9014share/nextcloud/apps/updatenotification/l10n/ja.js 9931share/nextcloud/apps/updatenotification/l10n/ja.js
9015share/nextcloud/apps/updatenotification/l10n/ja.json 9932share/nextcloud/apps/updatenotification/l10n/ja.json
 9933share/nextcloud/apps/updatenotification/l10n/ka_GE.js
 9934share/nextcloud/apps/updatenotification/l10n/ka_GE.json
9016share/nextcloud/apps/updatenotification/l10n/ko.js 9935share/nextcloud/apps/updatenotification/l10n/ko.js
9017share/nextcloud/apps/updatenotification/l10n/ko.json 9936share/nextcloud/apps/updatenotification/l10n/ko.json
9018share/nextcloud/apps/updatenotification/l10n/lb.js 9937share/nextcloud/apps/updatenotification/l10n/lb.js
9019share/nextcloud/apps/updatenotification/l10n/lb.json 9938share/nextcloud/apps/updatenotification/l10n/lb.json
9020share/nextcloud/apps/updatenotification/l10n/lt_LT.js 9939share/nextcloud/apps/updatenotification/l10n/lt_LT.js
9021share/nextcloud/apps/updatenotification/l10n/lt_LT.json 9940share/nextcloud/apps/updatenotification/l10n/lt_LT.json
9022share/nextcloud/apps/updatenotification/l10n/lv.js 9941share/nextcloud/apps/updatenotification/l10n/lv.js
9023share/nextcloud/apps/updatenotification/l10n/lv.json 9942share/nextcloud/apps/updatenotification/l10n/lv.json
9024share/nextcloud/apps/updatenotification/l10n/mk.js 9943share/nextcloud/apps/updatenotification/l10n/mk.js
9025share/nextcloud/apps/updatenotification/l10n/mk.json 9944share/nextcloud/apps/updatenotification/l10n/mk.json
9026share/nextcloud/apps/updatenotification/l10n/nb.js 9945share/nextcloud/apps/updatenotification/l10n/nb.js
9027share/nextcloud/apps/updatenotification/l10n/nb.json 9946share/nextcloud/apps/updatenotification/l10n/nb.json
9028share/nextcloud/apps/updatenotification/l10n/nb_NO.js 9947share/nextcloud/apps/updatenotification/l10n/nb_NO.js
9029share/nextcloud/apps/updatenotification/l10n/nb_NO.json 9948share/nextcloud/apps/updatenotification/l10n/nb_NO.json
9030share/nextcloud/apps/updatenotification/l10n/nl.js 9949share/nextcloud/apps/updatenotification/l10n/nl.js
9031share/nextcloud/apps/updatenotification/l10n/nl.json 9950share/nextcloud/apps/updatenotification/l10n/nl.json
9032share/nextcloud/apps/updatenotification/l10n/oc.js 9951share/nextcloud/apps/updatenotification/l10n/oc.js
9033share/nextcloud/apps/updatenotification/l10n/oc.json 9952share/nextcloud/apps/updatenotification/l10n/oc.json
9034share/nextcloud/apps/updatenotification/l10n/pl.js 9953share/nextcloud/apps/updatenotification/l10n/pl.js
9035share/nextcloud/apps/updatenotification/l10n/pl.json 9954share/nextcloud/apps/updatenotification/l10n/pl.json
9036share/nextcloud/apps/updatenotification/l10n/pt_BR.js 9955share/nextcloud/apps/updatenotification/l10n/pt_BR.js
9037share/nextcloud/apps/updatenotification/l10n/pt_BR.json 9956share/nextcloud/apps/updatenotification/l10n/pt_BR.json
9038share/nextcloud/apps/updatenotification/l10n/pt_PT.js 9957share/nextcloud/apps/updatenotification/l10n/pt_PT.js
9039share/nextcloud/apps/updatenotification/l10n/pt_PT.json 9958share/nextcloud/apps/updatenotification/l10n/pt_PT.json
9040share/nextcloud/apps/updatenotification/l10n/ro.js 9959share/nextcloud/apps/updatenotification/l10n/ro.js
9041share/nextcloud/apps/updatenotification/l10n/ro.json 9960share/nextcloud/apps/updatenotification/l10n/ro.json
9042share/nextcloud/apps/updatenotification/l10n/ru.js 9961share/nextcloud/apps/updatenotification/l10n/ru.js
9043share/nextcloud/apps/updatenotification/l10n/ru.json 9962share/nextcloud/apps/updatenotification/l10n/ru.json
9044share/nextcloud/apps/updatenotification/l10n/sk.js 9963share/nextcloud/apps/updatenotification/l10n/sk.js
9045share/nextcloud/apps/updatenotification/l10n/sk.json 9964share/nextcloud/apps/updatenotification/l10n/sk.json
9046share/nextcloud/apps/updatenotification/l10n/sk_SK.js 9965share/nextcloud/apps/updatenotification/l10n/sk_SK.js
9047share/nextcloud/apps/updatenotification/l10n/sk_SK.json 9966share/nextcloud/apps/updatenotification/l10n/sk_SK.json
9048share/nextcloud/apps/updatenotification/l10n/sl.js 9967share/nextcloud/apps/updatenotification/l10n/sl.js
9049share/nextcloud/apps/updatenotification/l10n/sl.json 9968share/nextcloud/apps/updatenotification/l10n/sl.json
9050share/nextcloud/apps/updatenotification/l10n/sq.js 9969share/nextcloud/apps/updatenotification/l10n/sq.js
9051share/nextcloud/apps/updatenotification/l10n/sq.json 9970share/nextcloud/apps/updatenotification/l10n/sq.json
9052share/nextcloud/apps/updatenotification/l10n/sr.js 9971share/nextcloud/apps/updatenotification/l10n/sr.js
9053share/nextcloud/apps/updatenotification/l10n/sr.json 9972share/nextcloud/apps/updatenotification/l10n/sr.json
9054share/nextcloud/apps/updatenotification/l10n/sv.js 9973share/nextcloud/apps/updatenotification/l10n/sv.js
9055share/nextcloud/apps/updatenotification/l10n/sv.json 9974share/nextcloud/apps/updatenotification/l10n/sv.json
9056share/nextcloud/apps/updatenotification/l10n/th_TH.js 9975share/nextcloud/apps/updatenotification/l10n/th_TH.js
9057share/nextcloud/apps/updatenotification/l10n/th_TH.json 9976share/nextcloud/apps/updatenotification/l10n/th_TH.json
9058share/nextcloud/apps/updatenotification/l10n/tr.js 9977share/nextcloud/apps/updatenotification/l10n/tr.js
9059share/nextcloud/apps/updatenotification/l10n/tr.json 9978share/nextcloud/apps/updatenotification/l10n/tr.json
9060share/nextcloud/apps/updatenotification/l10n/uk.js 9979share/nextcloud/apps/updatenotification/l10n/uk.js
9061share/nextcloud/apps/updatenotification/l10n/uk.json 9980share/nextcloud/apps/updatenotification/l10n/uk.json
9062share/nextcloud/apps/updatenotification/l10n/vi.js 9981share/nextcloud/apps/updatenotification/l10n/vi.js
9063share/nextcloud/apps/updatenotification/l10n/vi.json 9982share/nextcloud/apps/updatenotification/l10n/vi.json
9064share/nextcloud/apps/updatenotification/l10n/zh_CN.js 9983share/nextcloud/apps/updatenotification/l10n/zh_CN.js
9065share/nextcloud/apps/updatenotification/l10n/zh_CN.json 9984share/nextcloud/apps/updatenotification/l10n/zh_CN.json
9066share/nextcloud/apps/updatenotification/l10n/zh_TW.js 9985share/nextcloud/apps/updatenotification/l10n/zh_TW.js
9067share/nextcloud/apps/updatenotification/l10n/zh_TW.json 9986share/nextcloud/apps/updatenotification/l10n/zh_TW.json
9068share/nextcloud/apps/updatenotification/lib/AppInfo/Application.php 9987share/nextcloud/apps/updatenotification/lib/AppInfo/Application.php
9069share/nextcloud/apps/updatenotification/lib/Controller/AdminController.php 9988share/nextcloud/apps/updatenotification/lib/Controller/AdminController.php
9070share/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php 9989share/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php
9071share/nextcloud/apps/updatenotification/lib/Notification/Notifier.php 9990share/nextcloud/apps/updatenotification/lib/Notification/Notifier.php
9072share/nextcloud/apps/updatenotification/lib/ResetTokenBackgroundJob.php 9991share/nextcloud/apps/updatenotification/lib/ResetTokenBackgroundJob.php
9073share/nextcloud/apps/updatenotification/lib/UpdateChecker.php 9992share/nextcloud/apps/updatenotification/lib/UpdateChecker.php
9074share/nextcloud/apps/updatenotification/templates/admin.php 9993share/nextcloud/apps/updatenotification/templates/admin.php
9075share/nextcloud/apps/user_external/appinfo/app.php 9994share/nextcloud/apps/user_external/appinfo/app.php
9076share/nextcloud/apps/user_external/appinfo/database.xml 9995share/nextcloud/apps/user_external/appinfo/database.xml
9077share/nextcloud/apps/user_external/appinfo/info.xml 9996share/nextcloud/apps/user_external/appinfo/info.xml
9078share/nextcloud/apps/user_external/appinfo/signature.json 9997share/nextcloud/apps/user_external/appinfo/signature.json
9079share/nextcloud/apps/user_external/img/app.svg 9998share/nextcloud/apps/user_external/img/app.svg
9080share/nextcloud/apps/user_external/lib/base.php 9999share/nextcloud/apps/user_external/lib/base.php
9081share/nextcloud/apps/user_external/lib/ftp.php 10000share/nextcloud/apps/user_external/lib/ftp.php
9082share/nextcloud/apps/user_external/lib/imap.php 10001share/nextcloud/apps/user_external/lib/imap.php
9083share/nextcloud/apps/user_external/lib/smb.php 10002share/nextcloud/apps/user_external/lib/smb.php
9084share/nextcloud/apps/user_external/lib/webdavauth.php 10003share/nextcloud/apps/user_external/lib/webdavauth.php
9085share/nextcloud/apps/user_ldap/ajax/clearMappings.php 10004share/nextcloud/apps/user_ldap/ajax/clearMappings.php
9086share/nextcloud/apps/user_ldap/ajax/deleteConfiguration.php 10005share/nextcloud/apps/user_ldap/ajax/deleteConfiguration.php
9087share/nextcloud/apps/user_ldap/ajax/getConfiguration.php 10006share/nextcloud/apps/user_ldap/ajax/getConfiguration.php
9088share/nextcloud/apps/user_ldap/ajax/getNewServerConfigPrefix.php 10007share/nextcloud/apps/user_ldap/ajax/getNewServerConfigPrefix.php
9089share/nextcloud/apps/user_ldap/ajax/setConfiguration.php 10008share/nextcloud/apps/user_ldap/ajax/setConfiguration.php
9090share/nextcloud/apps/user_ldap/ajax/testConfiguration.php 10009share/nextcloud/apps/user_ldap/ajax/testConfiguration.php
9091share/nextcloud/apps/user_ldap/ajax/wizard.php 10010share/nextcloud/apps/user_ldap/ajax/wizard.php
9092share/nextcloud/apps/user_ldap/appinfo/app.php 10011share/nextcloud/apps/user_ldap/appinfo/app.php
9093share/nextcloud/apps/user_ldap/appinfo/database.xml 10012share/nextcloud/apps/user_ldap/appinfo/database.xml
9094share/nextcloud/apps/user_ldap/appinfo/info.xml 10013share/nextcloud/apps/user_ldap/appinfo/info.xml
9095share/nextcloud/apps/user_ldap/appinfo/install.php 10014share/nextcloud/apps/user_ldap/appinfo/install.php
9096share/nextcloud/apps/user_ldap/appinfo/register_command.php 10015share/nextcloud/apps/user_ldap/appinfo/register_command.php
9097share/nextcloud/apps/user_ldap/appinfo/routes.php 10016share/nextcloud/apps/user_ldap/appinfo/routes.php
9098share/nextcloud/apps/user_ldap/appinfo/signature.json 10017share/nextcloud/apps/user_ldap/appinfo/signature.json
9099share/nextcloud/apps/user_ldap/appinfo/update.php 10018share/nextcloud/apps/user_ldap/appinfo/update.php
9100share/nextcloud/apps/user_ldap/css/renewPassword.css 10019share/nextcloud/apps/user_ldap/css/renewPassword.css
9101share/nextcloud/apps/user_ldap/css/settings.css 10020share/nextcloud/apps/user_ldap/css/settings.css
9102share/nextcloud/apps/user_ldap/img/app-dark.svg 10021share/nextcloud/apps/user_ldap/img/app-dark.svg
9103share/nextcloud/apps/user_ldap/img/app.svg 10022share/nextcloud/apps/user_ldap/img/app.svg
9104share/nextcloud/apps/user_ldap/img/copy.png 10023share/nextcloud/apps/user_ldap/img/copy.png
9105share/nextcloud/apps/user_ldap/img/copy.svg 10024share/nextcloud/apps/user_ldap/img/copy.svg
9106share/nextcloud/apps/user_ldap/js/renewPassword.js 10025share/nextcloud/apps/user_ldap/js/renewPassword.js
9107share/nextcloud/apps/user_ldap/js/wizard/configModel.js 10026share/nextcloud/apps/user_ldap/js/wizard/configModel.js
9108share/nextcloud/apps/user_ldap/js/wizard/controller.js 10027share/nextcloud/apps/user_ldap/js/wizard/controller.js
9109share/nextcloud/apps/user_ldap/js/wizard/view.js 10028share/nextcloud/apps/user_ldap/js/wizard/view.js
9110share/nextcloud/apps/user_ldap/js/wizard/wizard.js 10029share/nextcloud/apps/user_ldap/js/wizard/wizard.js
9111share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorAvailableAttributes.js 10030share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorAvailableAttributes.js
9112share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorBaseDN.js 10031share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorBaseDN.js
9113share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorClearGroupMappings.js 10032share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorClearGroupMappings.js
9114share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorClearUserMappings.js 10033share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorClearUserMappings.js
9115share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorEmailAttribute.js 10034share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorEmailAttribute.js
9116share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorFeatureAbstract.js 10035share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorFeatureAbstract.js
9117share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorFilterGroup.js 10036share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorFilterGroup.js
9118share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorFilterLogin.js 10037share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorFilterLogin.js
9119share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorFilterUser.js 10038share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorFilterUser.js
9120share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGeneric.js 10039share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGeneric.js
9121share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGroupCount.js 10040share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGroupCount.js
9122share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGroupObjectClasses.js 10041share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGroupObjectClasses.js
9123share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGroupsForGroups.js 10042share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGroupsForGroups.js
9124share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGroupsForUsers.js 10043share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorGroupsForUsers.js
9125share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorPort.js 10044share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorPort.js
9126share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorQueue.js 10045share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorQueue.js
9127share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorSimpleRequestAbstract.js 10046share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorSimpleRequestAbstract.js
9128share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorTestAbstract.js 10047share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorTestAbstract.js
9129share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorTestBaseDN.js 10048share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorTestBaseDN.js
9130share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorTestConfiguration.js 10049share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorTestConfiguration.js
9131share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorTestLoginName.js 10050share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorTestLoginName.js
9132share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorUserCount.js 10051share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorUserCount.js
9133share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorUserDisplayNameAttribute.js 10052share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorUserDisplayNameAttribute.js
9134share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorUserGroupAssociation.js 10053share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorUserGroupAssociation.js
9135share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorUserObjectClasses.js 10054share/nextcloud/apps/user_ldap/js/wizard/wizardDetectorUserObjectClasses.js
9136share/nextcloud/apps/user_ldap/js/wizard/wizardFilterOnType.js 10055share/nextcloud/apps/user_ldap/js/wizard/wizardFilterOnType.js
9137share/nextcloud/apps/user_ldap/js/wizard/wizardFilterOnTypeFactory.js 10056share/nextcloud/apps/user_ldap/js/wizard/wizardFilterOnTypeFactory.js
9138share/nextcloud/apps/user_ldap/js/wizard/wizardObject.js 10057share/nextcloud/apps/user_ldap/js/wizard/wizardObject.js
9139share/nextcloud/apps/user_ldap/js/wizard/wizardTabAbstractFilter.js 10058share/nextcloud/apps/user_ldap/js/wizard/wizardTabAbstractFilter.js
9140share/nextcloud/apps/user_ldap/js/wizard/wizardTabAdvanced.js 10059share/nextcloud/apps/user_ldap/js/wizard/wizardTabAdvanced.js
9141share/nextcloud/apps/user_ldap/js/wizard/wizardTabElementary.js 10060share/nextcloud/apps/user_ldap/js/wizard/wizardTabElementary.js
9142share/nextcloud/apps/user_ldap/js/wizard/wizardTabExpert.js 10061share/nextcloud/apps/user_ldap/js/wizard/wizardTabExpert.js
9143share/nextcloud/apps/user_ldap/js/wizard/wizardTabGeneric.js 10062share/nextcloud/apps/user_ldap/js/wizard/wizardTabGeneric.js
9144share/nextcloud/apps/user_ldap/js/wizard/wizardTabGroupFilter.js 10063share/nextcloud/apps/user_ldap/js/wizard/wizardTabGroupFilter.js
9145share/nextcloud/apps/user_ldap/js/wizard/wizardTabLoginFilter.js 10064share/nextcloud/apps/user_ldap/js/wizard/wizardTabLoginFilter.js
9146share/nextcloud/apps/user_ldap/js/wizard/wizardTabUserFilter.js 10065share/nextcloud/apps/user_ldap/js/wizard/wizardTabUserFilter.js
9147share/nextcloud/apps/user_ldap/l10n/.gitkeep 10066share/nextcloud/apps/user_ldap/l10n/.gitkeep
9148share/nextcloud/apps/user_ldap/l10n/ach.js 10067share/nextcloud/apps/user_ldap/l10n/ach.js
9149share/nextcloud/apps/user_ldap/l10n/ach.json 10068share/nextcloud/apps/user_ldap/l10n/ach.json
9150share/nextcloud/apps/user_ldap/l10n/ady.js 10069share/nextcloud/apps/user_ldap/l10n/ady.js
9151share/nextcloud/apps/user_ldap/l10n/ady.json 10070share/nextcloud/apps/user_ldap/l10n/ady.json
9152share/nextcloud/apps/user_ldap/l10n/af_ZA.js 10071share/nextcloud/apps/user_ldap/l10n/af_ZA.js
9153share/nextcloud/apps/user_ldap/l10n/af_ZA.json 10072share/nextcloud/apps/user_ldap/l10n/af_ZA.json
9154share/nextcloud/apps/user_ldap/l10n/ak.js 10073share/nextcloud/apps/user_ldap/l10n/ak.js
9155share/nextcloud/apps/user_ldap/l10n/ak.json 10074share/nextcloud/apps/user_ldap/l10n/ak.json
9156share/nextcloud/apps/user_ldap/l10n/am_ET.js 10075share/nextcloud/apps/user_ldap/l10n/am_ET.js
9157share/nextcloud/apps/user_ldap/l10n/am_ET.json 10076share/nextcloud/apps/user_ldap/l10n/am_ET.json
9158share/nextcloud/apps/user_ldap/l10n/ar.js 10077share/nextcloud/apps/user_ldap/l10n/ar.js
9159share/nextcloud/apps/user_ldap/l10n/ar.json 10078share/nextcloud/apps/user_ldap/l10n/ar.json
9160share/nextcloud/apps/user_ldap/l10n/ast.js 10079share/nextcloud/apps/user_ldap/l10n/ast.js
9161share/nextcloud/apps/user_ldap/l10n/ast.json 10080share/nextcloud/apps/user_ldap/l10n/ast.json
9162share/nextcloud/apps/user_ldap/l10n/az.js 10081share/nextcloud/apps/user_ldap/l10n/az.js
9163share/nextcloud/apps/user_ldap/l10n/az.json 10082share/nextcloud/apps/user_ldap/l10n/az.json
9164share/nextcloud/apps/user_ldap/l10n/be.js 10083share/nextcloud/apps/user_ldap/l10n/be.js
9165share/nextcloud/apps/user_ldap/l10n/be.json 10084share/nextcloud/apps/user_ldap/l10n/be.json
9166share/nextcloud/apps/user_ldap/l10n/bg_BG.js 10085share/nextcloud/apps/user_ldap/l10n/bg_BG.js
9167share/nextcloud/apps/user_ldap/l10n/bg_BG.json 10086share/nextcloud/apps/user_ldap/l10n/bg_BG.json
9168share/nextcloud/apps/user_ldap/l10n/bn_BD.js 10087share/nextcloud/apps/user_ldap/l10n/bn_BD.js
9169share/nextcloud/apps/user_ldap/l10n/bn_BD.json 10088share/nextcloud/apps/user_ldap/l10n/bn_BD.json
9170share/nextcloud/apps/user_ldap/l10n/bn_IN.js 10089share/nextcloud/apps/user_ldap/l10n/bn_IN.js
9171share/nextcloud/apps/user_ldap/l10n/bn_IN.json 10090share/nextcloud/apps/user_ldap/l10n/bn_IN.json
9172share/nextcloud/apps/user_ldap/l10n/bs.js 10091share/nextcloud/apps/user_ldap/l10n/bs.js
9173share/nextcloud/apps/user_ldap/l10n/bs.json 10092share/nextcloud/apps/user_ldap/l10n/bs.json
9174share/nextcloud/apps/user_ldap/l10n/ca.js 10093share/nextcloud/apps/user_ldap/l10n/ca.js
9175share/nextcloud/apps/user_ldap/l10n/ca.json 10094share/nextcloud/apps/user_ldap/l10n/ca.json
9176share/nextcloud/apps/user_ldap/l10n/cs.js 10095share/nextcloud/apps/user_ldap/l10n/cs.js
9177share/nextcloud/apps/user_ldap/l10n/cs.json 10096share/nextcloud/apps/user_ldap/l10n/cs.json
9178share/nextcloud/apps/user_ldap/l10n/cs_CZ.js 10097share/nextcloud/apps/user_ldap/l10n/cs_CZ.js
9179share/nextcloud/apps/user_ldap/l10n/cs_CZ.json 10098share/nextcloud/apps/user_ldap/l10n/cs_CZ.json
9180share/nextcloud/apps/user_ldap/l10n/cy_GB.js 10099share/nextcloud/apps/user_ldap/l10n/cy_GB.js
9181share/nextcloud/apps/user_ldap/l10n/cy_GB.json 10100share/nextcloud/apps/user_ldap/l10n/cy_GB.json
9182share/nextcloud/apps/user_ldap/l10n/da.js 10101share/nextcloud/apps/user_ldap/l10n/da.js
9183share/nextcloud/apps/user_ldap/l10n/da.json 10102share/nextcloud/apps/user_ldap/l10n/da.json
9184share/nextcloud/apps/user_ldap/l10n/de.js 10103share/nextcloud/apps/user_ldap/l10n/de.js
9185share/nextcloud/apps/user_ldap/l10n/de.json 10104share/nextcloud/apps/user_ldap/l10n/de.json
9186share/nextcloud/apps/user_ldap/l10n/de_AT.js 10105share/nextcloud/apps/user_ldap/l10n/de_AT.js
9187share/nextcloud/apps/user_ldap/l10n/de_AT.json 10106share/nextcloud/apps/user_ldap/l10n/de_AT.json
9188share/nextcloud/apps/user_ldap/l10n/de_DE.js 10107share/nextcloud/apps/user_ldap/l10n/de_DE.js
9189share/nextcloud/apps/user_ldap/l10n/de_DE.json 10108share/nextcloud/apps/user_ldap/l10n/de_DE.json
9190share/nextcloud/apps/user_ldap/l10n/el.js 10109share/nextcloud/apps/user_ldap/l10n/el.js
9191share/nextcloud/apps/user_ldap/l10n/el.json 10110share/nextcloud/apps/user_ldap/l10n/el.json
9192share/nextcloud/apps/user_ldap/l10n/en_GB.js 10111share/nextcloud/apps/user_ldap/l10n/en_GB.js
9193share/nextcloud/apps/user_ldap/l10n/en_GB.json 10112share/nextcloud/apps/user_ldap/l10n/en_GB.json
9194share/nextcloud/apps/user_ldap/l10n/eo.js 10113share/nextcloud/apps/user_ldap/l10n/eo.js
9195share/nextcloud/apps/user_ldap/l10n/eo.json 10114share/nextcloud/apps/user_ldap/l10n/eo.json
9196share/nextcloud/apps/user_ldap/l10n/es.js 10115share/nextcloud/apps/user_ldap/l10n/es.js
9197share/nextcloud/apps/user_ldap/l10n/es.json 10116share/nextcloud/apps/user_ldap/l10n/es.json
9198share/nextcloud/apps/user_ldap/l10n/es_AR.js 10117share/nextcloud/apps/user_ldap/l10n/es_AR.js
9199share/nextcloud/apps/user_ldap/l10n/es_AR.json 10118share/nextcloud/apps/user_ldap/l10n/es_AR.json
9200share/nextcloud/apps/user_ldap/l10n/es_CL.js 10119share/nextcloud/apps/user_ldap/l10n/es_CL.js
9201share/nextcloud/apps/user_ldap/l10n/es_CL.json 10120share/nextcloud/apps/user_ldap/l10n/es_CL.json
 10121share/nextcloud/apps/user_ldap/l10n/es_CO.js
 10122share/nextcloud/apps/user_ldap/l10n/es_CO.json
 10123share/nextcloud/apps/user_ldap/l10n/es_CR.js
 10124share/nextcloud/apps/user_ldap/l10n/es_CR.json
 10125share/nextcloud/apps/user_ldap/l10n/es_DO.js
 10126share/nextcloud/apps/user_ldap/l10n/es_DO.json
 10127share/nextcloud/apps/user_ldap/l10n/es_EC.js
 10128share/nextcloud/apps/user_ldap/l10n/es_EC.json
 10129share/nextcloud/apps/user_ldap/l10n/es_GT.js
 10130share/nextcloud/apps/user_ldap/l10n/es_GT.json
 10131share/nextcloud/apps/user_ldap/l10n/es_HN.js
 10132share/nextcloud/apps/user_ldap/l10n/es_HN.json
9202share/nextcloud/apps/user_ldap/l10n/es_MX.js 10133share/nextcloud/apps/user_ldap/l10n/es_MX.js
9203share/nextcloud/apps/user_ldap/l10n/es_MX.json 10134share/nextcloud/apps/user_ldap/l10n/es_MX.json
 10135share/nextcloud/apps/user_ldap/l10n/es_NI.js
 10136share/nextcloud/apps/user_ldap/l10n/es_NI.json
 10137share/nextcloud/apps/user_ldap/l10n/es_PA.js
 10138share/nextcloud/apps/user_ldap/l10n/es_PA.json
 10139share/nextcloud/apps/user_ldap/l10n/es_PE.js
 10140share/nextcloud/apps/user_ldap/l10n/es_PE.json
 10141share/nextcloud/apps/user_ldap/l10n/es_PR.js
 10142share/nextcloud/apps/user_ldap/l10n/es_PR.json
 10143share/nextcloud/apps/user_ldap/l10n/es_PY.js
 10144share/nextcloud/apps/user_ldap/l10n/es_PY.json
 10145share/nextcloud/apps/user_ldap/l10n/es_SV.js
 10146share/nextcloud/apps/user_ldap/l10n/es_SV.json
 10147share/nextcloud/apps/user_ldap/l10n/es_UY.js
 10148share/nextcloud/apps/user_ldap/l10n/es_UY.json
9204share/nextcloud/apps/user_ldap/l10n/et_EE.js 10149share/nextcloud/apps/user_ldap/l10n/et_EE.js
9205share/nextcloud/apps/user_ldap/l10n/et_EE.json 10150share/nextcloud/apps/user_ldap/l10n/et_EE.json
9206share/nextcloud/apps/user_ldap/l10n/eu.js 10151share/nextcloud/apps/user_ldap/l10n/eu.js
9207share/nextcloud/apps/user_ldap/l10n/eu.json 10152share/nextcloud/apps/user_ldap/l10n/eu.json
9208share/nextcloud/apps/user_ldap/l10n/fa.js 10153share/nextcloud/apps/user_ldap/l10n/fa.js
9209share/nextcloud/apps/user_ldap/l10n/fa.json 10154share/nextcloud/apps/user_ldap/l10n/fa.json
9210share/nextcloud/apps/user_ldap/l10n/fi_FI.js 10155share/nextcloud/apps/user_ldap/l10n/fi_FI.js
9211share/nextcloud/apps/user_ldap/l10n/fi_FI.json 10156share/nextcloud/apps/user_ldap/l10n/fi_FI.json
9212share/nextcloud/apps/user_ldap/l10n/fil.js 10157share/nextcloud/apps/user_ldap/l10n/fil.js
9213share/nextcloud/apps/user_ldap/l10n/fil.json 10158share/nextcloud/apps/user_ldap/l10n/fil.json
9214share/nextcloud/apps/user_ldap/l10n/fr.js 10159share/nextcloud/apps/user_ldap/l10n/fr.js
9215share/nextcloud/apps/user_ldap/l10n/fr.json 10160share/nextcloud/apps/user_ldap/l10n/fr.json
9216share/nextcloud/apps/user_ldap/l10n/fy_NL.js 10161share/nextcloud/apps/user_ldap/l10n/fy_NL.js
9217share/nextcloud/apps/user_ldap/l10n/fy_NL.json 10162share/nextcloud/apps/user_ldap/l10n/fy_NL.json
9218share/nextcloud/apps/user_ldap/l10n/gl.js 10163share/nextcloud/apps/user_ldap/l10n/gl.js
9219share/nextcloud/apps/user_ldap/l10n/gl.json 10164share/nextcloud/apps/user_ldap/l10n/gl.json
9220share/nextcloud/apps/user_ldap/l10n/gu.js 10165share/nextcloud/apps/user_ldap/l10n/gu.js
9221share/nextcloud/apps/user_ldap/l10n/gu.json 10166share/nextcloud/apps/user_ldap/l10n/gu.json
9222share/nextcloud/apps/user_ldap/l10n/he.js 10167share/nextcloud/apps/user_ldap/l10n/he.js
9223share/nextcloud/apps/user_ldap/l10n/he.json 10168share/nextcloud/apps/user_ldap/l10n/he.json
9224share/nextcloud/apps/user_ldap/l10n/hi.js 10169share/nextcloud/apps/user_ldap/l10n/hi.js
9225share/nextcloud/apps/user_ldap/l10n/hi.json 10170share/nextcloud/apps/user_ldap/l10n/hi.json
9226share/nextcloud/apps/user_ldap/l10n/hr.js 10171share/nextcloud/apps/user_ldap/l10n/hr.js
9227share/nextcloud/apps/user_ldap/l10n/hr.json 10172share/nextcloud/apps/user_ldap/l10n/hr.json
9228share/nextcloud/apps/user_ldap/l10n/hu.js 10173share/nextcloud/apps/user_ldap/l10n/hu.js
9229share/nextcloud/apps/user_ldap/l10n/hu.json 10174share/nextcloud/apps/user_ldap/l10n/hu.json
9230share/nextcloud/apps/user_ldap/l10n/hu_HU.js 10175share/nextcloud/apps/user_ldap/l10n/hu_HU.js
9231share/nextcloud/apps/user_ldap/l10n/hu_HU.json 10176share/nextcloud/apps/user_ldap/l10n/hu_HU.json
9232share/nextcloud/apps/user_ldap/l10n/hy.js 10177share/nextcloud/apps/user_ldap/l10n/hy.js
9233share/nextcloud/apps/user_ldap/l10n/hy.json 10178share/nextcloud/apps/user_ldap/l10n/hy.json
9234share/nextcloud/apps/user_ldap/l10n/ia.js 10179share/nextcloud/apps/user_ldap/l10n/ia.js
9235share/nextcloud/apps/user_ldap/l10n/ia.json 10180share/nextcloud/apps/user_ldap/l10n/ia.json
9236share/nextcloud/apps/user_ldap/l10n/id.js 10181share/nextcloud/apps/user_ldap/l10n/id.js
9237share/nextcloud/apps/user_ldap/l10n/id.json 10182share/nextcloud/apps/user_ldap/l10n/id.json
9238share/nextcloud/apps/user_ldap/l10n/io.js 10183share/nextcloud/apps/user_ldap/l10n/io.js
9239share/nextcloud/apps/user_ldap/l10n/io.json 10184share/nextcloud/apps/user_ldap/l10n/io.json
9240share/nextcloud/apps/user_ldap/l10n/is.js 10185share/nextcloud/apps/user_ldap/l10n/is.js
9241share/nextcloud/apps/user_ldap/l10n/is.json 10186share/nextcloud/apps/user_ldap/l10n/is.json
9242share/nextcloud/apps/user_ldap/l10n/it.js 10187share/nextcloud/apps/user_ldap/l10n/it.js
9243share/nextcloud/apps/user_ldap/l10n/it.json 10188share/nextcloud/apps/user_ldap/l10n/it.json
9244share/nextcloud/apps/user_ldap/l10n/ja.js 10189share/nextcloud/apps/user_ldap/l10n/ja.js
9245share/nextcloud/apps/user_ldap/l10n/ja.json 10190share/nextcloud/apps/user_ldap/l10n/ja.json
9246share/nextcloud/apps/user_ldap/l10n/jv.js 10191share/nextcloud/apps/user_ldap/l10n/jv.js
9247share/nextcloud/apps/user_ldap/l10n/jv.json 10192share/nextcloud/apps/user_ldap/l10n/jv.json
9248share/nextcloud/apps/user_ldap/l10n/ka_GE.js 10193share/nextcloud/apps/user_ldap/l10n/ka_GE.js
9249share/nextcloud/apps/user_ldap/l10n/ka_GE.json 10194share/nextcloud/apps/user_ldap/l10n/ka_GE.json
9250share/nextcloud/apps/user_ldap/l10n/km.js 10195share/nextcloud/apps/user_ldap/l10n/km.js
9251share/nextcloud/apps/user_ldap/l10n/km.json 10196share/nextcloud/apps/user_ldap/l10n/km.json
9252share/nextcloud/apps/user_ldap/l10n/kn.js 10197share/nextcloud/apps/user_ldap/l10n/kn.js
9253share/nextcloud/apps/user_ldap/l10n/kn.json 10198share/nextcloud/apps/user_ldap/l10n/kn.json
9254share/nextcloud/apps/user_ldap/l10n/ko.js 10199share/nextcloud/apps/user_ldap/l10n/ko.js
9255share/nextcloud/apps/user_ldap/l10n/ko.json 10200share/nextcloud/apps/user_ldap/l10n/ko.json
9256share/nextcloud/apps/user_ldap/l10n/ku_IQ.js 10201share/nextcloud/apps/user_ldap/l10n/ku_IQ.js
9257share/nextcloud/apps/user_ldap/l10n/ku_IQ.json 10202share/nextcloud/apps/user_ldap/l10n/ku_IQ.json
9258share/nextcloud/apps/user_ldap/l10n/lb.js 10203share/nextcloud/apps/user_ldap/l10n/lb.js
9259share/nextcloud/apps/user_ldap/l10n/lb.json 10204share/nextcloud/apps/user_ldap/l10n/lb.json
9260share/nextcloud/apps/user_ldap/l10n/lo.js 10205share/nextcloud/apps/user_ldap/l10n/lo.js
9261share/nextcloud/apps/user_ldap/l10n/lo.json 10206share/nextcloud/apps/user_ldap/l10n/lo.json
9262share/nextcloud/apps/user_ldap/l10n/lt_LT.js 10207share/nextcloud/apps/user_ldap/l10n/lt_LT.js
9263share/nextcloud/apps/user_ldap/l10n/lt_LT.json 10208share/nextcloud/apps/user_ldap/l10n/lt_LT.json
9264share/nextcloud/apps/user_ldap/l10n/lv.js 10209share/nextcloud/apps/user_ldap/l10n/lv.js
9265share/nextcloud/apps/user_ldap/l10n/lv.json 10210share/nextcloud/apps/user_ldap/l10n/lv.json
9266share/nextcloud/apps/user_ldap/l10n/mg.js 10211share/nextcloud/apps/user_ldap/l10n/mg.js
9267share/nextcloud/apps/user_ldap/l10n/mg.json 10212share/nextcloud/apps/user_ldap/l10n/mg.json
9268share/nextcloud/apps/user_ldap/l10n/mk.js 10213share/nextcloud/apps/user_ldap/l10n/mk.js
9269share/nextcloud/apps/user_ldap/l10n/mk.json 10214share/nextcloud/apps/user_ldap/l10n/mk.json
9270share/nextcloud/apps/user_ldap/l10n/ml.js 10215share/nextcloud/apps/user_ldap/l10n/ml.js
9271share/nextcloud/apps/user_ldap/l10n/ml.json 10216share/nextcloud/apps/user_ldap/l10n/ml.json
9272share/nextcloud/apps/user_ldap/l10n/ml_IN.js 10217share/nextcloud/apps/user_ldap/l10n/ml_IN.js
9273share/nextcloud/apps/user_ldap/l10n/ml_IN.json 10218share/nextcloud/apps/user_ldap/l10n/ml_IN.json
9274share/nextcloud/apps/user_ldap/l10n/mn.js 10219share/nextcloud/apps/user_ldap/l10n/mn.js
9275share/nextcloud/apps/user_ldap/l10n/mn.json 10220share/nextcloud/apps/user_ldap/l10n/mn.json
9276share/nextcloud/apps/user_ldap/l10n/mr.js 10221share/nextcloud/apps/user_ldap/l10n/mr.js
9277share/nextcloud/apps/user_ldap/l10n/mr.json 10222share/nextcloud/apps/user_ldap/l10n/mr.json
9278share/nextcloud/apps/user_ldap/l10n/ms_MY.js 10223share/nextcloud/apps/user_ldap/l10n/ms_MY.js
9279share/nextcloud/apps/user_ldap/l10n/ms_MY.json 10224share/nextcloud/apps/user_ldap/l10n/ms_MY.json
9280share/nextcloud/apps/user_ldap/l10n/mt_MT.js 10225share/nextcloud/apps/user_ldap/l10n/mt_MT.js
9281share/nextcloud/apps/user_ldap/l10n/mt_MT.json 10226share/nextcloud/apps/user_ldap/l10n/mt_MT.json
9282share/nextcloud/apps/user_ldap/l10n/my_MM.js 10227share/nextcloud/apps/user_ldap/l10n/my_MM.js
9283share/nextcloud/apps/user_ldap/l10n/my_MM.json 10228share/nextcloud/apps/user_ldap/l10n/my_MM.json
9284share/nextcloud/apps/user_ldap/l10n/nb.js 10229share/nextcloud/apps/user_ldap/l10n/nb.js
9285share/nextcloud/apps/user_ldap/l10n/nb.json 10230share/nextcloud/apps/user_ldap/l10n/nb.json
9286share/nextcloud/apps/user_ldap/l10n/nb_NO.js 10231share/nextcloud/apps/user_ldap/l10n/nb_NO.js
9287share/nextcloud/apps/user_ldap/l10n/nb_NO.json 10232share/nextcloud/apps/user_ldap/l10n/nb_NO.json
9288share/nextcloud/apps/user_ldap/l10n/nds.js 10233share/nextcloud/apps/user_ldap/l10n/nds.js
9289share/nextcloud/apps/user_ldap/l10n/nds.json 10234share/nextcloud/apps/user_ldap/l10n/nds.json
9290share/nextcloud/apps/user_ldap/l10n/nl.js 10235share/nextcloud/apps/user_ldap/l10n/nl.js
9291share/nextcloud/apps/user_ldap/l10n/nl.json 10236share/nextcloud/apps/user_ldap/l10n/nl.json
9292share/nextcloud/apps/user_ldap/l10n/nn_NO.js 10237share/nextcloud/apps/user_ldap/l10n/nn_NO.js
9293share/nextcloud/apps/user_ldap/l10n/nn_NO.json 10238share/nextcloud/apps/user_ldap/l10n/nn_NO.json
9294share/nextcloud/apps/user_ldap/l10n/nqo.js 10239share/nextcloud/apps/user_ldap/l10n/nqo.js
9295share/nextcloud/apps/user_ldap/l10n/nqo.json 10240share/nextcloud/apps/user_ldap/l10n/nqo.json
9296share/nextcloud/apps/user_ldap/l10n/oc.js 10241share/nextcloud/apps/user_ldap/l10n/oc.js
9297share/nextcloud/apps/user_ldap/l10n/oc.json 10242share/nextcloud/apps/user_ldap/l10n/oc.json
9298share/nextcloud/apps/user_ldap/l10n/pa.js 10243share/nextcloud/apps/user_ldap/l10n/pa.js
9299share/nextcloud/apps/user_ldap/l10n/pa.json 10244share/nextcloud/apps/user_ldap/l10n/pa.json
9300share/nextcloud/apps/user_ldap/l10n/pl.js 10245share/nextcloud/apps/user_ldap/l10n/pl.js
9301share/nextcloud/apps/user_ldap/l10n/pl.json 10246share/nextcloud/apps/user_ldap/l10n/pl.json
9302share/nextcloud/apps/user_ldap/l10n/pt_BR.js 10247share/nextcloud/apps/user_ldap/l10n/pt_BR.js
9303share/nextcloud/apps/user_ldap/l10n/pt_BR.json 10248share/nextcloud/apps/user_ldap/l10n/pt_BR.json
9304share/nextcloud/apps/user_ldap/l10n/pt_PT.js 10249share/nextcloud/apps/user_ldap/l10n/pt_PT.js
9305share/nextcloud/apps/user_ldap/l10n/pt_PT.json 10250share/nextcloud/apps/user_ldap/l10n/pt_PT.json
9306share/nextcloud/apps/user_ldap/l10n/ro.js 10251share/nextcloud/apps/user_ldap/l10n/ro.js
9307share/nextcloud/apps/user_ldap/l10n/ro.json 10252share/nextcloud/apps/user_ldap/l10n/ro.json
9308share/nextcloud/apps/user_ldap/l10n/ru.js 10253share/nextcloud/apps/user_ldap/l10n/ru.js
9309share/nextcloud/apps/user_ldap/l10n/ru.json 10254share/nextcloud/apps/user_ldap/l10n/ru.json
9310share/nextcloud/apps/user_ldap/l10n/si_LK.js 10255share/nextcloud/apps/user_ldap/l10n/si_LK.js
9311share/nextcloud/apps/user_ldap/l10n/si_LK.json 10256share/nextcloud/apps/user_ldap/l10n/si_LK.json
9312share/nextcloud/apps/user_ldap/l10n/sk.js 10257share/nextcloud/apps/user_ldap/l10n/sk.js
9313share/nextcloud/apps/user_ldap/l10n/sk.json 10258share/nextcloud/apps/user_ldap/l10n/sk.json
9314share/nextcloud/apps/user_ldap/l10n/sk_SK.js 10259share/nextcloud/apps/user_ldap/l10n/sk_SK.js
9315share/nextcloud/apps/user_ldap/l10n/sk_SK.json 10260share/nextcloud/apps/user_ldap/l10n/sk_SK.json
9316share/nextcloud/apps/user_ldap/l10n/sl.js 10261share/nextcloud/apps/user_ldap/l10n/sl.js
9317share/nextcloud/apps/user_ldap/l10n/sl.json 10262share/nextcloud/apps/user_ldap/l10n/sl.json
9318share/nextcloud/apps/user_ldap/l10n/sq.js 10263share/nextcloud/apps/user_ldap/l10n/sq.js
9319share/nextcloud/apps/user_ldap/l10n/sq.json 10264share/nextcloud/apps/user_ldap/l10n/sq.json
9320share/nextcloud/apps/user_ldap/l10n/sr.js 10265share/nextcloud/apps/user_ldap/l10n/sr.js
9321share/nextcloud/apps/user_ldap/l10n/sr.json 10266share/nextcloud/apps/user_ldap/l10n/sr.json
9322share/nextcloud/apps/user_ldap/l10n/sr@latin.js 10267share/nextcloud/apps/user_ldap/l10n/sr@latin.js
9323share/nextcloud/apps/user_ldap/l10n/sr@latin.json 10268share/nextcloud/apps/user_ldap/l10n/sr@latin.json
9324share/nextcloud/apps/user_ldap/l10n/su.js 10269share/nextcloud/apps/user_ldap/l10n/su.js
9325share/nextcloud/apps/user_ldap/l10n/su.json 10270share/nextcloud/apps/user_ldap/l10n/su.json
9326share/nextcloud/apps/user_ldap/l10n/sv.js 10271share/nextcloud/apps/user_ldap/l10n/sv.js
9327share/nextcloud/apps/user_ldap/l10n/sv.json 10272share/nextcloud/apps/user_ldap/l10n/sv.json
9328share/nextcloud/apps/user_ldap/l10n/sw_KE.js 10273share/nextcloud/apps/user_ldap/l10n/sw_KE.js
9329share/nextcloud/apps/user_ldap/l10n/sw_KE.json 10274share/nextcloud/apps/user_ldap/l10n/sw_KE.json
9330share/nextcloud/apps/user_ldap/l10n/ta_IN.js 10275share/nextcloud/apps/user_ldap/l10n/ta_IN.js
9331share/nextcloud/apps/user_ldap/l10n/ta_IN.json 10276share/nextcloud/apps/user_ldap/l10n/ta_IN.json
9332share/nextcloud/apps/user_ldap/l10n/ta_LK.js 10277share/nextcloud/apps/user_ldap/l10n/ta_LK.js
9333share/nextcloud/apps/user_ldap/l10n/ta_LK.json 10278share/nextcloud/apps/user_ldap/l10n/ta_LK.json
9334share/nextcloud/apps/user_ldap/l10n/te.js 10279share/nextcloud/apps/user_ldap/l10n/te.js
9335share/nextcloud/apps/user_ldap/l10n/te.json 10280share/nextcloud/apps/user_ldap/l10n/te.json
9336share/nextcloud/apps/user_ldap/l10n/tg_TJ.js 10281share/nextcloud/apps/user_ldap/l10n/tg_TJ.js
9337share/nextcloud/apps/user_ldap/l10n/tg_TJ.json 10282share/nextcloud/apps/user_ldap/l10n/tg_TJ.json
9338share/nextcloud/apps/user_ldap/l10n/th.js 10283share/nextcloud/apps/user_ldap/l10n/th.js
9339share/nextcloud/apps/user_ldap/l10n/th.json 10284share/nextcloud/apps/user_ldap/l10n/th.json
9340share/nextcloud/apps/user_ldap/l10n/th_TH.js 10285share/nextcloud/apps/user_ldap/l10n/th_TH.js
9341share/nextcloud/apps/user_ldap/l10n/th_TH.json 10286share/nextcloud/apps/user_ldap/l10n/th_TH.json
9342share/nextcloud/apps/user_ldap/l10n/tl_PH.js 10287share/nextcloud/apps/user_ldap/l10n/tl_PH.js
9343share/nextcloud/apps/user_ldap/l10n/tl_PH.json 10288share/nextcloud/apps/user_ldap/l10n/tl_PH.json
9344share/nextcloud/apps/user_ldap/l10n/tr.js 10289share/nextcloud/apps/user_ldap/l10n/tr.js
9345share/nextcloud/apps/user_ldap/l10n/tr.json 10290share/nextcloud/apps/user_ldap/l10n/tr.json
9346share/nextcloud/apps/user_ldap/l10n/tzm.js 10291share/nextcloud/apps/user_ldap/l10n/tzm.js
9347share/nextcloud/apps/user_ldap/l10n/tzm.json 10292share/nextcloud/apps/user_ldap/l10n/tzm.json
9348share/nextcloud/apps/user_ldap/l10n/ug.js 10293share/nextcloud/apps/user_ldap/l10n/ug.js
9349share/nextcloud/apps/user_ldap/l10n/ug.json 10294share/nextcloud/apps/user_ldap/l10n/ug.json
9350share/nextcloud/apps/user_ldap/l10n/uk.js 10295share/nextcloud/apps/user_ldap/l10n/uk.js
9351share/nextcloud/apps/user_ldap/l10n/uk.json 10296share/nextcloud/apps/user_ldap/l10n/uk.json
9352share/nextcloud/apps/user_ldap/l10n/ur_PK.js 10297share/nextcloud/apps/user_ldap/l10n/ur_PK.js
9353share/nextcloud/apps/user_ldap/l10n/ur_PK.json 10298share/nextcloud/apps/user_ldap/l10n/ur_PK.json
9354share/nextcloud/apps/user_ldap/l10n/vi.js 10299share/nextcloud/apps/user_ldap/l10n/vi.js
9355share/nextcloud/apps/user_ldap/l10n/vi.json 10300share/nextcloud/apps/user_ldap/l10n/vi.json
9356share/nextcloud/apps/user_ldap/l10n/zh_CN.js 10301share/nextcloud/apps/user_ldap/l10n/zh_CN.js
9357share/nextcloud/apps/user_ldap/l10n/zh_CN.json 10302share/nextcloud/apps/user_ldap/l10n/zh_CN.json
9358share/nextcloud/apps/user_ldap/l10n/zh_HK.js 10303share/nextcloud/apps/user_ldap/l10n/zh_HK.js
9359share/nextcloud/apps/user_ldap/l10n/zh_HK.json 10304share/nextcloud/apps/user_ldap/l10n/zh_HK.json
9360share/nextcloud/apps/user_ldap/l10n/zh_TW.js 10305share/nextcloud/apps/user_ldap/l10n/zh_TW.js
9361share/nextcloud/apps/user_ldap/l10n/zh_TW.json 10306share/nextcloud/apps/user_ldap/l10n/zh_TW.json
9362share/nextcloud/apps/user_ldap/lib/Access.php 10307share/nextcloud/apps/user_ldap/lib/Access.php
9363share/nextcloud/apps/user_ldap/lib/AppInfo/Application.php 10308share/nextcloud/apps/user_ldap/lib/AppInfo/Application.php
9364share/nextcloud/apps/user_ldap/lib/BackendUtility.php 10309share/nextcloud/apps/user_ldap/lib/BackendUtility.php
9365share/nextcloud/apps/user_ldap/lib/Command/CheckUser.php 10310share/nextcloud/apps/user_ldap/lib/Command/CheckUser.php
9366share/nextcloud/apps/user_ldap/lib/Command/CreateEmptyConfig.php 10311share/nextcloud/apps/user_ldap/lib/Command/CreateEmptyConfig.php
9367share/nextcloud/apps/user_ldap/lib/Command/DeleteConfig.php 10312share/nextcloud/apps/user_ldap/lib/Command/DeleteConfig.php
9368share/nextcloud/apps/user_ldap/lib/Command/Search.php 10313share/nextcloud/apps/user_ldap/lib/Command/Search.php
9369share/nextcloud/apps/user_ldap/lib/Command/SetConfig.php 10314share/nextcloud/apps/user_ldap/lib/Command/SetConfig.php
9370share/nextcloud/apps/user_ldap/lib/Command/ShowConfig.php 10315share/nextcloud/apps/user_ldap/lib/Command/ShowConfig.php
9371share/nextcloud/apps/user_ldap/lib/Command/ShowRemnants.php 10316share/nextcloud/apps/user_ldap/lib/Command/ShowRemnants.php
9372share/nextcloud/apps/user_ldap/lib/Command/TestConfig.php 10317share/nextcloud/apps/user_ldap/lib/Command/TestConfig.php
9373share/nextcloud/apps/user_ldap/lib/Configuration.php 10318share/nextcloud/apps/user_ldap/lib/Configuration.php
9374share/nextcloud/apps/user_ldap/lib/Connection.php 10319share/nextcloud/apps/user_ldap/lib/Connection.php
9375share/nextcloud/apps/user_ldap/lib/Controller/ConfigAPIController.php 10320share/nextcloud/apps/user_ldap/lib/Controller/ConfigAPIController.php
9376share/nextcloud/apps/user_ldap/lib/Controller/RenewPasswordController.php 10321share/nextcloud/apps/user_ldap/lib/Controller/RenewPasswordController.php
9377share/nextcloud/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php 10322share/nextcloud/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
9378share/nextcloud/apps/user_ldap/lib/Exceptions/NotOnLDAP.php 10323share/nextcloud/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
9379share/nextcloud/apps/user_ldap/lib/FilesystemHelper.php 10324share/nextcloud/apps/user_ldap/lib/FilesystemHelper.php
9380share/nextcloud/apps/user_ldap/lib/Group_LDAP.php 10325share/nextcloud/apps/user_ldap/lib/Group_LDAP.php
9381share/nextcloud/apps/user_ldap/lib/Group_Proxy.php 10326share/nextcloud/apps/user_ldap/lib/Group_Proxy.php
9382share/nextcloud/apps/user_ldap/lib/Helper.php 10327share/nextcloud/apps/user_ldap/lib/Helper.php
9383share/nextcloud/apps/user_ldap/lib/ILDAPWrapper.php 10328share/nextcloud/apps/user_ldap/lib/ILDAPWrapper.php
9384share/nextcloud/apps/user_ldap/lib/IUserLDAP.php 10329share/nextcloud/apps/user_ldap/lib/IUserLDAP.php
9385share/nextcloud/apps/user_ldap/lib/Jobs/CleanUp.php 10330share/nextcloud/apps/user_ldap/lib/Jobs/CleanUp.php
9386share/nextcloud/apps/user_ldap/lib/Jobs/UpdateGroups.php 10331share/nextcloud/apps/user_ldap/lib/Jobs/UpdateGroups.php
9387share/nextcloud/apps/user_ldap/lib/LDAP.php 10332share/nextcloud/apps/user_ldap/lib/LDAP.php
9388share/nextcloud/apps/user_ldap/lib/LDAPProvider.php 10333share/nextcloud/apps/user_ldap/lib/LDAPProvider.php
9389share/nextcloud/apps/user_ldap/lib/LDAPProviderFactory.php 10334share/nextcloud/apps/user_ldap/lib/LDAPProviderFactory.php
9390share/nextcloud/apps/user_ldap/lib/LDAPUtility.php 10335share/nextcloud/apps/user_ldap/lib/LDAPUtility.php
9391share/nextcloud/apps/user_ldap/lib/LogWrapper.php 10336share/nextcloud/apps/user_ldap/lib/LogWrapper.php
9392share/nextcloud/apps/user_ldap/lib/Mapping/AbstractMapping.php 10337share/nextcloud/apps/user_ldap/lib/Mapping/AbstractMapping.php
9393share/nextcloud/apps/user_ldap/lib/Mapping/GroupMapping.php 10338share/nextcloud/apps/user_ldap/lib/Mapping/GroupMapping.php
9394share/nextcloud/apps/user_ldap/lib/Mapping/UserMapping.php 10339share/nextcloud/apps/user_ldap/lib/Mapping/UserMapping.php
9395share/nextcloud/apps/user_ldap/lib/Migration/UUIDFix.php 10340share/nextcloud/apps/user_ldap/lib/Migration/UUIDFix.php
9396share/nextcloud/apps/user_ldap/lib/Migration/UUIDFixGroup.php 10341share/nextcloud/apps/user_ldap/lib/Migration/UUIDFixGroup.php
9397share/nextcloud/apps/user_ldap/lib/Migration/UUIDFixInsert.php 10342share/nextcloud/apps/user_ldap/lib/Migration/UUIDFixInsert.php
9398share/nextcloud/apps/user_ldap/lib/Migration/UUIDFixUser.php 10343share/nextcloud/apps/user_ldap/lib/Migration/UUIDFixUser.php
9399share/nextcloud/apps/user_ldap/lib/Notification/Notifier.php 10344share/nextcloud/apps/user_ldap/lib/Notification/Notifier.php
9400share/nextcloud/apps/user_ldap/lib/Proxy.php 10345share/nextcloud/apps/user_ldap/lib/Proxy.php
9401share/nextcloud/apps/user_ldap/lib/Settings/Admin.php 10346share/nextcloud/apps/user_ldap/lib/Settings/Admin.php
9402share/nextcloud/apps/user_ldap/lib/Settings/Section.php 10347share/nextcloud/apps/user_ldap/lib/Settings/Section.php
9403share/nextcloud/apps/user_ldap/lib/User/DeletedUsersIndex.php 10348share/nextcloud/apps/user_ldap/lib/User/DeletedUsersIndex.php
9404share/nextcloud/apps/user_ldap/lib/User/IUserTools.php 10349share/nextcloud/apps/user_ldap/lib/User/IUserTools.php
9405share/nextcloud/apps/user_ldap/lib/User/Manager.php 10350share/nextcloud/apps/user_ldap/lib/User/Manager.php
9406share/nextcloud/apps/user_ldap/lib/User/OfflineUser.php 10351share/nextcloud/apps/user_ldap/lib/User/OfflineUser.php
9407share/nextcloud/apps/user_ldap/lib/User/User.php 10352share/nextcloud/apps/user_ldap/lib/User/User.php
9408share/nextcloud/apps/user_ldap/lib/User_LDAP.php 10353share/nextcloud/apps/user_ldap/lib/User_LDAP.php
9409share/nextcloud/apps/user_ldap/lib/User_Proxy.php 10354share/nextcloud/apps/user_ldap/lib/User_Proxy.php
9410share/nextcloud/apps/user_ldap/lib/Wizard.php 10355share/nextcloud/apps/user_ldap/lib/Wizard.php
9411share/nextcloud/apps/user_ldap/lib/WizardResult.php 10356share/nextcloud/apps/user_ldap/lib/WizardResult.php
9412share/nextcloud/apps/user_ldap/templates/part.settingcontrols.php 10357share/nextcloud/apps/user_ldap/templates/part.settingcontrols.php
9413share/nextcloud/apps/user_ldap/templates/part.wizard-groupfilter.php 10358share/nextcloud/apps/user_ldap/templates/part.wizard-groupfilter.php
9414share/nextcloud/apps/user_ldap/templates/part.wizard-loginfilter.php 10359share/nextcloud/apps/user_ldap/templates/part.wizard-loginfilter.php
9415share/nextcloud/apps/user_ldap/templates/part.wizard-server.php 10360share/nextcloud/apps/user_ldap/templates/part.wizard-server.php
9416share/nextcloud/apps/user_ldap/templates/part.wizard-userfilter.php 10361share/nextcloud/apps/user_ldap/templates/part.wizard-userfilter.php
9417share/nextcloud/apps/user_ldap/templates/part.wizardcontrols.php 10362share/nextcloud/apps/user_ldap/templates/part.wizardcontrols.php
9418share/nextcloud/apps/user_ldap/templates/renewpassword.php 10363share/nextcloud/apps/user_ldap/templates/renewpassword.php
9419share/nextcloud/apps/user_ldap/templates/settings.php 10364share/nextcloud/apps/user_ldap/templates/settings.php
9420share/nextcloud/apps/user_ldap/vendor/ui-multiselect/MIT-LICENSE 10365share/nextcloud/apps/user_ldap/vendor/ui-multiselect/MIT-LICENSE
9421share/nextcloud/apps/user_ldap/vendor/ui-multiselect/jquery.multiselect.css 10366share/nextcloud/apps/user_ldap/vendor/ui-multiselect/jquery.multiselect.css
9422share/nextcloud/apps/user_ldap/vendor/ui-multiselect/src/jquery.multiselect.js 10367share/nextcloud/apps/user_ldap/vendor/ui-multiselect/src/jquery.multiselect.js
9423share/nextcloud/apps/workflowengine/appinfo/app.php 10368share/nextcloud/apps/workflowengine/appinfo/app.php
9424share/nextcloud/apps/workflowengine/appinfo/database.xml 10369share/nextcloud/apps/workflowengine/appinfo/database.xml
9425share/nextcloud/apps/workflowengine/appinfo/info.xml 10370share/nextcloud/apps/workflowengine/appinfo/info.xml
9426share/nextcloud/apps/workflowengine/appinfo/routes.php 10371share/nextcloud/apps/workflowengine/appinfo/routes.php
9427share/nextcloud/apps/workflowengine/appinfo/signature.json 10372share/nextcloud/apps/workflowengine/appinfo/signature.json
9428share/nextcloud/apps/workflowengine/css/admin.css 10373share/nextcloud/apps/workflowengine/css/admin.css
9429share/nextcloud/apps/workflowengine/js/admin.js 10374share/nextcloud/apps/workflowengine/js/admin.js
9430share/nextcloud/apps/workflowengine/js/filemimetypeplugin.js 10375share/nextcloud/apps/workflowengine/js/filemimetypeplugin.js
9431share/nextcloud/apps/workflowengine/js/filesizeplugin.js 10376share/nextcloud/apps/workflowengine/js/filesizeplugin.js
9432share/nextcloud/apps/workflowengine/js/filesystemtagsplugin.js 10377share/nextcloud/apps/workflowengine/js/filesystemtagsplugin.js
9433share/nextcloud/apps/workflowengine/js/requestremoteaddressplugin.js 10378share/nextcloud/apps/workflowengine/js/requestremoteaddressplugin.js
9434share/nextcloud/apps/workflowengine/js/requesttimeplugin.js 10379share/nextcloud/apps/workflowengine/js/requesttimeplugin.js
9435share/nextcloud/apps/workflowengine/js/requesturlplugin.js 10380share/nextcloud/apps/workflowengine/js/requesturlplugin.js
9436share/nextcloud/apps/workflowengine/js/requestuseragentplugin.js 10381share/nextcloud/apps/workflowengine/js/requestuseragentplugin.js
9437share/nextcloud/apps/workflowengine/js/usergroupmembershipplugin.js 10382share/nextcloud/apps/workflowengine/js/usergroupmembershipplugin.js
9438share/nextcloud/apps/workflowengine/l10n/.gitkeep 10383share/nextcloud/apps/workflowengine/l10n/.gitkeep
9439share/nextcloud/apps/workflowengine/l10n/ast.js 10384share/nextcloud/apps/workflowengine/l10n/ast.js
9440share/nextcloud/apps/workflowengine/l10n/ast.json 10385share/nextcloud/apps/workflowengine/l10n/ast.json
9441share/nextcloud/apps/workflowengine/l10n/bg.js 10386share/nextcloud/apps/workflowengine/l10n/bg.js
9442share/nextcloud/apps/workflowengine/l10n/bg.json 10387share/nextcloud/apps/workflowengine/l10n/bg.json
9443share/nextcloud/apps/workflowengine/l10n/bg_BG.js 10388share/nextcloud/apps/workflowengine/l10n/bg_BG.js
9444share/nextcloud/apps/workflowengine/l10n/bg_BG.json 10389share/nextcloud/apps/workflowengine/l10n/bg_BG.json
9445share/nextcloud/apps/workflowengine/l10n/ca.js 10390share/nextcloud/apps/workflowengine/l10n/ca.js
9446share/nextcloud/apps/workflowengine/l10n/ca.json 10391share/nextcloud/apps/workflowengine/l10n/ca.json
9447share/nextcloud/apps/workflowengine/l10n/cs.js 10392share/nextcloud/apps/workflowengine/l10n/cs.js
9448share/nextcloud/apps/workflowengine/l10n/cs.json 10393share/nextcloud/apps/workflowengine/l10n/cs.json
9449share/nextcloud/apps/workflowengine/l10n/cs_CZ.js 10394share/nextcloud/apps/workflowengine/l10n/cs_CZ.js
9450share/nextcloud/apps/workflowengine/l10n/cs_CZ.json 10395share/nextcloud/apps/workflowengine/l10n/cs_CZ.json
9451share/nextcloud/apps/workflowengine/l10n/da.js 10396share/nextcloud/apps/workflowengine/l10n/da.js
9452share/nextcloud/apps/workflowengine/l10n/da.json 10397share/nextcloud/apps/workflowengine/l10n/da.json
9453share/nextcloud/apps/workflowengine/l10n/de.js 10398share/nextcloud/apps/workflowengine/l10n/de.js
9454share/nextcloud/apps/workflowengine/l10n/de.json 10399share/nextcloud/apps/workflowengine/l10n/de.json
9455share/nextcloud/apps/workflowengine/l10n/de_DE.js 10400share/nextcloud/apps/workflowengine/l10n/de_DE.js
9456share/nextcloud/apps/workflowengine/l10n/de_DE.json 10401share/nextcloud/apps/workflowengine/l10n/de_DE.json
9457share/nextcloud/apps/workflowengine/l10n/el.js 10402share/nextcloud/apps/workflowengine/l10n/el.js
9458share/nextcloud/apps/workflowengine/l10n/el.json 10403share/nextcloud/apps/workflowengine/l10n/el.json
9459share/nextcloud/apps/workflowengine/l10n/en_GB.js 10404share/nextcloud/apps/workflowengine/l10n/en_GB.js
9460share/nextcloud/apps/workflowengine/l10n/en_GB.json 10405share/nextcloud/apps/workflowengine/l10n/en_GB.json
9461share/nextcloud/apps/workflowengine/l10n/es.js 10406share/nextcloud/apps/workflowengine/l10n/es.js
9462share/nextcloud/apps/workflowengine/l10n/es.json 10407share/nextcloud/apps/workflowengine/l10n/es.json
9463share/nextcloud/apps/workflowengine/l10n/es_AR.js 10408share/nextcloud/apps/workflowengine/l10n/es_AR.js
9464share/nextcloud/apps/workflowengine/l10n/es_AR.json 10409share/nextcloud/apps/workflowengine/l10n/es_AR.json
 10410share/nextcloud/apps/workflowengine/l10n/es_CL.js
 10411share/nextcloud/apps/workflowengine/l10n/es_CL.json
 10412share/nextcloud/apps/workflowengine/l10n/es_CO.js
 10413share/nextcloud/apps/workflowengine/l10n/es_CO.json
 10414share/nextcloud/apps/workflowengine/l10n/es_CR.js
 10415share/nextcloud/apps/workflowengine/l10n/es_CR.json
 10416share/nextcloud/apps/workflowengine/l10n/es_DO.js
 10417share/nextcloud/apps/workflowengine/l10n/es_DO.json
 10418share/nextcloud/apps/workflowengine/l10n/es_EC.js
 10419share/nextcloud/apps/workflowengine/l10n/es_EC.json
 10420share/nextcloud/apps/workflowengine/l10n/es_GT.js
 10421share/nextcloud/apps/workflowengine/l10n/es_GT.json
 10422share/nextcloud/apps/workflowengine/l10n/es_HN.js
 10423share/nextcloud/apps/workflowengine/l10n/es_HN.json
9465share/nextcloud/apps/workflowengine/l10n/es_MX.js 10424share/nextcloud/apps/workflowengine/l10n/es_MX.js
9466share/nextcloud/apps/workflowengine/l10n/es_MX.json 10425share/nextcloud/apps/workflowengine/l10n/es_MX.json
 10426share/nextcloud/apps/workflowengine/l10n/es_NI.js
 10427share/nextcloud/apps/workflowengine/l10n/es_NI.json
 10428share/nextcloud/apps/workflowengine/l10n/es_PA.js
 10429share/nextcloud/apps/workflowengine/l10n/es_PA.json
 10430share/nextcloud/apps/workflowengine/l10n/es_PE.js
 10431share/nextcloud/apps/workflowengine/l10n/es_PE.json
 10432share/nextcloud/apps/workflowengine/l10n/es_PR.js
 10433share/nextcloud/apps/workflowengine/l10n/es_PR.json
 10434share/nextcloud/apps/workflowengine/l10n/es_PY.js
 10435share/nextcloud/apps/workflowengine/l10n/es_PY.json
 10436share/nextcloud/apps/workflowengine/l10n/es_SV.js
 10437share/nextcloud/apps/workflowengine/l10n/es_SV.json
 10438share/nextcloud/apps/workflowengine/l10n/es_UY.js
 10439share/nextcloud/apps/workflowengine/l10n/es_UY.json
9467share/nextcloud/apps/workflowengine/l10n/fa.js 10440share/nextcloud/apps/workflowengine/l10n/fa.js
9468share/nextcloud/apps/workflowengine/l10n/fa.json 10441share/nextcloud/apps/workflowengine/l10n/fa.json
9469share/nextcloud/apps/workflowengine/l10n/fi.js 10442share/nextcloud/apps/workflowengine/l10n/fi.js
9470share/nextcloud/apps/workflowengine/l10n/fi.json 10443share/nextcloud/apps/workflowengine/l10n/fi.json
9471share/nextcloud/apps/workflowengine/l10n/fr.js 10444share/nextcloud/apps/workflowengine/l10n/fr.js
9472share/nextcloud/apps/workflowengine/l10n/fr.json 10445share/nextcloud/apps/workflowengine/l10n/fr.json
9473share/nextcloud/apps/workflowengine/l10n/gl.js 10446share/nextcloud/apps/workflowengine/l10n/gl.js
9474share/nextcloud/apps/workflowengine/l10n/gl.json 10447share/nextcloud/apps/workflowengine/l10n/gl.json
9475share/nextcloud/apps/workflowengine/l10n/hu.js 10448share/nextcloud/apps/workflowengine/l10n/hu.js
9476share/nextcloud/apps/workflowengine/l10n/hu.json 10449share/nextcloud/apps/workflowengine/l10n/hu.json
9477share/nextcloud/apps/workflowengine/l10n/hu_HU.js 10450share/nextcloud/apps/workflowengine/l10n/hu_HU.js
9478share/nextcloud/apps/workflowengine/l10n/hu_HU.json 10451share/nextcloud/apps/workflowengine/l10n/hu_HU.json
9479share/nextcloud/apps/workflowengine/l10n/id.js 10452share/nextcloud/apps/workflowengine/l10n/id.js
9480share/nextcloud/apps/workflowengine/l10n/id.json 10453share/nextcloud/apps/workflowengine/l10n/id.json
9481share/nextcloud/apps/workflowengine/l10n/is.js 10454share/nextcloud/apps/workflowengine/l10n/is.js
9482share/nextcloud/apps/workflowengine/l10n/is.json 10455share/nextcloud/apps/workflowengine/l10n/is.json
9483share/nextcloud/apps/workflowengine/l10n/it.js 10456share/nextcloud/apps/workflowengine/l10n/it.js
9484share/nextcloud/apps/workflowengine/l10n/it.json 10457share/nextcloud/apps/workflowengine/l10n/it.json
9485share/nextcloud/apps/workflowengine/l10n/ja.js 10458share/nextcloud/apps/workflowengine/l10n/ja.js
9486share/nextcloud/apps/workflowengine/l10n/ja.json 10459share/nextcloud/apps/workflowengine/l10n/ja.json
 10460share/nextcloud/apps/workflowengine/l10n/ka_GE.js
 10461share/nextcloud/apps/workflowengine/l10n/ka_GE.json
9487share/nextcloud/apps/workflowengine/l10n/ko.js 10462share/nextcloud/apps/workflowengine/l10n/ko.js
9488share/nextcloud/apps/workflowengine/l10n/ko.json 10463share/nextcloud/apps/workflowengine/l10n/ko.json
9489share/nextcloud/apps/workflowengine/l10n/lt_LT.js 10464share/nextcloud/apps/workflowengine/l10n/lt_LT.js
9490share/nextcloud/apps/workflowengine/l10n/lt_LT.json 10465share/nextcloud/apps/workflowengine/l10n/lt_LT.json
9491share/nextcloud/apps/workflowengine/l10n/lv.js 10466share/nextcloud/apps/workflowengine/l10n/lv.js
9492share/nextcloud/apps/workflowengine/l10n/lv.json 10467share/nextcloud/apps/workflowengine/l10n/lv.json
9493share/nextcloud/apps/workflowengine/l10n/mn.js 10468share/nextcloud/apps/workflowengine/l10n/mn.js
9494share/nextcloud/apps/workflowengine/l10n/mn.json 10469share/nextcloud/apps/workflowengine/l10n/mn.json
9495share/nextcloud/apps/workflowengine/l10n/nb.js 10470share/nextcloud/apps/workflowengine/l10n/nb.js
9496share/nextcloud/apps/workflowengine/l10n/nb.json 10471share/nextcloud/apps/workflowengine/l10n/nb.json
9497share/nextcloud/apps/workflowengine/l10n/nb_NO.js 10472share/nextcloud/apps/workflowengine/l10n/nb_NO.js
9498share/nextcloud/apps/workflowengine/l10n/nb_NO.json 10473share/nextcloud/apps/workflowengine/l10n/nb_NO.json
9499share/nextcloud/apps/workflowengine/l10n/nl.js 10474share/nextcloud/apps/workflowengine/l10n/nl.js
9500share/nextcloud/apps/workflowengine/l10n/nl.json 10475share/nextcloud/apps/workflowengine/l10n/nl.json
9501share/nextcloud/apps/workflowengine/l10n/pl.js 10476share/nextcloud/apps/workflowengine/l10n/pl.js
9502share/nextcloud/apps/workflowengine/l10n/pl.json 10477share/nextcloud/apps/workflowengine/l10n/pl.json
9503share/nextcloud/apps/workflowengine/l10n/pt_BR.js 10478share/nextcloud/apps/workflowengine/l10n/pt_BR.js
9504share/nextcloud/apps/workflowengine/l10n/pt_BR.json 10479share/nextcloud/apps/workflowengine/l10n/pt_BR.json
9505share/nextcloud/apps/workflowengine/l10n/ru.js 10480share/nextcloud/apps/workflowengine/l10n/ru.js
9506share/nextcloud/apps/workflowengine/l10n/ru.json 10481share/nextcloud/apps/workflowengine/l10n/ru.json
9507share/nextcloud/apps/workflowengine/l10n/sk.js 10482share/nextcloud/apps/workflowengine/l10n/sk.js
9508share/nextcloud/apps/workflowengine/l10n/sk.json 10483share/nextcloud/apps/workflowengine/l10n/sk.json
9509share/nextcloud/apps/workflowengine/l10n/sk_SK.js 10484share/nextcloud/apps/workflowengine/l10n/sk_SK.js
9510share/nextcloud/apps/workflowengine/l10n/sk_SK.json 10485share/nextcloud/apps/workflowengine/l10n/sk_SK.json
9511share/nextcloud/apps/workflowengine/l10n/sq.js 10486share/nextcloud/apps/workflowengine/l10n/sq.js
9512share/nextcloud/apps/workflowengine/l10n/sq.json 10487share/nextcloud/apps/workflowengine/l10n/sq.json
 10488share/nextcloud/apps/workflowengine/l10n/sr.js
 10489share/nextcloud/apps/workflowengine/l10n/sr.json
9513share/nextcloud/apps/workflowengine/l10n/sv.js 10490share/nextcloud/apps/workflowengine/l10n/sv.js
9514share/nextcloud/apps/workflowengine/l10n/sv.json 10491share/nextcloud/apps/workflowengine/l10n/sv.json
9515share/nextcloud/apps/workflowengine/l10n/tr.js 10492share/nextcloud/apps/workflowengine/l10n/tr.js
9516share/nextcloud/apps/workflowengine/l10n/tr.json 10493share/nextcloud/apps/workflowengine/l10n/tr.json
9517share/nextcloud/apps/workflowengine/l10n/zh_CN.js 10494share/nextcloud/apps/workflowengine/l10n/zh_CN.js
9518share/nextcloud/apps/workflowengine/l10n/zh_CN.json 10495share/nextcloud/apps/workflowengine/l10n/zh_CN.json
9519share/nextcloud/apps/workflowengine/l10n/zh_TW.js 10496share/nextcloud/apps/workflowengine/l10n/zh_TW.js
9520share/nextcloud/apps/workflowengine/l10n/zh_TW.json 10497share/nextcloud/apps/workflowengine/l10n/zh_TW.json
9521share/nextcloud/apps/workflowengine/lib/AppInfo/Application.php 10498share/nextcloud/apps/workflowengine/lib/AppInfo/Application.php
9522share/nextcloud/apps/workflowengine/lib/Check/AbstractStringCheck.php 10499share/nextcloud/apps/workflowengine/lib/Check/AbstractStringCheck.php
9523share/nextcloud/apps/workflowengine/lib/Check/FileMimeType.php 10500share/nextcloud/apps/workflowengine/lib/Check/FileMimeType.php
9524share/nextcloud/apps/workflowengine/lib/Check/FileSize.php 10501share/nextcloud/apps/workflowengine/lib/Check/FileSize.php
9525share/nextcloud/apps/workflowengine/lib/Check/FileSystemTags.php 10502share/nextcloud/apps/workflowengine/lib/Check/FileSystemTags.php
9526share/nextcloud/apps/workflowengine/lib/Check/RequestRemoteAddress.php 10503share/nextcloud/apps/workflowengine/lib/Check/RequestRemoteAddress.php
9527share/nextcloud/apps/workflowengine/lib/Check/RequestTime.php 10504share/nextcloud/apps/workflowengine/lib/Check/RequestTime.php
9528share/nextcloud/apps/workflowengine/lib/Check/RequestURL.php 10505share/nextcloud/apps/workflowengine/lib/Check/RequestURL.php
9529share/nextcloud/apps/workflowengine/lib/Check/RequestUserAgent.php 10506share/nextcloud/apps/workflowengine/lib/Check/RequestUserAgent.php
9530share/nextcloud/apps/workflowengine/lib/Check/UserGroupMembership.php 10507share/nextcloud/apps/workflowengine/lib/Check/UserGroupMembership.php
9531share/nextcloud/apps/workflowengine/lib/Controller/FlowOperations.php 10508share/nextcloud/apps/workflowengine/lib/Controller/FlowOperations.php
9532share/nextcloud/apps/workflowengine/lib/Controller/RequestTime.php 10509share/nextcloud/apps/workflowengine/lib/Controller/RequestTime.php
9533share/nextcloud/apps/workflowengine/lib/Manager.php 10510share/nextcloud/apps/workflowengine/lib/Manager.php
9534share/nextcloud/apps/workflowengine/lib/Settings/Section.php 10511share/nextcloud/apps/workflowengine/lib/Settings/Section.php
9535share/nextcloud/apps/workflowengine/templates/admin.php 10512share/nextcloud/apps/workflowengine/templates/admin.php
9536share/nextcloud/config/.htaccess 10513share/nextcloud/config/.htaccess
9537share/nextcloud/config/config.sample.php 10514share/nextcloud/config/config.sample.php
9538share/nextcloud/console.php 10515share/nextcloud/console.php
9539share/nextcloud/core/Application.php 10516share/nextcloud/core/Application.php
9540share/nextcloud/core/Command/App/CheckCode.php 10517share/nextcloud/core/Command/App/CheckCode.php
9541share/nextcloud/core/Command/App/Disable.php 10518share/nextcloud/core/Command/App/Disable.php
9542share/nextcloud/core/Command/App/Enable.php 10519share/nextcloud/core/Command/App/Enable.php
9543share/nextcloud/core/Command/App/GetPath.php 10520share/nextcloud/core/Command/App/GetPath.php
9544share/nextcloud/core/Command/App/ListApps.php 10521share/nextcloud/core/Command/App/ListApps.php
9545share/nextcloud/core/Command/Background/Ajax.php 10522share/nextcloud/core/Command/Background/Ajax.php
9546share/nextcloud/core/Command/Background/Base.php 10523share/nextcloud/core/Command/Background/Base.php
9547share/nextcloud/core/Command/Background/Cron.php 10524share/nextcloud/core/Command/Background/Cron.php
9548share/nextcloud/core/Command/Background/WebCron.php 10525share/nextcloud/core/Command/Background/WebCron.php
9549share/nextcloud/core/Command/Base.php 10526share/nextcloud/core/Command/Base.php
9550share/nextcloud/core/Command/Check.php 10527share/nextcloud/core/Command/Check.php
9551share/nextcloud/core/Command/Config/App/Base.php 10528share/nextcloud/core/Command/Config/App/Base.php
9552share/nextcloud/core/Command/Config/App/DeleteConfig.php 10529share/nextcloud/core/Command/Config/App/DeleteConfig.php
9553share/nextcloud/core/Command/Config/App/GetConfig.php 10530share/nextcloud/core/Command/Config/App/GetConfig.php
9554share/nextcloud/core/Command/Config/App/SetConfig.php 10531share/nextcloud/core/Command/Config/App/SetConfig.php
9555share/nextcloud/core/Command/Config/Import.php 10532share/nextcloud/core/Command/Config/Import.php
9556share/nextcloud/core/Command/Config/ListConfigs.php 10533share/nextcloud/core/Command/Config/ListConfigs.php
9557share/nextcloud/core/Command/Config/System/Base.php 10534share/nextcloud/core/Command/Config/System/Base.php
9558share/nextcloud/core/Command/Config/System/DeleteConfig.php 10535share/nextcloud/core/Command/Config/System/DeleteConfig.php
9559share/nextcloud/core/Command/Config/System/GetConfig.php 10536share/nextcloud/core/Command/Config/System/GetConfig.php
9560share/nextcloud/core/Command/Config/System/SetConfig.php 10537share/nextcloud/core/Command/Config/System/SetConfig.php
9561share/nextcloud/core/Command/Db/ConvertMysqlToMB4.php 10538share/nextcloud/core/Command/Db/ConvertMysqlToMB4.php
9562share/nextcloud/core/Command/Db/ConvertType.php 10539share/nextcloud/core/Command/Db/ConvertType.php
9563share/nextcloud/core/Command/Db/GenerateChangeScript.php 10540share/nextcloud/core/Command/Db/GenerateChangeScript.php
9564share/nextcloud/core/Command/Encryption/ChangeKeyStorageRoot.php 10541share/nextcloud/core/Command/Encryption/ChangeKeyStorageRoot.php
9565share/nextcloud/core/Command/Encryption/DecryptAll.php 10542share/nextcloud/core/Command/Encryption/DecryptAll.php
9566share/nextcloud/core/Command/Encryption/Disable.php 10543share/nextcloud/core/Command/Encryption/Disable.php
9567share/nextcloud/core/Command/Encryption/Enable.php 10544share/nextcloud/core/Command/Encryption/Enable.php
9568share/nextcloud/core/Command/Encryption/EncryptAll.php 10545share/nextcloud/core/Command/Encryption/EncryptAll.php
9569share/nextcloud/core/Command/Encryption/ListModules.php 10546share/nextcloud/core/Command/Encryption/ListModules.php
9570share/nextcloud/core/Command/Encryption/SetDefaultModule.php 10547share/nextcloud/core/Command/Encryption/SetDefaultModule.php
9571share/nextcloud/core/Command/Encryption/ShowKeyStorageRoot.php 10548share/nextcloud/core/Command/Encryption/ShowKeyStorageRoot.php
9572share/nextcloud/core/Command/Encryption/Status.php 10549share/nextcloud/core/Command/Encryption/Status.php
9573share/nextcloud/core/Command/Group/AddUser.php 10550share/nextcloud/core/Command/Group/AddUser.php
9574share/nextcloud/core/Command/Group/ListCommand.php 10551share/nextcloud/core/Command/Group/ListCommand.php
9575share/nextcloud/core/Command/Group/RemoveUser.php 10552share/nextcloud/core/Command/Group/RemoveUser.php
9576share/nextcloud/core/Command/Integrity/CheckApp.php 10553share/nextcloud/core/Command/Integrity/CheckApp.php
9577share/nextcloud/core/Command/Integrity/CheckCore.php 10554share/nextcloud/core/Command/Integrity/CheckCore.php
9578share/nextcloud/core/Command/Integrity/SignApp.php 10555share/nextcloud/core/Command/Integrity/SignApp.php
9579share/nextcloud/core/Command/Integrity/SignCore.php 10556share/nextcloud/core/Command/Integrity/SignCore.php
9580share/nextcloud/core/Command/InterruptedException.php 10557share/nextcloud/core/Command/InterruptedException.php
9581share/nextcloud/core/Command/L10n/CreateJs.php 10558share/nextcloud/core/Command/L10n/CreateJs.php
9582share/nextcloud/core/Command/Log/File.php 10559share/nextcloud/core/Command/Log/File.php
9583share/nextcloud/core/Command/Log/Manage.php 10560share/nextcloud/core/Command/Log/Manage.php
9584share/nextcloud/core/Command/Maintenance/DataFingerprint.php 10561share/nextcloud/core/Command/Maintenance/DataFingerprint.php
9585share/nextcloud/core/Command/Maintenance/Install.php 10562share/nextcloud/core/Command/Maintenance/Install.php
9586share/nextcloud/core/Command/Maintenance/Mimetype/UpdateDB.php 10563share/nextcloud/core/Command/Maintenance/Mimetype/UpdateDB.php
9587share/nextcloud/core/Command/Maintenance/Mimetype/UpdateJS.php 10564share/nextcloud/core/Command/Maintenance/Mimetype/UpdateJS.php
9588share/nextcloud/core/Command/Maintenance/Mode.php 10565share/nextcloud/core/Command/Maintenance/Mode.php
9589share/nextcloud/core/Command/Maintenance/Repair.php 10566share/nextcloud/core/Command/Maintenance/Repair.php
9590share/nextcloud/core/Command/Maintenance/UpdateHtaccess.php 10567share/nextcloud/core/Command/Maintenance/UpdateHtaccess.php
9591share/nextcloud/core/Command/Security/ImportCertificate.php 10568share/nextcloud/core/Command/Security/ImportCertificate.php
9592share/nextcloud/core/Command/Security/ListCertificates.php 10569share/nextcloud/core/Command/Security/ListCertificates.php
9593share/nextcloud/core/Command/Security/RemoveCertificate.php 10570share/nextcloud/core/Command/Security/RemoveCertificate.php
9594share/nextcloud/core/Command/Status.php 10571share/nextcloud/core/Command/Status.php
9595share/nextcloud/core/Command/TwoFactorAuth/Base.php 10572share/nextcloud/core/Command/TwoFactorAuth/Base.php
9596share/nextcloud/core/Command/TwoFactorAuth/Disable.php 10573share/nextcloud/core/Command/TwoFactorAuth/Disable.php
9597share/nextcloud/core/Command/TwoFactorAuth/Enable.php 10574share/nextcloud/core/Command/TwoFactorAuth/Enable.php
9598share/nextcloud/core/Command/Upgrade.php 10575share/nextcloud/core/Command/Upgrade.php
9599share/nextcloud/core/Command/User/Add.php 10576share/nextcloud/core/Command/User/Add.php
9600share/nextcloud/core/Command/User/Delete.php 10577share/nextcloud/core/Command/User/Delete.php
9601share/nextcloud/core/Command/User/Disable.php 10578share/nextcloud/core/Command/User/Disable.php
9602share/nextcloud/core/Command/User/Enable.php 10579share/nextcloud/core/Command/User/Enable.php
9603share/nextcloud/core/Command/User/Info.php 10580share/nextcloud/core/Command/User/Info.php
9604share/nextcloud/core/Command/User/LastSeen.php 10581share/nextcloud/core/Command/User/LastSeen.php
9605share/nextcloud/core/Command/User/ListCommand.php 10582share/nextcloud/core/Command/User/ListCommand.php
9606share/nextcloud/core/Command/User/Report.php 10583share/nextcloud/core/Command/User/Report.php
9607share/nextcloud/core/Command/User/ResetPassword.php 10584share/nextcloud/core/Command/User/ResetPassword.php
9608share/nextcloud/core/Command/User/Setting.php 10585share/nextcloud/core/Command/User/Setting.php
9609share/nextcloud/core/Controller/AvatarController.php 10586share/nextcloud/core/Controller/AvatarController.php
9610share/nextcloud/core/Controller/ClientFlowLoginController.php 10587share/nextcloud/core/Controller/ClientFlowLoginController.php
9611share/nextcloud/core/Controller/ContactsMenuController.php 10588share/nextcloud/core/Controller/ContactsMenuController.php
9612share/nextcloud/core/Controller/CssController.php 10589share/nextcloud/core/Controller/CssController.php
9613share/nextcloud/core/Controller/JsController.php 10590share/nextcloud/core/Controller/JsController.php
9614share/nextcloud/core/Controller/LoginController.php 10591share/nextcloud/core/Controller/LoginController.php
9615share/nextcloud/core/Controller/LostController.php 10592share/nextcloud/core/Controller/LostController.php
9616share/nextcloud/core/Controller/OCJSController.php 10593share/nextcloud/core/Controller/OCJSController.php
9617share/nextcloud/core/Controller/OCSController.php 10594share/nextcloud/core/Controller/OCSController.php
9618share/nextcloud/core/Controller/PreviewController.php 10595share/nextcloud/core/Controller/PreviewController.php
9619share/nextcloud/core/Controller/SetupController.php 10596share/nextcloud/core/Controller/SetupController.php
9620share/nextcloud/core/Controller/TwoFactorChallengeController.php 10597share/nextcloud/core/Controller/TwoFactorChallengeController.php
9621share/nextcloud/core/Controller/UserController.php 10598share/nextcloud/core/Controller/UserController.php
9622share/nextcloud/core/Middleware/TwoFactorMiddleware.php 10599share/nextcloud/core/Middleware/TwoFactorMiddleware.php
9623share/nextcloud/core/ajax/update.php 10600share/nextcloud/core/ajax/update.php
9624share/nextcloud/core/css/apps.scss 10601share/nextcloud/core/css/apps.scss
9625share/nextcloud/core/css/fixes.scss 10602share/nextcloud/core/css/fixes.scss
9626share/nextcloud/core/css/fonts.scss 10603share/nextcloud/core/css/fonts.scss
9627share/nextcloud/core/css/global.scss 10604share/nextcloud/core/css/global.scss
9628share/nextcloud/core/css/guest.css 10605share/nextcloud/core/css/guest.css
9629share/nextcloud/core/css/header.scss 10606share/nextcloud/core/css/header.scss
9630share/nextcloud/core/css/icons.scss 10607share/nextcloud/core/css/icons.scss
9631share/nextcloud/core/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png 10608share/nextcloud/core/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
9632share/nextcloud/core/css/images/ui-bg_diagonals-thick_20_666666_40x40.png 10609share/nextcloud/core/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
9633share/nextcloud/core/css/images/ui-bg_flat_100_ffffff_40x100.png 10610share/nextcloud/core/css/images/ui-bg_flat_100_ffffff_40x100.png
9634share/nextcloud/core/css/images/ui-bg_flat_10_000000_40x100.png 10611share/nextcloud/core/css/images/ui-bg_flat_10_000000_40x100.png
9635share/nextcloud/core/css/images/ui-bg_flat_35_1d2d44_40x100.png 10612share/nextcloud/core/css/images/ui-bg_flat_35_1d2d44_40x100.png
9636share/nextcloud/core/css/images/ui-bg_glass_100_f8f8f8_1x400.png 10613share/nextcloud/core/css/images/ui-bg_glass_100_f8f8f8_1x400.png
9637share/nextcloud/core/css/images/ui-bg_highlight-hard_100_f8f8f8_1x100.png 10614share/nextcloud/core/css/images/ui-bg_highlight-hard_100_f8f8f8_1x100.png
9638share/nextcloud/core/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png 10615share/nextcloud/core/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
9639share/nextcloud/core/css/images/ui-icons_1d2d44_256x240.png 10616share/nextcloud/core/css/images/ui-icons_1d2d44_256x240.png
9640share/nextcloud/core/css/images/ui-icons_ffd27a_256x240.png 10617share/nextcloud/core/css/images/ui-icons_ffd27a_256x240.png
9641share/nextcloud/core/css/images/ui-icons_ffffff_256x240.png 10618share/nextcloud/core/css/images/ui-icons_ffffff_256x240.png
9642share/nextcloud/core/css/inputs.scss 10619share/nextcloud/core/css/inputs.scss
9643share/nextcloud/core/css/jquery-ui-fixes.css 10620share/nextcloud/core/css/jquery-ui-fixes.css
9644share/nextcloud/core/css/jquery.ocdialog.css 10621share/nextcloud/core/css/jquery.ocdialog.css
9645share/nextcloud/core/css/login/authpicker.css 10622share/nextcloud/core/css/login/authpicker.css
9646share/nextcloud/core/css/lostpassword/resetpassword.css 10623share/nextcloud/core/css/lostpassword/resetpassword.css
9647share/nextcloud/core/css/mobile.scss 10624share/nextcloud/core/css/mobile.scss
9648share/nextcloud/core/css/multiselect.scss 10625share/nextcloud/core/css/multiselect.scss
9649share/nextcloud/core/css/server.scss 10626share/nextcloud/core/css/server.scss
9650share/nextcloud/core/css/share.scss 10627share/nextcloud/core/css/share.scss
9651share/nextcloud/core/css/styles.scss 10628share/nextcloud/core/css/styles.scss
9652share/nextcloud/core/css/systemtags.scss 10629share/nextcloud/core/css/systemtags.scss
9653share/nextcloud/core/css/tooltip.scss 10630share/nextcloud/core/css/tooltip.scss
9654share/nextcloud/core/css/variables.scss 10631share/nextcloud/core/css/variables.scss
9655share/nextcloud/core/doc/admin/_images/2-updates.png 10632share/nextcloud/core/doc/admin/_images/2-updates.png
9656share/nextcloud/core/doc/admin/_images/2fa-app-install.png 10633share/nextcloud/core/doc/admin/_images/2fa-app-install.png
9657share/nextcloud/core/doc/admin/_images/add_storage.png 10634share/nextcloud/core/doc/admin/_images/add_storage.png
9658share/nextcloud/core/doc/admin/_images/admin_filehandling-1.png 10635share/nextcloud/core/doc/admin/_images/admin_filehandling-1.png
9659share/nextcloud/core/doc/admin/_images/admin_filehandling-2.png 10636share/nextcloud/core/doc/admin/_images/admin_filehandling-2.png
9660share/nextcloud/core/doc/admin/_images/amazons3.png 10637share/nextcloud/core/doc/admin/_images/amazons3.png
9661share/nextcloud/core/doc/admin/_images/antivirus-app.png 10638share/nextcloud/core/doc/admin/_images/antivirus-app.png
9662share/nextcloud/core/doc/admin/_images/antivirus-config.png 10639share/nextcloud/core/doc/admin/_images/antivirus-config.png
9663share/nextcloud/core/doc/admin/_images/antivirus-daemon-socket.png 10640share/nextcloud/core/doc/admin/_images/antivirus-daemon-socket.png
9664share/nextcloud/core/doc/admin/_images/antivirus-daemon.png 10641share/nextcloud/core/doc/admin/_images/antivirus-daemon.png
9665share/nextcloud/core/doc/admin/_images/antivirus-executable.png 10642share/nextcloud/core/doc/admin/_images/antivirus-executable.png
9666share/nextcloud/core/doc/admin/_images/antivirus-logging.png 10643share/nextcloud/core/doc/admin/_images/antivirus-logging.png
9667share/nextcloud/core/doc/admin/_images/applicable.png 10644share/nextcloud/core/doc/admin/_images/applicable.png
9668share/nextcloud/core/doc/admin/_images/auth_mechanism.png 10645share/nextcloud/core/doc/admin/_images/auth_mechanism.png
9669share/nextcloud/core/doc/admin/_images/auth_rsa.png 10646share/nextcloud/core/doc/admin/_images/auth_rsa.png
9670share/nextcloud/core/doc/admin/_images/authentication-types.png 10647share/nextcloud/core/doc/admin/_images/authentication-types.png
9671share/nextcloud/core/doc/admin/_images/automated_tagging_sample_rule.png 10648share/nextcloud/core/doc/admin/_images/automated_tagging_sample_rule.png
9672share/nextcloud/core/doc/admin/_images/code-integrity-admin.png 10649share/nextcloud/core/doc/admin/_images/code-integrity-admin.png
9673share/nextcloud/core/doc/admin/_images/code-integrity-notification.png 10650share/nextcloud/core/doc/admin/_images/code-integrity-notification.png
9674share/nextcloud/core/doc/admin/_images/create_public_share-10.png 10651share/nextcloud/core/doc/admin/_images/create_public_share-10.png
9675share/nextcloud/core/doc/admin/_images/create_public_share-6.png 10652share/nextcloud/core/doc/admin/_images/create_public_share-6.png
9676share/nextcloud/core/doc/admin/_images/create_public_share-8.png 10653share/nextcloud/core/doc/admin/_images/create_public_share-8.png
9677share/nextcloud/core/doc/admin/_images/create_public_share-9.png 10654share/nextcloud/core/doc/admin/_images/create_public_share-9.png
9678share/nextcloud/core/doc/admin/_images/deprecs-1.png 10655share/nextcloud/core/doc/admin/_images/deprecs-1.png
9679share/nextcloud/core/doc/admin/_images/deprecs-2.png 10656share/nextcloud/core/doc/admin/_images/deprecs-2.png
9680share/nextcloud/core/doc/admin/_images/deprecs-3.png 10657share/nextcloud/core/doc/admin/_images/deprecs-3.png
9681share/nextcloud/core/doc/admin/_images/dropbox-1.png 10658share/nextcloud/core/doc/admin/_images/dropbox-1.png
9682share/nextcloud/core/doc/admin/_images/dropbox-2.png 10659share/nextcloud/core/doc/admin/_images/dropbox-2.png
9683share/nextcloud/core/doc/admin/_images/dropbox-3.png 10660share/nextcloud/core/doc/admin/_images/dropbox-3.png
9684share/nextcloud/core/doc/admin/_images/dropbox-4.png 10661share/nextcloud/core/doc/admin/_images/dropbox-4.png
9685share/nextcloud/core/doc/admin/_images/dropbox-5.png 10662share/nextcloud/core/doc/admin/_images/dropbox-5.png
9686share/nextcloud/core/doc/admin/_images/dropbox-6.png 10663share/nextcloud/core/doc/admin/_images/dropbox-6.png
9687share/nextcloud/core/doc/admin/_images/dropbox-oc.png 10664share/nextcloud/core/doc/admin/_images/dropbox-oc.png
9688share/nextcloud/core/doc/admin/_images/dropbox.png 10665share/nextcloud/core/doc/admin/_images/dropbox.png
9689share/nextcloud/core/doc/admin/_images/enable-app.png 10666share/nextcloud/core/doc/admin/_images/enable-app.png
9690share/nextcloud/core/doc/admin/_images/encryption1.png 10667share/nextcloud/core/doc/admin/_images/encryption1.png
9691share/nextcloud/core/doc/admin/_images/encryption10.png 10668share/nextcloud/core/doc/admin/_images/encryption10.png
9692share/nextcloud/core/doc/admin/_images/encryption12.png 10669share/nextcloud/core/doc/admin/_images/encryption12.png
9693share/nextcloud/core/doc/admin/_images/encryption14.png 10670share/nextcloud/core/doc/admin/_images/encryption14.png
9694share/nextcloud/core/doc/admin/_images/encryption15.png 10671share/nextcloud/core/doc/admin/_images/encryption15.png
9695share/nextcloud/core/doc/admin/_images/encryption3.png 10672share/nextcloud/core/doc/admin/_images/encryption3.png
9696share/nextcloud/core/doc/admin/_images/encryption7.png 10673share/nextcloud/core/doc/admin/_images/encryption7.png
9697share/nextcloud/core/doc/admin/_images/encryption8.png 10674share/nextcloud/core/doc/admin/_images/encryption8.png
9698share/nextcloud/core/doc/admin/_images/encryption9.png 10675share/nextcloud/core/doc/admin/_images/encryption9.png
9699share/nextcloud/core/doc/admin/_images/external-sites-1.png 10676share/nextcloud/core/doc/admin/_images/external-sites-1.png
9700share/nextcloud/core/doc/admin/_images/external-sites-2.png 10677share/nextcloud/core/doc/admin/_images/external-sites-2.png
9701share/nextcloud/core/doc/admin/_images/external-sites-3.png 10678share/nextcloud/core/doc/admin/_images/external-sites-3.png
9702share/nextcloud/core/doc/admin/_images/external-sites-4.png 10679share/nextcloud/core/doc/admin/_images/external-sites-4.png
9703share/nextcloud/core/doc/admin/_images/external-sites-5.png 10680share/nextcloud/core/doc/admin/_images/external-sites-5.png
9704share/nextcloud/core/doc/admin/_images/federation-0.png 10681share/nextcloud/core/doc/admin/_images/federation-0.png
9705share/nextcloud/core/doc/admin/_images/federation-1.png 10682share/nextcloud/core/doc/admin/_images/federation-1.png
9706share/nextcloud/core/doc/admin/_images/federation-2.png 10683share/nextcloud/core/doc/admin/_images/federation-2.png
9707share/nextcloud/core/doc/admin/_images/federation-3.png 10684share/nextcloud/core/doc/admin/_images/federation-3.png
9708share/nextcloud/core/doc/admin/_images/files_access_control_block_mimetype.png 10685share/nextcloud/core/doc/admin/_images/files_access_control_block_mimetype.png
9709share/nextcloud/core/doc/admin/_images/files_access_control_collaborative_tags.png 10686share/nextcloud/core/doc/admin/_images/files_access_control_collaborative_tags.png
9710share/nextcloud/core/doc/admin/_images/files_access_control_sample_rules.png 10687share/nextcloud/core/doc/admin/_images/files_access_control_sample_rules.png
9711share/nextcloud/core/doc/admin/_images/ftp.png 10688share/nextcloud/core/doc/admin/_images/ftp.png
9712share/nextcloud/core/doc/admin/_images/google-drive.png 10689share/nextcloud/core/doc/admin/_images/google-drive.png
9713share/nextcloud/core/doc/admin/_images/google-drive1.png 10690share/nextcloud/core/doc/admin/_images/google-drive1.png
9714share/nextcloud/core/doc/admin/_images/google-drive10.png 10691share/nextcloud/core/doc/admin/_images/google-drive10.png
9715share/nextcloud/core/doc/admin/_images/google-drive11.png 10692share/nextcloud/core/doc/admin/_images/google-drive11.png
9716share/nextcloud/core/doc/admin/_images/google-drive12.png 10693share/nextcloud/core/doc/admin/_images/google-drive12.png
9717share/nextcloud/core/doc/admin/_images/google-drive13.png 10694share/nextcloud/core/doc/admin/_images/google-drive13.png
9718share/nextcloud/core/doc/admin/_images/google-drive2.png 10695share/nextcloud/core/doc/admin/_images/google-drive2.png
9719share/nextcloud/core/doc/admin/_images/google-drive3.png 10696share/nextcloud/core/doc/admin/_images/google-drive3.png
9720share/nextcloud/core/doc/admin/_images/google-drive4.png 10697share/nextcloud/core/doc/admin/_images/google-drive4.png
9721share/nextcloud/core/doc/admin/_images/google-drive5.png 10698share/nextcloud/core/doc/admin/_images/google-drive5.png
9722share/nextcloud/core/doc/admin/_images/google-drive6.png 10699share/nextcloud/core/doc/admin/_images/google-drive6.png
9723share/nextcloud/core/doc/admin/_images/google-drive8.png 10700share/nextcloud/core/doc/admin/_images/google-drive8.png
9724share/nextcloud/core/doc/admin/_images/google-drive9.png 10701share/nextcloud/core/doc/admin/_images/google-drive9.png
9725share/nextcloud/core/doc/admin/_images/install-wizard-a.png 10702share/nextcloud/core/doc/admin/_images/install-wizard-a.png
9726share/nextcloud/core/doc/admin/_images/install-wizard-a1.png 10703share/nextcloud/core/doc/admin/_images/install-wizard-a1.png
9727share/nextcloud/core/doc/admin/_images/install-wizard-a2.png 10704share/nextcloud/core/doc/admin/_images/install-wizard-a2.png
9728share/nextcloud/core/doc/admin/_images/install-wizard-a4.png 10705share/nextcloud/core/doc/admin/_images/install-wizard-a4.png
9729share/nextcloud/core/doc/admin/_images/ldap-advanced-1-connection.png 10706share/nextcloud/core/doc/admin/_images/ldap-advanced-1-connection.png
9730share/nextcloud/core/doc/admin/_images/ldap-advanced-2-directory.png 10707share/nextcloud/core/doc/admin/_images/ldap-advanced-2-directory.png
9731share/nextcloud/core/doc/admin/_images/ldap-advanced-3-attributes.png 10708share/nextcloud/core/doc/admin/_images/ldap-advanced-3-attributes.png
9732share/nextcloud/core/doc/admin/_images/ldap-expert.png 10709share/nextcloud/core/doc/admin/_images/ldap-expert.png
9733share/nextcloud/core/doc/admin/_images/ldap-fetched-avatar.png 10710share/nextcloud/core/doc/admin/_images/ldap-fetched-avatar.png
9734share/nextcloud/core/doc/admin/_images/ldap-wizard-1-server.png 10711share/nextcloud/core/doc/admin/_images/ldap-wizard-1-server.png
9735share/nextcloud/core/doc/admin/_images/ldap-wizard-2-user.png 10712share/nextcloud/core/doc/admin/_images/ldap-wizard-2-user.png
9736share/nextcloud/core/doc/admin/_images/ldap-wizard-3-login.png 10713share/nextcloud/core/doc/admin/_images/ldap-wizard-3-login.png
9737share/nextcloud/core/doc/admin/_images/ldap-wizard-4-group.png 10714share/nextcloud/core/doc/admin/_images/ldap-wizard-4-group.png
9738share/nextcloud/core/doc/admin/_images/local.png 10715share/nextcloud/core/doc/admin/_images/local.png
9739share/nextcloud/core/doc/admin/_images/mount_options.png 10716share/nextcloud/core/doc/admin/_images/mount_options.png
9740share/nextcloud/core/doc/admin/_images/oc_admin_app_page.png 10717share/nextcloud/core/doc/admin/_images/oc_admin_app_page.png
9741share/nextcloud/core/doc/admin/_images/openstack.png 10718share/nextcloud/core/doc/admin/_images/openstack.png
9742share/nextcloud/core/doc/admin/_images/phpinfo.png 10719share/nextcloud/core/doc/admin/_images/phpinfo.png
9743share/nextcloud/core/doc/admin/_images/preview_images.png 10720share/nextcloud/core/doc/admin/_images/preview_images.png
9744share/nextcloud/core/doc/admin/_images/rackspace.png 10721share/nextcloud/core/doc/admin/_images/rackspace.png
9745share/nextcloud/core/doc/admin/_images/retention_sample.png 10722share/nextcloud/core/doc/admin/_images/retention_sample.png
9746share/nextcloud/core/doc/admin/_images/saml_app_overview.png 10723share/nextcloud/core/doc/admin/_images/saml_app_overview.png
9747share/nextcloud/core/doc/admin/_images/scaling-1.png 10724share/nextcloud/core/doc/admin/_images/scaling-1.png
9748share/nextcloud/core/doc/admin/_images/scaling-2.png 10725share/nextcloud/core/doc/admin/_images/scaling-2.png
9749share/nextcloud/core/doc/admin/_images/scaling-3.png 10726share/nextcloud/core/doc/admin/_images/scaling-3.png
9750share/nextcloud/core/doc/admin/_images/scaling-4.png 10727share/nextcloud/core/doc/admin/_images/scaling-4.png
9751share/nextcloud/core/doc/admin/_images/scaling-5.png 10728share/nextcloud/core/doc/admin/_images/scaling-5.png
9752share/nextcloud/core/doc/admin/_images/security-setup-warning-1.png 10729share/nextcloud/core/doc/admin/_images/security-setup-warning-1.png
9753share/nextcloud/core/doc/admin/_images/sharing-files-1.png 10730share/nextcloud/core/doc/admin/_images/sharing-files-1.png
9754share/nextcloud/core/doc/admin/_images/sharing-files-2.png 10731share/nextcloud/core/doc/admin/_images/sharing-files-2.png
9755share/nextcloud/core/doc/admin/_images/skeleton-files.png 10732share/nextcloud/core/doc/admin/_images/skeleton-files.png
9756share/nextcloud/core/doc/admin/_images/skeleton-files1.png 10733share/nextcloud/core/doc/admin/_images/skeleton-files1.png
9757share/nextcloud/core/doc/admin/_images/smb.png 10734share/nextcloud/core/doc/admin/_images/smb.png
9758share/nextcloud/core/doc/admin/_images/smtp-config-php-sendmail.png 10735share/nextcloud/core/doc/admin/_images/smtp-config-php-sendmail.png
9759share/nextcloud/core/doc/admin/_images/smtp-config-smtp.png 10736share/nextcloud/core/doc/admin/_images/smtp-config-smtp.png
9760share/nextcloud/core/doc/admin/_images/smtp-config-wizard.png 10737share/nextcloud/core/doc/admin/_images/smtp-config-wizard.png
9761share/nextcloud/core/doc/admin/_images/theming-log-in-page.png 10738share/nextcloud/core/doc/admin/_images/theming-log-in-page.png
9762share/nextcloud/core/doc/admin/_images/theming.png 10739share/nextcloud/core/doc/admin/_images/theming.png
9763share/nextcloud/core/doc/admin/_images/updater-1-update-available.png 10740share/nextcloud/core/doc/admin/_images/updater-1-update-available.png
9764share/nextcloud/core/doc/admin/_images/updater-2-open-updater.png 10741share/nextcloud/core/doc/admin/_images/updater-2-open-updater.png
9765share/nextcloud/core/doc/admin/_images/updater-3-running-step.png 10742share/nextcloud/core/doc/admin/_images/updater-3-running-step.png
9766share/nextcloud/core/doc/admin/_images/updater-4-failed-step.png 10743share/nextcloud/core/doc/admin/_images/updater-4-failed-step.png
9767share/nextcloud/core/doc/admin/_images/updater-5-continue-update.png 10744share/nextcloud/core/doc/admin/_images/updater-5-continue-update.png
9768share/nextcloud/core/doc/admin/_images/updater-6-maintenance-mode.png 10745share/nextcloud/core/doc/admin/_images/updater-6-maintenance-mode.png
9769share/nextcloud/core/doc/admin/_images/updater-7-disable-maintenance.png 10746share/nextcloud/core/doc/admin/_images/updater-7-disable-maintenance.png
9770share/nextcloud/core/doc/admin/_images/updater-8-keep-maintenance.png 10747share/nextcloud/core/doc/admin/_images/updater-8-keep-maintenance.png
9771share/nextcloud/core/doc/admin/_images/updater-9-upgrade-page.png 10748share/nextcloud/core/doc/admin/_images/updater-9-upgrade-page.png
9772share/nextcloud/core/doc/admin/_images/updater-cli-2-start-updater.png 10749share/nextcloud/core/doc/admin/_images/updater-cli-2-start-updater.png
9773share/nextcloud/core/doc/admin/_images/updater-cli-3-running-step.png 10750share/nextcloud/core/doc/admin/_images/updater-cli-3-running-step.png
9774share/nextcloud/core/doc/admin/_images/updater-cli-4-failed-step.png 10751share/nextcloud/core/doc/admin/_images/updater-cli-4-failed-step.png
9775share/nextcloud/core/doc/admin/_images/updater-cli-5-continue-update.png 10752share/nextcloud/core/doc/admin/_images/updater-cli-5-continue-update.png
9776share/nextcloud/core/doc/admin/_images/updater-cli-6-run-command.png 10753share/nextcloud/core/doc/admin/_images/updater-cli-6-run-command.png
9777share/nextcloud/core/doc/admin/_images/updater-cli-7-maintenance.png 10754share/nextcloud/core/doc/admin/_images/updater-cli-7-maintenance.png
9778share/nextcloud/core/doc/admin/_images/updater-cli-8-no-interaction.png 10755share/nextcloud/core/doc/admin/_images/updater-cli-8-no-interaction.png
9779share/nextcloud/core/doc/admin/_images/upgrade-1.png 10756share/nextcloud/core/doc/admin/_images/upgrade-1.png
9780share/nextcloud/core/doc/admin/_images/user_mounts.png 10757share/nextcloud/core/doc/admin/_images/user_mounts.png
9781share/nextcloud/core/doc/admin/_images/user_password_policy_configuration_app.png 10758share/nextcloud/core/doc/admin/_images/user_password_policy_configuration_app.png
9782share/nextcloud/core/doc/admin/_images/users-actions.png 10759share/nextcloud/core/doc/admin/_images/users-actions.png
9783share/nextcloud/core/doc/admin/_images/users-config-1.png 10760share/nextcloud/core/doc/admin/_images/users-config-1.png
9784share/nextcloud/core/doc/admin/_images/users-config-2.png 10761share/nextcloud/core/doc/admin/_images/users-config-2.png
9785share/nextcloud/core/doc/admin/_images/users-config.png 10762share/nextcloud/core/doc/admin/_images/users-config.png
9786share/nextcloud/core/doc/admin/_images/users-create.png 10763share/nextcloud/core/doc/admin/_images/users-create.png
9787share/nextcloud/core/doc/admin/_images/users-groups.png 10764share/nextcloud/core/doc/admin/_images/users-groups.png
9788share/nextcloud/core/doc/admin/_images/webdav.png 10765share/nextcloud/core/doc/admin/_images/webdav.png
9789share/nextcloud/core/doc/admin/_sources/configuration_database/db_conversion.txt 10766share/nextcloud/core/doc/admin/_sources/configuration_database/db_conversion.txt
9790share/nextcloud/core/doc/admin/_sources/configuration_database/index.txt 10767share/nextcloud/core/doc/admin/_sources/configuration_database/index.txt
9791share/nextcloud/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt 10768share/nextcloud/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt
9792share/nextcloud/core/doc/admin/_sources/configuration_database/mysql_4byte_support.txt 10769share/nextcloud/core/doc/admin/_sources/configuration_database/mysql_4byte_support.txt
9793share/nextcloud/core/doc/admin/_sources/configuration_files/big_file_upload_configuration.txt 10770share/nextcloud/core/doc/admin/_sources/configuration_files/big_file_upload_configuration.txt
9794share/nextcloud/core/doc/admin/_sources/configuration_files/default_files_configuration.txt 10771share/nextcloud/core/doc/admin/_sources/configuration_files/default_files_configuration.txt
9795share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_configuration.txt 10772share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_configuration.txt
9796share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/amazons3.txt 10773share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/amazons3.txt
9797share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/auth_mechanisms.txt 10774share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/auth_mechanisms.txt
9798share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/dropbox.txt 10775share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/dropbox.txt
9799share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/ftp.txt 10776share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/ftp.txt
9800share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/google.txt 10777share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/google.txt
9801share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/local.txt 10778share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/local.txt
9802share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/nextcloud.txt 10779share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/nextcloud.txt
9803share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/openstack.txt 10780share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/openstack.txt
9804share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/sftp.txt 10781share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/sftp.txt
9805share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/smb.txt 10782share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/smb.txt
9806share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/webdav.txt 10783share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/webdav.txt
9807share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration.txt 10784share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration.txt
9808share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.txt 10785share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.txt
9809share/nextcloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.txt 10786share/nextcloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.txt
9810share/nextcloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.txt 10787share/nextcloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.txt
9811share/nextcloud/core/doc/admin/_sources/configuration_files/file_versioning.txt 10788share/nextcloud/core/doc/admin/_sources/configuration_files/file_versioning.txt
9812share/nextcloud/core/doc/admin/_sources/configuration_files/files_locking_transactional.txt 10789share/nextcloud/core/doc/admin/_sources/configuration_files/files_locking_transactional.txt
9813share/nextcloud/core/doc/admin/_sources/configuration_files/index.txt 10790share/nextcloud/core/doc/admin/_sources/configuration_files/index.txt
9814share/nextcloud/core/doc/admin/_sources/configuration_files/previews_configuration.txt 10791share/nextcloud/core/doc/admin/_sources/configuration_files/previews_configuration.txt
9815share/nextcloud/core/doc/admin/_sources/configuration_files/primary_storage.txt 10792share/nextcloud/core/doc/admin/_sources/configuration_files/primary_storage.txt
9816share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/index.txt 10793share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/index.txt
9817share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/mimetype_aliases.txt 
9818share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/mimetype_mapping.txt 
9819share/nextcloud/core/doc/admin/_sources/configuration_server/activity_configuration.txt 10794share/nextcloud/core/doc/admin/_sources/configuration_server/activity_configuration.txt
9820share/nextcloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt 10795share/nextcloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt
9821share/nextcloud/core/doc/admin/_sources/configuration_server/automatic_configuration.txt 10796share/nextcloud/core/doc/admin/_sources/configuration_server/automatic_configuration.txt
9822share/nextcloud/core/doc/admin/_sources/configuration_server/background_jobs_configuration.txt 10797share/nextcloud/core/doc/admin/_sources/configuration_server/background_jobs_configuration.txt
9823share/nextcloud/core/doc/admin/_sources/configuration_server/caching_configuration.txt 10798share/nextcloud/core/doc/admin/_sources/configuration_server/caching_configuration.txt
9824share/nextcloud/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.txt 10799share/nextcloud/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.txt
9825share/nextcloud/core/doc/admin/_sources/configuration_server/custom_client_repos.txt 10800share/nextcloud/core/doc/admin/_sources/configuration_server/custom_client_repos.txt
9826share/nextcloud/core/doc/admin/_sources/configuration_server/email_configuration.txt 10801share/nextcloud/core/doc/admin/_sources/configuration_server/email_configuration.txt
9827share/nextcloud/core/doc/admin/_sources/configuration_server/external_sites.txt 10802share/nextcloud/core/doc/admin/_sources/configuration_server/external_sites.txt
9828share/nextcloud/core/doc/admin/_sources/configuration_server/harden_server.txt 10803share/nextcloud/core/doc/admin/_sources/configuration_server/harden_server.txt
9829share/nextcloud/core/doc/admin/_sources/configuration_server/index.txt 10804share/nextcloud/core/doc/admin/_sources/configuration_server/index.txt
9830share/nextcloud/core/doc/admin/_sources/configuration_server/knowledgebase_configuration.txt 10805share/nextcloud/core/doc/admin/_sources/configuration_server/knowledgebase_configuration.txt
9831share/nextcloud/core/doc/admin/_sources/configuration_server/language_configuration.txt 10806share/nextcloud/core/doc/admin/_sources/configuration_server/language_configuration.txt
9832share/nextcloud/core/doc/admin/_sources/configuration_server/logging_configuration.txt 10807share/nextcloud/core/doc/admin/_sources/configuration_server/logging_configuration.txt
9833share/nextcloud/core/doc/admin/_sources/configuration_server/occ_command.txt 10808share/nextcloud/core/doc/admin/_sources/configuration_server/occ_command.txt
9834share/nextcloud/core/doc/admin/_sources/configuration_server/reverse_proxy_configuration.txt 10809share/nextcloud/core/doc/admin/_sources/configuration_server/reverse_proxy_configuration.txt
9835share/nextcloud/core/doc/admin/_sources/configuration_server/security_setup_warnings.txt 10810share/nextcloud/core/doc/admin/_sources/configuration_server/security_setup_warnings.txt
9836share/nextcloud/core/doc/admin/_sources/configuration_server/server_tuning.txt 10811share/nextcloud/core/doc/admin/_sources/configuration_server/server_tuning.txt
9837share/nextcloud/core/doc/admin/_sources/configuration_server/sso_configuration.txt 10812share/nextcloud/core/doc/admin/_sources/configuration_server/sso_configuration.txt
9838share/nextcloud/core/doc/admin/_sources/configuration_server/theming.txt 10813share/nextcloud/core/doc/admin/_sources/configuration_server/theming.txt
9839share/nextcloud/core/doc/admin/_sources/configuration_server/thirdparty_php_configuration.txt 10814share/nextcloud/core/doc/admin/_sources/configuration_server/thirdparty_php_configuration.txt
9840share/nextcloud/core/doc/admin/_sources/configuration_user/index.txt 10815share/nextcloud/core/doc/admin/_sources/configuration_user/index.txt
9841share/nextcloud/core/doc/admin/_sources/configuration_user/reset_admin_password.txt 10816share/nextcloud/core/doc/admin/_sources/configuration_user/reset_admin_password.txt
9842share/nextcloud/core/doc/admin/_sources/configuration_user/reset_user_password.txt 10817share/nextcloud/core/doc/admin/_sources/configuration_user/reset_user_password.txt
9843share/nextcloud/core/doc/admin/_sources/configuration_user/two_factor-auth.txt 10818share/nextcloud/core/doc/admin/_sources/configuration_user/two_factor-auth.txt
9844share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ftp_smb_imap.txt 10819share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ftp_smb_imap.txt
9845share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap.txt 10820share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap.txt
9846share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_api.txt 10821share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_api.txt
9847share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_cleanup.txt 10822share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_cleanup.txt
9848share/nextcloud/core/doc/admin/_sources/configuration_user/user_configuration.txt 10823share/nextcloud/core/doc/admin/_sources/configuration_user/user_configuration.txt
9849share/nextcloud/core/doc/admin/_sources/configuration_user/user_password_policy.txt 10824share/nextcloud/core/doc/admin/_sources/configuration_user/user_password_policy.txt
9850share/nextcloud/core/doc/admin/_sources/configuration_user/user_provisioning_api.txt 10825share/nextcloud/core/doc/admin/_sources/configuration_user/user_provisioning_api.txt
9851share/nextcloud/core/doc/admin/_sources/contents.txt 10826share/nextcloud/core/doc/admin/_sources/contents.txt
9852share/nextcloud/core/doc/admin/_sources/file_workflows/access_control.txt 10827share/nextcloud/core/doc/admin/_sources/file_workflows/access_control.txt
9853share/nextcloud/core/doc/admin/_sources/file_workflows/automated_tagging.txt 10828share/nextcloud/core/doc/admin/_sources/file_workflows/automated_tagging.txt
9854share/nextcloud/core/doc/admin/_sources/file_workflows/index.txt 10829share/nextcloud/core/doc/admin/_sources/file_workflows/index.txt
9855share/nextcloud/core/doc/admin/_sources/file_workflows/retention.txt 10830share/nextcloud/core/doc/admin/_sources/file_workflows/retention.txt
9856share/nextcloud/core/doc/admin/_sources/index.txt 10831share/nextcloud/core/doc/admin/_sources/index.txt
9857share/nextcloud/core/doc/admin/_sources/installation/apps_management_installation.txt 10832share/nextcloud/core/doc/admin/_sources/installation/apps_management_installation.txt
9858share/nextcloud/core/doc/admin/_sources/installation/apps_supported.txt 10833share/nextcloud/core/doc/admin/_sources/installation/apps_supported.txt
9859share/nextcloud/core/doc/admin/_sources/installation/command_line_installation.txt 10834share/nextcloud/core/doc/admin/_sources/installation/command_line_installation.txt
9860share/nextcloud/core/doc/admin/_sources/installation/deployment_recommendations.txt 10835share/nextcloud/core/doc/admin/_sources/installation/deployment_recommendations.txt
9861share/nextcloud/core/doc/admin/_sources/installation/index.txt 10836share/nextcloud/core/doc/admin/_sources/installation/index.txt
9862share/nextcloud/core/doc/admin/_sources/installation/installation_wizard.txt 10837share/nextcloud/core/doc/admin/_sources/installation/installation_wizard.txt
9863share/nextcloud/core/doc/admin/_sources/installation/nginx.txt 10838share/nextcloud/core/doc/admin/_sources/installation/nginx.txt
9864share/nextcloud/core/doc/admin/_sources/installation/selinux_configuration.txt 10839share/nextcloud/core/doc/admin/_sources/installation/selinux_configuration.txt
9865share/nextcloud/core/doc/admin/_sources/installation/source_installation.txt 10840share/nextcloud/core/doc/admin/_sources/installation/source_installation.txt
9866share/nextcloud/core/doc/admin/_sources/installation/system_requirements.txt 10841share/nextcloud/core/doc/admin/_sources/installation/system_requirements.txt
9867share/nextcloud/core/doc/admin/_sources/issues/code_signing.txt 10842share/nextcloud/core/doc/admin/_sources/issues/code_signing.txt
9868share/nextcloud/core/doc/admin/_sources/issues/general_troubleshooting.txt 10843share/nextcloud/core/doc/admin/_sources/issues/general_troubleshooting.txt
9869share/nextcloud/core/doc/admin/_sources/issues/index.txt 10844share/nextcloud/core/doc/admin/_sources/issues/index.txt
9870share/nextcloud/core/doc/admin/_sources/maintenance/backup.txt 10845share/nextcloud/core/doc/admin/_sources/maintenance/backup.txt
9871share/nextcloud/core/doc/admin/_sources/maintenance/index.txt 10846share/nextcloud/core/doc/admin/_sources/maintenance/index.txt
9872share/nextcloud/core/doc/admin/_sources/maintenance/manual_upgrade.txt 10847share/nextcloud/core/doc/admin/_sources/maintenance/manual_upgrade.txt
9873share/nextcloud/core/doc/admin/_sources/maintenance/migrating.txt 10848share/nextcloud/core/doc/admin/_sources/maintenance/migrating.txt
9874share/nextcloud/core/doc/admin/_sources/maintenance/migrating_owncloud.txt 10849share/nextcloud/core/doc/admin/_sources/maintenance/migrating_owncloud.txt
9875share/nextcloud/core/doc/admin/_sources/maintenance/package_upgrade.txt 10850share/nextcloud/core/doc/admin/_sources/maintenance/package_upgrade.txt
9876share/nextcloud/core/doc/admin/_sources/maintenance/restore.txt 10851share/nextcloud/core/doc/admin/_sources/maintenance/restore.txt
9877share/nextcloud/core/doc/admin/_sources/maintenance/update.txt 10852share/nextcloud/core/doc/admin/_sources/maintenance/update.txt
9878share/nextcloud/core/doc/admin/_sources/maintenance/upgrade.txt 10853share/nextcloud/core/doc/admin/_sources/maintenance/upgrade.txt
9879share/nextcloud/core/doc/admin/_sources/operations/considerations_on_monitoring.txt 10854share/nextcloud/core/doc/admin/_sources/operations/considerations_on_monitoring.txt
9880share/nextcloud/core/doc/admin/_sources/operations/index.txt 10855share/nextcloud/core/doc/admin/_sources/operations/index.txt
9881share/nextcloud/core/doc/admin/_sources/operations/scaling_multiple_machines.txt 10856share/nextcloud/core/doc/admin/_sources/operations/scaling_multiple_machines.txt
9882share/nextcloud/core/doc/admin/_sources/release_notes.txt 10857share/nextcloud/core/doc/admin/_sources/release_notes.txt
9883share/nextcloud/core/doc/admin/_static/ajax-loader.gif 10858share/nextcloud/core/doc/admin/_static/ajax-loader.gif
9884share/nextcloud/core/doc/admin/_static/basic.css 10859share/nextcloud/core/doc/admin/_static/basic.css
9885share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.css 10860share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.css
9886share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.css.map 10861share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.css.map
9887share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.min.css 10862share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.min.css
9888share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.css 10863share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.css
9889share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.css.map 10864share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.css.map
9890share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.min.css 10865share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.min.css
9891share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.eot 10866share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.eot
9892share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.svg 10867share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.svg
9893share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.ttf 10868share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.ttf
9894share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff 10869share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff
9895share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/js/bootstrap.js 10870share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/js/bootstrap.js
9896share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/js/bootstrap.min.js 10871share/nextcloud/core/doc/admin/_static/bootstrap-3.1.0/js/bootstrap.min.js
9897share/nextcloud/core/doc/admin/_static/bootstrap-responsive.css 10872share/nextcloud/core/doc/admin/_static/bootstrap-responsive.css
9898share/nextcloud/core/doc/admin/_static/bootstrap-sphinx.css 10873share/nextcloud/core/doc/admin/_static/bootstrap-sphinx.css
9899share/nextcloud/core/doc/admin/_static/bootstrap-sphinx.js 10874share/nextcloud/core/doc/admin/_static/bootstrap-sphinx.js
9900share/nextcloud/core/doc/admin/_static/bootstrap.css 10875share/nextcloud/core/doc/admin/_static/bootstrap.css
9901share/nextcloud/core/doc/admin/_static/bootstrap.js 10876share/nextcloud/core/doc/admin/_static/bootstrap.js
9902share/nextcloud/core/doc/admin/_static/comment-bright.png 10877share/nextcloud/core/doc/admin/_static/comment-bright.png
9903share/nextcloud/core/doc/admin/_static/comment-close.png 10878share/nextcloud/core/doc/admin/_static/comment-close.png
9904share/nextcloud/core/doc/admin/_static/comment.png 10879share/nextcloud/core/doc/admin/_static/comment.png
9905share/nextcloud/core/doc/admin/_static/doctools.js 10880share/nextcloud/core/doc/admin/_static/doctools.js
9906share/nextcloud/core/doc/admin/_static/down-pressed.png 10881share/nextcloud/core/doc/admin/_static/down-pressed.png
9907share/nextcloud/core/doc/admin/_static/down.png 10882share/nextcloud/core/doc/admin/_static/down.png
9908share/nextcloud/core/doc/admin/_static/file.png 10883share/nextcloud/core/doc/admin/_static/file.png
9909share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Bold.ttf 10884share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Bold.ttf
9910share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Bold.woff 10885share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Bold.woff
9911share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Italic.ttf 10886share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Italic.ttf
9912share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Italic.woff 10887share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Italic.woff
9913share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Light.ttf 10888share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Light.ttf
9914share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Light.woff 10889share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Light.woff
9915share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Regular.ttf 10890share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Regular.ttf
9916share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Regular.woff 10891share/nextcloud/core/doc/admin/_static/fonts/OpenSans-Regular.woff
9917share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.eot 10892share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.eot
9918share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.svg 10893share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.svg
9919share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.ttf 10894share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.ttf
9920share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff 10895share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff
9921share/nextcloud/core/doc/admin/_static/img/glyphicons-halflings-white.png 10896share/nextcloud/core/doc/admin/_static/img/glyphicons-halflings-white.png
9922share/nextcloud/core/doc/admin/_static/img/glyphicons-halflings.png 10897share/nextcloud/core/doc/admin/_static/img/glyphicons-halflings.png
9923share/nextcloud/core/doc/admin/_static/img/logo_owncloud.svg 10898share/nextcloud/core/doc/admin/_static/img/logo_owncloud.svg
9924share/nextcloud/core/doc/admin/_static/img/note.svg 10899share/nextcloud/core/doc/admin/_static/img/note.svg
9925share/nextcloud/core/doc/admin/_static/img/note_pencil.svg 10900share/nextcloud/core/doc/admin/_static/img/note_pencil.svg
9926share/nextcloud/core/doc/admin/_static/img/social/diaspora.png 10901share/nextcloud/core/doc/admin/_static/img/social/diaspora.png
9927share/nextcloud/core/doc/admin/_static/img/social/diaspora.svg 10902share/nextcloud/core/doc/admin/_static/img/social/diaspora.svg
9928share/nextcloud/core/doc/admin/_static/img/social/diasporaround.png 10903share/nextcloud/core/doc/admin/_static/img/social/diasporaround.png
9929share/nextcloud/core/doc/admin/_static/img/social/facebook.png 10904share/nextcloud/core/doc/admin/_static/img/social/facebook.png
9930share/nextcloud/core/doc/admin/_static/img/social/facebook.svg 10905share/nextcloud/core/doc/admin/_static/img/social/facebook.svg
9931share/nextcloud/core/doc/admin/_static/img/social/googleplus.png 10906share/nextcloud/core/doc/admin/_static/img/social/googleplus.png
9932share/nextcloud/core/doc/admin/_static/img/social/googleplus.svg 10907share/nextcloud/core/doc/admin/_static/img/social/googleplus.svg
9933share/nextcloud/core/doc/admin/_static/img/social/mail.svg 10908share/nextcloud/core/doc/admin/_static/img/social/mail.svg
9934share/nextcloud/core/doc/admin/_static/img/social/ownCloud7launch.png 10909share/nextcloud/core/doc/admin/_static/img/social/ownCloud7launch.png
9935share/nextcloud/core/doc/admin/_static/img/social/rss.png 10910share/nextcloud/core/doc/admin/_static/img/social/rss.png
9936share/nextcloud/core/doc/admin/_static/img/social/rss.svg 10911share/nextcloud/core/doc/admin/_static/img/social/rss.svg
9937share/nextcloud/core/doc/admin/_static/img/social/twitter.png 10912share/nextcloud/core/doc/admin/_static/img/social/twitter.png
9938share/nextcloud/core/doc/admin/_static/img/social/twitter.svg 10913share/nextcloud/core/doc/admin/_static/img/social/twitter.svg
9939share/nextcloud/core/doc/admin/_static/img/social/twitterround.png 10914share/nextcloud/core/doc/admin/_static/img/social/twitterround.png
9940share/nextcloud/core/doc/admin/_static/img/social/youtube.svg 10915share/nextcloud/core/doc/admin/_static/img/social/youtube.svg
9941share/nextcloud/core/doc/admin/_static/img/todo.svg 10916share/nextcloud/core/doc/admin/_static/img/todo.svg
9942share/nextcloud/core/doc/admin/_static/img/warning.svg 10917share/nextcloud/core/doc/admin/_static/img/warning.svg
9943share/nextcloud/core/doc/admin/_static/jquery.js 10918share/nextcloud/core/doc/admin/_static/jquery.js
9944share/nextcloud/core/doc/admin/_static/js/jquery-1.11.0.min.js 10919share/nextcloud/core/doc/admin/_static/js/jquery-1.11.0.min.js
9945share/nextcloud/core/doc/admin/_static/js/jquery-fix.js 10920share/nextcloud/core/doc/admin/_static/js/jquery-fix.js
9946share/nextcloud/core/doc/admin/_static/logo-blue.pdf 10921share/nextcloud/core/doc/admin/_static/logo-blue.pdf
9947share/nextcloud/core/doc/admin/_static/logo-blue.png 10922share/nextcloud/core/doc/admin/_static/logo-blue.png
9948share/nextcloud/core/doc/admin/_static/main.min.css 10923share/nextcloud/core/doc/admin/_static/main.min.css
9949share/nextcloud/core/doc/admin/_static/minus.png 10924share/nextcloud/core/doc/admin/_static/minus.png
9950share/nextcloud/core/doc/admin/_static/plus.png 10925share/nextcloud/core/doc/admin/_static/plus.png
9951share/nextcloud/core/doc/admin/_static/pygments.css 10926share/nextcloud/core/doc/admin/_static/pygments.css
9952share/nextcloud/core/doc/admin/_static/searchtools.js 10927share/nextcloud/core/doc/admin/_static/searchtools.js
9953share/nextcloud/core/doc/admin/_static/social/diaspora.svg 10928share/nextcloud/core/doc/admin/_static/social/diaspora.svg
9954share/nextcloud/core/doc/admin/_static/social/diasporaround.png 10929share/nextcloud/core/doc/admin/_static/social/diasporaround.png
9955share/nextcloud/core/doc/admin/_static/social/facebook.png 10930share/nextcloud/core/doc/admin/_static/social/facebook.png
9956share/nextcloud/core/doc/admin/_static/social/googleplus.png 10931share/nextcloud/core/doc/admin/_static/social/googleplus.png
9957share/nextcloud/core/doc/admin/_static/social/mail.png 10932share/nextcloud/core/doc/admin/_static/social/mail.png
9958share/nextcloud/core/doc/admin/_static/social/mail.svg 10933share/nextcloud/core/doc/admin/_static/social/mail.svg
9959share/nextcloud/core/doc/admin/_static/social/rss.png 10934share/nextcloud/core/doc/admin/_static/social/rss.png
9960share/nextcloud/core/doc/admin/_static/social/rss.svg 10935share/nextcloud/core/doc/admin/_static/social/rss.svg
9961share/nextcloud/core/doc/admin/_static/social/twitter.svg 10936share/nextcloud/core/doc/admin/_static/social/twitter.svg
9962share/nextcloud/core/doc/admin/_static/social/twitterround.png 10937share/nextcloud/core/doc/admin/_static/social/twitterround.png
9963share/nextcloud/core/doc/admin/_static/social/youtube.svg 10938share/nextcloud/core/doc/admin/_static/social/youtube.svg
9964share/nextcloud/core/doc/admin/_static/style.css 10939share/nextcloud/core/doc/admin/_static/style.css
9965share/nextcloud/core/doc/admin/_static/styles.css 10940share/nextcloud/core/doc/admin/_static/styles.css
9966share/nextcloud/core/doc/admin/_static/underscore.js 10941share/nextcloud/core/doc/admin/_static/underscore.js
9967share/nextcloud/core/doc/admin/_static/up-pressed.png 10942share/nextcloud/core/doc/admin/_static/up-pressed.png
9968share/nextcloud/core/doc/admin/_static/up.png 10943share/nextcloud/core/doc/admin/_static/up.png
9969share/nextcloud/core/doc/admin/_static/websupport.js 10944share/nextcloud/core/doc/admin/_static/websupport.js
9970share/nextcloud/core/doc/admin/configuration_database/db_conversion.html 10945share/nextcloud/core/doc/admin/configuration_database/db_conversion.html
9971share/nextcloud/core/doc/admin/configuration_database/index.html 10946share/nextcloud/core/doc/admin/configuration_database/index.html
9972share/nextcloud/core/doc/admin/configuration_database/linux_database_configuration.html 10947share/nextcloud/core/doc/admin/configuration_database/linux_database_configuration.html
9973share/nextcloud/core/doc/admin/configuration_database/mysql_4byte_support.html 10948share/nextcloud/core/doc/admin/configuration_database/mysql_4byte_support.html
9974share/nextcloud/core/doc/admin/configuration_files/big_file_upload_configuration.html 10949share/nextcloud/core/doc/admin/configuration_files/big_file_upload_configuration.html
9975share/nextcloud/core/doc/admin/configuration_files/default_files_configuration.html 10950share/nextcloud/core/doc/admin/configuration_files/default_files_configuration.html
9976share/nextcloud/core/doc/admin/configuration_files/encryption_configuration.html 10951share/nextcloud/core/doc/admin/configuration_files/encryption_configuration.html
9977share/nextcloud/core/doc/admin/configuration_files/external_storage/amazons3.html 10952share/nextcloud/core/doc/admin/configuration_files/external_storage/amazons3.html
9978share/nextcloud/core/doc/admin/configuration_files/external_storage/auth_mechanisms.html 10953share/nextcloud/core/doc/admin/configuration_files/external_storage/auth_mechanisms.html
9979share/nextcloud/core/doc/admin/configuration_files/external_storage/dropbox.html 10954share/nextcloud/core/doc/admin/configuration_files/external_storage/dropbox.html
9980share/nextcloud/core/doc/admin/configuration_files/external_storage/ftp.html 10955share/nextcloud/core/doc/admin/configuration_files/external_storage/ftp.html
9981share/nextcloud/core/doc/admin/configuration_files/external_storage/google.html 10956share/nextcloud/core/doc/admin/configuration_files/external_storage/google.html
9982share/nextcloud/core/doc/admin/configuration_files/external_storage/local.html 10957share/nextcloud/core/doc/admin/configuration_files/external_storage/local.html
9983share/nextcloud/core/doc/admin/configuration_files/external_storage/nextcloud.html 10958share/nextcloud/core/doc/admin/configuration_files/external_storage/nextcloud.html
9984share/nextcloud/core/doc/admin/configuration_files/external_storage/openstack.html 10959share/nextcloud/core/doc/admin/configuration_files/external_storage/openstack.html
9985share/nextcloud/core/doc/admin/configuration_files/external_storage/sftp.html 10960share/nextcloud/core/doc/admin/configuration_files/external_storage/sftp.html
9986share/nextcloud/core/doc/admin/configuration_files/external_storage/smb.html 10961share/nextcloud/core/doc/admin/configuration_files/external_storage/smb.html
9987share/nextcloud/core/doc/admin/configuration_files/external_storage/webdav.html 10962share/nextcloud/core/doc/admin/configuration_files/external_storage/webdav.html
9988share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration.html 10963share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration.html
9989share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html 10964share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html
9990share/nextcloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html 10965share/nextcloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html
9991share/nextcloud/core/doc/admin/configuration_files/file_sharing_configuration.html 10966share/nextcloud/core/doc/admin/configuration_files/file_sharing_configuration.html
9992share/nextcloud/core/doc/admin/configuration_files/file_versioning.html 10967share/nextcloud/core/doc/admin/configuration_files/file_versioning.html
9993share/nextcloud/core/doc/admin/configuration_files/files_locking_transactional.html 10968share/nextcloud/core/doc/admin/configuration_files/files_locking_transactional.html
9994share/nextcloud/core/doc/admin/configuration_files/index.html 10969share/nextcloud/core/doc/admin/configuration_files/index.html
9995share/nextcloud/core/doc/admin/configuration_files/previews_configuration.html 10970share/nextcloud/core/doc/admin/configuration_files/previews_configuration.html
9996share/nextcloud/core/doc/admin/configuration_files/primary_storage.html 10971share/nextcloud/core/doc/admin/configuration_files/primary_storage.html
9997share/nextcloud/core/doc/admin/configuration_mimetypes/index.html 10972share/nextcloud/core/doc/admin/configuration_mimetypes/index.html
9998share/nextcloud/core/doc/admin/configuration_mimetypes/mimetype_aliases.html 
9999share/nextcloud/core/doc/admin/configuration_mimetypes/mimetype_mapping.html 
10000share/nextcloud/core/doc/admin/configuration_server/activity_configuration.html 10973share/nextcloud/core/doc/admin/configuration_server/activity_configuration.html
10001share/nextcloud/core/doc/admin/configuration_server/antivirus_configuration.html 10974share/nextcloud/core/doc/admin/configuration_server/antivirus_configuration.html
10002share/nextcloud/core/doc/admin/configuration_server/automatic_configuration.html 10975share/nextcloud/core/doc/admin/configuration_server/automatic_configuration.html
10003share/nextcloud/core/doc/admin/configuration_server/background_jobs_configuration.html 10976share/nextcloud/core/doc/admin/configuration_server/background_jobs_configuration.html
10004share/nextcloud/core/doc/admin/configuration_server/caching_configuration.html 10977share/nextcloud/core/doc/admin/configuration_server/caching_configuration.html
10005share/nextcloud/core/doc/admin/configuration_server/config_sample_php_parameters.html 10978share/nextcloud/core/doc/admin/configuration_server/config_sample_php_parameters.html
10006share/nextcloud/core/doc/admin/configuration_server/custom_client_repos.html 10979share/nextcloud/core/doc/admin/configuration_server/custom_client_repos.html
10007share/nextcloud/core/doc/admin/configuration_server/email_configuration.html 10980share/nextcloud/core/doc/admin/configuration_server/email_configuration.html
10008share/nextcloud/core/doc/admin/configuration_server/external_sites.html 10981share/nextcloud/core/doc/admin/configuration_server/external_sites.html
10009share/nextcloud/core/doc/admin/configuration_server/harden_server.html 10982share/nextcloud/core/doc/admin/configuration_server/harden_server.html
10010share/nextcloud/core/doc/admin/configuration_server/index.html 10983share/nextcloud/core/doc/admin/configuration_server/index.html
10011share/nextcloud/core/doc/admin/configuration_server/knowledgebase_configuration.html 10984share/nextcloud/core/doc/admin/configuration_server/knowledgebase_configuration.html
10012share/nextcloud/core/doc/admin/configuration_server/language_configuration.html 10985share/nextcloud/core/doc/admin/configuration_server/language_configuration.html
10013share/nextcloud/core/doc/admin/configuration_server/logging_configuration.html 10986share/nextcloud/core/doc/admin/configuration_server/logging_configuration.html
10014share/nextcloud/core/doc/admin/configuration_server/occ_command.html 10987share/nextcloud/core/doc/admin/configuration_server/occ_command.html
10015share/nextcloud/core/doc/admin/configuration_server/reverse_proxy_configuration.html 10988share/nextcloud/core/doc/admin/configuration_server/reverse_proxy_configuration.html
10016share/nextcloud/core/doc/admin/configuration_server/security_setup_warnings.html 10989share/nextcloud/core/doc/admin/configuration_server/security_setup_warnings.html
10017share/nextcloud/core/doc/admin/configuration_server/server_tuning.html 10990share/nextcloud/core/doc/admin/configuration_server/server_tuning.html
10018share/nextcloud/core/doc/admin/configuration_server/sso_configuration.html 10991share/nextcloud/core/doc/admin/configuration_server/sso_configuration.html
10019share/nextcloud/core/doc/admin/configuration_server/theming.html 10992share/nextcloud/core/doc/admin/configuration_server/theming.html
10020share/nextcloud/core/doc/admin/configuration_server/thirdparty_php_configuration.html 10993share/nextcloud/core/doc/admin/configuration_server/thirdparty_php_configuration.html
10021share/nextcloud/core/doc/admin/configuration_user/index.html 10994share/nextcloud/core/doc/admin/configuration_user/index.html
10022share/nextcloud/core/doc/admin/configuration_user/reset_admin_password.html 10995share/nextcloud/core/doc/admin/configuration_user/reset_admin_password.html
10023share/nextcloud/core/doc/admin/configuration_user/reset_user_password.html 10996share/nextcloud/core/doc/admin/configuration_user/reset_user_password.html
10024share/nextcloud/core/doc/admin/configuration_user/two_factor-auth.html 10997share/nextcloud/core/doc/admin/configuration_user/two_factor-auth.html
10025share/nextcloud/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html 10998share/nextcloud/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html
10026share/nextcloud/core/doc/admin/configuration_user/user_auth_ldap.html 10999share/nextcloud/core/doc/admin/configuration_user/user_auth_ldap.html
10027share/nextcloud/core/doc/admin/configuration_user/user_auth_ldap_api.html 11000share/nextcloud/core/doc/admin/configuration_user/user_auth_ldap_api.html
10028share/nextcloud/core/doc/admin/configuration_user/user_auth_ldap_cleanup.html 11001share/nextcloud/core/doc/admin/configuration_user/user_auth_ldap_cleanup.html
10029share/nextcloud/core/doc/admin/configuration_user/user_configuration.html 11002share/nextcloud/core/doc/admin/configuration_user/user_configuration.html
10030share/nextcloud/core/doc/admin/configuration_user/user_password_policy.html 11003share/nextcloud/core/doc/admin/configuration_user/user_password_policy.html
10031share/nextcloud/core/doc/admin/configuration_user/user_provisioning_api.html 11004share/nextcloud/core/doc/admin/configuration_user/user_provisioning_api.html
10032share/nextcloud/core/doc/admin/contents.html 11005share/nextcloud/core/doc/admin/contents.html
10033share/nextcloud/core/doc/admin/file_workflows/access_control.html 11006share/nextcloud/core/doc/admin/file_workflows/access_control.html
10034share/nextcloud/core/doc/admin/file_workflows/automated_tagging.html 11007share/nextcloud/core/doc/admin/file_workflows/automated_tagging.html
10035share/nextcloud/core/doc/admin/file_workflows/index.html 11008share/nextcloud/core/doc/admin/file_workflows/index.html
10036share/nextcloud/core/doc/admin/file_workflows/retention.html 11009share/nextcloud/core/doc/admin/file_workflows/retention.html
10037share/nextcloud/core/doc/admin/genindex.html 11010share/nextcloud/core/doc/admin/genindex.html
10038share/nextcloud/core/doc/admin/index.html 11011share/nextcloud/core/doc/admin/index.html
10039share/nextcloud/core/doc/admin/installation/apps_management_installation.html 11012share/nextcloud/core/doc/admin/installation/apps_management_installation.html
10040share/nextcloud/core/doc/admin/installation/apps_supported.html 11013share/nextcloud/core/doc/admin/installation/apps_supported.html
10041share/nextcloud/core/doc/admin/installation/command_line_installation.html 11014share/nextcloud/core/doc/admin/installation/command_line_installation.html
10042share/nextcloud/core/doc/admin/installation/deployment_recommendations.html 11015share/nextcloud/core/doc/admin/installation/deployment_recommendations.html
10043share/nextcloud/core/doc/admin/installation/index.html 11016share/nextcloud/core/doc/admin/installation/index.html
10044share/nextcloud/core/doc/admin/installation/installation_wizard.html 11017share/nextcloud/core/doc/admin/installation/installation_wizard.html
10045share/nextcloud/core/doc/admin/installation/nginx.html 11018share/nextcloud/core/doc/admin/installation/nginx.html
10046share/nextcloud/core/doc/admin/installation/selinux_configuration.html 11019share/nextcloud/core/doc/admin/installation/selinux_configuration.html
10047share/nextcloud/core/doc/admin/installation/source_installation.html 11020share/nextcloud/core/doc/admin/installation/source_installation.html
10048share/nextcloud/core/doc/admin/installation/system_requirements.html 11021share/nextcloud/core/doc/admin/installation/system_requirements.html
10049share/nextcloud/core/doc/admin/issues/code_signing.html 11022share/nextcloud/core/doc/admin/issues/code_signing.html
10050share/nextcloud/core/doc/admin/issues/general_troubleshooting.html 11023share/nextcloud/core/doc/admin/issues/general_troubleshooting.html
10051share/nextcloud/core/doc/admin/issues/index.html 11024share/nextcloud/core/doc/admin/issues/index.html
10052share/nextcloud/core/doc/admin/maintenance/backup.html 11025share/nextcloud/core/doc/admin/maintenance/backup.html
10053share/nextcloud/core/doc/admin/maintenance/index.html 11026share/nextcloud/core/doc/admin/maintenance/index.html
10054share/nextcloud/core/doc/admin/maintenance/manual_upgrade.html 11027share/nextcloud/core/doc/admin/maintenance/manual_upgrade.html
10055share/nextcloud/core/doc/admin/maintenance/migrating.html 11028share/nextcloud/core/doc/admin/maintenance/migrating.html
10056share/nextcloud/core/doc/admin/maintenance/migrating_owncloud.html 11029share/nextcloud/core/doc/admin/maintenance/migrating_owncloud.html
10057share/nextcloud/core/doc/admin/maintenance/package_upgrade.html 11030share/nextcloud/core/doc/admin/maintenance/package_upgrade.html
10058share/nextcloud/core/doc/admin/maintenance/restore.html 11031share/nextcloud/core/doc/admin/maintenance/restore.html
10059share/nextcloud/core/doc/admin/maintenance/update.html 11032share/nextcloud/core/doc/admin/maintenance/update.html
10060share/nextcloud/core/doc/admin/maintenance/upgrade.html 11033share/nextcloud/core/doc/admin/maintenance/upgrade.html
10061share/nextcloud/core/doc/admin/objects.inv 11034share/nextcloud/core/doc/admin/objects.inv
10062share/nextcloud/core/doc/admin/operations/considerations_on_monitoring.html 11035share/nextcloud/core/doc/admin/operations/considerations_on_monitoring.html
10063share/nextcloud/core/doc/admin/operations/index.html 11036share/nextcloud/core/doc/admin/operations/index.html
10064share/nextcloud/core/doc/admin/operations/scaling_multiple_machines.html 11037share/nextcloud/core/doc/admin/operations/scaling_multiple_machines.html
10065share/nextcloud/core/doc/admin/release_notes.html 11038share/nextcloud/core/doc/admin/release_notes.html
10066share/nextcloud/core/doc/admin/search.html 11039share/nextcloud/core/doc/admin/search.html
10067share/nextcloud/core/doc/admin/searchindex.js 11040share/nextcloud/core/doc/admin/searchindex.js
10068share/nextcloud/core/doc/user/_images/2fa_backupcode_1.png 11041share/nextcloud/core/doc/user/_images/2fa_backupcode_1.png
10069share/nextcloud/core/doc/user/_images/2fa_backupcode_2.png 11042share/nextcloud/core/doc/user/_images/2fa_backupcode_2.png
10070share/nextcloud/core/doc/user/_images/CalDAV_calendar.png 11043share/nextcloud/core/doc/user/_images/CalDAV_calendar.png
10071share/nextcloud/core/doc/user/_images/addressbook_name.png 11044share/nextcloud/core/doc/user/_images/addressbook_name.png
10072share/nextcloud/core/doc/user/_images/anonym_click_sharing.png 11045share/nextcloud/core/doc/user/_images/anonym_click_sharing.png
10073share/nextcloud/core/doc/user/_images/anonym_hide_file_listing.png 11046share/nextcloud/core/doc/user/_images/anonym_hide_file_listing.png
10074share/nextcloud/core/doc/user/_images/anonym_upload.png 11047share/nextcloud/core/doc/user/_images/anonym_upload.png
10075share/nextcloud/core/doc/user/_images/anonym_uploaded_files.png 11048share/nextcloud/core/doc/user/_images/anonym_uploaded_files.png
10076share/nextcloud/core/doc/user/_images/apps_menu.png 11049share/nextcloud/core/doc/user/_images/apps_menu.png
10077share/nextcloud/core/doc/user/_images/cardbook_icon.png 11050share/nextcloud/core/doc/user/_images/cardbook_icon.png
10078share/nextcloud/core/doc/user/_images/contacts_link.png 11051share/nextcloud/core/doc/user/_images/contacts_link.png
10079share/nextcloud/core/doc/user/_images/contacts_menu.png 11052share/nextcloud/core/doc/user/_images/contacts_menu.png
10080share/nextcloud/core/doc/user/_images/contacts_popup.png 11053share/nextcloud/core/doc/user/_images/contacts_popup.png
10081share/nextcloud/core/doc/user/_images/create_public_share-6.png 11054share/nextcloud/core/doc/user/_images/create_public_share-6.png
10082share/nextcloud/core/doc/user/_images/create_public_share-8.png 11055share/nextcloud/core/doc/user/_images/create_public_share-8.png
10083share/nextcloud/core/doc/user/_images/create_public_share-9.png 11056share/nextcloud/core/doc/user/_images/create_public_share-9.png
10084share/nextcloud/core/doc/user/_images/direct-share-1.png 11057share/nextcloud/core/doc/user/_images/direct-share-1.png
10085share/nextcloud/core/doc/user/_images/encryption1.png 11058share/nextcloud/core/doc/user/_images/encryption1.png
10086share/nextcloud/core/doc/user/_images/encryption2.png 11059share/nextcloud/core/doc/user/_images/encryption2.png
10087share/nextcloud/core/doc/user/_images/encryption3.png 11060share/nextcloud/core/doc/user/_images/encryption3.png
10088share/nextcloud/core/doc/user/_images/explorer_webdav.png 11061share/nextcloud/core/doc/user/_images/explorer_webdav.png
10089share/nextcloud/core/doc/user/_images/file_menu_comments_2.png 11062share/nextcloud/core/doc/user/_images/file_menu_comments_2.png
10090share/nextcloud/core/doc/user/_images/files_page-1.png 11063share/nextcloud/core/doc/user/_images/files_page-1.png
10091share/nextcloud/core/doc/user/_images/files_page-2.png 11064share/nextcloud/core/doc/user/_images/files_page-2.png
10092share/nextcloud/core/doc/user/_images/files_page-3.png 11065share/nextcloud/core/doc/user/_images/files_page-3.png
10093share/nextcloud/core/doc/user/_images/files_page-4.png 11066share/nextcloud/core/doc/user/_images/files_page-4.png
10094share/nextcloud/core/doc/user/_images/files_page-5.png 11067share/nextcloud/core/doc/user/_images/files_page-5.png
10095share/nextcloud/core/doc/user/_images/files_page-6.png 11068share/nextcloud/core/doc/user/_images/files_page-6.png
10096share/nextcloud/core/doc/user/_images/files_page-7.png 11069share/nextcloud/core/doc/user/_images/files_page-7.png
10097share/nextcloud/core/doc/user/_images/files_page-8.png 11070share/nextcloud/core/doc/user/_images/files_page-8.png
10098share/nextcloud/core/doc/user/_images/files_page.png 11071share/nextcloud/core/doc/user/_images/files_page.png
10099share/nextcloud/core/doc/user/_images/files_versioning.png 11072share/nextcloud/core/doc/user/_images/files_versioning.png
10100share/nextcloud/core/doc/user/_images/gallery-1.png 11073share/nextcloud/core/doc/user/_images/gallery-1.png
10101share/nextcloud/core/doc/user/_images/gallery-2.png 11074share/nextcloud/core/doc/user/_images/gallery-2.png
10102share/nextcloud/core/doc/user/_images/hidden_files.png 11075share/nextcloud/core/doc/user/_images/hidden_files.png
10103share/nextcloud/core/doc/user/_images/login_page.png 11076share/nextcloud/core/doc/user/_images/login_page.png
10104share/nextcloud/core/doc/user/_images/multi_sharing.png 11077share/nextcloud/core/doc/user/_images/multi_sharing.png
10105share/nextcloud/core/doc/user/_images/new_addressbook.png 11078share/nextcloud/core/doc/user/_images/new_addressbook.png
10106share/nextcloud/core/doc/user/_images/new_calendar.png 11079share/nextcloud/core/doc/user/_images/new_calendar.png
10107share/nextcloud/core/doc/user/_images/oc_personal_settings_dropdown.png 11080share/nextcloud/core/doc/user/_images/oc_personal_settings_dropdown.png
10108share/nextcloud/core/doc/user/_images/osx_webdav1.png 11081share/nextcloud/core/doc/user/_images/osx_webdav1.png
10109share/nextcloud/core/doc/user/_images/osx_webdav2.png 11082share/nextcloud/core/doc/user/_images/osx_webdav2.png
10110share/nextcloud/core/doc/user/_images/personal_settings.png 11083share/nextcloud/core/doc/user/_images/personal_settings.png
10111share/nextcloud/core/doc/user/_images/quota1.png 11084share/nextcloud/core/doc/user/_images/quota1.png
10112share/nextcloud/core/doc/user/_images/settings_devices.png 11085share/nextcloud/core/doc/user/_images/settings_devices.png
10113share/nextcloud/core/doc/user/_images/settings_devices_add.png 11086share/nextcloud/core/doc/user/_images/settings_devices_add.png
10114share/nextcloud/core/doc/user/_images/settings_sessions.png 11087share/nextcloud/core/doc/user/_images/settings_sessions.png
10115share/nextcloud/core/doc/user/_images/synchronize_cardbook.png 11088share/nextcloud/core/doc/user/_images/synchronize_cardbook.png
10116share/nextcloud/core/doc/user/_images/totp_enable.png 11089share/nextcloud/core/doc/user/_images/totp_enable.png
10117share/nextcloud/core/doc/user/_images/totp_login_2.png 11090share/nextcloud/core/doc/user/_images/totp_login_2.png
10118share/nextcloud/core/doc/user/_images/users-files.png 11091share/nextcloud/core/doc/user/_images/users-files.png
10119share/nextcloud/core/doc/user/_images/video_player_2.png 11092share/nextcloud/core/doc/user/_images/video_player_2.png
10120share/nextcloud/core/doc/user/_images/webdav_dolphin.png 11093share/nextcloud/core/doc/user/_images/webdav_dolphin.png
10121share/nextcloud/core/doc/user/_images/webdav_gnome3_nautilus.png 11094share/nextcloud/core/doc/user/_images/webdav_gnome3_nautilus.png
10122share/nextcloud/core/doc/user/_sources/contents.txt 11095share/nextcloud/core/doc/user/_sources/contents.txt
10123share/nextcloud/core/doc/user/_sources/external_storage/external_storage.txt 11096share/nextcloud/core/doc/user/_sources/external_storage/external_storage.txt
10124share/nextcloud/core/doc/user/_sources/external_storage/index.txt 11097share/nextcloud/core/doc/user/_sources/external_storage/index.txt
10125share/nextcloud/core/doc/user/_sources/files/access_webdav.txt 11098share/nextcloud/core/doc/user/_sources/files/access_webdav.txt
10126share/nextcloud/core/doc/user/_sources/files/access_webgui.txt 11099share/nextcloud/core/doc/user/_sources/files/access_webgui.txt
10127share/nextcloud/core/doc/user/_sources/files/deleted_file_management.txt 11100share/nextcloud/core/doc/user/_sources/files/deleted_file_management.txt
10128share/nextcloud/core/doc/user/_sources/files/desktop_mobile_sync.txt 11101share/nextcloud/core/doc/user/_sources/files/desktop_mobile_sync.txt
10129share/nextcloud/core/doc/user/_sources/files/encrypting_files.txt 11102share/nextcloud/core/doc/user/_sources/files/encrypting_files.txt
10130share/nextcloud/core/doc/user/_sources/files/federated_cloud_sharing.txt 11103share/nextcloud/core/doc/user/_sources/files/federated_cloud_sharing.txt
10131share/nextcloud/core/doc/user/_sources/files/file_drop.txt 11104share/nextcloud/core/doc/user/_sources/files/file_drop.txt
10132share/nextcloud/core/doc/user/_sources/files/gallery_app.txt 11105share/nextcloud/core/doc/user/_sources/files/gallery_app.txt
10133share/nextcloud/core/doc/user/_sources/files/index.txt 11106share/nextcloud/core/doc/user/_sources/files/index.txt
10134share/nextcloud/core/doc/user/_sources/files/large_file_upload.txt 11107share/nextcloud/core/doc/user/_sources/files/large_file_upload.txt
10135share/nextcloud/core/doc/user/_sources/files/quota.txt 11108share/nextcloud/core/doc/user/_sources/files/quota.txt
10136share/nextcloud/core/doc/user/_sources/files/version_control.txt 11109share/nextcloud/core/doc/user/_sources/files/version_control.txt
10137share/nextcloud/core/doc/user/_sources/index.txt 11110share/nextcloud/core/doc/user/_sources/index.txt
10138share/nextcloud/core/doc/user/_sources/pim/calendar.txt 11111share/nextcloud/core/doc/user/_sources/pim/calendar.txt
10139share/nextcloud/core/doc/user/_sources/pim/contacts.txt 11112share/nextcloud/core/doc/user/_sources/pim/contacts.txt
10140share/nextcloud/core/doc/user/_sources/pim/index.txt 11113share/nextcloud/core/doc/user/_sources/pim/index.txt
10141share/nextcloud/core/doc/user/_sources/pim/sync_ios.txt 11114share/nextcloud/core/doc/user/_sources/pim/sync_ios.txt
10142share/nextcloud/core/doc/user/_sources/pim/sync_osx.txt 11115share/nextcloud/core/doc/user/_sources/pim/sync_osx.txt
10143share/nextcloud/core/doc/user/_sources/pim/sync_thunderbird.txt 11116share/nextcloud/core/doc/user/_sources/pim/sync_thunderbird.txt
10144share/nextcloud/core/doc/user/_sources/pim/troubleshooting.txt 11117share/nextcloud/core/doc/user/_sources/pim/troubleshooting.txt
10145share/nextcloud/core/doc/user/_sources/session_management.txt 11118share/nextcloud/core/doc/user/_sources/session_management.txt
10146share/nextcloud/core/doc/user/_sources/user_2fa.txt 11119share/nextcloud/core/doc/user/_sources/user_2fa.txt
10147share/nextcloud/core/doc/user/_sources/userpreferences.txt 11120share/nextcloud/core/doc/user/_sources/userpreferences.txt
10148share/nextcloud/core/doc/user/_sources/webinterface.txt 11121share/nextcloud/core/doc/user/_sources/webinterface.txt
10149share/nextcloud/core/doc/user/_sources/whats_new.txt 11122share/nextcloud/core/doc/user/_sources/whats_new.txt
10150share/nextcloud/core/doc/user/_static/ajax-loader.gif 11123share/nextcloud/core/doc/user/_static/ajax-loader.gif
10151share/nextcloud/core/doc/user/_static/basic.css 11124share/nextcloud/core/doc/user/_static/basic.css
10152share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.css 11125share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.css
10153share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.css.map 11126share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.css.map
10154share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.min.css 11127share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.min.css
10155share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.css 11128share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.css
10156share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.css.map 11129share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.css.map
10157share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.min.css 11130share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.min.css
10158share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.eot 11131share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.eot
10159share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.svg 11132share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.svg
10160share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.ttf 11133share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.ttf
10161share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff 11134share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff
10162share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.js 11135share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.js
10163share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.min.js 11136share/nextcloud/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.min.js
10164share/nextcloud/core/doc/user/_static/bootstrap-responsive.css 11137share/nextcloud/core/doc/user/_static/bootstrap-responsive.css
10165share/nextcloud/core/doc/user/_static/bootstrap-sphinx.css 11138share/nextcloud/core/doc/user/_static/bootstrap-sphinx.css
10166share/nextcloud/core/doc/user/_static/bootstrap-sphinx.js 11139share/nextcloud/core/doc/user/_static/bootstrap-sphinx.js
10167share/nextcloud/core/doc/user/_static/bootstrap.css 11140share/nextcloud/core/doc/user/_static/bootstrap.css
10168share/nextcloud/core/doc/user/_static/bootstrap.js 11141share/nextcloud/core/doc/user/_static/bootstrap.js
10169share/nextcloud/core/doc/user/_static/comment-bright.png 11142share/nextcloud/core/doc/user/_static/comment-bright.png
10170share/nextcloud/core/doc/user/_static/comment-close.png 11143share/nextcloud/core/doc/user/_static/comment-close.png
10171share/nextcloud/core/doc/user/_static/comment.png 11144share/nextcloud/core/doc/user/_static/comment.png
10172share/nextcloud/core/doc/user/_static/doctools.js 11145share/nextcloud/core/doc/user/_static/doctools.js
10173share/nextcloud/core/doc/user/_static/down-pressed.png 11146share/nextcloud/core/doc/user/_static/down-pressed.png
10174share/nextcloud/core/doc/user/_static/down.png 11147share/nextcloud/core/doc/user/_static/down.png
10175share/nextcloud/core/doc/user/_static/file.png 11148share/nextcloud/core/doc/user/_static/file.png
10176share/nextcloud/core/doc/user/_static/fonts/OpenSans-Bold.ttf 11149share/nextcloud/core/doc/user/_static/fonts/OpenSans-Bold.ttf
10177share/nextcloud/core/doc/user/_static/fonts/OpenSans-Bold.woff 11150share/nextcloud/core/doc/user/_static/fonts/OpenSans-Bold.woff
10178share/nextcloud/core/doc/user/_static/fonts/OpenSans-Italic.ttf 11151share/nextcloud/core/doc/user/_static/fonts/OpenSans-Italic.ttf
10179share/nextcloud/core/doc/user/_static/fonts/OpenSans-Italic.woff 11152share/nextcloud/core/doc/user/_static/fonts/OpenSans-Italic.woff
10180share/nextcloud/core/doc/user/_static/fonts/OpenSans-Light.ttf 11153share/nextcloud/core/doc/user/_static/fonts/OpenSans-Light.ttf
10181share/nextcloud/core/doc/user/_static/fonts/OpenSans-Light.woff 11154share/nextcloud/core/doc/user/_static/fonts/OpenSans-Light.woff
10182share/nextcloud/core/doc/user/_static/fonts/OpenSans-Regular.ttf 11155share/nextcloud/core/doc/user/_static/fonts/OpenSans-Regular.ttf
10183share/nextcloud/core/doc/user/_static/fonts/OpenSans-Regular.woff 11156share/nextcloud/core/doc/user/_static/fonts/OpenSans-Regular.woff
10184share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.eot 11157share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.eot
10185share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.svg 11158share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.svg
10186share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.ttf 11159share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.ttf
10187share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff 11160share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff
10188share/nextcloud/core/doc/user/_static/img/glyphicons-halflings-white.png 11161share/nextcloud/core/doc/user/_static/img/glyphicons-halflings-white.png
10189share/nextcloud/core/doc/user/_static/img/glyphicons-halflings.png 11162share/nextcloud/core/doc/user/_static/img/glyphicons-halflings.png
10190share/nextcloud/core/doc/user/_static/img/logo_owncloud.svg 11163share/nextcloud/core/doc/user/_static/img/logo_owncloud.svg
10191share/nextcloud/core/doc/user/_static/img/note.svg 11164share/nextcloud/core/doc/user/_static/img/note.svg
10192share/nextcloud/core/doc/user/_static/img/note_pencil.svg 11165share/nextcloud/core/doc/user/_static/img/note_pencil.svg
10193share/nextcloud/core/doc/user/_static/img/social/diaspora.png 11166share/nextcloud/core/doc/user/_static/img/social/diaspora.png
10194share/nextcloud/core/doc/user/_static/img/social/diaspora.svg 11167share/nextcloud/core/doc/user/_static/img/social/diaspora.svg
10195share/nextcloud/core/doc/user/_static/img/social/diasporaround.png 11168share/nextcloud/core/doc/user/_static/img/social/diasporaround.png
10196share/nextcloud/core/doc/user/_static/img/social/facebook.png 11169share/nextcloud/core/doc/user/_static/img/social/facebook.png
10197share/nextcloud/core/doc/user/_static/img/social/facebook.svg 11170share/nextcloud/core/doc/user/_static/img/social/facebook.svg
10198share/nextcloud/core/doc/user/_static/img/social/googleplus.png 11171share/nextcloud/core/doc/user/_static/img/social/googleplus.png
10199share/nextcloud/core/doc/user/_static/img/social/googleplus.svg 11172share/nextcloud/core/doc/user/_static/img/social/googleplus.svg
10200share/nextcloud/core/doc/user/_static/img/social/mail.svg 11173share/nextcloud/core/doc/user/_static/img/social/mail.svg
10201share/nextcloud/core/doc/user/_static/img/social/ownCloud7launch.png 11174share/nextcloud/core/doc/user/_static/img/social/ownCloud7launch.png
10202share/nextcloud/core/doc/user/_static/img/social/rss.png 11175share/nextcloud/core/doc/user/_static/img/social/rss.png
10203share/nextcloud/core/doc/user/_static/img/social/rss.svg 11176share/nextcloud/core/doc/user/_static/img/social/rss.svg
10204share/nextcloud/core/doc/user/_static/img/social/twitter.png 11177share/nextcloud/core/doc/user/_static/img/social/twitter.png
10205share/nextcloud/core/doc/user/_static/img/social/twitter.svg 11178share/nextcloud/core/doc/user/_static/img/social/twitter.svg
10206share/nextcloud/core/doc/user/_static/img/social/twitterround.png 11179share/nextcloud/core/doc/user/_static/img/social/twitterround.png
10207share/nextcloud/core/doc/user/_static/img/social/youtube.svg 11180share/nextcloud/core/doc/user/_static/img/social/youtube.svg
10208share/nextcloud/core/doc/user/_static/img/todo.svg 11181share/nextcloud/core/doc/user/_static/img/todo.svg
10209share/nextcloud/core/doc/user/_static/img/warning.svg 11182share/nextcloud/core/doc/user/_static/img/warning.svg
10210share/nextcloud/core/doc/user/_static/jquery.js 11183share/nextcloud/core/doc/user/_static/jquery.js
10211share/nextcloud/core/doc/user/_static/js/jquery-1.11.0.min.js 11184share/nextcloud/core/doc/user/_static/js/jquery-1.11.0.min.js
10212share/nextcloud/core/doc/user/_static/js/jquery-fix.js 11185share/nextcloud/core/doc/user/_static/js/jquery-fix.js
10213share/nextcloud/core/doc/user/_static/logo-blue.pdf 11186share/nextcloud/core/doc/user/_static/logo-blue.pdf
10214share/nextcloud/core/doc/user/_static/logo-blue.png 11187share/nextcloud/core/doc/user/_static/logo-blue.png
10215share/nextcloud/core/doc/user/_static/main.min.css 11188share/nextcloud/core/doc/user/_static/main.min.css
10216share/nextcloud/core/doc/user/_static/minus.png 11189share/nextcloud/core/doc/user/_static/minus.png
10217share/nextcloud/core/doc/user/_static/plus.png 11190share/nextcloud/core/doc/user/_static/plus.png
10218share/nextcloud/core/doc/user/_static/pygments.css 11191share/nextcloud/core/doc/user/_static/pygments.css
10219share/nextcloud/core/doc/user/_static/searchtools.js 11192share/nextcloud/core/doc/user/_static/searchtools.js
10220share/nextcloud/core/doc/user/_static/social/diaspora.svg 11193share/nextcloud/core/doc/user/_static/social/diaspora.svg
10221share/nextcloud/core/doc/user/_static/social/diasporaround.png 11194share/nextcloud/core/doc/user/_static/social/diasporaround.png
10222share/nextcloud/core/doc/user/_static/social/facebook.png 11195share/nextcloud/core/doc/user/_static/social/facebook.png
10223share/nextcloud/core/doc/user/_static/social/googleplus.png 11196share/nextcloud/core/doc/user/_static/social/googleplus.png
10224share/nextcloud/core/doc/user/_static/social/mail.png 11197share/nextcloud/core/doc/user/_static/social/mail.png
10225share/nextcloud/core/doc/user/_static/social/mail.svg 11198share/nextcloud/core/doc/user/_static/social/mail.svg
10226share/nextcloud/core/doc/user/_static/social/rss.png 11199share/nextcloud/core/doc/user/_static/social/rss.png
10227share/nextcloud/core/doc/user/_static/social/rss.svg 11200share/nextcloud/core/doc/user/_static/social/rss.svg
10228share/nextcloud/core/doc/user/_static/social/twitter.svg 11201share/nextcloud/core/doc/user/_static/social/twitter.svg
10229share/nextcloud/core/doc/user/_static/social/twitterround.png 11202share/nextcloud/core/doc/user/_static/social/twitterround.png
10230share/nextcloud/core/doc/user/_static/social/youtube.svg 11203share/nextcloud/core/doc/user/_static/social/youtube.svg
10231share/nextcloud/core/doc/user/_static/style.css 11204share/nextcloud/core/doc/user/_static/style.css
10232share/nextcloud/core/doc/user/_static/styles.css 11205share/nextcloud/core/doc/user/_static/styles.css
10233share/nextcloud/core/doc/user/_static/underscore.js 11206share/nextcloud/core/doc/user/_static/underscore.js
10234share/nextcloud/core/doc/user/_static/up-pressed.png 11207share/nextcloud/core/doc/user/_static/up-pressed.png
10235share/nextcloud/core/doc/user/_static/up.png 11208share/nextcloud/core/doc/user/_static/up.png
10236share/nextcloud/core/doc/user/_static/websupport.js 11209share/nextcloud/core/doc/user/_static/websupport.js
10237share/nextcloud/core/doc/user/contents.html 11210share/nextcloud/core/doc/user/contents.html
10238share/nextcloud/core/doc/user/external_storage/external_storage.html 11211share/nextcloud/core/doc/user/external_storage/external_storage.html
10239share/nextcloud/core/doc/user/external_storage/index.html 11212share/nextcloud/core/doc/user/external_storage/index.html
10240share/nextcloud/core/doc/user/files/access_webdav.html 11213share/nextcloud/core/doc/user/files/access_webdav.html
10241share/nextcloud/core/doc/user/files/access_webgui.html 11214share/nextcloud/core/doc/user/files/access_webgui.html
10242share/nextcloud/core/doc/user/files/deleted_file_management.html 11215share/nextcloud/core/doc/user/files/deleted_file_management.html
10243share/nextcloud/core/doc/user/files/desktop_mobile_sync.html 11216share/nextcloud/core/doc/user/files/desktop_mobile_sync.html
10244share/nextcloud/core/doc/user/files/encrypting_files.html 11217share/nextcloud/core/doc/user/files/encrypting_files.html
10245share/nextcloud/core/doc/user/files/federated_cloud_sharing.html 11218share/nextcloud/core/doc/user/files/federated_cloud_sharing.html
10246share/nextcloud/core/doc/user/files/file_drop.html 11219share/nextcloud/core/doc/user/files/file_drop.html
10247share/nextcloud/core/doc/user/files/gallery_app.html 11220share/nextcloud/core/doc/user/files/gallery_app.html
10248share/nextcloud/core/doc/user/files/index.html 11221share/nextcloud/core/doc/user/files/index.html
10249share/nextcloud/core/doc/user/files/large_file_upload.html 11222share/nextcloud/core/doc/user/files/large_file_upload.html
10250share/nextcloud/core/doc/user/files/quota.html 11223share/nextcloud/core/doc/user/files/quota.html
10251share/nextcloud/core/doc/user/files/version_control.html 11224share/nextcloud/core/doc/user/files/version_control.html
10252share/nextcloud/core/doc/user/genindex.html 11225share/nextcloud/core/doc/user/genindex.html
10253share/nextcloud/core/doc/user/index.html 11226share/nextcloud/core/doc/user/index.html
10254share/nextcloud/core/doc/user/objects.inv 11227share/nextcloud/core/doc/user/objects.inv
10255share/nextcloud/core/doc/user/pim/calendar.html 11228share/nextcloud/core/doc/user/pim/calendar.html
10256share/nextcloud/core/doc/user/pim/contacts.html 11229share/nextcloud/core/doc/user/pim/contacts.html
10257share/nextcloud/core/doc/user/pim/index.html 11230share/nextcloud/core/doc/user/pim/index.html
10258share/nextcloud/core/doc/user/pim/sync_ios.html 11231share/nextcloud/core/doc/user/pim/sync_ios.html
10259share/nextcloud/core/doc/user/pim/sync_osx.html 11232share/nextcloud/core/doc/user/pim/sync_osx.html
10260share/nextcloud/core/doc/user/pim/sync_thunderbird.html 11233share/nextcloud/core/doc/user/pim/sync_thunderbird.html
10261share/nextcloud/core/doc/user/pim/troubleshooting.html 11234share/nextcloud/core/doc/user/pim/troubleshooting.html
10262share/nextcloud/core/doc/user/search.html 11235share/nextcloud/core/doc/user/search.html
10263share/nextcloud/core/doc/user/searchindex.js 11236share/nextcloud/core/doc/user/searchindex.js
10264share/nextcloud/core/doc/user/session_management.html 11237share/nextcloud/core/doc/user/session_management.html
10265share/nextcloud/core/doc/user/user_2fa.html 11238share/nextcloud/core/doc/user/user_2fa.html
10266share/nextcloud/core/doc/user/userpreferences.html 11239share/nextcloud/core/doc/user/userpreferences.html
10267share/nextcloud/core/doc/user/webinterface.html 11240share/nextcloud/core/doc/user/webinterface.html
10268share/nextcloud/core/doc/user/whats_new.html 11241share/nextcloud/core/doc/user/whats_new.html
10269share/nextcloud/core/fonts/LICENSE.txt 11242share/nextcloud/core/fonts/LICENSE.txt
10270share/nextcloud/core/fonts/OpenSans-Light.woff 11243share/nextcloud/core/fonts/OpenSans-Light.woff
10271share/nextcloud/core/fonts/OpenSans-Regular.ttf 11244share/nextcloud/core/fonts/OpenSans-Regular.ttf
10272share/nextcloud/core/fonts/OpenSans-Regular.woff 11245share/nextcloud/core/fonts/OpenSans-Regular.woff
10273share/nextcloud/core/fonts/OpenSans-Semibold.woff 11246share/nextcloud/core/fonts/OpenSans-Semibold.woff
10274share/nextcloud/core/img/actions/add.svg 11247share/nextcloud/core/img/actions/add.svg
10275share/nextcloud/core/img/actions/audio-off-white.svg 11248share/nextcloud/core/img/actions/audio-off-white.svg
10276share/nextcloud/core/img/actions/audio-off.svg 11249share/nextcloud/core/img/actions/audio-off.svg
10277share/nextcloud/core/img/actions/audio-white.svg 11250share/nextcloud/core/img/actions/audio-white.svg
10278share/nextcloud/core/img/actions/audio.svg 11251share/nextcloud/core/img/actions/audio.svg
10279share/nextcloud/core/img/actions/caret-dark.svg 11252share/nextcloud/core/img/actions/caret-dark.svg
10280share/nextcloud/core/img/actions/caret.svg 11253share/nextcloud/core/img/actions/caret.svg
10281share/nextcloud/core/img/actions/checkbox-mark-white.svg 11254share/nextcloud/core/img/actions/checkbox-mark-white.svg
10282share/nextcloud/core/img/actions/checkbox-mark.svg 11255share/nextcloud/core/img/actions/checkbox-mark.svg
10283share/nextcloud/core/img/actions/checkbox-mixed-white.svg 11256share/nextcloud/core/img/actions/checkbox-mixed-white.svg
10284share/nextcloud/core/img/actions/checkbox-mixed.svg 11257share/nextcloud/core/img/actions/checkbox-mixed.svg
10285share/nextcloud/core/img/actions/checkmark-color.svg 11258share/nextcloud/core/img/actions/checkmark-color.svg
10286share/nextcloud/core/img/actions/checkmark-white.svg 11259share/nextcloud/core/img/actions/checkmark-white.svg
10287share/nextcloud/core/img/actions/checkmark.png 11260share/nextcloud/core/img/actions/checkmark.png
10288share/nextcloud/core/img/actions/checkmark.svg 11261share/nextcloud/core/img/actions/checkmark.svg
10289share/nextcloud/core/img/actions/clippy.svg 11262share/nextcloud/core/img/actions/clippy.svg
10290share/nextcloud/core/img/actions/close-white.svg 11263share/nextcloud/core/img/actions/close-white.svg
10291share/nextcloud/core/img/actions/close.svg 11264share/nextcloud/core/img/actions/close.svg
10292share/nextcloud/core/img/actions/comment.png 11265share/nextcloud/core/img/actions/comment.png
10293share/nextcloud/core/img/actions/comment.svg 11266share/nextcloud/core/img/actions/comment.svg
10294share/nextcloud/core/img/actions/confirm-white.svg 11267share/nextcloud/core/img/actions/confirm-white.svg
10295share/nextcloud/core/img/actions/confirm.svg 11268share/nextcloud/core/img/actions/confirm.svg
10296share/nextcloud/core/img/actions/delete-hover.svg 11269share/nextcloud/core/img/actions/delete-hover.svg
10297share/nextcloud/core/img/actions/delete-white.svg 11270share/nextcloud/core/img/actions/delete-white.svg
10298share/nextcloud/core/img/actions/delete.svg 11271share/nextcloud/core/img/actions/delete.svg
10299share/nextcloud/core/img/actions/details.svg 11272share/nextcloud/core/img/actions/details.svg
10300share/nextcloud/core/img/actions/download-white.svg 11273share/nextcloud/core/img/actions/download-white.svg
10301share/nextcloud/core/img/actions/download.png 11274share/nextcloud/core/img/actions/download.png
10302share/nextcloud/core/img/actions/download.svg 11275share/nextcloud/core/img/actions/download.svg
10303share/nextcloud/core/img/actions/edit.svg 11276share/nextcloud/core/img/actions/edit.svg
10304share/nextcloud/core/img/actions/error-color.svg 11277share/nextcloud/core/img/actions/error-color.svg
10305share/nextcloud/core/img/actions/error-white.svg 11278share/nextcloud/core/img/actions/error-white.svg
10306share/nextcloud/core/img/actions/error.svg 11279share/nextcloud/core/img/actions/error.svg
10307share/nextcloud/core/img/actions/external.svg 11280share/nextcloud/core/img/actions/external.svg
10308share/nextcloud/core/img/actions/fullscreen-white.svg 11281share/nextcloud/core/img/actions/fullscreen-white.svg
10309share/nextcloud/core/img/actions/fullscreen.svg 11282share/nextcloud/core/img/actions/fullscreen.svg
10310share/nextcloud/core/img/actions/history.svg 11283share/nextcloud/core/img/actions/history.svg
10311share/nextcloud/core/img/actions/info-white.svg 11284share/nextcloud/core/img/actions/info-white.svg
10312share/nextcloud/core/img/actions/info.svg 11285share/nextcloud/core/img/actions/info.svg
10313share/nextcloud/core/img/actions/logout.svg 11286share/nextcloud/core/img/actions/logout.svg
10314share/nextcloud/core/img/actions/mail.svg 11287share/nextcloud/core/img/actions/mail.svg
10315share/nextcloud/core/img/actions/menu.svg 11288share/nextcloud/core/img/actions/menu.svg
10316share/nextcloud/core/img/actions/more-white.svg 11289share/nextcloud/core/img/actions/more-white.svg
10317share/nextcloud/core/img/actions/more.svg 11290share/nextcloud/core/img/actions/more.svg
10318share/nextcloud/core/img/actions/password.png 11291share/nextcloud/core/img/actions/password.png
10319share/nextcloud/core/img/actions/password.svg 11292share/nextcloud/core/img/actions/password.svg
10320share/nextcloud/core/img/actions/pause-big.svg 11293share/nextcloud/core/img/actions/pause-big.svg
10321share/nextcloud/core/img/actions/pause.svg 11294share/nextcloud/core/img/actions/pause.svg
10322share/nextcloud/core/img/actions/play-add.svg 11295share/nextcloud/core/img/actions/play-add.svg
10323share/nextcloud/core/img/actions/play-big.svg 11296share/nextcloud/core/img/actions/play-big.svg
10324share/nextcloud/core/img/actions/play-next.svg 11297share/nextcloud/core/img/actions/play-next.svg
10325share/nextcloud/core/img/actions/play-previous.svg 11298share/nextcloud/core/img/actions/play-previous.svg
10326share/nextcloud/core/img/actions/play.svg 11299share/nextcloud/core/img/actions/play.svg
10327share/nextcloud/core/img/actions/public.svg 11300share/nextcloud/core/img/actions/public.svg
10328share/nextcloud/core/img/actions/rename.svg 11301share/nextcloud/core/img/actions/rename.svg
10329share/nextcloud/core/img/actions/screen-off-white.svg 11302share/nextcloud/core/img/actions/screen-off-white.svg
10330share/nextcloud/core/img/actions/screen-off.svg 11303share/nextcloud/core/img/actions/screen-off.svg
10331share/nextcloud/core/img/actions/screen-white.svg 11304share/nextcloud/core/img/actions/screen-white.svg
10332share/nextcloud/core/img/actions/screen.svg 11305share/nextcloud/core/img/actions/screen.svg
10333share/nextcloud/core/img/actions/search-white.svg 11306share/nextcloud/core/img/actions/search-white.svg
10334share/nextcloud/core/img/actions/search.svg 11307share/nextcloud/core/img/actions/search.svg
10335share/nextcloud/core/img/actions/settings-dark.svg 11308share/nextcloud/core/img/actions/settings-dark.svg
10336share/nextcloud/core/img/actions/settings-white.svg 11309share/nextcloud/core/img/actions/settings-white.svg
10337share/nextcloud/core/img/actions/settings.svg 11310share/nextcloud/core/img/actions/settings.svg
10338share/nextcloud/core/img/actions/share.png 11311share/nextcloud/core/img/actions/share.png
10339share/nextcloud/core/img/actions/share.svg 11312share/nextcloud/core/img/actions/share.svg
10340share/nextcloud/core/img/actions/shared.svg 11313share/nextcloud/core/img/actions/shared.svg
10341share/nextcloud/core/img/actions/sound-off.svg 11314share/nextcloud/core/img/actions/sound-off.svg
10342share/nextcloud/core/img/actions/sound.svg 11315share/nextcloud/core/img/actions/sound.svg
10343share/nextcloud/core/img/actions/star-dark.svg 11316share/nextcloud/core/img/actions/star-dark.svg
10344share/nextcloud/core/img/actions/star.png 11317share/nextcloud/core/img/actions/star.png
10345share/nextcloud/core/img/actions/star.svg 11318share/nextcloud/core/img/actions/star.svg
10346share/nextcloud/core/img/actions/starred.png 11319share/nextcloud/core/img/actions/starred.png
10347share/nextcloud/core/img/actions/starred.svg 11320share/nextcloud/core/img/actions/starred.svg
10348share/nextcloud/core/img/actions/tag.png 11321share/nextcloud/core/img/actions/tag.png
10349share/nextcloud/core/img/actions/tag.svg 11322share/nextcloud/core/img/actions/tag.svg
10350share/nextcloud/core/img/actions/toggle-filelist.svg 11323share/nextcloud/core/img/actions/toggle-filelist.svg
10351share/nextcloud/core/img/actions/toggle-pictures.svg 11324share/nextcloud/core/img/actions/toggle-pictures.svg
10352share/nextcloud/core/img/actions/toggle.svg 11325share/nextcloud/core/img/actions/toggle.svg
10353share/nextcloud/core/img/actions/triangle-e.svg 11326share/nextcloud/core/img/actions/triangle-e.svg
10354share/nextcloud/core/img/actions/triangle-n.svg 11327share/nextcloud/core/img/actions/triangle-n.svg
10355share/nextcloud/core/img/actions/triangle-s.svg 11328share/nextcloud/core/img/actions/triangle-s.svg
10356share/nextcloud/core/img/actions/upload-white.svg 11329share/nextcloud/core/img/actions/upload-white.svg
10357share/nextcloud/core/img/actions/upload.svg 11330share/nextcloud/core/img/actions/upload.svg
10358share/nextcloud/core/img/actions/user-plus.svg 11331share/nextcloud/core/img/actions/user-plus.svg
10359share/nextcloud/core/img/actions/user-times.svg 11332share/nextcloud/core/img/actions/user-times.svg
10360share/nextcloud/core/img/actions/user.svg 11333share/nextcloud/core/img/actions/user.svg
10361share/nextcloud/core/img/actions/verified.svg 11334share/nextcloud/core/img/actions/verified.svg
10362share/nextcloud/core/img/actions/verify.svg 11335share/nextcloud/core/img/actions/verify.svg
10363share/nextcloud/core/img/actions/verifying.svg 11336share/nextcloud/core/img/actions/verifying.svg
10364share/nextcloud/core/img/actions/video-off-white.svg 11337share/nextcloud/core/img/actions/video-off-white.svg
10365share/nextcloud/core/img/actions/video-off.svg 11338share/nextcloud/core/img/actions/video-off.svg
10366share/nextcloud/core/img/actions/video-white.svg 11339share/nextcloud/core/img/actions/video-white.svg
10367share/nextcloud/core/img/actions/video.svg 11340share/nextcloud/core/img/actions/video.svg
10368share/nextcloud/core/img/actions/view-close.svg 11341share/nextcloud/core/img/actions/view-close.svg
10369share/nextcloud/core/img/actions/view-download.svg 11342share/nextcloud/core/img/actions/view-download.svg
10370share/nextcloud/core/img/actions/view-next.svg 11343share/nextcloud/core/img/actions/view-next.svg
10371share/nextcloud/core/img/actions/view-pause.svg 11344share/nextcloud/core/img/actions/view-pause.svg
10372share/nextcloud/core/img/actions/view-play.svg 11345share/nextcloud/core/img/actions/view-play.svg
10373share/nextcloud/core/img/actions/view-previous.svg 11346share/nextcloud/core/img/actions/view-previous.svg
10374share/nextcloud/core/img/appstore.svg 11347share/nextcloud/core/img/appstore.svg
10375share/nextcloud/core/img/background.jpg 11348share/nextcloud/core/img/background.jpg
10376share/nextcloud/core/img/breadcrumb.svg 11349share/nextcloud/core/img/breadcrumb.svg
10377share/nextcloud/core/img/desktopapp.svg 11350share/nextcloud/core/img/desktopapp.svg
10378share/nextcloud/core/img/facebook.svg 11351share/nextcloud/core/img/facebook.svg
10379share/nextcloud/core/img/favicon-fb.png 11352share/nextcloud/core/img/favicon-fb.png
10380share/nextcloud/core/img/favicon-mask.svg 11353share/nextcloud/core/img/favicon-mask.svg
10381share/nextcloud/core/img/favicon-touch.png 11354share/nextcloud/core/img/favicon-touch.png
10382share/nextcloud/core/img/favicon-touch.svg 11355share/nextcloud/core/img/favicon-touch.svg
10383share/nextcloud/core/img/favicon.ico 11356share/nextcloud/core/img/favicon.ico
10384share/nextcloud/core/img/favicon.png 11357share/nextcloud/core/img/favicon.png
10385share/nextcloud/core/img/favicon.svg 11358share/nextcloud/core/img/favicon.svg
10386share/nextcloud/core/img/filetypes/application-pdf.svg 11359share/nextcloud/core/img/filetypes/application-pdf.svg
10387share/nextcloud/core/img/filetypes/application.svg 11360share/nextcloud/core/img/filetypes/application.svg
10388share/nextcloud/core/img/filetypes/audio.svg 11361share/nextcloud/core/img/filetypes/audio.svg
10389share/nextcloud/core/img/filetypes/file.svg 11362share/nextcloud/core/img/filetypes/file.svg
10390share/nextcloud/core/img/filetypes/folder-drag-accept.svg 11363share/nextcloud/core/img/filetypes/folder-drag-accept.svg
10391share/nextcloud/core/img/filetypes/folder-external.svg 11364share/nextcloud/core/img/filetypes/folder-external.svg
10392share/nextcloud/core/img/filetypes/folder-public.svg 11365share/nextcloud/core/img/filetypes/folder-public.svg
10393share/nextcloud/core/img/filetypes/folder-shared.svg 11366share/nextcloud/core/img/filetypes/folder-shared.svg
10394share/nextcloud/core/img/filetypes/folder-starred.svg 11367share/nextcloud/core/img/filetypes/folder-starred.svg
10395share/nextcloud/core/img/filetypes/folder.svg 11368share/nextcloud/core/img/filetypes/folder.svg
10396share/nextcloud/core/img/filetypes/image.svg 11369share/nextcloud/core/img/filetypes/image.svg
10397share/nextcloud/core/img/filetypes/package-x-generic.svg 11370share/nextcloud/core/img/filetypes/package-x-generic.svg
10398share/nextcloud/core/img/filetypes/text-calendar.svg 11371share/nextcloud/core/img/filetypes/text-calendar.svg
10399share/nextcloud/core/img/filetypes/text-code.svg 11372share/nextcloud/core/img/filetypes/text-code.svg
10400share/nextcloud/core/img/filetypes/text-vcard.svg 11373share/nextcloud/core/img/filetypes/text-vcard.svg
10401share/nextcloud/core/img/filetypes/text.svg 11374share/nextcloud/core/img/filetypes/text.svg
10402share/nextcloud/core/img/filetypes/video.svg 11375share/nextcloud/core/img/filetypes/video.svg
10403share/nextcloud/core/img/filetypes/x-office-document.svg 11376share/nextcloud/core/img/filetypes/x-office-document.svg
10404share/nextcloud/core/img/filetypes/x-office-presentation.svg 11377share/nextcloud/core/img/filetypes/x-office-presentation.svg
10405share/nextcloud/core/img/filetypes/x-office-spreadsheet.svg 11378share/nextcloud/core/img/filetypes/x-office-spreadsheet.svg
10406share/nextcloud/core/img/googleplay.png 11379share/nextcloud/core/img/googleplay.png
10407share/nextcloud/core/img/googleplus.svg 11380share/nextcloud/core/img/googleplus.svg
10408share/nextcloud/core/img/image-optimization.sh 11381share/nextcloud/core/img/image-optimization.sh
10409share/nextcloud/core/img/loading-dark.gif 11382share/nextcloud/core/img/loading-dark.gif
10410share/nextcloud/core/img/loading-small-dark.gif 11383share/nextcloud/core/img/loading-small-dark.gif
10411share/nextcloud/core/img/loading-small.gif 11384share/nextcloud/core/img/loading-small.gif
10412share/nextcloud/core/img/loading.gif 11385share/nextcloud/core/img/loading.gif
10413share/nextcloud/core/img/logo-icon-175px.png 11386share/nextcloud/core/img/logo-icon-175px.png
10414share/nextcloud/core/img/logo-icon.svg 11387share/nextcloud/core/img/logo-icon.svg
10415share/nextcloud/core/img/logo-mail.png 11388share/nextcloud/core/img/logo-mail.png
10416share/nextcloud/core/img/logo.png 11389share/nextcloud/core/img/logo.png
10417share/nextcloud/core/img/logo.svg 11390share/nextcloud/core/img/logo.svg
10418share/nextcloud/core/img/mail.svg 11391share/nextcloud/core/img/mail.svg
10419share/nextcloud/core/img/manifest.json 11392share/nextcloud/core/img/manifest.json
10420share/nextcloud/core/img/places/calendar-dark.png 11393share/nextcloud/core/img/places/calendar-dark.png
10421share/nextcloud/core/img/places/calendar-dark.svg 11394share/nextcloud/core/img/places/calendar-dark.svg
10422share/nextcloud/core/img/places/contacts-dark.svg 11395share/nextcloud/core/img/places/contacts-dark.svg
10423share/nextcloud/core/img/places/contacts.svg 11396share/nextcloud/core/img/places/contacts.svg
10424share/nextcloud/core/img/places/default-app-icon.svg 11397share/nextcloud/core/img/places/default-app-icon.svg
10425share/nextcloud/core/img/places/files-dark.svg 11398share/nextcloud/core/img/places/files-dark.svg
10426share/nextcloud/core/img/places/files.svg 11399share/nextcloud/core/img/places/files.svg
10427share/nextcloud/core/img/places/home.svg 11400share/nextcloud/core/img/places/home.svg
10428share/nextcloud/core/img/places/link.svg 11401share/nextcloud/core/img/places/link.svg
10429share/nextcloud/core/img/places/music.svg 11402share/nextcloud/core/img/places/music.svg
10430share/nextcloud/core/img/places/picture.svg 11403share/nextcloud/core/img/places/picture.svg
10431share/nextcloud/core/img/rating/s0.svg 11404share/nextcloud/core/img/rating/s0.svg
10432share/nextcloud/core/img/rating/s1.svg 11405share/nextcloud/core/img/rating/s1.svg
10433share/nextcloud/core/img/rating/s10.svg 11406share/nextcloud/core/img/rating/s10.svg
10434share/nextcloud/core/img/rating/s2.svg 11407share/nextcloud/core/img/rating/s2.svg
10435share/nextcloud/core/img/rating/s3.svg 11408share/nextcloud/core/img/rating/s3.svg
10436share/nextcloud/core/img/rating/s4.svg 11409share/nextcloud/core/img/rating/s4.svg
10437share/nextcloud/core/img/rating/s5.svg 11410share/nextcloud/core/img/rating/s5.svg
10438share/nextcloud/core/img/rating/s6.svg 11411share/nextcloud/core/img/rating/s6.svg
10439share/nextcloud/core/img/rating/s7.svg 11412share/nextcloud/core/img/rating/s7.svg
10440share/nextcloud/core/img/rating/s8.svg 11413share/nextcloud/core/img/rating/s8.svg
10441share/nextcloud/core/img/rating/s9.svg 11414share/nextcloud/core/img/rating/s9.svg
10442share/nextcloud/core/img/rss.svg 11415share/nextcloud/core/img/rss.svg
10443share/nextcloud/core/img/twitter.svg 11416share/nextcloud/core/img/twitter.svg
10444share/nextcloud/core/js/apps.js 11417share/nextcloud/core/js/apps.js
10445share/nextcloud/core/js/backgroundjobs.js 11418share/nextcloud/core/js/backgroundjobs.js
10446share/nextcloud/core/js/config.js 11419share/nextcloud/core/js/config.js
10447share/nextcloud/core/js/contactsmenu.js 11420share/nextcloud/core/js/contactsmenu.js
10448share/nextcloud/core/js/core.json 11421share/nextcloud/core/js/core.json
10449share/nextcloud/core/js/eventsource.js 11422share/nextcloud/core/js/eventsource.js
10450share/nextcloud/core/js/files/client.js 11423share/nextcloud/core/js/files/client.js
10451share/nextcloud/core/js/files/fileinfo.js 11424share/nextcloud/core/js/files/fileinfo.js
10452share/nextcloud/core/js/files/iedavclient.js 11425share/nextcloud/core/js/files/iedavclient.js
10453share/nextcloud/core/js/installation.js 11426share/nextcloud/core/js/installation.js
10454share/nextcloud/core/js/integritycheck-failed-notification.js 11427share/nextcloud/core/js/integritycheck-failed-notification.js
10455share/nextcloud/core/js/jquery-showpassword.js 11428share/nextcloud/core/js/jquery-showpassword.js
10456share/nextcloud/core/js/jquery-ui-fixes.js 11429share/nextcloud/core/js/jquery-ui-fixes.js
10457share/nextcloud/core/js/jquery.avatar.js 11430share/nextcloud/core/js/jquery.avatar.js
10458share/nextcloud/core/js/jquery.contactsmenu.js 11431share/nextcloud/core/js/jquery.contactsmenu.js
10459share/nextcloud/core/js/jquery.ocdialog.js 11432share/nextcloud/core/js/jquery.ocdialog.js
10460share/nextcloud/core/js/js.js 11433share/nextcloud/core/js/js.js
10461share/nextcloud/core/js/l10n.js 11434share/nextcloud/core/js/l10n.js
10462share/nextcloud/core/js/login.js 11435share/nextcloud/core/js/login.js
10463share/nextcloud/core/js/login/authpicker.js 11436share/nextcloud/core/js/login/authpicker.js
10464share/nextcloud/core/js/login/redirect.js 11437share/nextcloud/core/js/login/redirect.js
10465share/nextcloud/core/js/lostpassword.js 11438share/nextcloud/core/js/lostpassword.js
10466share/nextcloud/core/js/maintenance-check.js 11439share/nextcloud/core/js/maintenance-check.js
10467share/nextcloud/core/js/merged-login.json 11440share/nextcloud/core/js/merged-login.json
10468share/nextcloud/core/js/merged-share-backend.json 11441share/nextcloud/core/js/merged-share-backend.json
10469share/nextcloud/core/js/merged-template-prepend.json 11442share/nextcloud/core/js/merged-template-prepend.json
10470share/nextcloud/core/js/mimetype.js 11443share/nextcloud/core/js/mimetype.js
10471share/nextcloud/core/js/mimetypelist.js 11444share/nextcloud/core/js/mimetypelist.js
10472share/nextcloud/core/js/multiselect.js 11445share/nextcloud/core/js/multiselect.js
10473share/nextcloud/core/js/oc-backbone-webdav.js 11446share/nextcloud/core/js/oc-backbone-webdav.js
10474share/nextcloud/core/js/oc-backbone.js 11447share/nextcloud/core/js/oc-backbone.js
10475share/nextcloud/core/js/oc-dialogs.js 11448share/nextcloud/core/js/oc-dialogs.js
10476share/nextcloud/core/js/oc-requesttoken.js 11449share/nextcloud/core/js/oc-requesttoken.js
10477share/nextcloud/core/js/octemplate.js 11450share/nextcloud/core/js/octemplate.js
10478share/nextcloud/core/js/placeholder.js 11451share/nextcloud/core/js/placeholder.js
10479share/nextcloud/core/js/public/appconfig.js 11452share/nextcloud/core/js/public/appconfig.js
10480share/nextcloud/core/js/select2-toggleselect.js 11453share/nextcloud/core/js/select2-toggleselect.js
10481share/nextcloud/core/js/setup.js 11454share/nextcloud/core/js/setup.js
10482share/nextcloud/core/js/setupchecks.js 11455share/nextcloud/core/js/setupchecks.js
10483share/nextcloud/core/js/share.js 11456share/nextcloud/core/js/share.js
10484share/nextcloud/core/js/shareconfigmodel.js 11457share/nextcloud/core/js/shareconfigmodel.js
10485share/nextcloud/core/js/sharedialogexpirationview.js 11458share/nextcloud/core/js/sharedialogexpirationview.js
10486share/nextcloud/core/js/sharedialoglinkshareview.js 11459share/nextcloud/core/js/sharedialoglinkshareview.js
10487share/nextcloud/core/js/sharedialogresharerinfoview.js 11460share/nextcloud/core/js/sharedialogresharerinfoview.js
10488share/nextcloud/core/js/sharedialogshareelistview.js 11461share/nextcloud/core/js/sharedialogshareelistview.js
10489share/nextcloud/core/js/sharedialogview.js 11462share/nextcloud/core/js/sharedialogview.js
10490share/nextcloud/core/js/shareitemmodel.js 11463share/nextcloud/core/js/shareitemmodel.js
10491share/nextcloud/core/js/sharesocialmanager.js 11464share/nextcloud/core/js/sharesocialmanager.js
10492share/nextcloud/core/js/singleselect.js 11465share/nextcloud/core/js/singleselect.js
10493share/nextcloud/core/js/systemtags/merged.json 11466share/nextcloud/core/js/systemtags/merged.json
10494share/nextcloud/core/js/systemtags/systemtagmodel.js 11467share/nextcloud/core/js/systemtags/systemtagmodel.js
10495share/nextcloud/core/js/systemtags/systemtags.js 11468share/nextcloud/core/js/systemtags/systemtags.js
10496share/nextcloud/core/js/systemtags/systemtagscollection.js 11469share/nextcloud/core/js/systemtags/systemtagscollection.js
10497share/nextcloud/core/js/systemtags/systemtagsinputfield.js 11470share/nextcloud/core/js/systemtags/systemtagsinputfield.js
10498share/nextcloud/core/js/systemtags/systemtagsmappingcollection.js 11471share/nextcloud/core/js/systemtags/systemtagsmappingcollection.js
10499share/nextcloud/core/js/tests/specHelper.js 11472share/nextcloud/core/js/tests/specHelper.js
10500share/nextcloud/core/js/tests/specs/appsSpec.js 11473share/nextcloud/core/js/tests/specs/appsSpec.js
10501share/nextcloud/core/js/tests/specs/contactsmenuSpec.js 11474share/nextcloud/core/js/tests/specs/contactsmenuSpec.js
10502share/nextcloud/core/js/tests/specs/coreSpec.js 11475share/nextcloud/core/js/tests/specs/coreSpec.js
10503share/nextcloud/core/js/tests/specs/files/clientSpec.js 11476share/nextcloud/core/js/tests/specs/files/clientSpec.js
10504share/nextcloud/core/js/tests/specs/jquery.avatarSpec.js 11477share/nextcloud/core/js/tests/specs/jquery.avatarSpec.js
10505share/nextcloud/core/js/tests/specs/jquery.contactsmenuSpec.js 11478share/nextcloud/core/js/tests/specs/jquery.contactsmenuSpec.js
10506share/nextcloud/core/js/tests/specs/l10nSpec.js 11479share/nextcloud/core/js/tests/specs/l10nSpec.js
10507share/nextcloud/core/js/tests/specs/mimeTypeSpec.js 11480share/nextcloud/core/js/tests/specs/mimeTypeSpec.js
10508share/nextcloud/core/js/tests/specs/oc-backbone-webdavSpec.js 11481share/nextcloud/core/js/tests/specs/oc-backbone-webdavSpec.js
10509share/nextcloud/core/js/tests/specs/setupchecksSpec.js 11482share/nextcloud/core/js/tests/specs/setupchecksSpec.js
10510share/nextcloud/core/js/tests/specs/shareSpec.js 11483share/nextcloud/core/js/tests/specs/shareSpec.js
10511share/nextcloud/core/js/tests/specs/sharedialoglinkshareview.js 11484share/nextcloud/core/js/tests/specs/sharedialoglinkshareview.js
10512share/nextcloud/core/js/tests/specs/sharedialogshareelistview.js 11485share/nextcloud/core/js/tests/specs/sharedialogshareelistview.js
10513share/nextcloud/core/js/tests/specs/sharedialogviewSpec.js 11486share/nextcloud/core/js/tests/specs/sharedialogviewSpec.js
10514share/nextcloud/core/js/tests/specs/shareitemmodelSpec.js 11487share/nextcloud/core/js/tests/specs/shareitemmodelSpec.js
10515share/nextcloud/core/js/tests/specs/systemtags/systemtagsSpec.js 11488share/nextcloud/core/js/tests/specs/systemtags/systemtagsSpec.js
10516share/nextcloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js 11489share/nextcloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js
10517share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js 11490share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
10518share/nextcloud/core/js/update.js 11491share/nextcloud/core/js/update.js
10519share/nextcloud/core/js/visitortimezone.js 11492share/nextcloud/core/js/visitortimezone.js
10520share/nextcloud/core/l10n/ast.js 
10521share/nextcloud/core/l10n/ast.json 
10522share/nextcloud/core/l10n/bg.js 11493share/nextcloud/core/l10n/bg.js
10523share/nextcloud/core/l10n/bg.json 11494share/nextcloud/core/l10n/bg.json
10524share/nextcloud/core/l10n/ca.js 11495share/nextcloud/core/l10n/ca.js
10525share/nextcloud/core/l10n/ca.json 11496share/nextcloud/core/l10n/ca.json
10526share/nextcloud/core/l10n/cs.js 11497share/nextcloud/core/l10n/cs.js
10527share/nextcloud/core/l10n/cs.json 11498share/nextcloud/core/l10n/cs.json
10528share/nextcloud/core/l10n/da.js 11499share/nextcloud/core/l10n/da.js
10529share/nextcloud/core/l10n/da.json 11500share/nextcloud/core/l10n/da.json
10530share/nextcloud/core/l10n/de.js 11501share/nextcloud/core/l10n/de.js
10531share/nextcloud/core/l10n/de.json 11502share/nextcloud/core/l10n/de.json
10532share/nextcloud/core/l10n/de_DE.js 11503share/nextcloud/core/l10n/de_DE.js
10533share/nextcloud/core/l10n/de_DE.json 11504share/nextcloud/core/l10n/de_DE.json
10534share/nextcloud/core/l10n/el.js 11505share/nextcloud/core/l10n/el.js
10535share/nextcloud/core/l10n/el.json 11506share/nextcloud/core/l10n/el.json
10536share/nextcloud/core/l10n/en_GB.js 11507share/nextcloud/core/l10n/en_GB.js
10537share/nextcloud/core/l10n/en_GB.json 11508share/nextcloud/core/l10n/en_GB.json
10538share/nextcloud/core/l10n/es.js 11509share/nextcloud/core/l10n/es.js
10539share/nextcloud/core/l10n/es.json 11510share/nextcloud/core/l10n/es.json
10540share/nextcloud/core/l10n/es_AR.js 11511share/nextcloud/core/l10n/es_AR.js
10541share/nextcloud/core/l10n/es_AR.json 11512share/nextcloud/core/l10n/es_AR.json
 11513share/nextcloud/core/l10n/es_CL.js
 11514share/nextcloud/core/l10n/es_CL.json
 11515share/nextcloud/core/l10n/es_CO.js
 11516share/nextcloud/core/l10n/es_CO.json
 11517share/nextcloud/core/l10n/es_CR.js
 11518share/nextcloud/core/l10n/es_CR.json
 11519share/nextcloud/core/l10n/es_DO.js
 11520share/nextcloud/core/l10n/es_DO.json
 11521share/nextcloud/core/l10n/es_EC.js
 11522share/nextcloud/core/l10n/es_EC.json
 11523share/nextcloud/core/l10n/es_GT.js
 11524share/nextcloud/core/l10n/es_GT.json
 11525share/nextcloud/core/l10n/es_HN.js
 11526share/nextcloud/core/l10n/es_HN.json
10542share/nextcloud/core/l10n/es_MX.js 11527share/nextcloud/core/l10n/es_MX.js
10543share/nextcloud/core/l10n/es_MX.json 11528share/nextcloud/core/l10n/es_MX.json
 11529share/nextcloud/core/l10n/es_NI.js
 11530share/nextcloud/core/l10n/es_NI.json
 11531share/nextcloud/core/l10n/es_PA.js
 11532share/nextcloud/core/l10n/es_PA.json
 11533share/nextcloud/core/l10n/es_PE.js
 11534share/nextcloud/core/l10n/es_PE.json
 11535share/nextcloud/core/l10n/es_PR.js
 11536share/nextcloud/core/l10n/es_PR.json
 11537share/nextcloud/core/l10n/es_PY.js
 11538share/nextcloud/core/l10n/es_PY.json
 11539share/nextcloud/core/l10n/es_SV.js
 11540share/nextcloud/core/l10n/es_SV.json
 11541share/nextcloud/core/l10n/es_UY.js
 11542share/nextcloud/core/l10n/es_UY.json
10544share/nextcloud/core/l10n/et_EE.js 11543share/nextcloud/core/l10n/et_EE.js
10545share/nextcloud/core/l10n/et_EE.json 11544share/nextcloud/core/l10n/et_EE.json
10546share/nextcloud/core/l10n/eu.js 11545share/nextcloud/core/l10n/eu.js
10547share/nextcloud/core/l10n/eu.json 11546share/nextcloud/core/l10n/eu.json
10548share/nextcloud/core/l10n/fa.js 11547share/nextcloud/core/l10n/fa.js
10549share/nextcloud/core/l10n/fa.json 11548share/nextcloud/core/l10n/fa.json
10550share/nextcloud/core/l10n/fi.js 11549share/nextcloud/core/l10n/fi.js
10551share/nextcloud/core/l10n/fi.json 11550share/nextcloud/core/l10n/fi.json
10552share/nextcloud/core/l10n/fr.js 11551share/nextcloud/core/l10n/fr.js
10553share/nextcloud/core/l10n/fr.json 11552share/nextcloud/core/l10n/fr.json
10554share/nextcloud/core/l10n/hu.js 11553share/nextcloud/core/l10n/hu.js
10555share/nextcloud/core/l10n/hu.json 11554share/nextcloud/core/l10n/hu.json
10556share/nextcloud/core/l10n/id.js 11555share/nextcloud/core/l10n/id.js
10557share/nextcloud/core/l10n/id.json 11556share/nextcloud/core/l10n/id.json
10558share/nextcloud/core/l10n/is.js 11557share/nextcloud/core/l10n/is.js
10559share/nextcloud/core/l10n/is.json 11558share/nextcloud/core/l10n/is.json
10560share/nextcloud/core/l10n/it.js 11559share/nextcloud/core/l10n/it.js
10561share/nextcloud/core/l10n/it.json 11560share/nextcloud/core/l10n/it.json
10562share/nextcloud/core/l10n/ja.js 11561share/nextcloud/core/l10n/ja.js
10563share/nextcloud/core/l10n/ja.json 11562share/nextcloud/core/l10n/ja.json
 11563share/nextcloud/core/l10n/ka_GE.js
 11564share/nextcloud/core/l10n/ka_GE.json
10564share/nextcloud/core/l10n/ko.js 11565share/nextcloud/core/l10n/ko.js
10565share/nextcloud/core/l10n/ko.json 11566share/nextcloud/core/l10n/ko.json
10566share/nextcloud/core/l10n/lt_LT.js 11567share/nextcloud/core/l10n/lt_LT.js
10567share/nextcloud/core/l10n/lt_LT.json 11568share/nextcloud/core/l10n/lt_LT.json
10568share/nextcloud/core/l10n/lv.js 11569share/nextcloud/core/l10n/lv.js
10569share/nextcloud/core/l10n/lv.json 11570share/nextcloud/core/l10n/lv.json
10570share/nextcloud/core/l10n/nb.js 11571share/nextcloud/core/l10n/nb.js
10571share/nextcloud/core/l10n/nb.json 11572share/nextcloud/core/l10n/nb.json
10572share/nextcloud/core/l10n/nl.js 11573share/nextcloud/core/l10n/nl.js
10573share/nextcloud/core/l10n/nl.json 11574share/nextcloud/core/l10n/nl.json
10574share/nextcloud/core/l10n/pl.js 11575share/nextcloud/core/l10n/pl.js
10575share/nextcloud/core/l10n/pl.json 11576share/nextcloud/core/l10n/pl.json
10576share/nextcloud/core/l10n/pt_BR.js 11577share/nextcloud/core/l10n/pt_BR.js
10577share/nextcloud/core/l10n/pt_BR.json 11578share/nextcloud/core/l10n/pt_BR.json
10578share/nextcloud/core/l10n/pt_PT.js 11579share/nextcloud/core/l10n/pt_PT.js
10579share/nextcloud/core/l10n/pt_PT.json 11580share/nextcloud/core/l10n/pt_PT.json
10580share/nextcloud/core/l10n/ro.js 11581share/nextcloud/core/l10n/ro.js
10581share/nextcloud/core/l10n/ro.json 11582share/nextcloud/core/l10n/ro.json
10582share/nextcloud/core/l10n/ru.js 11583share/nextcloud/core/l10n/ru.js
10583share/nextcloud/core/l10n/ru.json 11584share/nextcloud/core/l10n/ru.json
10584share/nextcloud/core/l10n/sk.js 11585share/nextcloud/core/l10n/sk.js
10585share/nextcloud/core/l10n/sk.json 11586share/nextcloud/core/l10n/sk.json
10586share/nextcloud/core/l10n/sl.js 11587share/nextcloud/core/l10n/sl.js
10587share/nextcloud/core/l10n/sl.json 11588share/nextcloud/core/l10n/sl.json
10588share/nextcloud/core/l10n/sq.js 11589share/nextcloud/core/l10n/sq.js
10589share/nextcloud/core/l10n/sq.json 11590share/nextcloud/core/l10n/sq.json
10590share/nextcloud/core/l10n/sr.js 11591share/nextcloud/core/l10n/sr.js
10591share/nextcloud/core/l10n/sr.json 11592share/nextcloud/core/l10n/sr.json
10592share/nextcloud/core/l10n/sv.js 11593share/nextcloud/core/l10n/sv.js
10593share/nextcloud/core/l10n/sv.json 11594share/nextcloud/core/l10n/sv.json
10594share/nextcloud/core/l10n/tr.js 11595share/nextcloud/core/l10n/tr.js
10595share/nextcloud/core/l10n/tr.json 11596share/nextcloud/core/l10n/tr.json
 11597share/nextcloud/core/l10n/uk.js
 11598share/nextcloud/core/l10n/uk.json
10596share/nextcloud/core/l10n/vi.js 11599share/nextcloud/core/l10n/vi.js
10597share/nextcloud/core/l10n/vi.json 11600share/nextcloud/core/l10n/vi.json
10598share/nextcloud/core/l10n/zh_CN.js 11601share/nextcloud/core/l10n/zh_CN.js
10599share/nextcloud/core/l10n/zh_CN.json 11602share/nextcloud/core/l10n/zh_CN.json
10600share/nextcloud/core/l10n/zh_TW.js 11603share/nextcloud/core/l10n/zh_TW.js
10601share/nextcloud/core/l10n/zh_TW.json 11604share/nextcloud/core/l10n/zh_TW.json
10602share/nextcloud/core/register_command.php 11605share/nextcloud/core/register_command.php
10603share/nextcloud/core/routes.php 11606share/nextcloud/core/routes.php
10604share/nextcloud/core/search/ajax/search.php 11607share/nextcloud/core/search/ajax/search.php
10605share/nextcloud/core/search/css/results.css 11608share/nextcloud/core/search/css/results.css
10606share/nextcloud/core/search/js/search.js 11609share/nextcloud/core/search/js/search.js
10607share/nextcloud/core/search/templates/part.results.html 11610share/nextcloud/core/search/templates/part.results.html
10608share/nextcloud/core/shipped.json 11611share/nextcloud/core/shipped.json
10609share/nextcloud/core/signature.json 11612share/nextcloud/core/signature.json
10610share/nextcloud/core/skeleton/Documents/About.odt 11613share/nextcloud/core/skeleton/Documents/About.odt
10611share/nextcloud/core/skeleton/Documents/About.txt 11614share/nextcloud/core/skeleton/Documents/About.txt
10612share/nextcloud/core/skeleton/Nextcloud Manual.pdf 11615share/nextcloud/core/skeleton/Nextcloud Manual.pdf
10613share/nextcloud/core/skeleton/Nextcloud.mp4 11616share/nextcloud/core/skeleton/Nextcloud.mp4
10614share/nextcloud/core/skeleton/Photos/Coast.jpg 11617share/nextcloud/core/skeleton/Photos/Coast.jpg
10615share/nextcloud/core/skeleton/Photos/Hummingbird.jpg 11618share/nextcloud/core/skeleton/Photos/Hummingbird.jpg
10616share/nextcloud/core/skeleton/Photos/Nut.jpg 11619share/nextcloud/core/skeleton/Photos/Nut.jpg
10617share/nextcloud/core/strings.php 11620share/nextcloud/core/strings.php
10618share/nextcloud/core/templates/403.php 11621share/nextcloud/core/templates/403.php
10619share/nextcloud/core/templates/404.php 11622share/nextcloud/core/templates/404.php
10620share/nextcloud/core/templates/error.php 11623share/nextcloud/core/templates/error.php
10621share/nextcloud/core/templates/exception.php 11624share/nextcloud/core/templates/exception.php
10622share/nextcloud/core/templates/filepicker.html 11625share/nextcloud/core/templates/filepicker.html
10623share/nextcloud/core/templates/filetemplates/template.html 11626share/nextcloud/core/templates/filetemplates/template.html
10624share/nextcloud/core/templates/filetemplates/template.odp 11627share/nextcloud/core/templates/filetemplates/template.odp
10625share/nextcloud/core/templates/filetemplates/template.ods 11628share/nextcloud/core/templates/filetemplates/template.ods
10626share/nextcloud/core/templates/filetemplates/template.odt 11629share/nextcloud/core/templates/filetemplates/template.odt
10627share/nextcloud/core/templates/installation.php 11630share/nextcloud/core/templates/installation.php
10628share/nextcloud/core/templates/layout.base.php 11631share/nextcloud/core/templates/layout.base.php
10629share/nextcloud/core/templates/layout.guest.php 11632share/nextcloud/core/templates/layout.guest.php
10630share/nextcloud/core/templates/layout.noscript.warning.php 11633share/nextcloud/core/templates/layout.noscript.warning.php
10631share/nextcloud/core/templates/layout.user.php 11634share/nextcloud/core/templates/layout.user.php
10632share/nextcloud/core/templates/login.php 11635share/nextcloud/core/templates/login.php
10633share/nextcloud/core/templates/loginflow/authpicker.php 11636share/nextcloud/core/templates/loginflow/authpicker.php
10634share/nextcloud/core/templates/loginflow/redirect.php 11637share/nextcloud/core/templates/loginflow/redirect.php
10635share/nextcloud/core/templates/lostpassword/resetpassword.php 11638share/nextcloud/core/templates/lostpassword/resetpassword.php
10636share/nextcloud/core/templates/message.html 11639share/nextcloud/core/templates/message.html
10637share/nextcloud/core/templates/tags.html 11640share/nextcloud/core/templates/tags.html
10638share/nextcloud/core/templates/twofactorselectchallenge.php 11641share/nextcloud/core/templates/twofactorselectchallenge.php
10639share/nextcloud/core/templates/twofactorshowchallenge.php 11642share/nextcloud/core/templates/twofactorshowchallenge.php
10640share/nextcloud/core/templates/untrustedDomain.php 11643share/nextcloud/core/templates/untrustedDomain.php
10641share/nextcloud/core/templates/update.admin.php 11644share/nextcloud/core/templates/update.admin.php
10642share/nextcloud/core/templates/update.use-cli.php 11645share/nextcloud/core/templates/update.use-cli.php
10643share/nextcloud/core/templates/update.user.php 11646share/nextcloud/core/templates/update.user.php
10644share/nextcloud/core/vendor/.gitignore 11647share/nextcloud/core/vendor/.gitignore
10645share/nextcloud/core/vendor/DOMPurify/.bower.json 11648share/nextcloud/core/vendor/DOMPurify/.bower.json
10646share/nextcloud/core/vendor/DOMPurify/LICENSE 11649share/nextcloud/core/vendor/DOMPurify/LICENSE
10647share/nextcloud/core/vendor/DOMPurify/dist/purify.min.js 11650share/nextcloud/core/vendor/DOMPurify/dist/purify.min.js
10648share/nextcloud/core/vendor/autosize/.bower.json 11651share/nextcloud/core/vendor/autosize/.bower.json
10649share/nextcloud/core/vendor/autosize/LICENSE.md 11652share/nextcloud/core/vendor/autosize/LICENSE.md
10650share/nextcloud/core/vendor/autosize/dist/autosize.min.js 11653share/nextcloud/core/vendor/autosize/dist/autosize.min.js
10651share/nextcloud/core/vendor/backbone/.bower.json 11654share/nextcloud/core/vendor/backbone/.bower.json
10652share/nextcloud/core/vendor/backbone/LICENSE 11655share/nextcloud/core/vendor/backbone/LICENSE
10653share/nextcloud/core/vendor/backbone/backbone.js 11656share/nextcloud/core/vendor/backbone/backbone.js
10654share/nextcloud/core/vendor/base64/.bower.json 11657share/nextcloud/core/vendor/base64/.bower.json
10655share/nextcloud/core/vendor/base64/LICENSE 11658share/nextcloud/core/vendor/base64/LICENSE
10656share/nextcloud/core/vendor/base64/base64.js 11659share/nextcloud/core/vendor/base64/base64.js
10657share/nextcloud/core/vendor/blueimp-md5/.bower.json 11660share/nextcloud/core/vendor/blueimp-md5/.bower.json
10658share/nextcloud/core/vendor/blueimp-md5/js/md5.min.js 11661share/nextcloud/core/vendor/blueimp-md5/js/md5.min.js
10659share/nextcloud/core/vendor/bootstrap/.bower.json 11662share/nextcloud/core/vendor/bootstrap/.bower.json
10660share/nextcloud/core/vendor/bootstrap/js/tooltip.js 11663share/nextcloud/core/vendor/bootstrap/js/tooltip.js
10661share/nextcloud/core/vendor/clipboard/.bower.json 11664share/nextcloud/core/vendor/clipboard/.bower.json
10662share/nextcloud/core/vendor/clipboard/dist/clipboard.min.js 11665share/nextcloud/core/vendor/clipboard/dist/clipboard.min.js
10663share/nextcloud/core/vendor/core.js 11666share/nextcloud/core/vendor/core.js
10664share/nextcloud/core/vendor/davclient.js/.bower.json 11667share/nextcloud/core/vendor/davclient.js/.bower.json
10665share/nextcloud/core/vendor/davclient.js/LICENSE 11668share/nextcloud/core/vendor/davclient.js/LICENSE
10666share/nextcloud/core/vendor/davclient.js/lib/client.js 11669share/nextcloud/core/vendor/davclient.js/lib/client.js
10667share/nextcloud/core/vendor/es6-promise/.bower.json 11670share/nextcloud/core/vendor/es6-promise/.bower.json
10668share/nextcloud/core/vendor/es6-promise/LICENSE 11671share/nextcloud/core/vendor/es6-promise/LICENSE
10669share/nextcloud/core/vendor/es6-promise/dist/es6-promise.js 11672share/nextcloud/core/vendor/es6-promise/dist/es6-promise.js
10670share/nextcloud/core/vendor/handlebars/.bower.json 11673share/nextcloud/core/vendor/handlebars/.bower.json
10671share/nextcloud/core/vendor/handlebars/handlebars.min.js 11674share/nextcloud/core/vendor/handlebars/handlebars.min.js
10672share/nextcloud/core/vendor/jcrop/.bower.json 11675share/nextcloud/core/vendor/jcrop/.bower.json
10673share/nextcloud/core/vendor/jcrop/MIT-LICENSE.txt 11676share/nextcloud/core/vendor/jcrop/MIT-LICENSE.txt
10674share/nextcloud/core/vendor/jcrop/css/Jcrop.gif 11677share/nextcloud/core/vendor/jcrop/css/Jcrop.gif
10675share/nextcloud/core/vendor/jcrop/css/jquery.Jcrop.css 11678share/nextcloud/core/vendor/jcrop/css/jquery.Jcrop.css
10676share/nextcloud/core/vendor/jcrop/js/jquery.Jcrop.js 11679share/nextcloud/core/vendor/jcrop/js/jquery.Jcrop.js
10677share/nextcloud/core/vendor/jquery-migrate/.bower.json 11680share/nextcloud/core/vendor/jquery-migrate/.bower.json
10678share/nextcloud/core/vendor/jquery-migrate/jquery-migrate.js 11681share/nextcloud/core/vendor/jquery-migrate/jquery-migrate.js
10679share/nextcloud/core/vendor/jquery-migrate/jquery-migrate.min.js 11682share/nextcloud/core/vendor/jquery-migrate/jquery-migrate.min.js
10680share/nextcloud/core/vendor/jquery-ui/.bower.json 11683share/nextcloud/core/vendor/jquery-ui/.bower.json
10681share/nextcloud/core/vendor/jquery-ui/MIT-LICENSE.txt 11684share/nextcloud/core/vendor/jquery-ui/MIT-LICENSE.txt
10682share/nextcloud/core/vendor/jquery-ui/themes/base/images/animated-overlay.gif 11685share/nextcloud/core/vendor/jquery-ui/themes/base/images/animated-overlay.gif
10683share/nextcloud/core/vendor/jquery-ui/themes/base/images/ui-icons_222222_256x240.png 11686share/nextcloud/core/vendor/jquery-ui/themes/base/images/ui-icons_222222_256x240.png
10684share/nextcloud/core/vendor/jquery-ui/themes/base/jquery-ui.css 11687share/nextcloud/core/vendor/jquery-ui/themes/base/jquery-ui.css
10685share/nextcloud/core/vendor/jquery-ui/ui/minified/jquery-ui.custom.min.js 11688share/nextcloud/core/vendor/jquery-ui/ui/minified/jquery-ui.custom.min.js
10686share/nextcloud/core/vendor/jquery/.bower.json 11689share/nextcloud/core/vendor/jquery/.bower.json
10687share/nextcloud/core/vendor/jquery/MIT-LICENSE.txt 11690share/nextcloud/core/vendor/jquery/MIT-LICENSE.txt
10688share/nextcloud/core/vendor/jquery/dist/jquery.js 11691share/nextcloud/core/vendor/jquery/dist/jquery.js
10689share/nextcloud/core/vendor/jquery/dist/jquery.min.js 11692share/nextcloud/core/vendor/jquery/dist/jquery.min.js
10690share/nextcloud/core/vendor/jquery/dist/jquery.min.map 11693share/nextcloud/core/vendor/jquery/dist/jquery.min.map
10691share/nextcloud/core/vendor/jsTimezoneDetect/.bower.json 11694share/nextcloud/core/vendor/jsTimezoneDetect/.bower.json
10692share/nextcloud/core/vendor/jsTimezoneDetect/LICENCE.txt 11695share/nextcloud/core/vendor/jsTimezoneDetect/LICENCE.txt
10693share/nextcloud/core/vendor/jsTimezoneDetect/jstz.js 11696share/nextcloud/core/vendor/jsTimezoneDetect/jstz.js
10694share/nextcloud/core/vendor/marked/.bower.json 11697share/nextcloud/core/vendor/marked/.bower.json
10695share/nextcloud/core/vendor/marked/LICENSE 11698share/nextcloud/core/vendor/marked/LICENSE
10696share/nextcloud/core/vendor/marked/marked.min.js 11699share/nextcloud/core/vendor/marked/marked.min.js
10697share/nextcloud/core/vendor/moment/.bower.json 11700share/nextcloud/core/vendor/moment/.bower.json
10698share/nextcloud/core/vendor/moment/LICENSE 11701share/nextcloud/core/vendor/moment/LICENSE
10699share/nextcloud/core/vendor/moment/min/moment-with-locales.min.js 11702share/nextcloud/core/vendor/moment/min/moment-with-locales.min.js
10700share/nextcloud/core/vendor/select2/.bower.json 11703share/nextcloud/core/vendor/select2/.bower.json
10701share/nextcloud/core/vendor/select2/LICENSE 11704share/nextcloud/core/vendor/select2/LICENSE
10702share/nextcloud/core/vendor/select2/select2-spinner.gif 11705share/nextcloud/core/vendor/select2/select2-spinner.gif
10703share/nextcloud/core/vendor/select2/select2.css 11706share/nextcloud/core/vendor/select2/select2.css
10704share/nextcloud/core/vendor/select2/select2.js 11707share/nextcloud/core/vendor/select2/select2.js
10705share/nextcloud/core/vendor/select2/select2.png 11708share/nextcloud/core/vendor/select2/select2.png
10706share/nextcloud/core/vendor/select2/select2x2.png 11709share/nextcloud/core/vendor/select2/select2x2.png
10707share/nextcloud/core/vendor/snapjs/.bower.json 11710share/nextcloud/core/vendor/snapjs/.bower.json
10708share/nextcloud/core/vendor/snapjs/dist/latest/snap.js 11711share/nextcloud/core/vendor/snapjs/dist/latest/snap.js
10709share/nextcloud/core/vendor/strengthify/.bower.json 11712share/nextcloud/core/vendor/strengthify/.bower.json
10710share/nextcloud/core/vendor/strengthify/LICENSE 11713share/nextcloud/core/vendor/strengthify/LICENSE
10711share/nextcloud/core/vendor/strengthify/jquery.strengthify.js 11714share/nextcloud/core/vendor/strengthify/jquery.strengthify.js
10712share/nextcloud/core/vendor/strengthify/strengthify.css 11715share/nextcloud/core/vendor/strengthify/strengthify.css
10713share/nextcloud/core/vendor/underscore/.bower.json 11716share/nextcloud/core/vendor/underscore/.bower.json
10714share/nextcloud/core/vendor/underscore/LICENSE 11717share/nextcloud/core/vendor/underscore/LICENSE
10715share/nextcloud/core/vendor/underscore/underscore.js 11718share/nextcloud/core/vendor/underscore/underscore.js
10716share/nextcloud/core/vendor/zxcvbn/.bower.json 11719share/nextcloud/core/vendor/zxcvbn/.bower.json
10717share/nextcloud/core/vendor/zxcvbn/LICENSE.txt 11720share/nextcloud/core/vendor/zxcvbn/LICENSE.txt
10718share/nextcloud/core/vendor/zxcvbn/dist/zxcvbn.js 11721share/nextcloud/core/vendor/zxcvbn/dist/zxcvbn.js
10719share/nextcloud/cron.php 11722share/nextcloud/cron.php
10720share/nextcloud/db_structure.xml 11723share/nextcloud/db_structure.xml
10721share/nextcloud/index.html 11724share/nextcloud/index.html
10722share/nextcloud/index.php 11725share/nextcloud/index.php
10723share/nextcloud/l10n/.gitignore 11726share/nextcloud/l10n/.gitignore
10724share/nextcloud/l10n/.tx/config 11727share/nextcloud/l10n/.tx/config
10725share/nextcloud/l10n/l10n.pl 11728share/nextcloud/l10n/l10n.pl
10726share/nextcloud/l10n/rm-old.sh 11729share/nextcloud/l10n/rm-old.sh
10727share/nextcloud/lib/autoloader.php 11730share/nextcloud/lib/autoloader.php
10728share/nextcloud/lib/base.php 11731share/nextcloud/lib/base.php
10729share/nextcloud/lib/composer/autoload.php 11732share/nextcloud/lib/composer/autoload.php
10730share/nextcloud/lib/composer/composer/ClassLoader.php 11733share/nextcloud/lib/composer/composer/ClassLoader.php
10731share/nextcloud/lib/composer/composer/LICENSE 11734share/nextcloud/lib/composer/composer/LICENSE
10732share/nextcloud/lib/composer/composer/autoload_classmap.php 11735share/nextcloud/lib/composer/composer/autoload_classmap.php
10733share/nextcloud/lib/composer/composer/autoload_namespaces.php 11736share/nextcloud/lib/composer/composer/autoload_namespaces.php
10734share/nextcloud/lib/composer/composer/autoload_psr4.php 11737share/nextcloud/lib/composer/composer/autoload_psr4.php
10735share/nextcloud/lib/composer/composer/autoload_real.php 11738share/nextcloud/lib/composer/composer/autoload_real.php
10736share/nextcloud/lib/composer/composer/autoload_static.php 11739share/nextcloud/lib/composer/composer/autoload_static.php
10737share/nextcloud/lib/composer/composer/installed.json 11740share/nextcloud/lib/composer/composer/installed.json
10738share/nextcloud/lib/l10n/ast.js 11741share/nextcloud/lib/l10n/ast.js
10739share/nextcloud/lib/l10n/ast.json 11742share/nextcloud/lib/l10n/ast.json
10740share/nextcloud/lib/l10n/cs.js 11743share/nextcloud/lib/l10n/cs.js
10741share/nextcloud/lib/l10n/cs.json 11744share/nextcloud/lib/l10n/cs.json
10742share/nextcloud/lib/l10n/de.js 11745share/nextcloud/lib/l10n/de.js
10743share/nextcloud/lib/l10n/de.json 11746share/nextcloud/lib/l10n/de.json
10744share/nextcloud/lib/l10n/de_DE.js 11747share/nextcloud/lib/l10n/de_DE.js
10745share/nextcloud/lib/l10n/de_DE.json 11748share/nextcloud/lib/l10n/de_DE.json
10746share/nextcloud/lib/l10n/el.js 11749share/nextcloud/lib/l10n/el.js
10747share/nextcloud/lib/l10n/el.json 11750share/nextcloud/lib/l10n/el.json
10748share/nextcloud/lib/l10n/en_GB.js 11751share/nextcloud/lib/l10n/en_GB.js
10749share/nextcloud/lib/l10n/en_GB.json 11752share/nextcloud/lib/l10n/en_GB.json
10750share/nextcloud/lib/l10n/es.js 11753share/nextcloud/lib/l10n/es.js
10751share/nextcloud/lib/l10n/es.json 11754share/nextcloud/lib/l10n/es.json
10752share/nextcloud/lib/l10n/es_AR.js 11755share/nextcloud/lib/l10n/es_AR.js
10753share/nextcloud/lib/l10n/es_AR.json 11756share/nextcloud/lib/l10n/es_AR.json
 11757share/nextcloud/lib/l10n/es_CL.js
 11758share/nextcloud/lib/l10n/es_CL.json
 11759share/nextcloud/lib/l10n/es_CO.js
 11760share/nextcloud/lib/l10n/es_CO.json
 11761share/nextcloud/lib/l10n/es_CR.js
 11762share/nextcloud/lib/l10n/es_CR.json
 11763share/nextcloud/lib/l10n/es_DO.js
 11764share/nextcloud/lib/l10n/es_DO.json
 11765share/nextcloud/lib/l10n/es_EC.js
 11766share/nextcloud/lib/l10n/es_EC.json
 11767share/nextcloud/lib/l10n/es_GT.js
 11768share/nextcloud/lib/l10n/es_GT.json
 11769share/nextcloud/lib/l10n/es_HN.js
 11770share/nextcloud/lib/l10n/es_HN.json
10754share/nextcloud/lib/l10n/es_MX.js 11771share/nextcloud/lib/l10n/es_MX.js
10755share/nextcloud/lib/l10n/es_MX.json 11772share/nextcloud/lib/l10n/es_MX.json
 11773share/nextcloud/lib/l10n/es_NI.js
 11774share/nextcloud/lib/l10n/es_NI.json
 11775share/nextcloud/lib/l10n/es_PA.js
 11776share/nextcloud/lib/l10n/es_PA.json
 11777share/nextcloud/lib/l10n/es_PE.js
 11778share/nextcloud/lib/l10n/es_PE.json
 11779share/nextcloud/lib/l10n/es_PR.js
 11780share/nextcloud/lib/l10n/es_PR.json
 11781share/nextcloud/lib/l10n/es_PY.js
 11782share/nextcloud/lib/l10n/es_PY.json
 11783share/nextcloud/lib/l10n/es_SV.js
 11784share/nextcloud/lib/l10n/es_SV.json
 11785share/nextcloud/lib/l10n/es_UY.js
 11786share/nextcloud/lib/l10n/es_UY.json
10756share/nextcloud/lib/l10n/fi.js 11787share/nextcloud/lib/l10n/fi.js
10757share/nextcloud/lib/l10n/fi.json 11788share/nextcloud/lib/l10n/fi.json
10758share/nextcloud/lib/l10n/fr.js 11789share/nextcloud/lib/l10n/fr.js
10759share/nextcloud/lib/l10n/fr.json 11790share/nextcloud/lib/l10n/fr.json
10760share/nextcloud/lib/l10n/he.js 11791share/nextcloud/lib/l10n/he.js
10761share/nextcloud/lib/l10n/he.json 11792share/nextcloud/lib/l10n/he.json
10762share/nextcloud/lib/l10n/hu.js 11793share/nextcloud/lib/l10n/hu.js
10763share/nextcloud/lib/l10n/hu.json 11794share/nextcloud/lib/l10n/hu.json
10764share/nextcloud/lib/l10n/is.js 11795share/nextcloud/lib/l10n/is.js
10765share/nextcloud/lib/l10n/is.json 11796share/nextcloud/lib/l10n/is.json
10766share/nextcloud/lib/l10n/it.js 11797share/nextcloud/lib/l10n/it.js
10767share/nextcloud/lib/l10n/it.json 11798share/nextcloud/lib/l10n/it.json
10768share/nextcloud/lib/l10n/ja.js 11799share/nextcloud/lib/l10n/ja.js
10769share/nextcloud/lib/l10n/ja.json 11800share/nextcloud/lib/l10n/ja.json
 11801share/nextcloud/lib/l10n/ka_GE.js
 11802share/nextcloud/lib/l10n/ka_GE.json
10770share/nextcloud/lib/l10n/ko.js 11803share/nextcloud/lib/l10n/ko.js
10771share/nextcloud/lib/l10n/ko.json 11804share/nextcloud/lib/l10n/ko.json
10772share/nextcloud/lib/l10n/lt_LT.js 11805share/nextcloud/lib/l10n/lt_LT.js
10773share/nextcloud/lib/l10n/lt_LT.json 11806share/nextcloud/lib/l10n/lt_LT.json
10774share/nextcloud/lib/l10n/nb.js 11807share/nextcloud/lib/l10n/nb.js
10775share/nextcloud/lib/l10n/nb.json 11808share/nextcloud/lib/l10n/nb.json
10776share/nextcloud/lib/l10n/nl.js 11809share/nextcloud/lib/l10n/nl.js
10777share/nextcloud/lib/l10n/nl.json 11810share/nextcloud/lib/l10n/nl.json
10778share/nextcloud/lib/l10n/pl.js 11811share/nextcloud/lib/l10n/pl.js
10779share/nextcloud/lib/l10n/pl.json 11812share/nextcloud/lib/l10n/pl.json
10780share/nextcloud/lib/l10n/pt_BR.js 11813share/nextcloud/lib/l10n/pt_BR.js
10781share/nextcloud/lib/l10n/pt_BR.json 11814share/nextcloud/lib/l10n/pt_BR.json
10782share/nextcloud/lib/l10n/ru.js 11815share/nextcloud/lib/l10n/ru.js
10783share/nextcloud/lib/l10n/ru.json 11816share/nextcloud/lib/l10n/ru.json
10784share/nextcloud/lib/l10n/sk.js 11817share/nextcloud/lib/l10n/sk.js
10785share/nextcloud/lib/l10n/sk.json 11818share/nextcloud/lib/l10n/sk.json
10786share/nextcloud/lib/l10n/sq.js 11819share/nextcloud/lib/l10n/sq.js
10787share/nextcloud/lib/l10n/sq.json 11820share/nextcloud/lib/l10n/sq.json
10788share/nextcloud/lib/l10n/sr.js 11821share/nextcloud/lib/l10n/sr.js
10789share/nextcloud/lib/l10n/sr.json 11822share/nextcloud/lib/l10n/sr.json
10790share/nextcloud/lib/l10n/sv.js 11823share/nextcloud/lib/l10n/sv.js
10791share/nextcloud/lib/l10n/sv.json 11824share/nextcloud/lib/l10n/sv.json
10792share/nextcloud/lib/l10n/tr.js 11825share/nextcloud/lib/l10n/tr.js
10793share/nextcloud/lib/l10n/tr.json 11826share/nextcloud/lib/l10n/tr.json
10794share/nextcloud/lib/l10n/zh_CN.js 11827share/nextcloud/lib/l10n/zh_CN.js
10795share/nextcloud/lib/l10n/zh_CN.json 11828share/nextcloud/lib/l10n/zh_CN.json
10796share/nextcloud/lib/l10n/zh_TW.js 11829share/nextcloud/lib/l10n/zh_TW.js
10797share/nextcloud/lib/l10n/zh_TW.json 11830share/nextcloud/lib/l10n/zh_TW.json
10798share/nextcloud/lib/private/Accounts/AccountManager.php 11831share/nextcloud/lib/private/Accounts/AccountManager.php
10799share/nextcloud/lib/private/Accounts/Hooks.php 11832share/nextcloud/lib/private/Accounts/Hooks.php
10800share/nextcloud/lib/private/Activity/Event.php 11833share/nextcloud/lib/private/Activity/Event.php
10801share/nextcloud/lib/private/Activity/EventMerger.php 11834share/nextcloud/lib/private/Activity/EventMerger.php
10802share/nextcloud/lib/private/Activity/LegacyFilter.php 11835share/nextcloud/lib/private/Activity/LegacyFilter.php
10803share/nextcloud/lib/private/Activity/LegacySetting.php 11836share/nextcloud/lib/private/Activity/LegacySetting.php
10804share/nextcloud/lib/private/Activity/Manager.php 11837share/nextcloud/lib/private/Activity/Manager.php
10805share/nextcloud/lib/private/AllConfig.php 11838share/nextcloud/lib/private/AllConfig.php
10806share/nextcloud/lib/private/App/AppManager.php 11839share/nextcloud/lib/private/App/AppManager.php
10807share/nextcloud/lib/private/App/AppStore/Bundles/Bundle.php 11840share/nextcloud/lib/private/App/AppStore/Bundles/Bundle.php
10808share/nextcloud/lib/private/App/AppStore/Bundles/BundleFetcher.php 11841share/nextcloud/lib/private/App/AppStore/Bundles/BundleFetcher.php
10809share/nextcloud/lib/private/App/AppStore/Bundles/CoreBundle.php 11842share/nextcloud/lib/private/App/AppStore/Bundles/CoreBundle.php
10810share/nextcloud/lib/private/App/AppStore/Bundles/EducationBundle.php 11843share/nextcloud/lib/private/App/AppStore/Bundles/EducationBundle.php
10811share/nextcloud/lib/private/App/AppStore/Bundles/EnterpriseBundle.php 11844share/nextcloud/lib/private/App/AppStore/Bundles/EnterpriseBundle.php
10812share/nextcloud/lib/private/App/AppStore/Bundles/GroupwareBundle.php 11845share/nextcloud/lib/private/App/AppStore/Bundles/GroupwareBundle.php
10813share/nextcloud/lib/private/App/AppStore/Bundles/SocialSharingBundle.php 11846share/nextcloud/lib/private/App/AppStore/Bundles/SocialSharingBundle.php
10814share/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php 11847share/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php
10815share/nextcloud/lib/private/App/AppStore/Fetcher/CategoryFetcher.php 11848share/nextcloud/lib/private/App/AppStore/Fetcher/CategoryFetcher.php
10816share/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php 11849share/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php
10817share/nextcloud/lib/private/App/AppStore/Version/Version.php 11850share/nextcloud/lib/private/App/AppStore/Version/Version.php
10818share/nextcloud/lib/private/App/AppStore/Version/VersionParser.php 11851share/nextcloud/lib/private/App/AppStore/Version/VersionParser.php
10819share/nextcloud/lib/private/App/CodeChecker/AbstractCheck.php 11852share/nextcloud/lib/private/App/CodeChecker/AbstractCheck.php
10820share/nextcloud/lib/private/App/CodeChecker/CodeChecker.php 11853share/nextcloud/lib/private/App/CodeChecker/CodeChecker.php
10821share/nextcloud/lib/private/App/CodeChecker/DatabaseSchemaChecker.php 11854share/nextcloud/lib/private/App/CodeChecker/DatabaseSchemaChecker.php
10822share/nextcloud/lib/private/App/CodeChecker/DeprecationCheck.php 11855share/nextcloud/lib/private/App/CodeChecker/DeprecationCheck.php
10823share/nextcloud/lib/private/App/CodeChecker/EmptyCheck.php 11856share/nextcloud/lib/private/App/CodeChecker/EmptyCheck.php
10824share/nextcloud/lib/private/App/CodeChecker/ICheck.php 11857share/nextcloud/lib/private/App/CodeChecker/ICheck.php
10825share/nextcloud/lib/private/App/CodeChecker/InfoChecker.php 11858share/nextcloud/lib/private/App/CodeChecker/InfoChecker.php
10826share/nextcloud/lib/private/App/CodeChecker/LanguageParseChecker.php 11859share/nextcloud/lib/private/App/CodeChecker/LanguageParseChecker.php
10827share/nextcloud/lib/private/App/CodeChecker/NodeVisitor.php 11860share/nextcloud/lib/private/App/CodeChecker/NodeVisitor.php
10828share/nextcloud/lib/private/App/CodeChecker/PrivateCheck.php 11861share/nextcloud/lib/private/App/CodeChecker/PrivateCheck.php
10829share/nextcloud/lib/private/App/CodeChecker/StrongComparisonCheck.php 11862share/nextcloud/lib/private/App/CodeChecker/StrongComparisonCheck.php
10830share/nextcloud/lib/private/App/DependencyAnalyzer.php 11863share/nextcloud/lib/private/App/DependencyAnalyzer.php
10831share/nextcloud/lib/private/App/InfoParser.php 11864share/nextcloud/lib/private/App/InfoParser.php
10832share/nextcloud/lib/private/App/Platform.php 11865share/nextcloud/lib/private/App/Platform.php
10833share/nextcloud/lib/private/App/PlatformRepository.php 11866share/nextcloud/lib/private/App/PlatformRepository.php
10834share/nextcloud/lib/private/AppConfig.php 11867share/nextcloud/lib/private/AppConfig.php
10835share/nextcloud/lib/private/AppFramework/App.php 11868share/nextcloud/lib/private/AppFramework/App.php
10836share/nextcloud/lib/private/AppFramework/Core/API.php 11869share/nextcloud/lib/private/AppFramework/Core/API.php
10837share/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php 11870share/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php
10838share/nextcloud/lib/private/AppFramework/Http.php 11871share/nextcloud/lib/private/AppFramework/Http.php
10839share/nextcloud/lib/private/AppFramework/Http/Dispatcher.php 11872share/nextcloud/lib/private/AppFramework/Http/Dispatcher.php
10840share/nextcloud/lib/private/AppFramework/Http/Output.php 11873share/nextcloud/lib/private/AppFramework/Http/Output.php
10841share/nextcloud/lib/private/AppFramework/Http/Request.php 11874share/nextcloud/lib/private/AppFramework/Http/Request.php
10842share/nextcloud/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php 11875share/nextcloud/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php
10843share/nextcloud/lib/private/AppFramework/Middleware/OCSMiddleware.php 11876share/nextcloud/lib/private/AppFramework/Middleware/OCSMiddleware.php
10844share/nextcloud/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php 11877share/nextcloud/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php
10845share/nextcloud/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php 11878share/nextcloud/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php
10846share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php 11879share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
10847share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php 11880share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php
10848share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php 11881share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php
10849share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php 11882share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php
10850share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php 11883share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php
10851share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php 11884share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php
10852share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php 11885share/nextcloud/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php
10853share/nextcloud/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php 11886share/nextcloud/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php
10854share/nextcloud/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php 11887share/nextcloud/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php
10855share/nextcloud/lib/private/AppFramework/Middleware/SessionMiddleware.php 11888share/nextcloud/lib/private/AppFramework/Middleware/SessionMiddleware.php
10856share/nextcloud/lib/private/AppFramework/OCS/BaseResponse.php 11889share/nextcloud/lib/private/AppFramework/OCS/BaseResponse.php
10857share/nextcloud/lib/private/AppFramework/OCS/V1Response.php 11890share/nextcloud/lib/private/AppFramework/OCS/V1Response.php
10858share/nextcloud/lib/private/AppFramework/OCS/V2Response.php 11891share/nextcloud/lib/private/AppFramework/OCS/V2Response.php
10859share/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php 11892share/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php
10860share/nextcloud/lib/private/AppFramework/Routing/RouteConfig.php 11893share/nextcloud/lib/private/AppFramework/Routing/RouteConfig.php
10861share/nextcloud/lib/private/AppFramework/Utility/ControllerMethodReflector.php 11894share/nextcloud/lib/private/AppFramework/Utility/ControllerMethodReflector.php
10862share/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php 11895share/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php
10863share/nextcloud/lib/private/AppFramework/Utility/TimeFactory.php 11896share/nextcloud/lib/private/AppFramework/Utility/TimeFactory.php
10864share/nextcloud/lib/private/AppHelper.php 11897share/nextcloud/lib/private/AppHelper.php
10865share/nextcloud/lib/private/Archive/Archive.php 11898share/nextcloud/lib/private/Archive/Archive.php
10866share/nextcloud/lib/private/Archive/TAR.php 11899share/nextcloud/lib/private/Archive/TAR.php
10867share/nextcloud/lib/private/Archive/ZIP.php 11900share/nextcloud/lib/private/Archive/ZIP.php
10868share/nextcloud/lib/private/Authentication/Exceptions/InvalidTokenException.php 11901share/nextcloud/lib/private/Authentication/Exceptions/InvalidTokenException.php
10869share/nextcloud/lib/private/Authentication/Exceptions/LoginRequiredException.php 11902share/nextcloud/lib/private/Authentication/Exceptions/LoginRequiredException.php
10870share/nextcloud/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php 11903share/nextcloud/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php
10871share/nextcloud/lib/private/Authentication/Exceptions/PasswordlessTokenException.php 11904share/nextcloud/lib/private/Authentication/Exceptions/PasswordlessTokenException.php
10872share/nextcloud/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php 11905share/nextcloud/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php
10873share/nextcloud/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php 11906share/nextcloud/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php
10874share/nextcloud/lib/private/Authentication/LoginCredentials/Credentials.php 11907share/nextcloud/lib/private/Authentication/LoginCredentials/Credentials.php
10875share/nextcloud/lib/private/Authentication/LoginCredentials/Store.php 11908share/nextcloud/lib/private/Authentication/LoginCredentials/Store.php
10876share/nextcloud/lib/private/Authentication/Token/DefaultToken.php 11909share/nextcloud/lib/private/Authentication/Token/DefaultToken.php
10877share/nextcloud/lib/private/Authentication/Token/DefaultTokenCleanupJob.php 11910share/nextcloud/lib/private/Authentication/Token/DefaultTokenCleanupJob.php
10878share/nextcloud/lib/private/Authentication/Token/DefaultTokenMapper.php 11911share/nextcloud/lib/private/Authentication/Token/DefaultTokenMapper.php
10879share/nextcloud/lib/private/Authentication/Token/DefaultTokenProvider.php 11912share/nextcloud/lib/private/Authentication/Token/DefaultTokenProvider.php
10880share/nextcloud/lib/private/Authentication/Token/IProvider.php 11913share/nextcloud/lib/private/Authentication/Token/IProvider.php
10881share/nextcloud/lib/private/Authentication/Token/IToken.php 11914share/nextcloud/lib/private/Authentication/Token/IToken.php
10882share/nextcloud/lib/private/Authentication/TwoFactorAuth/Manager.php 11915share/nextcloud/lib/private/Authentication/TwoFactorAuth/Manager.php
10883share/nextcloud/lib/private/Avatar.php 11916share/nextcloud/lib/private/Avatar.php
10884share/nextcloud/lib/private/AvatarManager.php 11917share/nextcloud/lib/private/AvatarManager.php
10885share/nextcloud/lib/private/BackgroundJob/Job.php 11918share/nextcloud/lib/private/BackgroundJob/Job.php
10886share/nextcloud/lib/private/BackgroundJob/JobList.php 11919share/nextcloud/lib/private/BackgroundJob/JobList.php
10887share/nextcloud/lib/private/BackgroundJob/Legacy/QueuedJob.php 11920share/nextcloud/lib/private/BackgroundJob/Legacy/QueuedJob.php
10888share/nextcloud/lib/private/BackgroundJob/Legacy/RegularJob.php 11921share/nextcloud/lib/private/BackgroundJob/Legacy/RegularJob.php
10889share/nextcloud/lib/private/BackgroundJob/QueuedJob.php 11922share/nextcloud/lib/private/BackgroundJob/QueuedJob.php
10890share/nextcloud/lib/private/BackgroundJob/TimedJob.php 11923share/nextcloud/lib/private/BackgroundJob/TimedJob.php
10891share/nextcloud/lib/private/Cache/CappedMemoryCache.php 11924share/nextcloud/lib/private/Cache/CappedMemoryCache.php
10892share/nextcloud/lib/private/Cache/File.php 11925share/nextcloud/lib/private/Cache/File.php
10893share/nextcloud/lib/private/CapabilitiesManager.php 11926share/nextcloud/lib/private/CapabilitiesManager.php
10894share/nextcloud/lib/private/Command/AsyncBus.php 11927share/nextcloud/lib/private/Command/AsyncBus.php
10895share/nextcloud/lib/private/Command/CallableJob.php 11928share/nextcloud/lib/private/Command/CallableJob.php
10896share/nextcloud/lib/private/Command/ClosureJob.php 11929share/nextcloud/lib/private/Command/ClosureJob.php
10897share/nextcloud/lib/private/Command/CommandJob.php 11930share/nextcloud/lib/private/Command/CommandJob.php
10898share/nextcloud/lib/private/Command/FileAccess.php 11931share/nextcloud/lib/private/Command/FileAccess.php
10899share/nextcloud/lib/private/Command/QueueBus.php 11932share/nextcloud/lib/private/Command/QueueBus.php
10900share/nextcloud/lib/private/Comments/Comment.php 11933share/nextcloud/lib/private/Comments/Comment.php
10901share/nextcloud/lib/private/Comments/Manager.php 11934share/nextcloud/lib/private/Comments/Manager.php
10902share/nextcloud/lib/private/Comments/ManagerFactory.php 11935share/nextcloud/lib/private/Comments/ManagerFactory.php
10903share/nextcloud/lib/private/Config.php 11936share/nextcloud/lib/private/Config.php
10904share/nextcloud/lib/private/Console/Application.php 11937share/nextcloud/lib/private/Console/Application.php
10905share/nextcloud/lib/private/Console/TimestampFormatter.php 11938share/nextcloud/lib/private/Console/TimestampFormatter.php
10906share/nextcloud/lib/private/Contacts/ContactsMenu/ActionFactory.php 11939share/nextcloud/lib/private/Contacts/ContactsMenu/ActionFactory.php
10907share/nextcloud/lib/private/Contacts/ContactsMenu/ActionProviderStore.php 11940share/nextcloud/lib/private/Contacts/ContactsMenu/ActionProviderStore.php
10908share/nextcloud/lib/private/Contacts/ContactsMenu/Actions/LinkAction.php 11941share/nextcloud/lib/private/Contacts/ContactsMenu/Actions/LinkAction.php
10909share/nextcloud/lib/private/Contacts/ContactsMenu/ContactsStore.php 11942share/nextcloud/lib/private/Contacts/ContactsMenu/ContactsStore.php
10910share/nextcloud/lib/private/Contacts/ContactsMenu/Entry.php 11943share/nextcloud/lib/private/Contacts/ContactsMenu/Entry.php
10911share/nextcloud/lib/private/Contacts/ContactsMenu/Manager.php 11944share/nextcloud/lib/private/Contacts/ContactsMenu/Manager.php
10912share/nextcloud/lib/private/Contacts/ContactsMenu/Providers/EMailProvider.php 11945share/nextcloud/lib/private/Contacts/ContactsMenu/Providers/EMailProvider.php
10913share/nextcloud/lib/private/ContactsManager.php 11946share/nextcloud/lib/private/ContactsManager.php
10914share/nextcloud/lib/private/DB/Adapter.php 11947share/nextcloud/lib/private/DB/Adapter.php
10915share/nextcloud/lib/private/DB/AdapterMySQL.php 11948share/nextcloud/lib/private/DB/AdapterMySQL.php
10916share/nextcloud/lib/private/DB/AdapterOCI8.php 11949share/nextcloud/lib/private/DB/AdapterOCI8.php
10917share/nextcloud/lib/private/DB/AdapterPgSql.php 11950share/nextcloud/lib/private/DB/AdapterPgSql.php
10918share/nextcloud/lib/private/DB/AdapterSqlite.php 11951share/nextcloud/lib/private/DB/AdapterSqlite.php
10919share/nextcloud/lib/private/DB/Connection.php 11952share/nextcloud/lib/private/DB/Connection.php
10920share/nextcloud/lib/private/DB/ConnectionFactory.php 11953share/nextcloud/lib/private/DB/ConnectionFactory.php
10921share/nextcloud/lib/private/DB/MDB2SchemaManager.php 11954share/nextcloud/lib/private/DB/MDB2SchemaManager.php
10922share/nextcloud/lib/private/DB/MDB2SchemaReader.php 11955share/nextcloud/lib/private/DB/MDB2SchemaReader.php
10923share/nextcloud/lib/private/DB/MDB2SchemaWriter.php 11956share/nextcloud/lib/private/DB/MDB2SchemaWriter.php
10924share/nextcloud/lib/private/DB/MigrationException.php 11957share/nextcloud/lib/private/DB/MigrationException.php
10925share/nextcloud/lib/private/DB/Migrator.php 11958share/nextcloud/lib/private/DB/Migrator.php
10926share/nextcloud/lib/private/DB/MySQLMigrator.php 11959share/nextcloud/lib/private/DB/MySQLMigrator.php
10927share/nextcloud/lib/private/DB/MySqlTools.php 11960share/nextcloud/lib/private/DB/MySqlTools.php
10928share/nextcloud/lib/private/DB/NoCheckMigrator.php 11961share/nextcloud/lib/private/DB/NoCheckMigrator.php
10929share/nextcloud/lib/private/DB/OCSqlitePlatform.php 11962share/nextcloud/lib/private/DB/OCSqlitePlatform.php
10930share/nextcloud/lib/private/DB/OracleConnection.php 11963share/nextcloud/lib/private/DB/OracleConnection.php
10931share/nextcloud/lib/private/DB/OracleMigrator.php 11964share/nextcloud/lib/private/DB/OracleMigrator.php
10932share/nextcloud/lib/private/DB/PgSqlTools.php 11965share/nextcloud/lib/private/DB/PgSqlTools.php
10933share/nextcloud/lib/private/DB/PostgreSqlMigrator.php 11966share/nextcloud/lib/private/DB/PostgreSqlMigrator.php
10934share/nextcloud/lib/private/DB/QueryBuilder/CompositeExpression.php 11967share/nextcloud/lib/private/DB/QueryBuilder/CompositeExpression.php
10935share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php 11968share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php
10936share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php 11969share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php
10937share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php 11970share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php
10938share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php 11971share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php
10939share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php 11972share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php
10940share/nextcloud/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php 11973share/nextcloud/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php
10941share/nextcloud/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php 11974share/nextcloud/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php
10942share/nextcloud/lib/private/DB/QueryBuilder/FunctionBuilder/PgSqlFunctionBuilder.php 11975share/nextcloud/lib/private/DB/QueryBuilder/FunctionBuilder/PgSqlFunctionBuilder.php
10943share/nextcloud/lib/private/DB/QueryBuilder/FunctionBuilder/SqliteFunctionBuilder.php 11976share/nextcloud/lib/private/DB/QueryBuilder/FunctionBuilder/SqliteFunctionBuilder.php
10944share/nextcloud/lib/private/DB/QueryBuilder/Literal.php 11977share/nextcloud/lib/private/DB/QueryBuilder/Literal.php
10945share/nextcloud/lib/private/DB/QueryBuilder/Parameter.php 11978share/nextcloud/lib/private/DB/QueryBuilder/Parameter.php
10946share/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php 11979share/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php
10947share/nextcloud/lib/private/DB/QueryBuilder/QueryFunction.php 11980share/nextcloud/lib/private/DB/QueryBuilder/QueryFunction.php
10948share/nextcloud/lib/private/DB/QueryBuilder/QuoteHelper.php 11981share/nextcloud/lib/private/DB/QueryBuilder/QuoteHelper.php
10949share/nextcloud/lib/private/DB/SQLiteMigrator.php 11982share/nextcloud/lib/private/DB/SQLiteMigrator.php
10950share/nextcloud/lib/private/DB/SQLiteSessionInit.php 11983share/nextcloud/lib/private/DB/SQLiteSessionInit.php
10951share/nextcloud/lib/private/DatabaseException.php 11984share/nextcloud/lib/private/DatabaseException.php
10952share/nextcloud/lib/private/DatabaseSetupException.php 11985share/nextcloud/lib/private/DatabaseSetupException.php
10953share/nextcloud/lib/private/DateTimeFormatter.php 11986share/nextcloud/lib/private/DateTimeFormatter.php
10954share/nextcloud/lib/private/DateTimeZone.php 11987share/nextcloud/lib/private/DateTimeZone.php
10955share/nextcloud/lib/private/Diagnostics/Event.php 11988share/nextcloud/lib/private/Diagnostics/Event.php
10956share/nextcloud/lib/private/Diagnostics/EventLogger.php 11989share/nextcloud/lib/private/Diagnostics/EventLogger.php
10957share/nextcloud/lib/private/Diagnostics/Query.php 11990share/nextcloud/lib/private/Diagnostics/Query.php
10958share/nextcloud/lib/private/Diagnostics/QueryLogger.php 11991share/nextcloud/lib/private/Diagnostics/QueryLogger.php
10959share/nextcloud/lib/private/Encryption/DecryptAll.php 11992share/nextcloud/lib/private/Encryption/DecryptAll.php
10960share/nextcloud/lib/private/Encryption/EncryptionWrapper.php 11993share/nextcloud/lib/private/Encryption/EncryptionWrapper.php
10961share/nextcloud/lib/private/Encryption/Exceptions/DecryptionFailedException.php 11994share/nextcloud/lib/private/Encryption/Exceptions/DecryptionFailedException.php
10962share/nextcloud/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php 11995share/nextcloud/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php
10963share/nextcloud/lib/private/Encryption/Exceptions/EncryptionFailedException.php 11996share/nextcloud/lib/private/Encryption/Exceptions/EncryptionFailedException.php
10964share/nextcloud/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php 11997share/nextcloud/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php
10965share/nextcloud/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php 11998share/nextcloud/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php
10966share/nextcloud/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php 11999share/nextcloud/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php
10967share/nextcloud/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php 12000share/nextcloud/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php
10968share/nextcloud/lib/private/Encryption/Exceptions/UnknownCipherException.php 12001share/nextcloud/lib/private/Encryption/Exceptions/UnknownCipherException.php
10969share/nextcloud/lib/private/Encryption/File.php 12002share/nextcloud/lib/private/Encryption/File.php
10970share/nextcloud/lib/private/Encryption/HookManager.php 12003share/nextcloud/lib/private/Encryption/HookManager.php
10971share/nextcloud/lib/private/Encryption/Keys/Storage.php 12004share/nextcloud/lib/private/Encryption/Keys/Storage.php
10972share/nextcloud/lib/private/Encryption/Manager.php 12005share/nextcloud/lib/private/Encryption/Manager.php
10973share/nextcloud/lib/private/Encryption/Update.php 12006share/nextcloud/lib/private/Encryption/Update.php
10974share/nextcloud/lib/private/Encryption/Util.php 12007share/nextcloud/lib/private/Encryption/Util.php
10975share/nextcloud/lib/private/Federation/CloudId.php 12008share/nextcloud/lib/private/Federation/CloudId.php
10976share/nextcloud/lib/private/Federation/CloudIdManager.php 12009share/nextcloud/lib/private/Federation/CloudIdManager.php
10977share/nextcloud/lib/private/Files/AppData/AppData.php 12010share/nextcloud/lib/private/Files/AppData/AppData.php
10978share/nextcloud/lib/private/Files/AppData/Factory.php 12011share/nextcloud/lib/private/Files/AppData/Factory.php
10979share/nextcloud/lib/private/Files/Cache/Cache.php 12012share/nextcloud/lib/private/Files/Cache/Cache.php
10980share/nextcloud/lib/private/Files/Cache/CacheEntry.php 12013share/nextcloud/lib/private/Files/Cache/CacheEntry.php
10981share/nextcloud/lib/private/Files/Cache/FailedCache.php 12014share/nextcloud/lib/private/Files/Cache/FailedCache.php
10982share/nextcloud/lib/private/Files/Cache/HomeCache.php 12015share/nextcloud/lib/private/Files/Cache/HomeCache.php
10983share/nextcloud/lib/private/Files/Cache/HomePropagator.php 12016share/nextcloud/lib/private/Files/Cache/HomePropagator.php
10984share/nextcloud/lib/private/Files/Cache/MoveFromCacheTrait.php 12017share/nextcloud/lib/private/Files/Cache/MoveFromCacheTrait.php
10985share/nextcloud/lib/private/Files/Cache/Propagator.php 12018share/nextcloud/lib/private/Files/Cache/Propagator.php
10986share/nextcloud/lib/private/Files/Cache/QuerySearchHelper.php 12019share/nextcloud/lib/private/Files/Cache/QuerySearchHelper.php
10987share/nextcloud/lib/private/Files/Cache/Scanner.php 12020share/nextcloud/lib/private/Files/Cache/Scanner.php
10988share/nextcloud/lib/private/Files/Cache/Storage.php 12021share/nextcloud/lib/private/Files/Cache/Storage.php
10989share/nextcloud/lib/private/Files/Cache/StorageGlobal.php 12022share/nextcloud/lib/private/Files/Cache/StorageGlobal.php
10990share/nextcloud/lib/private/Files/Cache/Updater.php 12023share/nextcloud/lib/private/Files/Cache/Updater.php
10991share/nextcloud/lib/private/Files/Cache/Watcher.php 12024share/nextcloud/lib/private/Files/Cache/Watcher.php
10992share/nextcloud/lib/private/Files/Cache/Wrapper/CacheJail.php 12025share/nextcloud/lib/private/Files/Cache/Wrapper/CacheJail.php
10993share/nextcloud/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php 12026share/nextcloud/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php
10994share/nextcloud/lib/private/Files/Cache/Wrapper/CacheWrapper.php 12027share/nextcloud/lib/private/Files/Cache/Wrapper/CacheWrapper.php
10995share/nextcloud/lib/private/Files/Cache/Wrapper/JailPropagator.php 12028share/nextcloud/lib/private/Files/Cache/Wrapper/JailPropagator.php
10996share/nextcloud/lib/private/Files/Config/CachedMountInfo.php 12029share/nextcloud/lib/private/Files/Config/CachedMountInfo.php
10997share/nextcloud/lib/private/Files/Config/LazyStorageMountInfo.php 12030share/nextcloud/lib/private/Files/Config/LazyStorageMountInfo.php
10998share/nextcloud/lib/private/Files/Config/MountProviderCollection.php 12031share/nextcloud/lib/private/Files/Config/MountProviderCollection.php
10999share/nextcloud/lib/private/Files/Config/UserMountCache.php 12032share/nextcloud/lib/private/Files/Config/UserMountCache.php
11000share/nextcloud/lib/private/Files/Config/UserMountCacheListener.php 12033share/nextcloud/lib/private/Files/Config/UserMountCacheListener.php
11001share/nextcloud/lib/private/Files/FileInfo.php 12034share/nextcloud/lib/private/Files/FileInfo.php
11002share/nextcloud/lib/private/Files/Filesystem.php 12035share/nextcloud/lib/private/Files/Filesystem.php
11003share/nextcloud/lib/private/Files/Mount/CacheMountProvider.php 12036share/nextcloud/lib/private/Files/Mount/CacheMountProvider.php
11004share/nextcloud/lib/private/Files/Mount/LocalHomeMountProvider.php 12037share/nextcloud/lib/private/Files/Mount/LocalHomeMountProvider.php
11005share/nextcloud/lib/private/Files/Mount/Manager.php 12038share/nextcloud/lib/private/Files/Mount/Manager.php
11006share/nextcloud/lib/private/Files/Mount/MountPoint.php 12039share/nextcloud/lib/private/Files/Mount/MountPoint.php
11007share/nextcloud/lib/private/Files/Mount/MoveableMount.php 12040share/nextcloud/lib/private/Files/Mount/MoveableMount.php
11008share/nextcloud/lib/private/Files/Mount/ObjectHomeMountProvider.php 12041share/nextcloud/lib/private/Files/Mount/ObjectHomeMountProvider.php
11009share/nextcloud/lib/private/Files/Node/File.php 12042share/nextcloud/lib/private/Files/Node/File.php
11010share/nextcloud/lib/private/Files/Node/Folder.php 12043share/nextcloud/lib/private/Files/Node/Folder.php
11011share/nextcloud/lib/private/Files/Node/HookConnector.php 12044share/nextcloud/lib/private/Files/Node/HookConnector.php
11012share/nextcloud/lib/private/Files/Node/LazyRoot.php 12045share/nextcloud/lib/private/Files/Node/LazyRoot.php
11013share/nextcloud/lib/private/Files/Node/Node.php 12046share/nextcloud/lib/private/Files/Node/Node.php
11014share/nextcloud/lib/private/Files/Node/NonExistingFile.php 12047share/nextcloud/lib/private/Files/Node/NonExistingFile.php
11015share/nextcloud/lib/private/Files/Node/NonExistingFolder.php 12048share/nextcloud/lib/private/Files/Node/NonExistingFolder.php
11016share/nextcloud/lib/private/Files/Node/Root.php 12049share/nextcloud/lib/private/Files/Node/Root.php
11017share/nextcloud/lib/private/Files/Notify/Change.php 12050share/nextcloud/lib/private/Files/Notify/Change.php
11018share/nextcloud/lib/private/Files/Notify/RenameChange.php 12051share/nextcloud/lib/private/Files/Notify/RenameChange.php
11019share/nextcloud/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php 12052share/nextcloud/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php
11020share/nextcloud/lib/private/Files/ObjectStore/Mapper.php 12053share/nextcloud/lib/private/Files/ObjectStore/Mapper.php
11021share/nextcloud/lib/private/Files/ObjectStore/NoopScanner.php 12054share/nextcloud/lib/private/Files/ObjectStore/NoopScanner.php
11022share/nextcloud/lib/private/Files/ObjectStore/ObjectStoreStorage.php 12055share/nextcloud/lib/private/Files/ObjectStore/ObjectStoreStorage.php
11023share/nextcloud/lib/private/Files/ObjectStore/S3.php 12056share/nextcloud/lib/private/Files/ObjectStore/S3.php
11024share/nextcloud/lib/private/Files/ObjectStore/S3ConnectionTrait.php 12057share/nextcloud/lib/private/Files/ObjectStore/S3ConnectionTrait.php
 12058share/nextcloud/lib/private/Files/ObjectStore/S3ObjectTrait.php
11025share/nextcloud/lib/private/Files/ObjectStore/StorageObjectStore.php 12059share/nextcloud/lib/private/Files/ObjectStore/StorageObjectStore.php
11026share/nextcloud/lib/private/Files/ObjectStore/Swift.php 12060share/nextcloud/lib/private/Files/ObjectStore/Swift.php
11027share/nextcloud/lib/private/Files/Search/SearchBinaryOperator.php 12061share/nextcloud/lib/private/Files/Search/SearchBinaryOperator.php
11028share/nextcloud/lib/private/Files/Search/SearchComparison.php 12062share/nextcloud/lib/private/Files/Search/SearchComparison.php
11029share/nextcloud/lib/private/Files/Search/SearchOrder.php 12063share/nextcloud/lib/private/Files/Search/SearchOrder.php
11030share/nextcloud/lib/private/Files/Search/SearchQuery.php 12064share/nextcloud/lib/private/Files/Search/SearchQuery.php
11031share/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php 12065share/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php
11032share/nextcloud/lib/private/Files/SimpleFS/SimpleFolder.php 12066share/nextcloud/lib/private/Files/SimpleFS/SimpleFolder.php
11033share/nextcloud/lib/private/Files/Storage/Common.php 12067share/nextcloud/lib/private/Files/Storage/Common.php
11034share/nextcloud/lib/private/Files/Storage/CommonTest.php 12068share/nextcloud/lib/private/Files/Storage/CommonTest.php
11035share/nextcloud/lib/private/Files/Storage/DAV.php 12069share/nextcloud/lib/private/Files/Storage/DAV.php
11036share/nextcloud/lib/private/Files/Storage/FailedStorage.php 12070share/nextcloud/lib/private/Files/Storage/FailedStorage.php
11037share/nextcloud/lib/private/Files/Storage/Flysystem.php 12071share/nextcloud/lib/private/Files/Storage/Flysystem.php
11038share/nextcloud/lib/private/Files/Storage/Home.php 12072share/nextcloud/lib/private/Files/Storage/Home.php
11039share/nextcloud/lib/private/Files/Storage/Local.php 12073share/nextcloud/lib/private/Files/Storage/Local.php
11040share/nextcloud/lib/private/Files/Storage/LocalTempFileTrait.php 12074share/nextcloud/lib/private/Files/Storage/LocalTempFileTrait.php
11041share/nextcloud/lib/private/Files/Storage/PolyFill/CopyDirectory.php 12075share/nextcloud/lib/private/Files/Storage/PolyFill/CopyDirectory.php
11042share/nextcloud/lib/private/Files/Storage/Storage.php 12076share/nextcloud/lib/private/Files/Storage/Storage.php
11043share/nextcloud/lib/private/Files/Storage/StorageFactory.php 12077share/nextcloud/lib/private/Files/Storage/StorageFactory.php
11044share/nextcloud/lib/private/Files/Storage/Temporary.php 12078share/nextcloud/lib/private/Files/Storage/Temporary.php
11045share/nextcloud/lib/private/Files/Storage/Wrapper/Availability.php 12079share/nextcloud/lib/private/Files/Storage/Wrapper/Availability.php
11046share/nextcloud/lib/private/Files/Storage/Wrapper/Encoding.php 12080share/nextcloud/lib/private/Files/Storage/Wrapper/Encoding.php
11047share/nextcloud/lib/private/Files/Storage/Wrapper/Encryption.php 12081share/nextcloud/lib/private/Files/Storage/Wrapper/Encryption.php
11048share/nextcloud/lib/private/Files/Storage/Wrapper/Jail.php 12082share/nextcloud/lib/private/Files/Storage/Wrapper/Jail.php
11049share/nextcloud/lib/private/Files/Storage/Wrapper/PermissionsMask.php 12083share/nextcloud/lib/private/Files/Storage/Wrapper/PermissionsMask.php
11050share/nextcloud/lib/private/Files/Storage/Wrapper/Quota.php 12084share/nextcloud/lib/private/Files/Storage/Wrapper/Quota.php
11051share/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php 12085share/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php
11052share/nextcloud/lib/private/Files/Stream/Encryption.php 12086share/nextcloud/lib/private/Files/Stream/Encryption.php
11053share/nextcloud/lib/private/Files/Stream/Quota.php 12087share/nextcloud/lib/private/Files/Stream/Quota.php
11054share/nextcloud/lib/private/Files/Type/Detection.php 12088share/nextcloud/lib/private/Files/Type/Detection.php
11055share/nextcloud/lib/private/Files/Type/Loader.php 12089share/nextcloud/lib/private/Files/Type/Loader.php
11056share/nextcloud/lib/private/Files/Type/TemplateManager.php 12090share/nextcloud/lib/private/Files/Type/TemplateManager.php
11057share/nextcloud/lib/private/Files/Utils/Scanner.php 12091share/nextcloud/lib/private/Files/Utils/Scanner.php
11058share/nextcloud/lib/private/Files/View.php 12092share/nextcloud/lib/private/Files/View.php
11059share/nextcloud/lib/private/ForbiddenException.php 12093share/nextcloud/lib/private/ForbiddenException.php
11060share/nextcloud/lib/private/GlobalScale/Config.php 12094share/nextcloud/lib/private/GlobalScale/Config.php
11061share/nextcloud/lib/private/Group/Backend.php 12095share/nextcloud/lib/private/Group/Backend.php
11062share/nextcloud/lib/private/Group/Database.php 12096share/nextcloud/lib/private/Group/Database.php
11063share/nextcloud/lib/private/Group/Group.php 12097share/nextcloud/lib/private/Group/Group.php
11064share/nextcloud/lib/private/Group/Manager.php 12098share/nextcloud/lib/private/Group/Manager.php
11065share/nextcloud/lib/private/Group/MetaData.php 12099share/nextcloud/lib/private/Group/MetaData.php
11066share/nextcloud/lib/private/HTTPHelper.php 12100share/nextcloud/lib/private/HTTPHelper.php
11067share/nextcloud/lib/private/HintException.php 12101share/nextcloud/lib/private/HintException.php
11068share/nextcloud/lib/private/Hooks/BasicEmitter.php 12102share/nextcloud/lib/private/Hooks/BasicEmitter.php
11069share/nextcloud/lib/private/Hooks/Emitter.php 12103share/nextcloud/lib/private/Hooks/Emitter.php
11070share/nextcloud/lib/private/Hooks/EmitterTrait.php 12104share/nextcloud/lib/private/Hooks/EmitterTrait.php
11071share/nextcloud/lib/private/Hooks/ForwardingEmitter.php 12105share/nextcloud/lib/private/Hooks/ForwardingEmitter.php
11072share/nextcloud/lib/private/Hooks/LegacyEmitter.php 12106share/nextcloud/lib/private/Hooks/LegacyEmitter.php
11073share/nextcloud/lib/private/Hooks/PublicEmitter.php 12107share/nextcloud/lib/private/Hooks/PublicEmitter.php
11074share/nextcloud/lib/private/Http/Client/Client.php 12108share/nextcloud/lib/private/Http/Client/Client.php
11075share/nextcloud/lib/private/Http/Client/ClientService.php 12109share/nextcloud/lib/private/Http/Client/ClientService.php
11076share/nextcloud/lib/private/Http/Client/Response.php 12110share/nextcloud/lib/private/Http/Client/Response.php
11077share/nextcloud/lib/private/Installer.php 12111share/nextcloud/lib/private/Installer.php
11078share/nextcloud/lib/private/IntegrityCheck/Checker.php 12112share/nextcloud/lib/private/IntegrityCheck/Checker.php
11079share/nextcloud/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php 12113share/nextcloud/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php
11080share/nextcloud/lib/private/IntegrityCheck/Helpers/AppLocator.php 12114share/nextcloud/lib/private/IntegrityCheck/Helpers/AppLocator.php
11081share/nextcloud/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php 12115share/nextcloud/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php
11082share/nextcloud/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php 12116share/nextcloud/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php
11083share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php 12117share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php
11084share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php 12118share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php
11085share/nextcloud/lib/private/L10N/Factory.php 12119share/nextcloud/lib/private/L10N/Factory.php
11086share/nextcloud/lib/private/L10N/L10N.php 12120share/nextcloud/lib/private/L10N/L10N.php
11087share/nextcloud/lib/private/L10N/LanguageNotFoundException.php 12121share/nextcloud/lib/private/L10N/LanguageNotFoundException.php
11088share/nextcloud/lib/private/LargeFileHelper.php 12122share/nextcloud/lib/private/LargeFileHelper.php
11089share/nextcloud/lib/private/Lock/AbstractLockingProvider.php 12123share/nextcloud/lib/private/Lock/AbstractLockingProvider.php
11090share/nextcloud/lib/private/Lock/DBLockingProvider.php 12124share/nextcloud/lib/private/Lock/DBLockingProvider.php
11091share/nextcloud/lib/private/Lock/MemcacheLockingProvider.php 12125share/nextcloud/lib/private/Lock/MemcacheLockingProvider.php
11092share/nextcloud/lib/private/Lock/NoopLockingProvider.php 12126share/nextcloud/lib/private/Lock/NoopLockingProvider.php
11093share/nextcloud/lib/private/Lockdown/Filesystem/NullCache.php 12127share/nextcloud/lib/private/Lockdown/Filesystem/NullCache.php
11094share/nextcloud/lib/private/Lockdown/Filesystem/NullStorage.php 12128share/nextcloud/lib/private/Lockdown/Filesystem/NullStorage.php
11095share/nextcloud/lib/private/Lockdown/LockdownManager.php 12129share/nextcloud/lib/private/Lockdown/LockdownManager.php
11096share/nextcloud/lib/private/Log.php 12130share/nextcloud/lib/private/Log.php
11097share/nextcloud/lib/private/Log/ErrorHandler.php 12131share/nextcloud/lib/private/Log/ErrorHandler.php
11098share/nextcloud/lib/private/Log/Errorlog.php 12132share/nextcloud/lib/private/Log/Errorlog.php
11099share/nextcloud/lib/private/Log/File.php 12133share/nextcloud/lib/private/Log/File.php
11100share/nextcloud/lib/private/Log/Rotate.php 12134share/nextcloud/lib/private/Log/Rotate.php
11101share/nextcloud/lib/private/Log/Syslog.php 12135share/nextcloud/lib/private/Log/Syslog.php
11102share/nextcloud/lib/private/Mail/EMailTemplate.php 12136share/nextcloud/lib/private/Mail/EMailTemplate.php
11103share/nextcloud/lib/private/Mail/Mailer.php 12137share/nextcloud/lib/private/Mail/Mailer.php
11104share/nextcloud/lib/private/Mail/Message.php 12138share/nextcloud/lib/private/Mail/Message.php
11105share/nextcloud/lib/private/Memcache/APCu.php 12139share/nextcloud/lib/private/Memcache/APCu.php
11106share/nextcloud/lib/private/Memcache/ArrayCache.php 12140share/nextcloud/lib/private/Memcache/ArrayCache.php
11107share/nextcloud/lib/private/Memcache/CADTrait.php 12141share/nextcloud/lib/private/Memcache/CADTrait.php
11108share/nextcloud/lib/private/Memcache/CASTrait.php 12142share/nextcloud/lib/private/Memcache/CASTrait.php
11109share/nextcloud/lib/private/Memcache/Cache.php 12143share/nextcloud/lib/private/Memcache/Cache.php
11110share/nextcloud/lib/private/Memcache/Factory.php 12144share/nextcloud/lib/private/Memcache/Factory.php
11111share/nextcloud/lib/private/Memcache/Memcached.php 12145share/nextcloud/lib/private/Memcache/Memcached.php
11112share/nextcloud/lib/private/Memcache/NullCache.php 12146share/nextcloud/lib/private/Memcache/NullCache.php
11113share/nextcloud/lib/private/Memcache/Redis.php 12147share/nextcloud/lib/private/Memcache/Redis.php
11114share/nextcloud/lib/private/Memcache/XCache.php 12148share/nextcloud/lib/private/Memcache/XCache.php
11115share/nextcloud/lib/private/Migration/BackgroundRepair.php 12149share/nextcloud/lib/private/Migration/BackgroundRepair.php
11116share/nextcloud/lib/private/Migration/ConsoleOutput.php 12150share/nextcloud/lib/private/Migration/ConsoleOutput.php
11117share/nextcloud/lib/private/NaturalSort.php 12151share/nextcloud/lib/private/NaturalSort.php
11118share/nextcloud/lib/private/NaturalSort_DefaultCollator.php 12152share/nextcloud/lib/private/NaturalSort_DefaultCollator.php
11119share/nextcloud/lib/private/NavigationManager.php 12153share/nextcloud/lib/private/NavigationManager.php
11120share/nextcloud/lib/private/NeedsUpdateException.php 12154share/nextcloud/lib/private/NeedsUpdateException.php
11121share/nextcloud/lib/private/NotSquareException.php 12155share/nextcloud/lib/private/NotSquareException.php
11122share/nextcloud/lib/private/Notification/Action.php 12156share/nextcloud/lib/private/Notification/Action.php
11123share/nextcloud/lib/private/Notification/Manager.php 12157share/nextcloud/lib/private/Notification/Manager.php
11124share/nextcloud/lib/private/Notification/Notification.php 12158share/nextcloud/lib/private/Notification/Notification.php
11125share/nextcloud/lib/private/OCS/CoreCapabilities.php 12159share/nextcloud/lib/private/OCS/CoreCapabilities.php
11126share/nextcloud/lib/private/OCS/DiscoveryService.php 12160share/nextcloud/lib/private/OCS/DiscoveryService.php
11127share/nextcloud/lib/private/OCS/Exception.php 12161share/nextcloud/lib/private/OCS/Exception.php
11128share/nextcloud/lib/private/OCS/PrivateData.php 12162share/nextcloud/lib/private/OCS/PrivateData.php
11129share/nextcloud/lib/private/OCS/Provider.php 12163share/nextcloud/lib/private/OCS/Provider.php
11130share/nextcloud/lib/private/OCS/Result.php 12164share/nextcloud/lib/private/OCS/Result.php
11131share/nextcloud/lib/private/Preview/BMP.php 12165share/nextcloud/lib/private/Preview/BMP.php
11132share/nextcloud/lib/private/Preview/Bitmap.php 12166share/nextcloud/lib/private/Preview/Bitmap.php
11133share/nextcloud/lib/private/Preview/Font.php 12167share/nextcloud/lib/private/Preview/Font.php
11134share/nextcloud/lib/private/Preview/GIF.php 12168share/nextcloud/lib/private/Preview/GIF.php
11135share/nextcloud/lib/private/Preview/Generator.php 12169share/nextcloud/lib/private/Preview/Generator.php
11136share/nextcloud/lib/private/Preview/GeneratorHelper.php 12170share/nextcloud/lib/private/Preview/GeneratorHelper.php
11137share/nextcloud/lib/private/Preview/Illustrator.php 12171share/nextcloud/lib/private/Preview/Illustrator.php
11138share/nextcloud/lib/private/Preview/Image.php 12172share/nextcloud/lib/private/Preview/Image.php
11139share/nextcloud/lib/private/Preview/JPEG.php 12173share/nextcloud/lib/private/Preview/JPEG.php
11140share/nextcloud/lib/private/Preview/MP3.php 12174share/nextcloud/lib/private/Preview/MP3.php
11141share/nextcloud/lib/private/Preview/MSOffice2003.php 12175share/nextcloud/lib/private/Preview/MSOffice2003.php
11142share/nextcloud/lib/private/Preview/MSOffice2007.php 12176share/nextcloud/lib/private/Preview/MSOffice2007.php
11143share/nextcloud/lib/private/Preview/MSOfficeDoc.php 12177share/nextcloud/lib/private/Preview/MSOfficeDoc.php
11144share/nextcloud/lib/private/Preview/MarkDown.php 12178share/nextcloud/lib/private/Preview/MarkDown.php
11145share/nextcloud/lib/private/Preview/Movie.php 12179share/nextcloud/lib/private/Preview/Movie.php
11146share/nextcloud/lib/private/Preview/Office.php 12180share/nextcloud/lib/private/Preview/Office.php
11147share/nextcloud/lib/private/Preview/OpenDocument.php 12181share/nextcloud/lib/private/Preview/OpenDocument.php
11148share/nextcloud/lib/private/Preview/PDF.php 12182share/nextcloud/lib/private/Preview/PDF.php
11149share/nextcloud/lib/private/Preview/PNG.php 12183share/nextcloud/lib/private/Preview/PNG.php
11150share/nextcloud/lib/private/Preview/Photoshop.php 12184share/nextcloud/lib/private/Preview/Photoshop.php
11151share/nextcloud/lib/private/Preview/Postscript.php 12185share/nextcloud/lib/private/Preview/Postscript.php
11152share/nextcloud/lib/private/Preview/Provider.php 12186share/nextcloud/lib/private/Preview/Provider.php
11153share/nextcloud/lib/private/Preview/SVG.php 12187share/nextcloud/lib/private/Preview/SVG.php
11154share/nextcloud/lib/private/Preview/StarOffice.php 12188share/nextcloud/lib/private/Preview/StarOffice.php
11155share/nextcloud/lib/private/Preview/TIFF.php 12189share/nextcloud/lib/private/Preview/TIFF.php
11156share/nextcloud/lib/private/Preview/TXT.php 12190share/nextcloud/lib/private/Preview/TXT.php
11157share/nextcloud/lib/private/Preview/Watcher.php 12191share/nextcloud/lib/private/Preview/Watcher.php
11158share/nextcloud/lib/private/Preview/WatcherConnector.php 12192share/nextcloud/lib/private/Preview/WatcherConnector.php
11159share/nextcloud/lib/private/Preview/XBitmap.php 12193share/nextcloud/lib/private/Preview/XBitmap.php
11160share/nextcloud/lib/private/PreviewManager.php 12194share/nextcloud/lib/private/PreviewManager.php
11161share/nextcloud/lib/private/PreviewNotAvailableException.php 12195share/nextcloud/lib/private/PreviewNotAvailableException.php
11162share/nextcloud/lib/private/RedisFactory.php 12196share/nextcloud/lib/private/RedisFactory.php
11163share/nextcloud/lib/private/Repair.php 12197share/nextcloud/lib/private/Repair.php
11164share/nextcloud/lib/private/Repair/CleanTags.php 12198share/nextcloud/lib/private/Repair/CleanTags.php
11165share/nextcloud/lib/private/Repair/Collation.php 12199share/nextcloud/lib/private/Repair/Collation.php
11166share/nextcloud/lib/private/Repair/MoveUpdaterStepFile.php 12200share/nextcloud/lib/private/Repair/MoveUpdaterStepFile.php
11167share/nextcloud/lib/private/Repair/NC11/CleanPreviews.php 12201share/nextcloud/lib/private/Repair/NC11/CleanPreviews.php
11168share/nextcloud/lib/private/Repair/NC11/CleanPreviewsBackgroundJob.php 12202share/nextcloud/lib/private/Repair/NC11/CleanPreviewsBackgroundJob.php
11169share/nextcloud/lib/private/Repair/NC11/FixMountStorages.php 12203share/nextcloud/lib/private/Repair/NC11/FixMountStorages.php
11170share/nextcloud/lib/private/Repair/NC11/MoveAvatars.php 12204share/nextcloud/lib/private/Repair/NC11/MoveAvatars.php
11171share/nextcloud/lib/private/Repair/NC11/MoveAvatarsBackgroundJob.php 12205share/nextcloud/lib/private/Repair/NC11/MoveAvatarsBackgroundJob.php
11172share/nextcloud/lib/private/Repair/NC12/InstallCoreBundle.php 12206share/nextcloud/lib/private/Repair/NC12/InstallCoreBundle.php
11173share/nextcloud/lib/private/Repair/NC12/RepairIdentityProofKeyFolders.php 12207share/nextcloud/lib/private/Repair/NC12/RepairIdentityProofKeyFolders.php
11174share/nextcloud/lib/private/Repair/NC12/UpdateLanguageCodes.php 12208share/nextcloud/lib/private/Repair/NC12/UpdateLanguageCodes.php
11175share/nextcloud/lib/private/Repair/NC13/RepairInvalidPaths.php 12209share/nextcloud/lib/private/Repair/NC13/RepairInvalidPaths.php
11176share/nextcloud/lib/private/Repair/OldGroupMembershipShares.php 12210share/nextcloud/lib/private/Repair/OldGroupMembershipShares.php
11177share/nextcloud/lib/private/Repair/Owncloud/DropAccountTermsTable.php 12211share/nextcloud/lib/private/Repair/Owncloud/DropAccountTermsTable.php
11178share/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php 12212share/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php
11179share/nextcloud/lib/private/Repair/RemoveRootShares.php 12213share/nextcloud/lib/private/Repair/RemoveRootShares.php
11180share/nextcloud/lib/private/Repair/RepairInvalidShares.php 12214share/nextcloud/lib/private/Repair/RepairInvalidShares.php
11181share/nextcloud/lib/private/Repair/RepairMimeTypes.php 12215share/nextcloud/lib/private/Repair/RepairMimeTypes.php
11182share/nextcloud/lib/private/Repair/SqliteAutoincrement.php 12216share/nextcloud/lib/private/Repair/SqliteAutoincrement.php
11183share/nextcloud/lib/private/RepairException.php 12217share/nextcloud/lib/private/RepairException.php
11184share/nextcloud/lib/private/RichObjectStrings/Validator.php 12218share/nextcloud/lib/private/RichObjectStrings/Validator.php
11185share/nextcloud/lib/private/Route/CachingRouter.php 12219share/nextcloud/lib/private/Route/CachingRouter.php
11186share/nextcloud/lib/private/Route/Route.php 12220share/nextcloud/lib/private/Route/Route.php
11187share/nextcloud/lib/private/Route/Router.php 12221share/nextcloud/lib/private/Route/Router.php
11188share/nextcloud/lib/private/Search.php 12222share/nextcloud/lib/private/Search.php
11189share/nextcloud/lib/private/Search/Provider/File.php 12223share/nextcloud/lib/private/Search/Provider/File.php
11190share/nextcloud/lib/private/Search/Result/Audio.php 12224share/nextcloud/lib/private/Search/Result/Audio.php
11191share/nextcloud/lib/private/Search/Result/File.php 12225share/nextcloud/lib/private/Search/Result/File.php
11192share/nextcloud/lib/private/Search/Result/Folder.php 12226share/nextcloud/lib/private/Search/Result/Folder.php
11193share/nextcloud/lib/private/Search/Result/Image.php 12227share/nextcloud/lib/private/Search/Result/Image.php
11194share/nextcloud/lib/private/Security/Bruteforce/Throttler.php 12228share/nextcloud/lib/private/Security/Bruteforce/Throttler.php
11195share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicy.php 12229share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicy.php
11196share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicyManager.php 12230share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicyManager.php
11197share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php 12231share/nextcloud/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php
11198share/nextcloud/lib/private/Security/CSRF/CsrfToken.php 12232share/nextcloud/lib/private/Security/CSRF/CsrfToken.php
11199share/nextcloud/lib/private/Security/CSRF/CsrfTokenGenerator.php 12233share/nextcloud/lib/private/Security/CSRF/CsrfTokenGenerator.php
11200share/nextcloud/lib/private/Security/CSRF/CsrfTokenManager.php 12234share/nextcloud/lib/private/Security/CSRF/CsrfTokenManager.php
11201share/nextcloud/lib/private/Security/CSRF/TokenStorage/SessionStorage.php 12235share/nextcloud/lib/private/Security/CSRF/TokenStorage/SessionStorage.php
11202share/nextcloud/lib/private/Security/Certificate.php 12236share/nextcloud/lib/private/Security/Certificate.php
11203share/nextcloud/lib/private/Security/CertificateManager.php 12237share/nextcloud/lib/private/Security/CertificateManager.php
11204share/nextcloud/lib/private/Security/CredentialsManager.php 12238share/nextcloud/lib/private/Security/CredentialsManager.php
11205share/nextcloud/lib/private/Security/Crypto.php 12239share/nextcloud/lib/private/Security/Crypto.php
11206share/nextcloud/lib/private/Security/Hasher.php 12240share/nextcloud/lib/private/Security/Hasher.php
11207share/nextcloud/lib/private/Security/IdentityProof/Key.php 12241share/nextcloud/lib/private/Security/IdentityProof/Key.php
11208share/nextcloud/lib/private/Security/IdentityProof/Manager.php 12242share/nextcloud/lib/private/Security/IdentityProof/Manager.php
11209share/nextcloud/lib/private/Security/IdentityProof/Signer.php 12243share/nextcloud/lib/private/Security/IdentityProof/Signer.php
11210share/nextcloud/lib/private/Security/Normalizer/IpAddress.php 12244share/nextcloud/lib/private/Security/Normalizer/IpAddress.php
11211share/nextcloud/lib/private/Security/RateLimiting/Backend/IBackend.php 12245share/nextcloud/lib/private/Security/RateLimiting/Backend/IBackend.php
11212share/nextcloud/lib/private/Security/RateLimiting/Backend/MemoryCache.php 12246share/nextcloud/lib/private/Security/RateLimiting/Backend/MemoryCache.php
11213share/nextcloud/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php 12247share/nextcloud/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php
11214share/nextcloud/lib/private/Security/RateLimiting/Limiter.php 12248share/nextcloud/lib/private/Security/RateLimiting/Limiter.php
11215share/nextcloud/lib/private/Security/SecureRandom.php 12249share/nextcloud/lib/private/Security/SecureRandom.php
11216share/nextcloud/lib/private/Security/TrustedDomainHelper.php 12250share/nextcloud/lib/private/Security/TrustedDomainHelper.php
11217share/nextcloud/lib/private/Server.php 12251share/nextcloud/lib/private/Server.php
11218share/nextcloud/lib/private/ServerContainer.php 12252share/nextcloud/lib/private/ServerContainer.php
11219share/nextcloud/lib/private/ServerNotAvailableException.php 12253share/nextcloud/lib/private/ServerNotAvailableException.php
11220share/nextcloud/lib/private/ServiceUnavailableException.php 12254share/nextcloud/lib/private/ServiceUnavailableException.php
11221share/nextcloud/lib/private/Session/CryptoSessionData.php 12255share/nextcloud/lib/private/Session/CryptoSessionData.php
11222share/nextcloud/lib/private/Session/CryptoWrapper.php 12256share/nextcloud/lib/private/Session/CryptoWrapper.php
11223share/nextcloud/lib/private/Session/Internal.php 12257share/nextcloud/lib/private/Session/Internal.php
11224share/nextcloud/lib/private/Session/Memory.php 12258share/nextcloud/lib/private/Session/Memory.php
11225share/nextcloud/lib/private/Session/Session.php 12259share/nextcloud/lib/private/Session/Session.php
11226share/nextcloud/lib/private/Settings/Admin/Additional.php 12260share/nextcloud/lib/private/Settings/Admin/Additional.php
11227share/nextcloud/lib/private/Settings/Admin/Encryption.php 12261share/nextcloud/lib/private/Settings/Admin/Encryption.php
11228share/nextcloud/lib/private/Settings/Admin/Server.php 12262share/nextcloud/lib/private/Settings/Admin/Server.php
11229share/nextcloud/lib/private/Settings/Admin/ServerDevNotice.php 12263share/nextcloud/lib/private/Settings/Admin/ServerDevNotice.php
11230share/nextcloud/lib/private/Settings/Admin/Sharing.php 12264share/nextcloud/lib/private/Settings/Admin/Sharing.php
11231share/nextcloud/lib/private/Settings/Admin/TipsTricks.php 12265share/nextcloud/lib/private/Settings/Admin/TipsTricks.php
11232share/nextcloud/lib/private/Settings/Manager.php 12266share/nextcloud/lib/private/Settings/Manager.php
11233share/nextcloud/lib/private/Settings/Mapper.php 12267share/nextcloud/lib/private/Settings/Mapper.php
11234share/nextcloud/lib/private/Settings/RemoveOrphaned.php 12268share/nextcloud/lib/private/Settings/RemoveOrphaned.php
11235share/nextcloud/lib/private/Settings/Section.php 12269share/nextcloud/lib/private/Settings/Section.php
11236share/nextcloud/lib/private/Setup.php 12270share/nextcloud/lib/private/Setup.php
11237share/nextcloud/lib/private/Setup/AbstractDatabase.php 12271share/nextcloud/lib/private/Setup/AbstractDatabase.php
11238share/nextcloud/lib/private/Setup/MySQL.php 12272share/nextcloud/lib/private/Setup/MySQL.php
11239share/nextcloud/lib/private/Setup/OCI.php 12273share/nextcloud/lib/private/Setup/OCI.php
11240share/nextcloud/lib/private/Setup/PostgreSQL.php 12274share/nextcloud/lib/private/Setup/PostgreSQL.php
11241share/nextcloud/lib/private/Setup/Sqlite.php 12275share/nextcloud/lib/private/Setup/Sqlite.php
11242share/nextcloud/lib/private/Share/Constants.php 12276share/nextcloud/lib/private/Share/Constants.php
11243share/nextcloud/lib/private/Share/Helper.php 12277share/nextcloud/lib/private/Share/Helper.php
11244share/nextcloud/lib/private/Share/SearchResultSorter.php 12278share/nextcloud/lib/private/Share/SearchResultSorter.php
11245share/nextcloud/lib/private/Share/Share.php 12279share/nextcloud/lib/private/Share/Share.php
11246share/nextcloud/lib/private/Share20/DefaultShareProvider.php 12280share/nextcloud/lib/private/Share20/DefaultShareProvider.php
11247share/nextcloud/lib/private/Share20/Exception/BackendError.php 12281share/nextcloud/lib/private/Share20/Exception/BackendError.php
11248share/nextcloud/lib/private/Share20/Exception/InvalidShare.php 12282share/nextcloud/lib/private/Share20/Exception/InvalidShare.php
11249share/nextcloud/lib/private/Share20/Exception/ProviderException.php 12283share/nextcloud/lib/private/Share20/Exception/ProviderException.php
11250share/nextcloud/lib/private/Share20/Hooks.php 12284share/nextcloud/lib/private/Share20/Hooks.php
11251share/nextcloud/lib/private/Share20/LegacyHooks.php 12285share/nextcloud/lib/private/Share20/LegacyHooks.php
11252share/nextcloud/lib/private/Share20/Manager.php 12286share/nextcloud/lib/private/Share20/Manager.php
11253share/nextcloud/lib/private/Share20/ProviderFactory.php 12287share/nextcloud/lib/private/Share20/ProviderFactory.php
11254share/nextcloud/lib/private/Share20/Share.php 12288share/nextcloud/lib/private/Share20/Share.php
11255share/nextcloud/lib/private/Share20/ShareHelper.php 12289share/nextcloud/lib/private/Share20/ShareHelper.php
11256share/nextcloud/lib/private/Streamer.php 12290share/nextcloud/lib/private/Streamer.php
11257share/nextcloud/lib/private/SubAdmin.php 12291share/nextcloud/lib/private/SubAdmin.php
11258share/nextcloud/lib/private/SystemConfig.php 12292share/nextcloud/lib/private/SystemConfig.php
11259share/nextcloud/lib/private/SystemTag/ManagerFactory.php 12293share/nextcloud/lib/private/SystemTag/ManagerFactory.php
11260share/nextcloud/lib/private/SystemTag/SystemTag.php 12294share/nextcloud/lib/private/SystemTag/SystemTag.php
11261share/nextcloud/lib/private/SystemTag/SystemTagManager.php 12295share/nextcloud/lib/private/SystemTag/SystemTagManager.php
11262share/nextcloud/lib/private/SystemTag/SystemTagObjectMapper.php 12296share/nextcloud/lib/private/SystemTag/SystemTagObjectMapper.php
11263share/nextcloud/lib/private/TagManager.php 12297share/nextcloud/lib/private/TagManager.php
11264share/nextcloud/lib/private/Tagging/Tag.php 12298share/nextcloud/lib/private/Tagging/Tag.php
11265share/nextcloud/lib/private/Tagging/TagMapper.php 12299share/nextcloud/lib/private/Tagging/TagMapper.php
11266share/nextcloud/lib/private/Tags.php 12300share/nextcloud/lib/private/Tags.php
11267share/nextcloud/lib/private/TempManager.php 12301share/nextcloud/lib/private/TempManager.php
11268share/nextcloud/lib/private/Template/Base.php 12302share/nextcloud/lib/private/Template/Base.php
11269share/nextcloud/lib/private/Template/CSSResourceLocator.php 12303share/nextcloud/lib/private/Template/CSSResourceLocator.php
11270share/nextcloud/lib/private/Template/JSCombiner.php 12304share/nextcloud/lib/private/Template/JSCombiner.php
11271share/nextcloud/lib/private/Template/JSConfigHelper.php 12305share/nextcloud/lib/private/Template/JSConfigHelper.php
11272share/nextcloud/lib/private/Template/JSResourceLocator.php 12306share/nextcloud/lib/private/Template/JSResourceLocator.php
11273share/nextcloud/lib/private/Template/ResourceLocator.php 12307share/nextcloud/lib/private/Template/ResourceLocator.php
11274share/nextcloud/lib/private/Template/ResourceNotFoundException.php 12308share/nextcloud/lib/private/Template/ResourceNotFoundException.php
11275share/nextcloud/lib/private/Template/SCSSCacher.php 12309share/nextcloud/lib/private/Template/SCSSCacher.php
11276share/nextcloud/lib/private/Template/TemplateFileLocator.php 12310share/nextcloud/lib/private/Template/TemplateFileLocator.php
11277share/nextcloud/lib/private/TemplateLayout.php 12311share/nextcloud/lib/private/TemplateLayout.php
11278share/nextcloud/lib/private/URLGenerator.php 12312share/nextcloud/lib/private/URLGenerator.php
11279share/nextcloud/lib/private/Updater.php 12313share/nextcloud/lib/private/Updater.php
11280share/nextcloud/lib/private/Updater/VersionCheck.php 12314share/nextcloud/lib/private/Updater/VersionCheck.php
11281share/nextcloud/lib/private/User/Backend.php 12315share/nextcloud/lib/private/User/Backend.php
11282share/nextcloud/lib/private/User/Database.php 12316share/nextcloud/lib/private/User/Database.php
11283share/nextcloud/lib/private/User/LoginException.php 12317share/nextcloud/lib/private/User/LoginException.php
11284share/nextcloud/lib/private/User/Manager.php 12318share/nextcloud/lib/private/User/Manager.php
11285share/nextcloud/lib/private/User/NoUserException.php 12319share/nextcloud/lib/private/User/NoUserException.php
11286share/nextcloud/lib/private/User/Session.php 12320share/nextcloud/lib/private/User/Session.php
11287share/nextcloud/lib/private/User/User.php 12321share/nextcloud/lib/private/User/User.php
11288share/nextcloud/lib/private/legacy/api.php 12322share/nextcloud/lib/private/legacy/api.php
11289share/nextcloud/lib/private/legacy/app.php 12323share/nextcloud/lib/private/legacy/app.php
11290share/nextcloud/lib/private/legacy/db.php 12324share/nextcloud/lib/private/legacy/db.php
11291share/nextcloud/lib/private/legacy/db/statementwrapper.php 12325share/nextcloud/lib/private/legacy/db/statementwrapper.php
11292share/nextcloud/lib/private/legacy/defaults.php 12326share/nextcloud/lib/private/legacy/defaults.php
11293share/nextcloud/lib/private/legacy/eventsource.php 12327share/nextcloud/lib/private/legacy/eventsource.php
11294share/nextcloud/lib/private/legacy/filechunking.php 12328share/nextcloud/lib/private/legacy/filechunking.php
11295share/nextcloud/lib/private/legacy/files.php 12329share/nextcloud/lib/private/legacy/files.php
11296share/nextcloud/lib/private/legacy/group/backend.php 12330share/nextcloud/lib/private/legacy/group/backend.php
11297share/nextcloud/lib/private/legacy/helper.php 12331share/nextcloud/lib/private/legacy/helper.php
11298share/nextcloud/lib/private/legacy/hook.php 12332share/nextcloud/lib/private/legacy/hook.php
11299share/nextcloud/lib/private/legacy/image.php 12333share/nextcloud/lib/private/legacy/image.php
11300share/nextcloud/lib/private/legacy/json.php 12334share/nextcloud/lib/private/legacy/json.php
11301share/nextcloud/lib/private/legacy/l10n/string.php 12335share/nextcloud/lib/private/legacy/l10n/string.php
11302share/nextcloud/lib/private/legacy/ocs/privatedata.php 12336share/nextcloud/lib/private/legacy/ocs/privatedata.php
11303share/nextcloud/lib/private/legacy/ocs/result.php 12337share/nextcloud/lib/private/legacy/ocs/result.php
11304share/nextcloud/lib/private/legacy/response.php 12338share/nextcloud/lib/private/legacy/response.php
11305share/nextcloud/lib/private/legacy/template.php 12339share/nextcloud/lib/private/legacy/template.php
11306share/nextcloud/lib/private/legacy/template/functions.php 12340share/nextcloud/lib/private/legacy/template/functions.php
11307share/nextcloud/lib/private/legacy/user.php 12341share/nextcloud/lib/private/legacy/user.php
11308share/nextcloud/lib/private/legacy/user/backend.php 12342share/nextcloud/lib/private/legacy/user/backend.php
11309share/nextcloud/lib/private/legacy/user/interface.php 12343share/nextcloud/lib/private/legacy/user/interface.php
11310share/nextcloud/lib/private/legacy/util.php 12344share/nextcloud/lib/private/legacy/util.php
11311share/nextcloud/lib/public/API.php 12345share/nextcloud/lib/public/API.php
11312share/nextcloud/lib/public/Activity/IConsumer.php 12346share/nextcloud/lib/public/Activity/IConsumer.php
11313share/nextcloud/lib/public/Activity/IEvent.php 12347share/nextcloud/lib/public/Activity/IEvent.php
11314share/nextcloud/lib/public/Activity/IEventMerger.php 12348share/nextcloud/lib/public/Activity/IEventMerger.php
11315share/nextcloud/lib/public/Activity/IExtension.php 12349share/nextcloud/lib/public/Activity/IExtension.php
11316share/nextcloud/lib/public/Activity/IFilter.php 12350share/nextcloud/lib/public/Activity/IFilter.php
11317share/nextcloud/lib/public/Activity/IManager.php 12351share/nextcloud/lib/public/Activity/IManager.php
11318share/nextcloud/lib/public/Activity/IProvider.php 12352share/nextcloud/lib/public/Activity/IProvider.php
11319share/nextcloud/lib/public/Activity/ISetting.php 12353share/nextcloud/lib/public/Activity/ISetting.php
11320share/nextcloud/lib/public/App.php 12354share/nextcloud/lib/public/App.php
11321share/nextcloud/lib/public/App/AppPathNotFoundException.php 12355share/nextcloud/lib/public/App/AppPathNotFoundException.php
11322share/nextcloud/lib/public/App/IAppManager.php 12356share/nextcloud/lib/public/App/IAppManager.php
11323share/nextcloud/lib/public/App/ManagerEvent.php 12357share/nextcloud/lib/public/App/ManagerEvent.php
11324share/nextcloud/lib/public/AppFramework/ApiController.php 12358share/nextcloud/lib/public/AppFramework/ApiController.php
11325share/nextcloud/lib/public/AppFramework/App.php 12359share/nextcloud/lib/public/AppFramework/App.php
11326share/nextcloud/lib/public/AppFramework/Controller.php 12360share/nextcloud/lib/public/AppFramework/Controller.php
11327share/nextcloud/lib/public/AppFramework/Db/DoesNotExistException.php 12361share/nextcloud/lib/public/AppFramework/Db/DoesNotExistException.php
11328share/nextcloud/lib/public/AppFramework/Db/Entity.php 12362share/nextcloud/lib/public/AppFramework/Db/Entity.php
11329share/nextcloud/lib/public/AppFramework/Db/Mapper.php 12363share/nextcloud/lib/public/AppFramework/Db/Mapper.php
11330share/nextcloud/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php 12364share/nextcloud/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php
11331share/nextcloud/lib/public/AppFramework/Http.php 12365share/nextcloud/lib/public/AppFramework/Http.php
11332share/nextcloud/lib/public/AppFramework/Http/ContentSecurityPolicy.php 12366share/nextcloud/lib/public/AppFramework/Http/ContentSecurityPolicy.php
11333share/nextcloud/lib/public/AppFramework/Http/DataDisplayResponse.php 12367share/nextcloud/lib/public/AppFramework/Http/DataDisplayResponse.php
11334share/nextcloud/lib/public/AppFramework/Http/DataDownloadResponse.php 12368share/nextcloud/lib/public/AppFramework/Http/DataDownloadResponse.php
11335share/nextcloud/lib/public/AppFramework/Http/DataResponse.php 12369share/nextcloud/lib/public/AppFramework/Http/DataResponse.php
11336share/nextcloud/lib/public/AppFramework/Http/DownloadResponse.php 12370share/nextcloud/lib/public/AppFramework/Http/DownloadResponse.php
11337share/nextcloud/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php 12371share/nextcloud/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php
11338share/nextcloud/lib/public/AppFramework/Http/FileDisplayResponse.php 12372share/nextcloud/lib/public/AppFramework/Http/FileDisplayResponse.php
11339share/nextcloud/lib/public/AppFramework/Http/ICallbackResponse.php 12373share/nextcloud/lib/public/AppFramework/Http/ICallbackResponse.php
11340share/nextcloud/lib/public/AppFramework/Http/IOutput.php 12374share/nextcloud/lib/public/AppFramework/Http/IOutput.php
11341share/nextcloud/lib/public/AppFramework/Http/JSONResponse.php 12375share/nextcloud/lib/public/AppFramework/Http/JSONResponse.php
11342share/nextcloud/lib/public/AppFramework/Http/NotFoundResponse.php 12376share/nextcloud/lib/public/AppFramework/Http/NotFoundResponse.php
11343share/nextcloud/lib/public/AppFramework/Http/OCSResponse.php 12377share/nextcloud/lib/public/AppFramework/Http/OCSResponse.php
11344share/nextcloud/lib/public/AppFramework/Http/RedirectResponse.php 12378share/nextcloud/lib/public/AppFramework/Http/RedirectResponse.php
11345share/nextcloud/lib/public/AppFramework/Http/Response.php 12379share/nextcloud/lib/public/AppFramework/Http/Response.php
11346share/nextcloud/lib/public/AppFramework/Http/StreamResponse.php 12380share/nextcloud/lib/public/AppFramework/Http/StreamResponse.php
11347share/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php 12381share/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php
11348share/nextcloud/lib/public/AppFramework/IApi.php 12382share/nextcloud/lib/public/AppFramework/IApi.php
11349share/nextcloud/lib/public/AppFramework/IAppContainer.php 12383share/nextcloud/lib/public/AppFramework/IAppContainer.php
11350share/nextcloud/lib/public/AppFramework/Middleware.php 12384share/nextcloud/lib/public/AppFramework/Middleware.php
11351share/nextcloud/lib/public/AppFramework/OCS/OCSBadRequestException.php 12385share/nextcloud/lib/public/AppFramework/OCS/OCSBadRequestException.php
11352share/nextcloud/lib/public/AppFramework/OCS/OCSException.php 12386share/nextcloud/lib/public/AppFramework/OCS/OCSException.php
11353share/nextcloud/lib/public/AppFramework/OCS/OCSForbiddenException.php 12387share/nextcloud/lib/public/AppFramework/OCS/OCSForbiddenException.php
11354share/nextcloud/lib/public/AppFramework/OCS/OCSNotFoundException.php 12388share/nextcloud/lib/public/AppFramework/OCS/OCSNotFoundException.php
11355share/nextcloud/lib/public/AppFramework/OCSController.php 12389share/nextcloud/lib/public/AppFramework/OCSController.php
11356share/nextcloud/lib/public/AppFramework/QueryException.php 12390share/nextcloud/lib/public/AppFramework/QueryException.php
11357share/nextcloud/lib/public/AppFramework/Utility/IControllerMethodReflector.php 12391share/nextcloud/lib/public/AppFramework/Utility/IControllerMethodReflector.php
11358share/nextcloud/lib/public/AppFramework/Utility/ITimeFactory.php 12392share/nextcloud/lib/public/AppFramework/Utility/ITimeFactory.php
11359share/nextcloud/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php 12393share/nextcloud/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php
11360share/nextcloud/lib/public/Authentication/Exceptions/PasswordUnavailableException.php 12394share/nextcloud/lib/public/Authentication/Exceptions/PasswordUnavailableException.php
11361share/nextcloud/lib/public/Authentication/IApacheBackend.php 12395share/nextcloud/lib/public/Authentication/IApacheBackend.php
11362share/nextcloud/lib/public/Authentication/LoginCredentials/ICredentials.php 12396share/nextcloud/lib/public/Authentication/LoginCredentials/ICredentials.php
11363share/nextcloud/lib/public/Authentication/LoginCredentials/IStore.php 12397share/nextcloud/lib/public/Authentication/LoginCredentials/IStore.php
11364share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvider.php 12398share/nextcloud/lib/public/Authentication/TwoFactorAuth/IProvider.php
11365share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php 12399share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php
11366share/nextcloud/lib/public/AutoloadNotAllowedException.php 12400share/nextcloud/lib/public/AutoloadNotAllowedException.php
11367share/nextcloud/lib/public/BackgroundJob.php 12401share/nextcloud/lib/public/BackgroundJob.php
11368share/nextcloud/lib/public/BackgroundJob/IJob.php 12402share/nextcloud/lib/public/BackgroundJob/IJob.php
11369share/nextcloud/lib/public/BackgroundJob/IJobList.php 12403share/nextcloud/lib/public/BackgroundJob/IJobList.php
11370share/nextcloud/lib/public/Capabilities/ICapability.php 12404share/nextcloud/lib/public/Capabilities/ICapability.php
11371share/nextcloud/lib/public/Command/IBus.php 12405share/nextcloud/lib/public/Command/IBus.php
11372share/nextcloud/lib/public/Command/ICommand.php 12406share/nextcloud/lib/public/Command/ICommand.php
11373share/nextcloud/lib/public/Comments/CommentsEntityEvent.php 12407share/nextcloud/lib/public/Comments/CommentsEntityEvent.php
11374share/nextcloud/lib/public/Comments/CommentsEvent.php 12408share/nextcloud/lib/public/Comments/CommentsEvent.php
11375share/nextcloud/lib/public/Comments/IComment.php 12409share/nextcloud/lib/public/Comments/IComment.php
11376share/nextcloud/lib/public/Comments/ICommentsEventHandler.php 12410share/nextcloud/lib/public/Comments/ICommentsEventHandler.php
11377share/nextcloud/lib/public/Comments/ICommentsManager.php 12411share/nextcloud/lib/public/Comments/ICommentsManager.php
11378share/nextcloud/lib/public/Comments/ICommentsManagerFactory.php 12412share/nextcloud/lib/public/Comments/ICommentsManagerFactory.php
11379share/nextcloud/lib/public/Comments/IllegalIDChangeException.php 12413share/nextcloud/lib/public/Comments/IllegalIDChangeException.php
11380share/nextcloud/lib/public/Comments/MessageTooLongException.php 12414share/nextcloud/lib/public/Comments/MessageTooLongException.php
11381share/nextcloud/lib/public/Comments/NotFoundException.php 12415share/nextcloud/lib/public/Comments/NotFoundException.php
11382share/nextcloud/lib/public/Config.php 12416share/nextcloud/lib/public/Config.php
11383share/nextcloud/lib/public/Console/ConsoleEvent.php 12417share/nextcloud/lib/public/Console/ConsoleEvent.php
11384share/nextcloud/lib/public/Constants.php 12418share/nextcloud/lib/public/Constants.php
11385share/nextcloud/lib/public/Contacts.php 12419share/nextcloud/lib/public/Contacts.php
11386share/nextcloud/lib/public/Contacts/ContactsMenu/IAction.php 12420share/nextcloud/lib/public/Contacts/ContactsMenu/IAction.php
11387share/nextcloud/lib/public/Contacts/ContactsMenu/IActionFactory.php 12421share/nextcloud/lib/public/Contacts/ContactsMenu/IActionFactory.php
11388share/nextcloud/lib/public/Contacts/ContactsMenu/IEntry.php 12422share/nextcloud/lib/public/Contacts/ContactsMenu/IEntry.php
11389share/nextcloud/lib/public/Contacts/ContactsMenu/ILinkAction.php 12423share/nextcloud/lib/public/Contacts/ContactsMenu/ILinkAction.php
11390share/nextcloud/lib/public/Contacts/ContactsMenu/IProvider.php 12424share/nextcloud/lib/public/Contacts/ContactsMenu/IProvider.php
11391share/nextcloud/lib/public/Contacts/IManager.php 12425share/nextcloud/lib/public/Contacts/IManager.php
11392share/nextcloud/lib/public/DB.php 12426share/nextcloud/lib/public/DB.php
11393share/nextcloud/lib/public/DB/QueryBuilder/ICompositeExpression.php 12427share/nextcloud/lib/public/DB/QueryBuilder/ICompositeExpression.php
11394share/nextcloud/lib/public/DB/QueryBuilder/IExpressionBuilder.php 12428share/nextcloud/lib/public/DB/QueryBuilder/IExpressionBuilder.php
11395share/nextcloud/lib/public/DB/QueryBuilder/IFunctionBuilder.php 12429share/nextcloud/lib/public/DB/QueryBuilder/IFunctionBuilder.php
11396share/nextcloud/lib/public/DB/QueryBuilder/ILiteral.php 12430share/nextcloud/lib/public/DB/QueryBuilder/ILiteral.php
11397share/nextcloud/lib/public/DB/QueryBuilder/IParameter.php 12431share/nextcloud/lib/public/DB/QueryBuilder/IParameter.php
11398share/nextcloud/lib/public/DB/QueryBuilder/IQueryBuilder.php 12432share/nextcloud/lib/public/DB/QueryBuilder/IQueryBuilder.php
11399share/nextcloud/lib/public/DB/QueryBuilder/IQueryFunction.php 12433share/nextcloud/lib/public/DB/QueryBuilder/IQueryFunction.php
11400share/nextcloud/lib/public/Defaults.php 12434share/nextcloud/lib/public/Defaults.php
11401share/nextcloud/lib/public/Diagnostics/IEvent.php 12435share/nextcloud/lib/public/Diagnostics/IEvent.php
11402share/nextcloud/lib/public/Diagnostics/IEventLogger.php 12436share/nextcloud/lib/public/Diagnostics/IEventLogger.php
11403share/nextcloud/lib/public/Diagnostics/IQuery.php 12437share/nextcloud/lib/public/Diagnostics/IQuery.php
11404share/nextcloud/lib/public/Diagnostics/IQueryLogger.php 12438share/nextcloud/lib/public/Diagnostics/IQueryLogger.php
11405share/nextcloud/lib/public/Encryption/Exceptions/GenericEncryptionException.php 12439share/nextcloud/lib/public/Encryption/Exceptions/GenericEncryptionException.php
11406share/nextcloud/lib/public/Encryption/IEncryptionModule.php 12440share/nextcloud/lib/public/Encryption/IEncryptionModule.php
11407share/nextcloud/lib/public/Encryption/IFile.php 12441share/nextcloud/lib/public/Encryption/IFile.php
11408share/nextcloud/lib/public/Encryption/IManager.php 12442share/nextcloud/lib/public/Encryption/IManager.php
11409share/nextcloud/lib/public/Encryption/Keys/IStorage.php 12443share/nextcloud/lib/public/Encryption/Keys/IStorage.php
11410share/nextcloud/lib/public/Federation/ICloudId.php 12444share/nextcloud/lib/public/Federation/ICloudId.php
11411share/nextcloud/lib/public/Federation/ICloudIdManager.php 12445share/nextcloud/lib/public/Federation/ICloudIdManager.php
11412share/nextcloud/lib/public/Files.php 12446share/nextcloud/lib/public/Files.php
11413share/nextcloud/lib/public/Files/AlreadyExistsException.php 12447share/nextcloud/lib/public/Files/AlreadyExistsException.php
11414share/nextcloud/lib/public/Files/Cache/ICache.php 12448share/nextcloud/lib/public/Files/Cache/ICache.php
11415share/nextcloud/lib/public/Files/Cache/ICacheEntry.php 12449share/nextcloud/lib/public/Files/Cache/ICacheEntry.php
11416share/nextcloud/lib/public/Files/Cache/IPropagator.php 12450share/nextcloud/lib/public/Files/Cache/IPropagator.php
11417share/nextcloud/lib/public/Files/Cache/IScanner.php 12451share/nextcloud/lib/public/Files/Cache/IScanner.php
11418share/nextcloud/lib/public/Files/Cache/IUpdater.php 12452share/nextcloud/lib/public/Files/Cache/IUpdater.php
11419share/nextcloud/lib/public/Files/Cache/IWatcher.php 12453share/nextcloud/lib/public/Files/Cache/IWatcher.php
11420share/nextcloud/lib/public/Files/Config/ICachedMountInfo.php 12454share/nextcloud/lib/public/Files/Config/ICachedMountInfo.php
11421share/nextcloud/lib/public/Files/Config/IHomeMountProvider.php 12455share/nextcloud/lib/public/Files/Config/IHomeMountProvider.php
11422share/nextcloud/lib/public/Files/Config/IMountProvider.php 12456share/nextcloud/lib/public/Files/Config/IMountProvider.php
11423share/nextcloud/lib/public/Files/Config/IMountProviderCollection.php 12457share/nextcloud/lib/public/Files/Config/IMountProviderCollection.php
11424share/nextcloud/lib/public/Files/Config/IUserMountCache.php 12458share/nextcloud/lib/public/Files/Config/IUserMountCache.php
11425share/nextcloud/lib/public/Files/EmptyFileNameException.php 12459share/nextcloud/lib/public/Files/EmptyFileNameException.php
11426share/nextcloud/lib/public/Files/EntityTooLargeException.php 12460share/nextcloud/lib/public/Files/EntityTooLargeException.php
11427share/nextcloud/lib/public/Files/File.php 12461share/nextcloud/lib/public/Files/File.php
11428share/nextcloud/lib/public/Files/FileInfo.php 12462share/nextcloud/lib/public/Files/FileInfo.php
11429share/nextcloud/lib/public/Files/FileNameTooLongException.php 12463share/nextcloud/lib/public/Files/FileNameTooLongException.php
11430share/nextcloud/lib/public/Files/Folder.php 12464share/nextcloud/lib/public/Files/Folder.php
11431share/nextcloud/lib/public/Files/ForbiddenException.php 12465share/nextcloud/lib/public/Files/ForbiddenException.php
11432share/nextcloud/lib/public/Files/IAppData.php 12466share/nextcloud/lib/public/Files/IAppData.php
11433share/nextcloud/lib/public/Files/IHomeStorage.php 12467share/nextcloud/lib/public/Files/IHomeStorage.php
11434share/nextcloud/lib/public/Files/IMimeTypeDetector.php 12468share/nextcloud/lib/public/Files/IMimeTypeDetector.php
11435share/nextcloud/lib/public/Files/IMimeTypeLoader.php 12469share/nextcloud/lib/public/Files/IMimeTypeLoader.php
11436share/nextcloud/lib/public/Files/IRootFolder.php 12470share/nextcloud/lib/public/Files/IRootFolder.php
11437share/nextcloud/lib/public/Files/InvalidCharacterInPathException.php 12471share/nextcloud/lib/public/Files/InvalidCharacterInPathException.php
11438share/nextcloud/lib/public/Files/InvalidContentException.php 12472share/nextcloud/lib/public/Files/InvalidContentException.php
11439share/nextcloud/lib/public/Files/InvalidDirectoryException.php 12473share/nextcloud/lib/public/Files/InvalidDirectoryException.php
11440share/nextcloud/lib/public/Files/InvalidPathException.php 12474share/nextcloud/lib/public/Files/InvalidPathException.php
11441share/nextcloud/lib/public/Files/LockNotAcquiredException.php 12475share/nextcloud/lib/public/Files/LockNotAcquiredException.php
11442share/nextcloud/lib/public/Files/Mount/IMountManager.php 12476share/nextcloud/lib/public/Files/Mount/IMountManager.php
11443share/nextcloud/lib/public/Files/Mount/IMountPoint.php 12477share/nextcloud/lib/public/Files/Mount/IMountPoint.php
11444share/nextcloud/lib/public/Files/Node.php 12478share/nextcloud/lib/public/Files/Node.php
11445share/nextcloud/lib/public/Files/NotEnoughSpaceException.php 12479share/nextcloud/lib/public/Files/NotEnoughSpaceException.php
11446share/nextcloud/lib/public/Files/NotFoundException.php 12480share/nextcloud/lib/public/Files/NotFoundException.php
11447share/nextcloud/lib/public/Files/NotPermittedException.php 12481share/nextcloud/lib/public/Files/NotPermittedException.php
11448share/nextcloud/lib/public/Files/Notify/IChange.php 12482share/nextcloud/lib/public/Files/Notify/IChange.php
11449share/nextcloud/lib/public/Files/Notify/INotifyHandler.php 12483share/nextcloud/lib/public/Files/Notify/INotifyHandler.php
11450share/nextcloud/lib/public/Files/Notify/IRenameChange.php 12484share/nextcloud/lib/public/Files/Notify/IRenameChange.php
11451share/nextcloud/lib/public/Files/ObjectStore/IObjectStore.php 12485share/nextcloud/lib/public/Files/ObjectStore/IObjectStore.php
11452share/nextcloud/lib/public/Files/ReservedWordException.php 12486share/nextcloud/lib/public/Files/ReservedWordException.php
11453share/nextcloud/lib/public/Files/Search/ISearchBinaryOperator.php 12487share/nextcloud/lib/public/Files/Search/ISearchBinaryOperator.php
11454share/nextcloud/lib/public/Files/Search/ISearchComparison.php 12488share/nextcloud/lib/public/Files/Search/ISearchComparison.php
11455share/nextcloud/lib/public/Files/Search/ISearchOperator.php 12489share/nextcloud/lib/public/Files/Search/ISearchOperator.php
11456share/nextcloud/lib/public/Files/Search/ISearchOrder.php 12490share/nextcloud/lib/public/Files/Search/ISearchOrder.php
11457share/nextcloud/lib/public/Files/Search/ISearchQuery.php 12491share/nextcloud/lib/public/Files/Search/ISearchQuery.php
11458share/nextcloud/lib/public/Files/SimpleFS/ISimpleFile.php 12492share/nextcloud/lib/public/Files/SimpleFS/ISimpleFile.php
11459share/nextcloud/lib/public/Files/SimpleFS/ISimpleFolder.php 12493share/nextcloud/lib/public/Files/SimpleFS/ISimpleFolder.php
11460share/nextcloud/lib/public/Files/SimpleFS/ISimpleRoot.php 12494share/nextcloud/lib/public/Files/SimpleFS/ISimpleRoot.php
11461share/nextcloud/lib/public/Files/Storage.php 12495share/nextcloud/lib/public/Files/Storage.php
11462share/nextcloud/lib/public/Files/Storage/ILockingStorage.php 12496share/nextcloud/lib/public/Files/Storage/ILockingStorage.php
11463share/nextcloud/lib/public/Files/Storage/INotifyStorage.php 12497share/nextcloud/lib/public/Files/Storage/INotifyStorage.php
11464share/nextcloud/lib/public/Files/Storage/IStorage.php 12498share/nextcloud/lib/public/Files/Storage/IStorage.php
11465share/nextcloud/lib/public/Files/Storage/IStorageFactory.php 12499share/nextcloud/lib/public/Files/Storage/IStorageFactory.php
11466share/nextcloud/lib/public/Files/StorageAuthException.php 12500share/nextcloud/lib/public/Files/StorageAuthException.php
11467share/nextcloud/lib/public/Files/StorageBadConfigException.php 12501share/nextcloud/lib/public/Files/StorageBadConfigException.php
11468share/nextcloud/lib/public/Files/StorageConnectionException.php 12502share/nextcloud/lib/public/Files/StorageConnectionException.php
11469share/nextcloud/lib/public/Files/StorageInvalidException.php 12503share/nextcloud/lib/public/Files/StorageInvalidException.php
11470share/nextcloud/lib/public/Files/StorageNotAvailableException.php 12504share/nextcloud/lib/public/Files/StorageNotAvailableException.php
11471share/nextcloud/lib/public/Files/StorageTimeoutException.php 12505share/nextcloud/lib/public/Files/StorageTimeoutException.php
11472share/nextcloud/lib/public/Files/UnseekableException.php 12506share/nextcloud/lib/public/Files/UnseekableException.php
11473share/nextcloud/lib/public/GlobalScale/IConfig.php 12507share/nextcloud/lib/public/GlobalScale/IConfig.php
11474share/nextcloud/lib/public/GroupInterface.php 12508share/nextcloud/lib/public/GroupInterface.php
11475share/nextcloud/lib/public/Http/Client/IClient.php 12509share/nextcloud/lib/public/Http/Client/IClient.php
11476share/nextcloud/lib/public/Http/Client/IClientService.php 12510share/nextcloud/lib/public/Http/Client/IClientService.php
11477share/nextcloud/lib/public/Http/Client/IResponse.php 12511share/nextcloud/lib/public/Http/Client/IResponse.php
11478share/nextcloud/lib/public/IAddressBook.php 12512share/nextcloud/lib/public/IAddressBook.php
11479share/nextcloud/lib/public/IAppConfig.php 12513share/nextcloud/lib/public/IAppConfig.php
11480share/nextcloud/lib/public/IAvatar.php 12514share/nextcloud/lib/public/IAvatar.php
11481share/nextcloud/lib/public/IAvatarManager.php 12515share/nextcloud/lib/public/IAvatarManager.php
11482share/nextcloud/lib/public/ICache.php 12516share/nextcloud/lib/public/ICache.php
11483share/nextcloud/lib/public/ICacheFactory.php 12517share/nextcloud/lib/public/ICacheFactory.php
11484share/nextcloud/lib/public/ICertificate.php 12518share/nextcloud/lib/public/ICertificate.php
11485share/nextcloud/lib/public/ICertificateManager.php 12519share/nextcloud/lib/public/ICertificateManager.php
11486share/nextcloud/lib/public/IConfig.php 12520share/nextcloud/lib/public/IConfig.php
11487share/nextcloud/lib/public/IContainer.php 12521share/nextcloud/lib/public/IContainer.php
11488share/nextcloud/lib/public/IDBConnection.php 12522share/nextcloud/lib/public/IDBConnection.php
11489share/nextcloud/lib/public/IDateTimeFormatter.php 12523share/nextcloud/lib/public/IDateTimeFormatter.php
11490share/nextcloud/lib/public/IDateTimeZone.php 12524share/nextcloud/lib/public/IDateTimeZone.php
11491share/nextcloud/lib/public/IEventSource.php 12525share/nextcloud/lib/public/IEventSource.php
11492share/nextcloud/lib/public/IGroup.php 12526share/nextcloud/lib/public/IGroup.php
11493share/nextcloud/lib/public/IGroupManager.php 12527share/nextcloud/lib/public/IGroupManager.php
11494share/nextcloud/lib/public/IHelper.php 12528share/nextcloud/lib/public/IHelper.php
11495share/nextcloud/lib/public/IImage.php 12529share/nextcloud/lib/public/IImage.php
11496share/nextcloud/lib/public/IL10N.php 12530share/nextcloud/lib/public/IL10N.php
11497share/nextcloud/lib/public/ILogger.php 12531share/nextcloud/lib/public/ILogger.php
11498share/nextcloud/lib/public/IMemcache.php 12532share/nextcloud/lib/public/IMemcache.php
11499share/nextcloud/lib/public/IMemcacheTTL.php 12533share/nextcloud/lib/public/IMemcacheTTL.php
11500share/nextcloud/lib/public/INavigationManager.php 12534share/nextcloud/lib/public/INavigationManager.php
11501share/nextcloud/lib/public/IPreview.php 12535share/nextcloud/lib/public/IPreview.php
11502share/nextcloud/lib/public/IRequest.php 12536share/nextcloud/lib/public/IRequest.php
11503share/nextcloud/lib/public/ISearch.php 12537share/nextcloud/lib/public/ISearch.php
11504share/nextcloud/lib/public/IServerContainer.php 12538share/nextcloud/lib/public/IServerContainer.php
11505share/nextcloud/lib/public/ISession.php 12539share/nextcloud/lib/public/ISession.php
11506share/nextcloud/lib/public/ITagManager.php 12540share/nextcloud/lib/public/ITagManager.php
11507share/nextcloud/lib/public/ITags.php 12541share/nextcloud/lib/public/ITags.php
11508share/nextcloud/lib/public/ITempManager.php 12542share/nextcloud/lib/public/ITempManager.php
11509share/nextcloud/lib/public/IURLGenerator.php 12543share/nextcloud/lib/public/IURLGenerator.php
11510share/nextcloud/lib/public/IUser.php 12544share/nextcloud/lib/public/IUser.php
11511share/nextcloud/lib/public/IUserBackend.php 12545share/nextcloud/lib/public/IUserBackend.php
11512share/nextcloud/lib/public/IUserManager.php 12546share/nextcloud/lib/public/IUserManager.php
11513share/nextcloud/lib/public/IUserSession.php 12547share/nextcloud/lib/public/IUserSession.php
11514share/nextcloud/lib/public/Image.php 12548share/nextcloud/lib/public/Image.php
11515share/nextcloud/lib/public/JSON.php 12549share/nextcloud/lib/public/JSON.php
11516share/nextcloud/lib/public/L10N/IFactory.php 12550share/nextcloud/lib/public/L10N/IFactory.php
11517share/nextcloud/lib/public/LDAP/IDeletionFlagSupport.php 12551share/nextcloud/lib/public/LDAP/IDeletionFlagSupport.php
11518share/nextcloud/lib/public/LDAP/ILDAPProvider.php 12552share/nextcloud/lib/public/LDAP/ILDAPProvider.php
11519share/nextcloud/lib/public/LDAP/ILDAPProviderFactory.php 12553share/nextcloud/lib/public/LDAP/ILDAPProviderFactory.php
11520share/nextcloud/lib/public/Lock/ILockingProvider.php 12554share/nextcloud/lib/public/Lock/ILockingProvider.php
11521share/nextcloud/lib/public/Lock/LockedException.php 12555share/nextcloud/lib/public/Lock/LockedException.php
11522share/nextcloud/lib/public/Lockdown/ILockdownManager.php 12556share/nextcloud/lib/public/Lockdown/ILockdownManager.php
11523share/nextcloud/lib/public/Mail/IEMailTemplate.php 12557share/nextcloud/lib/public/Mail/IEMailTemplate.php
11524share/nextcloud/lib/public/Mail/IMailer.php 12558share/nextcloud/lib/public/Mail/IMailer.php
11525share/nextcloud/lib/public/Migration/IOutput.php 12559share/nextcloud/lib/public/Migration/IOutput.php
11526share/nextcloud/lib/public/Migration/IRepairStep.php 12560share/nextcloud/lib/public/Migration/IRepairStep.php
11527share/nextcloud/lib/public/Notification/IAction.php 12561share/nextcloud/lib/public/Notification/IAction.php
11528share/nextcloud/lib/public/Notification/IApp.php 12562share/nextcloud/lib/public/Notification/IApp.php
11529share/nextcloud/lib/public/Notification/IManager.php 12563share/nextcloud/lib/public/Notification/IManager.php
11530share/nextcloud/lib/public/Notification/INotification.php 12564share/nextcloud/lib/public/Notification/INotification.php
11531share/nextcloud/lib/public/Notification/INotifier.php 12565share/nextcloud/lib/public/Notification/INotifier.php
11532share/nextcloud/lib/public/OCS/IDiscoveryService.php 12566share/nextcloud/lib/public/OCS/IDiscoveryService.php
11533share/nextcloud/lib/public/PreConditionNotMetException.php 12567share/nextcloud/lib/public/PreConditionNotMetException.php
11534share/nextcloud/lib/public/Preview/IProvider.php 12568share/nextcloud/lib/public/Preview/IProvider.php
11535share/nextcloud/lib/public/Response.php 12569share/nextcloud/lib/public/Response.php
11536share/nextcloud/lib/public/RichObjectStrings/Definitions.php 12570share/nextcloud/lib/public/RichObjectStrings/Definitions.php
11537share/nextcloud/lib/public/RichObjectStrings/IValidator.php 12571share/nextcloud/lib/public/RichObjectStrings/IValidator.php
11538share/nextcloud/lib/public/RichObjectStrings/InvalidObjectExeption.php 12572share/nextcloud/lib/public/RichObjectStrings/InvalidObjectExeption.php
11539share/nextcloud/lib/public/Route/IRoute.php 12573share/nextcloud/lib/public/Route/IRoute.php
11540share/nextcloud/lib/public/Route/IRouter.php 12574share/nextcloud/lib/public/Route/IRouter.php
11541share/nextcloud/lib/public/SabrePluginEvent.php 12575share/nextcloud/lib/public/SabrePluginEvent.php
11542share/nextcloud/lib/public/SabrePluginException.php 12576share/nextcloud/lib/public/SabrePluginException.php
11543share/nextcloud/lib/public/Search/PagedProvider.php 12577share/nextcloud/lib/public/Search/PagedProvider.php
11544share/nextcloud/lib/public/Search/Provider.php 12578share/nextcloud/lib/public/Search/Provider.php
11545share/nextcloud/lib/public/Search/Result.php 12579share/nextcloud/lib/public/Search/Result.php
11546share/nextcloud/lib/public/Security/IContentSecurityPolicyManager.php 12580share/nextcloud/lib/public/Security/IContentSecurityPolicyManager.php
11547share/nextcloud/lib/public/Security/ICredentialsManager.php 12581share/nextcloud/lib/public/Security/ICredentialsManager.php
11548share/nextcloud/lib/public/Security/ICrypto.php 12582share/nextcloud/lib/public/Security/ICrypto.php
11549share/nextcloud/lib/public/Security/IHasher.php 12583share/nextcloud/lib/public/Security/IHasher.php
11550share/nextcloud/lib/public/Security/ISecureRandom.php 12584share/nextcloud/lib/public/Security/ISecureRandom.php
11551share/nextcloud/lib/public/Security/StringUtils.php 12585share/nextcloud/lib/public/Security/StringUtils.php
11552share/nextcloud/lib/public/Session/Exceptions/SessionNotAvailableException.php 12586share/nextcloud/lib/public/Session/Exceptions/SessionNotAvailableException.php
11553share/nextcloud/lib/public/Settings/IIconSection.php 12587share/nextcloud/lib/public/Settings/IIconSection.php
11554share/nextcloud/lib/public/Settings/IManager.php 12588share/nextcloud/lib/public/Settings/IManager.php
11555share/nextcloud/lib/public/Settings/ISection.php 12589share/nextcloud/lib/public/Settings/ISection.php
11556share/nextcloud/lib/public/Settings/ISettings.php 12590share/nextcloud/lib/public/Settings/ISettings.php
11557share/nextcloud/lib/public/Share.php 12591share/nextcloud/lib/public/Share.php
11558share/nextcloud/lib/public/Share/Exceptions/GenericShareException.php 12592share/nextcloud/lib/public/Share/Exceptions/GenericShareException.php
11559share/nextcloud/lib/public/Share/Exceptions/IllegalIDChangeException.php 12593share/nextcloud/lib/public/Share/Exceptions/IllegalIDChangeException.php
11560share/nextcloud/lib/public/Share/Exceptions/ShareNotFound.php 12594share/nextcloud/lib/public/Share/Exceptions/ShareNotFound.php
11561share/nextcloud/lib/public/Share/IManager.php 12595share/nextcloud/lib/public/Share/IManager.php
11562share/nextcloud/lib/public/Share/IProviderFactory.php 12596share/nextcloud/lib/public/Share/IProviderFactory.php
11563share/nextcloud/lib/public/Share/IShare.php 12597share/nextcloud/lib/public/Share/IShare.php
11564share/nextcloud/lib/public/Share/IShareHelper.php 12598share/nextcloud/lib/public/Share/IShareHelper.php
11565share/nextcloud/lib/public/Share/IShareProvider.php 12599share/nextcloud/lib/public/Share/IShareProvider.php
11566share/nextcloud/lib/public/Share_Backend.php 12600share/nextcloud/lib/public/Share_Backend.php
11567share/nextcloud/lib/public/Share_Backend_Collection.php 12601share/nextcloud/lib/public/Share_Backend_Collection.php
11568share/nextcloud/lib/public/Share_Backend_File_Dependent.php 12602share/nextcloud/lib/public/Share_Backend_File_Dependent.php
11569share/nextcloud/lib/public/SystemTag/ISystemTag.php 12603share/nextcloud/lib/public/SystemTag/ISystemTag.php
11570share/nextcloud/lib/public/SystemTag/ISystemTagManager.php 12604share/nextcloud/lib/public/SystemTag/ISystemTagManager.php
11571share/nextcloud/lib/public/SystemTag/ISystemTagManagerFactory.php 12605share/nextcloud/lib/public/SystemTag/ISystemTagManagerFactory.php
11572share/nextcloud/lib/public/SystemTag/ISystemTagObjectMapper.php 12606share/nextcloud/lib/public/SystemTag/ISystemTagObjectMapper.php
11573share/nextcloud/lib/public/SystemTag/ManagerEvent.php 12607share/nextcloud/lib/public/SystemTag/ManagerEvent.php
11574share/nextcloud/lib/public/SystemTag/MapperEvent.php 12608share/nextcloud/lib/public/SystemTag/MapperEvent.php
11575share/nextcloud/lib/public/SystemTag/SystemTagsEntityEvent.php 12609share/nextcloud/lib/public/SystemTag/SystemTagsEntityEvent.php
11576share/nextcloud/lib/public/SystemTag/TagAlreadyExistsException.php 12610share/nextcloud/lib/public/SystemTag/TagAlreadyExistsException.php
11577share/nextcloud/lib/public/SystemTag/TagNotFoundException.php 12611share/nextcloud/lib/public/SystemTag/TagNotFoundException.php
11578share/nextcloud/lib/public/Template.php 12612share/nextcloud/lib/public/Template.php
11579share/nextcloud/lib/public/User.php 12613share/nextcloud/lib/public/User.php
11580share/nextcloud/lib/public/UserInterface.php 12614share/nextcloud/lib/public/UserInterface.php
11581share/nextcloud/lib/public/Util.php 12615share/nextcloud/lib/public/Util.php
11582share/nextcloud/lib/public/WorkflowEngine/ICheck.php 12616share/nextcloud/lib/public/WorkflowEngine/ICheck.php
11583share/nextcloud/lib/public/WorkflowEngine/IManager.php 12617share/nextcloud/lib/public/WorkflowEngine/IManager.php
11584share/nextcloud/lib/public/WorkflowEngine/IOperation.php 12618share/nextcloud/lib/public/WorkflowEngine/IOperation.php
11585share/nextcloud/occ 12619share/nextcloud/occ
11586share/nextcloud/ocs-provider/index.php 12620share/nextcloud/ocs-provider/index.php
11587share/nextcloud/ocs/providers.php 12621share/nextcloud/ocs/providers.php
11588share/nextcloud/ocs/routes.php 12622share/nextcloud/ocs/routes.php
11589share/nextcloud/ocs/v1.php 12623share/nextcloud/ocs/v1.php
11590share/nextcloud/ocs/v2.php 12624share/nextcloud/ocs/v2.php
11591share/nextcloud/public.php 12625share/nextcloud/public.php
11592share/nextcloud/remote.php 12626share/nextcloud/remote.php
11593share/nextcloud/resources/codesigning/core.crt 12627share/nextcloud/resources/codesigning/core.crt
11594share/nextcloud/resources/codesigning/root.crl 12628share/nextcloud/resources/codesigning/root.crl
11595share/nextcloud/resources/codesigning/root.crt 12629share/nextcloud/resources/codesigning/root.crt
11596share/nextcloud/resources/config/ca-bundle.crt 12630share/nextcloud/resources/config/ca-bundle.crt
11597share/nextcloud/resources/config/mimetypealiases.dist.json 12631share/nextcloud/resources/config/mimetypealiases.dist.json
11598share/nextcloud/resources/config/mimetypemapping.dist.json 12632share/nextcloud/resources/config/mimetypemapping.dist.json
11599share/nextcloud/robots.txt 12633share/nextcloud/robots.txt
11600share/nextcloud/settings/Activity/Provider.php 12634share/nextcloud/settings/Activity/Provider.php
11601share/nextcloud/settings/Activity/SecurityFilter.php 12635share/nextcloud/settings/Activity/SecurityFilter.php
11602share/nextcloud/settings/Activity/SecurityProvider.php 12636share/nextcloud/settings/Activity/SecurityProvider.php
11603share/nextcloud/settings/Activity/SecuritySetting.php 12637share/nextcloud/settings/Activity/SecuritySetting.php
11604share/nextcloud/settings/Activity/Setting.php 12638share/nextcloud/settings/Activity/Setting.php
11605share/nextcloud/settings/Application.php 12639share/nextcloud/settings/Application.php
11606share/nextcloud/settings/BackgroundJobs/VerifyUserData.php 12640share/nextcloud/settings/BackgroundJobs/VerifyUserData.php
11607share/nextcloud/settings/Controller/AdminSettingsController.php 12641share/nextcloud/settings/Controller/AdminSettingsController.php
11608share/nextcloud/settings/Controller/AppSettingsController.php 12642share/nextcloud/settings/Controller/AppSettingsController.php
11609share/nextcloud/settings/Controller/AuthSettingsController.php 12643share/nextcloud/settings/Controller/AuthSettingsController.php
11610share/nextcloud/settings/Controller/CertificateController.php 12644share/nextcloud/settings/Controller/CertificateController.php
11611share/nextcloud/settings/Controller/ChangePasswordController.php 12645share/nextcloud/settings/Controller/ChangePasswordController.php
11612share/nextcloud/settings/Controller/CheckSetupController.php 12646share/nextcloud/settings/Controller/CheckSetupController.php
11613share/nextcloud/settings/Controller/EncryptionController.php 12647share/nextcloud/settings/Controller/EncryptionController.php
11614share/nextcloud/settings/Controller/GroupsController.php 12648share/nextcloud/settings/Controller/GroupsController.php
11615share/nextcloud/settings/Controller/LogSettingsController.php 12649share/nextcloud/settings/Controller/LogSettingsController.php
11616share/nextcloud/settings/Controller/MailSettingsController.php 12650share/nextcloud/settings/Controller/MailSettingsController.php
11617share/nextcloud/settings/Controller/SecuritySettingsController.php 12651share/nextcloud/settings/Controller/SecuritySettingsController.php
11618share/nextcloud/settings/Controller/UsersController.php 12652share/nextcloud/settings/Controller/UsersController.php
11619share/nextcloud/settings/Hooks.php 12653share/nextcloud/settings/Hooks.php
11620share/nextcloud/settings/Mailer/NewUserMailHelper.php 12654share/nextcloud/settings/Mailer/NewUserMailHelper.php
11621share/nextcloud/settings/Middleware/SubadminMiddleware.php 12655share/nextcloud/settings/Middleware/SubadminMiddleware.php
11622share/nextcloud/settings/ajax/disableapp.php 12656share/nextcloud/settings/ajax/disableapp.php
11623share/nextcloud/settings/ajax/enableapp.php 12657share/nextcloud/settings/ajax/enableapp.php
11624share/nextcloud/settings/ajax/navigationdetect.php 12658share/nextcloud/settings/ajax/navigationdetect.php
11625share/nextcloud/settings/ajax/setquota.php 12659share/nextcloud/settings/ajax/setquota.php
11626share/nextcloud/settings/ajax/togglesubadmins.php 12660share/nextcloud/settings/ajax/togglesubadmins.php
11627share/nextcloud/settings/ajax/uninstallapp.php 12661share/nextcloud/settings/ajax/uninstallapp.php
11628share/nextcloud/settings/ajax/updateapp.php 12662share/nextcloud/settings/ajax/updateapp.php
11629share/nextcloud/settings/css/settings.css 12663share/nextcloud/settings/css/settings.css
11630share/nextcloud/settings/help.php 12664share/nextcloud/settings/help.php
11631share/nextcloud/settings/img/admin.svg 12665share/nextcloud/settings/img/admin.svg
11632share/nextcloud/settings/img/apps.svg 12666share/nextcloud/settings/img/apps.svg
11633share/nextcloud/settings/img/change.svg 12667share/nextcloud/settings/img/change.svg
11634share/nextcloud/settings/img/help.svg 12668share/nextcloud/settings/img/help.svg
11635share/nextcloud/settings/img/password.svg 12669share/nextcloud/settings/img/password.svg
11636share/nextcloud/settings/img/personal.png 12670share/nextcloud/settings/img/personal.png
11637share/nextcloud/settings/img/personal.svg 12671share/nextcloud/settings/img/personal.svg
11638share/nextcloud/settings/img/share.svg 12672share/nextcloud/settings/img/share.svg
11639share/nextcloud/settings/img/toggle-filelist.svg 12673share/nextcloud/settings/img/toggle-filelist.svg
11640share/nextcloud/settings/img/users.svg 12674share/nextcloud/settings/img/users.svg
11641share/nextcloud/settings/js/admin.js 12675share/nextcloud/settings/js/admin.js
11642share/nextcloud/settings/js/apps.js 12676share/nextcloud/settings/js/apps.js
11643share/nextcloud/settings/js/authtoken.js 12677share/nextcloud/settings/js/authtoken.js
11644share/nextcloud/settings/js/authtoken_collection.js 12678share/nextcloud/settings/js/authtoken_collection.js
11645share/nextcloud/settings/js/authtoken_view.js 12679share/nextcloud/settings/js/authtoken_view.js
11646share/nextcloud/settings/js/certificates.js 12680share/nextcloud/settings/js/certificates.js
11647share/nextcloud/settings/js/federationscopemenu.js 12681share/nextcloud/settings/js/federationscopemenu.js
11648share/nextcloud/settings/js/federationsettingsview.js 12682share/nextcloud/settings/js/federationsettingsview.js
11649share/nextcloud/settings/js/log.js 12683share/nextcloud/settings/js/log.js
11650share/nextcloud/settings/js/personal.js 12684share/nextcloud/settings/js/personal.js
11651share/nextcloud/settings/js/settings.js 12685share/nextcloud/settings/js/settings.js
11652share/nextcloud/settings/js/users/deleteHandler.js 12686share/nextcloud/settings/js/users/deleteHandler.js
11653share/nextcloud/settings/js/users/filter.js 12687share/nextcloud/settings/js/users/filter.js
11654share/nextcloud/settings/js/users/groups.js 12688share/nextcloud/settings/js/users/groups.js
11655share/nextcloud/settings/js/users/users.js 12689share/nextcloud/settings/js/users/users.js
11656share/nextcloud/settings/js/usersettings.js 12690share/nextcloud/settings/js/usersettings.js
11657share/nextcloud/settings/l10n/af.js 12691share/nextcloud/settings/l10n/af.js
11658share/nextcloud/settings/l10n/af.json 12692share/nextcloud/settings/l10n/af.json
11659share/nextcloud/settings/l10n/ar.js 12693share/nextcloud/settings/l10n/ar.js
11660share/nextcloud/settings/l10n/ar.json 12694share/nextcloud/settings/l10n/ar.json
11661share/nextcloud/settings/l10n/ast.js 12695share/nextcloud/settings/l10n/ast.js
11662share/nextcloud/settings/l10n/ast.json 12696share/nextcloud/settings/l10n/ast.json
11663share/nextcloud/settings/l10n/az.js 12697share/nextcloud/settings/l10n/az.js
11664share/nextcloud/settings/l10n/az.json 12698share/nextcloud/settings/l10n/az.json
11665share/nextcloud/settings/l10n/bg.js 12699share/nextcloud/settings/l10n/bg.js
11666share/nextcloud/settings/l10n/bg.json 12700share/nextcloud/settings/l10n/bg.json
11667share/nextcloud/settings/l10n/bn_BD.js 12701share/nextcloud/settings/l10n/bn_BD.js
11668share/nextcloud/settings/l10n/bn_BD.json 12702share/nextcloud/settings/l10n/bn_BD.json
11669share/nextcloud/settings/l10n/bs.js 12703share/nextcloud/settings/l10n/bs.js
11670share/nextcloud/settings/l10n/bs.json 12704share/nextcloud/settings/l10n/bs.json
11671share/nextcloud/settings/l10n/ca.js 12705share/nextcloud/settings/l10n/ca.js
11672share/nextcloud/settings/l10n/ca.json 12706share/nextcloud/settings/l10n/ca.json
11673share/nextcloud/settings/l10n/cs.js 12707share/nextcloud/settings/l10n/cs.js
11674share/nextcloud/settings/l10n/cs.json 12708share/nextcloud/settings/l10n/cs.json
11675share/nextcloud/settings/l10n/cy_GB.js 12709share/nextcloud/settings/l10n/cy_GB.js
11676share/nextcloud/settings/l10n/cy_GB.json 12710share/nextcloud/settings/l10n/cy_GB.json
11677share/nextcloud/settings/l10n/da.js 12711share/nextcloud/settings/l10n/da.js
11678share/nextcloud/settings/l10n/da.json 12712share/nextcloud/settings/l10n/da.json
11679share/nextcloud/settings/l10n/de.js 12713share/nextcloud/settings/l10n/de.js
11680share/nextcloud/settings/l10n/de.json 12714share/nextcloud/settings/l10n/de.json
11681share/nextcloud/settings/l10n/de_DE.js 12715share/nextcloud/settings/l10n/de_DE.js
11682share/nextcloud/settings/l10n/de_DE.json 12716share/nextcloud/settings/l10n/de_DE.json
11683share/nextcloud/settings/l10n/el.js 12717share/nextcloud/settings/l10n/el.js
11684share/nextcloud/settings/l10n/el.json 12718share/nextcloud/settings/l10n/el.json
11685share/nextcloud/settings/l10n/en_GB.js 12719share/nextcloud/settings/l10n/en_GB.js
11686share/nextcloud/settings/l10n/en_GB.json 12720share/nextcloud/settings/l10n/en_GB.json
11687share/nextcloud/settings/l10n/eo.js 12721share/nextcloud/settings/l10n/eo.js
11688share/nextcloud/settings/l10n/eo.json 12722share/nextcloud/settings/l10n/eo.json
11689share/nextcloud/settings/l10n/es.js 12723share/nextcloud/settings/l10n/es.js
11690share/nextcloud/settings/l10n/es.json 12724share/nextcloud/settings/l10n/es.json
11691share/nextcloud/settings/l10n/es_AR.js 12725share/nextcloud/settings/l10n/es_AR.js
11692share/nextcloud/settings/l10n/es_AR.json 12726share/nextcloud/settings/l10n/es_AR.json
 12727share/nextcloud/settings/l10n/es_CL.js
 12728share/nextcloud/settings/l10n/es_CL.json
 12729share/nextcloud/settings/l10n/es_CO.js
 12730share/nextcloud/settings/l10n/es_CO.json
 12731share/nextcloud/settings/l10n/es_CR.js
 12732share/nextcloud/settings/l10n/es_CR.json
 12733share/nextcloud/settings/l10n/es_DO.js
 12734share/nextcloud/settings/l10n/es_DO.json
 12735share/nextcloud/settings/l10n/es_EC.js
 12736share/nextcloud/settings/l10n/es_EC.json
 12737share/nextcloud/settings/l10n/es_GT.js
 12738share/nextcloud/settings/l10n/es_GT.json
 12739share/nextcloud/settings/l10n/es_HN.js
 12740share/nextcloud/settings/l10n/es_HN.json
11693share/nextcloud/settings/l10n/es_MX.js 12741share/nextcloud/settings/l10n/es_MX.js
11694share/nextcloud/settings/l10n/es_MX.json 12742share/nextcloud/settings/l10n/es_MX.json
 12743share/nextcloud/settings/l10n/es_NI.js
 12744share/nextcloud/settings/l10n/es_NI.json
 12745share/nextcloud/settings/l10n/es_PA.js
 12746share/nextcloud/settings/l10n/es_PA.json
 12747share/nextcloud/settings/l10n/es_PE.js
 12748share/nextcloud/settings/l10n/es_PE.json
 12749share/nextcloud/settings/l10n/es_PR.js
 12750share/nextcloud/settings/l10n/es_PR.json
 12751share/nextcloud/settings/l10n/es_PY.js
 12752share/nextcloud/settings/l10n/es_PY.json
 12753share/nextcloud/settings/l10n/es_SV.js
 12754share/nextcloud/settings/l10n/es_SV.json
 12755share/nextcloud/settings/l10n/es_UY.js
 12756share/nextcloud/settings/l10n/es_UY.json
11695share/nextcloud/settings/l10n/et_EE.js 12757share/nextcloud/settings/l10n/et_EE.js
11696share/nextcloud/settings/l10n/et_EE.json 12758share/nextcloud/settings/l10n/et_EE.json
11697share/nextcloud/settings/l10n/eu.js 12759share/nextcloud/settings/l10n/eu.js
11698share/nextcloud/settings/l10n/eu.json 12760share/nextcloud/settings/l10n/eu.json
11699share/nextcloud/settings/l10n/fa.js 12761share/nextcloud/settings/l10n/fa.js
11700share/nextcloud/settings/l10n/fa.json 12762share/nextcloud/settings/l10n/fa.json
11701share/nextcloud/settings/l10n/fi.js 12763share/nextcloud/settings/l10n/fi.js
11702share/nextcloud/settings/l10n/fi.json 12764share/nextcloud/settings/l10n/fi.json
11703share/nextcloud/settings/l10n/fr.js 12765share/nextcloud/settings/l10n/fr.js
11704share/nextcloud/settings/l10n/fr.json 12766share/nextcloud/settings/l10n/fr.json
11705share/nextcloud/settings/l10n/he.js 12767share/nextcloud/settings/l10n/he.js
11706share/nextcloud/settings/l10n/he.json 12768share/nextcloud/settings/l10n/he.json
11707share/nextcloud/settings/l10n/hr.js 12769share/nextcloud/settings/l10n/hr.js
11708share/nextcloud/settings/l10n/hr.json 12770share/nextcloud/settings/l10n/hr.json
11709share/nextcloud/settings/l10n/hu.js 12771share/nextcloud/settings/l10n/hu.js
11710share/nextcloud/settings/l10n/hu.json 12772share/nextcloud/settings/l10n/hu.json
11711share/nextcloud/settings/l10n/hy.js 12773share/nextcloud/settings/l10n/hy.js
11712share/nextcloud/settings/l10n/hy.json 12774share/nextcloud/settings/l10n/hy.json
11713share/nextcloud/settings/l10n/ia.js 12775share/nextcloud/settings/l10n/ia.js
11714share/nextcloud/settings/l10n/ia.json 12776share/nextcloud/settings/l10n/ia.json
11715share/nextcloud/settings/l10n/id.js 12777share/nextcloud/settings/l10n/id.js
11716share/nextcloud/settings/l10n/id.json 12778share/nextcloud/settings/l10n/id.json
11717share/nextcloud/settings/l10n/is.js 12779share/nextcloud/settings/l10n/is.js
11718share/nextcloud/settings/l10n/is.json 12780share/nextcloud/settings/l10n/is.json
11719share/nextcloud/settings/l10n/it.js 12781share/nextcloud/settings/l10n/it.js
11720share/nextcloud/settings/l10n/it.json 12782share/nextcloud/settings/l10n/it.json
11721share/nextcloud/settings/l10n/ja.js 12783share/nextcloud/settings/l10n/ja.js
11722share/nextcloud/settings/l10n/ja.json 12784share/nextcloud/settings/l10n/ja.json
11723share/nextcloud/settings/l10n/ka_GE.js 12785share/nextcloud/settings/l10n/ka_GE.js
11724share/nextcloud/settings/l10n/ka_GE.json 12786share/nextcloud/settings/l10n/ka_GE.json
11725share/nextcloud/settings/l10n/km.js 12787share/nextcloud/settings/l10n/km.js
11726share/nextcloud/settings/l10n/km.json 12788share/nextcloud/settings/l10n/km.json
11727share/nextcloud/settings/l10n/kn.js 12789share/nextcloud/settings/l10n/kn.js
11728share/nextcloud/settings/l10n/kn.json 12790share/nextcloud/settings/l10n/kn.json
11729share/nextcloud/settings/l10n/ko.js 12791share/nextcloud/settings/l10n/ko.js
11730share/nextcloud/settings/l10n/ko.json 12792share/nextcloud/settings/l10n/ko.json
11731share/nextcloud/settings/l10n/lb.js 12793share/nextcloud/settings/l10n/lb.js
11732share/nextcloud/settings/l10n/lb.json 12794share/nextcloud/settings/l10n/lb.json
11733share/nextcloud/settings/l10n/lt_LT.js 12795share/nextcloud/settings/l10n/lt_LT.js
11734share/nextcloud/settings/l10n/lt_LT.json 12796share/nextcloud/settings/l10n/lt_LT.json
11735share/nextcloud/settings/l10n/lv.js 12797share/nextcloud/settings/l10n/lv.js
11736share/nextcloud/settings/l10n/lv.json 12798share/nextcloud/settings/l10n/lv.json
11737share/nextcloud/settings/l10n/mk.js 12799share/nextcloud/settings/l10n/mk.js
11738share/nextcloud/settings/l10n/mk.json 12800share/nextcloud/settings/l10n/mk.json
11739share/nextcloud/settings/l10n/mn.js 12801share/nextcloud/settings/l10n/mn.js
11740share/nextcloud/settings/l10n/mn.json 12802share/nextcloud/settings/l10n/mn.json
11741share/nextcloud/settings/l10n/ms_MY.js 12803share/nextcloud/settings/l10n/ms_MY.js
11742share/nextcloud/settings/l10n/ms_MY.json 12804share/nextcloud/settings/l10n/ms_MY.json
11743share/nextcloud/settings/l10n/nb.js 12805share/nextcloud/settings/l10n/nb.js
11744share/nextcloud/settings/l10n/nb.json 12806share/nextcloud/settings/l10n/nb.json
11745share/nextcloud/settings/l10n/nl.js 12807share/nextcloud/settings/l10n/nl.js
11746share/nextcloud/settings/l10n/nl.json 12808share/nextcloud/settings/l10n/nl.json
11747share/nextcloud/settings/l10n/nn_NO.js 12809share/nextcloud/settings/l10n/nn_NO.js
11748share/nextcloud/settings/l10n/nn_NO.json 12810share/nextcloud/settings/l10n/nn_NO.json
11749share/nextcloud/settings/l10n/pl.js 12811share/nextcloud/settings/l10n/pl.js
11750share/nextcloud/settings/l10n/pl.json 12812share/nextcloud/settings/l10n/pl.json
11751share/nextcloud/settings/l10n/pt_BR.js 12813share/nextcloud/settings/l10n/pt_BR.js
11752share/nextcloud/settings/l10n/pt_BR.json 12814share/nextcloud/settings/l10n/pt_BR.json
11753share/nextcloud/settings/l10n/pt_PT.js 12815share/nextcloud/settings/l10n/pt_PT.js
11754share/nextcloud/settings/l10n/pt_PT.json 12816share/nextcloud/settings/l10n/pt_PT.json
11755share/nextcloud/settings/l10n/ro.js 12817share/nextcloud/settings/l10n/ro.js
11756share/nextcloud/settings/l10n/ro.json 12818share/nextcloud/settings/l10n/ro.json
11757share/nextcloud/settings/l10n/ru.js 12819share/nextcloud/settings/l10n/ru.js
11758share/nextcloud/settings/l10n/ru.json 12820share/nextcloud/settings/l10n/ru.json
11759share/nextcloud/settings/l10n/si_LK.js 12821share/nextcloud/settings/l10n/si_LK.js
11760share/nextcloud/settings/l10n/si_LK.json 12822share/nextcloud/settings/l10n/si_LK.json
11761share/nextcloud/settings/l10n/sk.js 12823share/nextcloud/settings/l10n/sk.js
11762share/nextcloud/settings/l10n/sk.json 12824share/nextcloud/settings/l10n/sk.json
11763share/nextcloud/settings/l10n/sl.js 12825share/nextcloud/settings/l10n/sl.js
11764share/nextcloud/settings/l10n/sl.json 12826share/nextcloud/settings/l10n/sl.json
11765share/nextcloud/settings/l10n/sq.js 12827share/nextcloud/settings/l10n/sq.js
11766share/nextcloud/settings/l10n/sq.json 12828share/nextcloud/settings/l10n/sq.json
11767share/nextcloud/settings/l10n/sr.js 12829share/nextcloud/settings/l10n/sr.js
11768share/nextcloud/settings/l10n/sr.json 12830share/nextcloud/settings/l10n/sr.json
11769share/nextcloud/settings/l10n/sv.js 12831share/nextcloud/settings/l10n/sv.js
11770share/nextcloud/settings/l10n/sv.json 12832share/nextcloud/settings/l10n/sv.json
11771share/nextcloud/settings/l10n/ta_LK.js 12833share/nextcloud/settings/l10n/ta_LK.js
11772share/nextcloud/settings/l10n/ta_LK.json 12834share/nextcloud/settings/l10n/ta_LK.json
11773share/nextcloud/settings/l10n/th.js 12835share/nextcloud/settings/l10n/th.js
11774share/nextcloud/settings/l10n/th.json 12836share/nextcloud/settings/l10n/th.json
11775share/nextcloud/settings/l10n/tr.js 12837share/nextcloud/settings/l10n/tr.js
11776share/nextcloud/settings/l10n/tr.json 12838share/nextcloud/settings/l10n/tr.json
11777share/nextcloud/settings/l10n/ug.js 12839share/nextcloud/settings/l10n/ug.js
11778share/nextcloud/settings/l10n/ug.json 12840share/nextcloud/settings/l10n/ug.json
11779share/nextcloud/settings/l10n/uk.js 12841share/nextcloud/settings/l10n/uk.js
11780share/nextcloud/settings/l10n/uk.json 12842share/nextcloud/settings/l10n/uk.json
11781share/nextcloud/settings/l10n/ur_PK.js 12843share/nextcloud/settings/l10n/ur_PK.js
11782share/nextcloud/settings/l10n/ur_PK.json 12844share/nextcloud/settings/l10n/ur_PK.json
11783share/nextcloud/settings/l10n/vi.js 12845share/nextcloud/settings/l10n/vi.js
11784share/nextcloud/settings/l10n/vi.json 12846share/nextcloud/settings/l10n/vi.json
11785share/nextcloud/settings/l10n/zh_CN.js 12847share/nextcloud/settings/l10n/zh_CN.js
11786share/nextcloud/settings/l10n/zh_CN.json 12848share/nextcloud/settings/l10n/zh_CN.json
11787share/nextcloud/settings/l10n/zh_HK.js 12849share/nextcloud/settings/l10n/zh_HK.js
11788share/nextcloud/settings/l10n/zh_HK.json 12850share/nextcloud/settings/l10n/zh_HK.json
11789share/nextcloud/settings/l10n/zh_TW.js 12851share/nextcloud/settings/l10n/zh_TW.js
11790share/nextcloud/settings/l10n/zh_TW.json 12852share/nextcloud/settings/l10n/zh_TW.json
11791share/nextcloud/settings/personal.php 12853share/nextcloud/settings/personal.php
11792share/nextcloud/settings/routes.php 12854share/nextcloud/settings/routes.php
11793share/nextcloud/settings/templates/admin/additional-mail.php 12855share/nextcloud/settings/templates/admin/additional-mail.php
11794share/nextcloud/settings/templates/admin/additional.php 12856share/nextcloud/settings/templates/admin/additional.php
11795share/nextcloud/settings/templates/admin/encryption.php 12857share/nextcloud/settings/templates/admin/encryption.php
11796share/nextcloud/settings/templates/admin/frame.php 12858share/nextcloud/settings/templates/admin/frame.php
11797share/nextcloud/settings/templates/admin/server.development.notice.php 12859share/nextcloud/settings/templates/admin/server.development.notice.php
11798share/nextcloud/settings/templates/admin/server.php 12860share/nextcloud/settings/templates/admin/server.php
11799share/nextcloud/settings/templates/admin/sharing.php 12861share/nextcloud/settings/templates/admin/sharing.php
11800share/nextcloud/settings/templates/admin/tipstricks.php 12862share/nextcloud/settings/templates/admin/tipstricks.php
11801share/nextcloud/settings/templates/apps.php 12863share/nextcloud/settings/templates/apps.php
11802share/nextcloud/settings/templates/certificates.php 12864share/nextcloud/settings/templates/certificates.php
11803share/nextcloud/settings/templates/help.php 12865share/nextcloud/settings/templates/help.php
11804share/nextcloud/settings/templates/personal.php 12866share/nextcloud/settings/templates/personal.php
11805share/nextcloud/settings/templates/settings.development.notice.php 12867share/nextcloud/settings/templates/settings.development.notice.php
11806share/nextcloud/settings/templates/settings.php 12868share/nextcloud/settings/templates/settings.php
11807share/nextcloud/settings/templates/users/main.php 12869share/nextcloud/settings/templates/users/main.php
11808share/nextcloud/settings/templates/users/part.createuser.php 12870share/nextcloud/settings/templates/users/part.createuser.php
11809share/nextcloud/settings/templates/users/part.grouplist.php 12871share/nextcloud/settings/templates/users/part.grouplist.php
11810share/nextcloud/settings/templates/users/part.setquota.php 12872share/nextcloud/settings/templates/users/part.setquota.php
11811share/nextcloud/settings/templates/users/part.userlist.php 12873share/nextcloud/settings/templates/users/part.userlist.php
11812share/nextcloud/settings/tests/js/appsSpec.js 12874share/nextcloud/settings/tests/js/appsSpec.js
11813share/nextcloud/settings/tests/js/users/deleteHandlerSpec.js 12875share/nextcloud/settings/tests/js/users/deleteHandlerSpec.js
11814share/nextcloud/settings/users.php 12876share/nextcloud/settings/users.php
11815share/nextcloud/status.php 12877share/nextcloud/status.php
11816share/nextcloud/themes/README 12878share/nextcloud/themes/README
11817share/nextcloud/themes/example/core/css/server.css 12879share/nextcloud/themes/example/core/css/server.css
11818share/nextcloud/themes/example/core/img/favicon-touch.png 12880share/nextcloud/themes/example/core/img/favicon-touch.png
11819share/nextcloud/themes/example/core/img/favicon-touch.svg 12881share/nextcloud/themes/example/core/img/favicon-touch.svg
11820share/nextcloud/themes/example/core/img/favicon.ico 12882share/nextcloud/themes/example/core/img/favicon.ico
11821share/nextcloud/themes/example/core/img/favicon.png 12883share/nextcloud/themes/example/core/img/favicon.png
11822share/nextcloud/themes/example/core/img/favicon.svg 12884share/nextcloud/themes/example/core/img/favicon.svg
11823share/nextcloud/themes/example/core/img/logo-icon.png 12885share/nextcloud/themes/example/core/img/logo-icon.png
11824share/nextcloud/themes/example/core/img/logo-icon.svg 12886share/nextcloud/themes/example/core/img/logo-icon.svg
11825share/nextcloud/themes/example/core/img/logo-mail.gif 12887share/nextcloud/themes/example/core/img/logo-mail.gif
11826share/nextcloud/themes/example/core/img/logo.png 12888share/nextcloud/themes/example/core/img/logo.png
11827share/nextcloud/themes/example/core/img/logo.svg 12889share/nextcloud/themes/example/core/img/logo.svg
11828share/nextcloud/themes/example/defaults.php 12890share/nextcloud/themes/example/defaults.php
11829share/nextcloud/updater/index.php 12891share/nextcloud/updater/index.php
11830share/nextcloud/updater/updater.phar 12892share/nextcloud/updater/updater.phar
11831share/nextcloud/version.php 12893share/nextcloud/version.php

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

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