Fri Aug 28 15:44:21 2020 UTC ()
Pullup ticket #6309 - requested by ryoon
www/php-nextcloud: security fix

Revisions pulled up:
- www/php-nextcloud/Makefile                                    1.39
- www/php-nextcloud/PLIST                                       1.32
- www/php-nextcloud/distinfo                                    1.33

---
   Module Name:	pkgsrc
   Committed By:	ryoon
   Date:		Wed Aug 12 18:18:41 UTC 2020

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

   Log Message:
   php-nextcloud: Update to 19.0.1

   Changelog:
   Changes
       Improve group queries (server#21068)
       Do not read certificate bundle from data dir by default (server#21095)
       Fixes infinitely repeating LDPA search results with PHP <= 7.2
   (server#21111)
       Use the loginname to verify the old password in user password changes
   (server#21114)
       Make the translation sanitization optional (server#21126)
       Simplify getGroups, fixing wrong chunking logic (server#21128)
       Move the password confirmation form template to post (server#21131)
       Clear the statscache before fetching the metadata (server#21135)
       Fix reference to wrong class name (server#21148)
       Fix password changes in link and mail shares (server#21151)
       Do not only catch Exceptions but any Throwable during rmt share delete
   (server#21200)
       Normalize sftp path in read and write stream (server#21203)
       Fix the Talk verification (server#21210)
       Prevent harder to share your root (server#21226)
       Use \OC::$CLI instead of PHP_SAPI (server#21242)
       Fix empty event UUID reminder notifications (server#21247)
       Enable passwordless for everyone not only admins. (server#21287)
       Only use background fade if nextcloud blue is set (server#21308)
       Clear LDAP cache after user deletion (server#21333)
       Update icewind/smb to 3.2.5 (server#21342)
       Always sort shares in a reliable way (server#21352)
       Pass the proper share permissions to the create share call (server#21354)
       Reflect unreadable state in the UI (server#21356)
       Increase timeout of the appstore requests (server#21387)
       Fix pagination of contacts search (server#21405)
       Upload part size as S3 parameter instead of constant value (server#21409)
       Avoid duplicate matches in wide and exact results (server#21419)
       Clean up auth tokens when user is deleted (server#21427)
       Fix invalid usage of \Exception::getResult (server#21441)
       Disable Client-Side Monitoring on AWS storage (server#21447)
       Don't log Keys (server#21485)
       GetXbyY can still return false, e.g. when using ldap write support
   (server#21491)
       Acceptence tests shall specify which branch to pick when cloning apps
   (server#21493)
       Give up after 10 seconds in SCSS timeout (server#21495)
       Clarify that the email is always shared within the instance (server#21521)
       Allow to specify the cookie type for appframework responses (server#21526)
       Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on
   (server#21538)
       Fix modal support for vue apps and dark theme (server#21541)
       Fix language in share notes email for users (server#21550)
       Fix obsolete usage of OCdialogs (server#21568)
       Comment was wrong, block is needed nevertheless (server#21571)
       Relax permissions mask check for detecting part file rename (server#21573)
       Fix share permission checkboxes enabled when permissions can not be set
   (server#21574)
       Fix strings being passed where arrays where expected (server#21583)
       Remove rescanDelay from directory mtime (server#21584)
       Precalculate the primary element color for dark mode too (server#21622)
       Update presign method to match with interface again. (server#21638)
       Log deprecated events as debug (server#21652)
       Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating
   (server#21655)
       Check if debugMode is defined before using it (server#21660)
       Fix static method call for s3 bucket compat check (server#21663)
       Add missing TarHeader.php (server#21664)
       Revert "Do not read certificate bundle from data dir by default"
   (server#21671)
       Change OAuth2 redirect link to relative link (server#21687)
       Changes the Birthday calendar color to slightly brighter one
   (server#21703)
       Fix releasing a shared lock multiple times (server#21710)
       Fix main bundle on IE11 (server#21726)
       Add a clear message why you could end up there (server#21751)
       Fix placeholder issues with multiplace spaces in the name (server#21770)
       Use the correct mountpoint to calculate (server#21772)
       Fix #21285 as oneliner (server#21779)
       Set the moment locale even earlier (server#21780)
       19.0.1 final (server#21801)
       Build source maps on production build again (server#21834)
       Add missing TarHeader.php (3rdparty#466)
       Allow downloads in sandboxed iframe (files_pdfviewer#187)
       Do not keep loading the slide list on every reopen (firstrunwizard#351)
       Allow to group push notifications via an event (notifications#651)
       Don't shutdown the notifications when it freezes by browser shutdown
   (notifications#666)
       Ignore old push devices (notifications#667)
       More buffer to the key size (notifications#672)
       Delete duplicates of the same push token hash (notifications#676)
       Fix wordwrap issue regression from #540, fix #679 (notifications#686)
       Don't push without internet connection (notifications#694)
       Also check for internet on delete push (notifications#697)
       Correct format for uptime is used (serverinfo#221)


(bsiegert)
diff -r1.38 -r1.38.2.1 pkgsrc/www/php-nextcloud/Makefile
diff -r1.31 -r1.31.2.1 pkgsrc/www/php-nextcloud/PLIST
diff -r1.32 -r1.32.2.1 pkgsrc/www/php-nextcloud/distinfo

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

--- pkgsrc/www/php-nextcloud/Makefile 2020/06/08 22:15:42 1.38
+++ pkgsrc/www/php-nextcloud/Makefile 2020/08/28 15:44:21 1.38.2.1
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.38 2020/06/08 22:15:42 gdt Exp $ 1# $NetBSD: Makefile,v 1.38.2.1 2020/08/28 15:44:21 bsiegert Exp $
2# 2#
3 3
4# The nextcloud update process only works from one version to the 4# The nextcloud update process only works from one version to the
5# next; one cannot update e.g from 16 to 18. It is a requirement for 5# next; one cannot update e.g from 16 to 18. It is a requirement for
6# stable branch users, if they update every stable branch, to have 6# stable branch users, if they update every stable branch, to have
7# automatic updates work. Therefore a major update can only be 7# automatic updates work. Therefore a major update can only be
8# committed to pkgsrc-current if it is one higher than the major 8# committed to pkgsrc-current if it is one higher than the major
9# version in the previous stable branch. As an example, if 2020Q1 9# version in the previous stable branch. As an example, if 2020Q1
10# contained 18.0.2, then during April to June it is ok to update to 10# contained 18.0.2, then during April to June it is ok to update to
11# later 18.x.y, to 19.0.0, and to later 19.x.y, but it is not ok to 11# later 18.x.y, to 19.0.0, and to later 19.x.y, but it is not ok to
12# update to 20. 12# update to 20.
13DISTNAME= nextcloud-19.0.0 13DISTNAME= nextcloud-19.0.1
14PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} 14PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
15CATEGORIES= www 15CATEGORIES= www
16MASTER_SITES= https://download.nextcloud.com/server/releases/ 16MASTER_SITES= https://download.nextcloud.com/server/releases/
17EXTRACT_SUFX= .tar.bz2 17EXTRACT_SUFX= .tar.bz2
18 18
19MAINTAINER= ryoon@NetBSD.org 19MAINTAINER= ryoon@NetBSD.org
20HOMEPAGE= https://nextcloud.com/ 20HOMEPAGE= https://nextcloud.com/
21COMMENT= File sharing web service server 21COMMENT= File sharing web service server
22LICENSE= gnu-agpl-v3 22LICENSE= gnu-agpl-v3
23 23
24DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd 24DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
25DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.4.0:../../converters/php-iconv 25DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.4.0:../../converters/php-iconv
26DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json 26DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json

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

--- pkgsrc/www/php-nextcloud/PLIST 2020/06/06 00:52:30 1.31
+++ pkgsrc/www/php-nextcloud/PLIST 2020/08/28 15:44:21 1.31.2.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.31 2020/06/06 00:52:30 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.31.2.1 2020/08/28 15:44:21 bsiegert Exp $
2share/nextcloud/.htaccess 2share/nextcloud/.htaccess
3share/nextcloud/.user.ini 3share/nextcloud/.user.ini
4share/nextcloud/3rdparty/.github/workflows/composer.yml 4share/nextcloud/3rdparty/.github/workflows/composer.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 9share/nextcloud/3rdparty/aws/aws-sdk-php/LICENSE.md
10share/nextcloud/3rdparty/aws/aws-sdk-php/NOTICE.md 10share/nextcloud/3rdparty/aws/aws-sdk-php/NOTICE.md
11share/nextcloud/3rdparty/aws/aws-sdk-php/composer.json 11share/nextcloud/3rdparty/aws/aws-sdk-php/composer.json
12share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php 12share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php
13share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php 13share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php
14share/nextcloud/3rdparty/aws/aws-sdk-php/src/AbstractConfigurationProvider.php 14share/nextcloud/3rdparty/aws/aws-sdk-php/src/AbstractConfigurationProvider.php
@@ -1330,26 +1330,27 @@ share/nextcloud/3rdparty/composer/autolo @@ -1330,26 +1330,27 @@ share/nextcloud/3rdparty/composer/autolo
1330share/nextcloud/3rdparty/composer/autoload_namespaces.php 1330share/nextcloud/3rdparty/composer/autoload_namespaces.php
1331share/nextcloud/3rdparty/composer/autoload_psr4.php 1331share/nextcloud/3rdparty/composer/autoload_psr4.php
1332share/nextcloud/3rdparty/composer/autoload_real.php 1332share/nextcloud/3rdparty/composer/autoload_real.php
1333share/nextcloud/3rdparty/composer/autoload_static.php 1333share/nextcloud/3rdparty/composer/autoload_static.php
1334share/nextcloud/3rdparty/composer/include_paths.php 1334share/nextcloud/3rdparty/composer/include_paths.php
1335share/nextcloud/3rdparty/composer/installed.json 1335share/nextcloud/3rdparty/composer/installed.json
1336share/nextcloud/3rdparty/deepdiver/zipstreamer/COPYING 1336share/nextcloud/3rdparty/deepdiver/zipstreamer/COPYING
1337share/nextcloud/3rdparty/deepdiver/zipstreamer/MANUAL.md 1337share/nextcloud/3rdparty/deepdiver/zipstreamer/MANUAL.md
1338share/nextcloud/3rdparty/deepdiver/zipstreamer/README.md 1338share/nextcloud/3rdparty/deepdiver/zipstreamer/README.md
1339share/nextcloud/3rdparty/deepdiver/zipstreamer/composer.json 1339share/nextcloud/3rdparty/deepdiver/zipstreamer/composer.json
1340share/nextcloud/3rdparty/deepdiver/zipstreamer/src/ZipStreamer.php 1340share/nextcloud/3rdparty/deepdiver/zipstreamer/src/ZipStreamer.php
1341share/nextcloud/3rdparty/deepdiver/zipstreamer/src/lib/Count64.php 1341share/nextcloud/3rdparty/deepdiver/zipstreamer/src/lib/Count64.php
1342share/nextcloud/3rdparty/deepdiver1975/tarstreamer/LICENSE 1342share/nextcloud/3rdparty/deepdiver1975/tarstreamer/LICENSE
 1343share/nextcloud/3rdparty/deepdiver1975/tarstreamer/src/TarHeader.php
1343share/nextcloud/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php 1344share/nextcloud/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php
1344share/nextcloud/3rdparty/doctrine/annotations/CHANGELOG.md 1345share/nextcloud/3rdparty/doctrine/annotations/CHANGELOG.md
1345share/nextcloud/3rdparty/doctrine/annotations/LICENSE 1346share/nextcloud/3rdparty/doctrine/annotations/LICENSE
1346share/nextcloud/3rdparty/doctrine/annotations/README.md 1347share/nextcloud/3rdparty/doctrine/annotations/README.md
1347share/nextcloud/3rdparty/doctrine/annotations/composer.json 1348share/nextcloud/3rdparty/doctrine/annotations/composer.json
1348share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php 1349share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
1349share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php 1350share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
1350share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php 1351share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
1351share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php 1352share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
1352share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php 1353share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
1353share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php 1354share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php
1354share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php 1355share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
1355share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php 1356share/nextcloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
@@ -4799,38 +4800,42 @@ share/nextcloud/apps/accessibility/img/a @@ -4799,38 +4800,42 @@ share/nextcloud/apps/accessibility/img/a
4799share/nextcloud/apps/accessibility/img/font-highcontrast.jpg 4800share/nextcloud/apps/accessibility/img/font-highcontrast.jpg
4800share/nextcloud/apps/accessibility/img/font-opendyslexic.jpg 4801share/nextcloud/apps/accessibility/img/font-opendyslexic.jpg
4801share/nextcloud/apps/accessibility/img/font-opendyslexic2.jpg 4802share/nextcloud/apps/accessibility/img/font-opendyslexic2.jpg
4802share/nextcloud/apps/accessibility/img/mode-highcontrast.jpg 4803share/nextcloud/apps/accessibility/img/mode-highcontrast.jpg
4803share/nextcloud/apps/accessibility/img/theme-dark.jpg 4804share/nextcloud/apps/accessibility/img/theme-dark.jpg
4804share/nextcloud/apps/accessibility/js/accessibility.js 4805share/nextcloud/apps/accessibility/js/accessibility.js
4805share/nextcloud/apps/accessibility/js/accessibility.js.map 4806share/nextcloud/apps/accessibility/js/accessibility.js.map
4806share/nextcloud/apps/accessibility/l10n/af.js 4807share/nextcloud/apps/accessibility/l10n/af.js
4807share/nextcloud/apps/accessibility/l10n/af.json 4808share/nextcloud/apps/accessibility/l10n/af.json
4808share/nextcloud/apps/accessibility/l10n/ar.js 4809share/nextcloud/apps/accessibility/l10n/ar.js
4809share/nextcloud/apps/accessibility/l10n/ar.json 4810share/nextcloud/apps/accessibility/l10n/ar.json
4810share/nextcloud/apps/accessibility/l10n/bg.js 4811share/nextcloud/apps/accessibility/l10n/bg.js
4811share/nextcloud/apps/accessibility/l10n/bg.json 4812share/nextcloud/apps/accessibility/l10n/bg.json
 4813share/nextcloud/apps/accessibility/l10n/br.js
 4814share/nextcloud/apps/accessibility/l10n/br.json
4812share/nextcloud/apps/accessibility/l10n/ca.js 4815share/nextcloud/apps/accessibility/l10n/ca.js
4813share/nextcloud/apps/accessibility/l10n/ca.json 4816share/nextcloud/apps/accessibility/l10n/ca.json
4814share/nextcloud/apps/accessibility/l10n/cs.js 4817share/nextcloud/apps/accessibility/l10n/cs.js
4815share/nextcloud/apps/accessibility/l10n/cs.json 4818share/nextcloud/apps/accessibility/l10n/cs.json
4816share/nextcloud/apps/accessibility/l10n/da.js 4819share/nextcloud/apps/accessibility/l10n/da.js
4817share/nextcloud/apps/accessibility/l10n/da.json 4820share/nextcloud/apps/accessibility/l10n/da.json
4818share/nextcloud/apps/accessibility/l10n/de.js 4821share/nextcloud/apps/accessibility/l10n/de.js
4819share/nextcloud/apps/accessibility/l10n/de.json 4822share/nextcloud/apps/accessibility/l10n/de.json
4820share/nextcloud/apps/accessibility/l10n/de_DE.js 4823share/nextcloud/apps/accessibility/l10n/de_DE.js
4821share/nextcloud/apps/accessibility/l10n/de_DE.json 4824share/nextcloud/apps/accessibility/l10n/de_DE.json
4822share/nextcloud/apps/accessibility/l10n/el.js 4825share/nextcloud/apps/accessibility/l10n/el.js
4823share/nextcloud/apps/accessibility/l10n/el.json 4826share/nextcloud/apps/accessibility/l10n/el.json
 4827share/nextcloud/apps/accessibility/l10n/en_GB.js
 4828share/nextcloud/apps/accessibility/l10n/en_GB.json
4824share/nextcloud/apps/accessibility/l10n/eo.js 4829share/nextcloud/apps/accessibility/l10n/eo.js
4825share/nextcloud/apps/accessibility/l10n/eo.json 4830share/nextcloud/apps/accessibility/l10n/eo.json
4826share/nextcloud/apps/accessibility/l10n/es.js 4831share/nextcloud/apps/accessibility/l10n/es.js
4827share/nextcloud/apps/accessibility/l10n/es.json 4832share/nextcloud/apps/accessibility/l10n/es.json
4828share/nextcloud/apps/accessibility/l10n/es_AR.js 4833share/nextcloud/apps/accessibility/l10n/es_AR.js
4829share/nextcloud/apps/accessibility/l10n/es_AR.json 4834share/nextcloud/apps/accessibility/l10n/es_AR.json
4830share/nextcloud/apps/accessibility/l10n/es_CO.js 4835share/nextcloud/apps/accessibility/l10n/es_CO.js
4831share/nextcloud/apps/accessibility/l10n/es_CO.json 4836share/nextcloud/apps/accessibility/l10n/es_CO.json
4832share/nextcloud/apps/accessibility/l10n/es_MX.js 4837share/nextcloud/apps/accessibility/l10n/es_MX.js
4833share/nextcloud/apps/accessibility/l10n/es_MX.json 4838share/nextcloud/apps/accessibility/l10n/es_MX.json
4834share/nextcloud/apps/accessibility/l10n/et_EE.js 4839share/nextcloud/apps/accessibility/l10n/et_EE.js
4835share/nextcloud/apps/accessibility/l10n/et_EE.json 4840share/nextcloud/apps/accessibility/l10n/et_EE.json
4836share/nextcloud/apps/accessibility/l10n/eu.js 4841share/nextcloud/apps/accessibility/l10n/eu.js
@@ -4861,26 +4866,28 @@ share/nextcloud/apps/accessibility/l10n/ @@ -4861,26 +4866,28 @@ share/nextcloud/apps/accessibility/l10n/
4861share/nextcloud/apps/accessibility/l10n/it.json 4866share/nextcloud/apps/accessibility/l10n/it.json
4862share/nextcloud/apps/accessibility/l10n/ja.js 4867share/nextcloud/apps/accessibility/l10n/ja.js
4863share/nextcloud/apps/accessibility/l10n/ja.json 4868share/nextcloud/apps/accessibility/l10n/ja.json
4864share/nextcloud/apps/accessibility/l10n/ka_GE.js 4869share/nextcloud/apps/accessibility/l10n/ka_GE.js
4865share/nextcloud/apps/accessibility/l10n/ka_GE.json 4870share/nextcloud/apps/accessibility/l10n/ka_GE.json
4866share/nextcloud/apps/accessibility/l10n/ko.js 4871share/nextcloud/apps/accessibility/l10n/ko.js
4867share/nextcloud/apps/accessibility/l10n/ko.json 4872share/nextcloud/apps/accessibility/l10n/ko.json
4868share/nextcloud/apps/accessibility/l10n/lt_LT.js 4873share/nextcloud/apps/accessibility/l10n/lt_LT.js
4869share/nextcloud/apps/accessibility/l10n/lt_LT.json 4874share/nextcloud/apps/accessibility/l10n/lt_LT.json
4870share/nextcloud/apps/accessibility/l10n/lv.js 4875share/nextcloud/apps/accessibility/l10n/lv.js
4871share/nextcloud/apps/accessibility/l10n/lv.json 4876share/nextcloud/apps/accessibility/l10n/lv.json
4872share/nextcloud/apps/accessibility/l10n/mk.js 4877share/nextcloud/apps/accessibility/l10n/mk.js
4873share/nextcloud/apps/accessibility/l10n/mk.json 4878share/nextcloud/apps/accessibility/l10n/mk.json
 4879share/nextcloud/apps/accessibility/l10n/ms_MY.js
 4880share/nextcloud/apps/accessibility/l10n/ms_MY.json
4874share/nextcloud/apps/accessibility/l10n/nb.js 4881share/nextcloud/apps/accessibility/l10n/nb.js
4875share/nextcloud/apps/accessibility/l10n/nb.json 4882share/nextcloud/apps/accessibility/l10n/nb.json
4876share/nextcloud/apps/accessibility/l10n/nl.js 4883share/nextcloud/apps/accessibility/l10n/nl.js
4877share/nextcloud/apps/accessibility/l10n/nl.json 4884share/nextcloud/apps/accessibility/l10n/nl.json
4878share/nextcloud/apps/accessibility/l10n/nn_NO.js 4885share/nextcloud/apps/accessibility/l10n/nn_NO.js
4879share/nextcloud/apps/accessibility/l10n/nn_NO.json 4886share/nextcloud/apps/accessibility/l10n/nn_NO.json
4880share/nextcloud/apps/accessibility/l10n/pl.js 4887share/nextcloud/apps/accessibility/l10n/pl.js
4881share/nextcloud/apps/accessibility/l10n/pl.json 4888share/nextcloud/apps/accessibility/l10n/pl.json
4882share/nextcloud/apps/accessibility/l10n/pt_BR.js 4889share/nextcloud/apps/accessibility/l10n/pt_BR.js
4883share/nextcloud/apps/accessibility/l10n/pt_BR.json 4890share/nextcloud/apps/accessibility/l10n/pt_BR.json
4884share/nextcloud/apps/accessibility/l10n/pt_PT.js 4891share/nextcloud/apps/accessibility/l10n/pt_PT.js
4885share/nextcloud/apps/accessibility/l10n/pt_PT.json 4892share/nextcloud/apps/accessibility/l10n/pt_PT.json
4886share/nextcloud/apps/accessibility/l10n/ro.js 4893share/nextcloud/apps/accessibility/l10n/ro.js
@@ -4889,26 +4896,28 @@ share/nextcloud/apps/accessibility/l10n/ @@ -4889,26 +4896,28 @@ share/nextcloud/apps/accessibility/l10n/
4889share/nextcloud/apps/accessibility/l10n/ru.json 4896share/nextcloud/apps/accessibility/l10n/ru.json
4890share/nextcloud/apps/accessibility/l10n/sk.js 4897share/nextcloud/apps/accessibility/l10n/sk.js
4891share/nextcloud/apps/accessibility/l10n/sk.json 4898share/nextcloud/apps/accessibility/l10n/sk.json
4892share/nextcloud/apps/accessibility/l10n/sl.js 4899share/nextcloud/apps/accessibility/l10n/sl.js
4893share/nextcloud/apps/accessibility/l10n/sl.json 4900share/nextcloud/apps/accessibility/l10n/sl.json
4894share/nextcloud/apps/accessibility/l10n/sq.js 4901share/nextcloud/apps/accessibility/l10n/sq.js
4895share/nextcloud/apps/accessibility/l10n/sq.json 4902share/nextcloud/apps/accessibility/l10n/sq.json
4896share/nextcloud/apps/accessibility/l10n/sr.js 4903share/nextcloud/apps/accessibility/l10n/sr.js
4897share/nextcloud/apps/accessibility/l10n/sr.json 4904share/nextcloud/apps/accessibility/l10n/sr.json
4898share/nextcloud/apps/accessibility/l10n/sr@latin.js 4905share/nextcloud/apps/accessibility/l10n/sr@latin.js
4899share/nextcloud/apps/accessibility/l10n/sr@latin.json 4906share/nextcloud/apps/accessibility/l10n/sr@latin.json
4900share/nextcloud/apps/accessibility/l10n/sv.js 4907share/nextcloud/apps/accessibility/l10n/sv.js
4901share/nextcloud/apps/accessibility/l10n/sv.json 4908share/nextcloud/apps/accessibility/l10n/sv.json
 4909share/nextcloud/apps/accessibility/l10n/th.js
 4910share/nextcloud/apps/accessibility/l10n/th.json
4902share/nextcloud/apps/accessibility/l10n/tr.js 4911share/nextcloud/apps/accessibility/l10n/tr.js
4903share/nextcloud/apps/accessibility/l10n/tr.json 4912share/nextcloud/apps/accessibility/l10n/tr.json
4904share/nextcloud/apps/accessibility/l10n/uk.js 4913share/nextcloud/apps/accessibility/l10n/uk.js
4905share/nextcloud/apps/accessibility/l10n/uk.json 4914share/nextcloud/apps/accessibility/l10n/uk.json
4906share/nextcloud/apps/accessibility/l10n/vi.js 4915share/nextcloud/apps/accessibility/l10n/vi.js
4907share/nextcloud/apps/accessibility/l10n/vi.json 4916share/nextcloud/apps/accessibility/l10n/vi.json
4908share/nextcloud/apps/accessibility/l10n/zh_CN.js 4917share/nextcloud/apps/accessibility/l10n/zh_CN.js
4909share/nextcloud/apps/accessibility/l10n/zh_CN.json 4918share/nextcloud/apps/accessibility/l10n/zh_CN.json
4910share/nextcloud/apps/accessibility/l10n/zh_TW.js 4919share/nextcloud/apps/accessibility/l10n/zh_TW.js
4911share/nextcloud/apps/accessibility/l10n/zh_TW.json 4920share/nextcloud/apps/accessibility/l10n/zh_TW.json
4912share/nextcloud/apps/accessibility/lib/AccessibilityProvider.php 4921share/nextcloud/apps/accessibility/lib/AccessibilityProvider.php
4913share/nextcloud/apps/accessibility/lib/AppInfo/Application.php 4922share/nextcloud/apps/accessibility/lib/AppInfo/Application.php
4914share/nextcloud/apps/accessibility/lib/Controller/AccessibilityController.php 4923share/nextcloud/apps/accessibility/lib/Controller/AccessibilityController.php
@@ -6563,26 +6572,28 @@ share/nextcloud/apps/files/l10n/ast.js @@ -6563,26 +6572,28 @@ share/nextcloud/apps/files/l10n/ast.js
6563share/nextcloud/apps/files/l10n/ast.json 6572share/nextcloud/apps/files/l10n/ast.json
6564share/nextcloud/apps/files/l10n/az.js 6573share/nextcloud/apps/files/l10n/az.js
6565share/nextcloud/apps/files/l10n/az.json 6574share/nextcloud/apps/files/l10n/az.json
6566share/nextcloud/apps/files/l10n/be.js 6575share/nextcloud/apps/files/l10n/be.js
6567share/nextcloud/apps/files/l10n/be.json 6576share/nextcloud/apps/files/l10n/be.json
6568share/nextcloud/apps/files/l10n/bg.js 6577share/nextcloud/apps/files/l10n/bg.js
6569share/nextcloud/apps/files/l10n/bg.json 6578share/nextcloud/apps/files/l10n/bg.json
6570share/nextcloud/apps/files/l10n/bg_BG.js 6579share/nextcloud/apps/files/l10n/bg_BG.js
6571share/nextcloud/apps/files/l10n/bg_BG.json 6580share/nextcloud/apps/files/l10n/bg_BG.json
6572share/nextcloud/apps/files/l10n/bn_BD.js 6581share/nextcloud/apps/files/l10n/bn_BD.js
6573share/nextcloud/apps/files/l10n/bn_BD.json 6582share/nextcloud/apps/files/l10n/bn_BD.json
6574share/nextcloud/apps/files/l10n/bn_IN.js 6583share/nextcloud/apps/files/l10n/bn_IN.js
6575share/nextcloud/apps/files/l10n/bn_IN.json 6584share/nextcloud/apps/files/l10n/bn_IN.json
 6585share/nextcloud/apps/files/l10n/br.js
 6586share/nextcloud/apps/files/l10n/br.json
6576share/nextcloud/apps/files/l10n/bs.js 6587share/nextcloud/apps/files/l10n/bs.js
6577share/nextcloud/apps/files/l10n/bs.json 6588share/nextcloud/apps/files/l10n/bs.json
6578share/nextcloud/apps/files/l10n/ca.js 6589share/nextcloud/apps/files/l10n/ca.js
6579share/nextcloud/apps/files/l10n/ca.json 6590share/nextcloud/apps/files/l10n/ca.json
6580share/nextcloud/apps/files/l10n/cs.js 6591share/nextcloud/apps/files/l10n/cs.js
6581share/nextcloud/apps/files/l10n/cs.json 6592share/nextcloud/apps/files/l10n/cs.json
6582share/nextcloud/apps/files/l10n/cs_CZ.js 6593share/nextcloud/apps/files/l10n/cs_CZ.js
6583share/nextcloud/apps/files/l10n/cs_CZ.json 6594share/nextcloud/apps/files/l10n/cs_CZ.json
6584share/nextcloud/apps/files/l10n/cy_GB.js 6595share/nextcloud/apps/files/l10n/cy_GB.js
6585share/nextcloud/apps/files/l10n/cy_GB.json 6596share/nextcloud/apps/files/l10n/cy_GB.json
6586share/nextcloud/apps/files/l10n/da.js 6597share/nextcloud/apps/files/l10n/da.js
6587share/nextcloud/apps/files/l10n/da.json 6598share/nextcloud/apps/files/l10n/da.json
6588share/nextcloud/apps/files/l10n/de.js 6599share/nextcloud/apps/files/l10n/de.js
@@ -7706,26 +7717,28 @@ share/nextcloud/apps/files_rightclick/l1 @@ -7706,26 +7717,28 @@ share/nextcloud/apps/files_rightclick/l1
7706share/nextcloud/apps/files_rightclick/l10n/af.json 7717share/nextcloud/apps/files_rightclick/l10n/af.json
7707share/nextcloud/apps/files_rightclick/l10n/ar.js 7718share/nextcloud/apps/files_rightclick/l10n/ar.js
7708share/nextcloud/apps/files_rightclick/l10n/ar.json 7719share/nextcloud/apps/files_rightclick/l10n/ar.json
7709share/nextcloud/apps/files_rightclick/l10n/ast.js 7720share/nextcloud/apps/files_rightclick/l10n/ast.js
7710share/nextcloud/apps/files_rightclick/l10n/ast.json 7721share/nextcloud/apps/files_rightclick/l10n/ast.json
7711share/nextcloud/apps/files_rightclick/l10n/az.js 7722share/nextcloud/apps/files_rightclick/l10n/az.js
7712share/nextcloud/apps/files_rightclick/l10n/az.json 7723share/nextcloud/apps/files_rightclick/l10n/az.json
7713share/nextcloud/apps/files_rightclick/l10n/be.js 7724share/nextcloud/apps/files_rightclick/l10n/be.js
7714share/nextcloud/apps/files_rightclick/l10n/be.json 7725share/nextcloud/apps/files_rightclick/l10n/be.json
7715share/nextcloud/apps/files_rightclick/l10n/bg.js 7726share/nextcloud/apps/files_rightclick/l10n/bg.js
7716share/nextcloud/apps/files_rightclick/l10n/bg.json 7727share/nextcloud/apps/files_rightclick/l10n/bg.json
7717share/nextcloud/apps/files_rightclick/l10n/bn_BD.js 7728share/nextcloud/apps/files_rightclick/l10n/bn_BD.js
7718share/nextcloud/apps/files_rightclick/l10n/bn_BD.json 7729share/nextcloud/apps/files_rightclick/l10n/bn_BD.json
 7730share/nextcloud/apps/files_rightclick/l10n/br.js
 7731share/nextcloud/apps/files_rightclick/l10n/br.json
7719share/nextcloud/apps/files_rightclick/l10n/bs.js 7732share/nextcloud/apps/files_rightclick/l10n/bs.js
7720share/nextcloud/apps/files_rightclick/l10n/bs.json 7733share/nextcloud/apps/files_rightclick/l10n/bs.json
7721share/nextcloud/apps/files_rightclick/l10n/ca.js 7734share/nextcloud/apps/files_rightclick/l10n/ca.js
7722share/nextcloud/apps/files_rightclick/l10n/ca.json 7735share/nextcloud/apps/files_rightclick/l10n/ca.json
7723share/nextcloud/apps/files_rightclick/l10n/cs.js 7736share/nextcloud/apps/files_rightclick/l10n/cs.js
7724share/nextcloud/apps/files_rightclick/l10n/cs.json 7737share/nextcloud/apps/files_rightclick/l10n/cs.json
7725share/nextcloud/apps/files_rightclick/l10n/cy_GB.js 7738share/nextcloud/apps/files_rightclick/l10n/cy_GB.js
7726share/nextcloud/apps/files_rightclick/l10n/cy_GB.json 7739share/nextcloud/apps/files_rightclick/l10n/cy_GB.json
7727share/nextcloud/apps/files_rightclick/l10n/da.js 7740share/nextcloud/apps/files_rightclick/l10n/da.js
7728share/nextcloud/apps/files_rightclick/l10n/da.json 7741share/nextcloud/apps/files_rightclick/l10n/da.json
7729share/nextcloud/apps/files_rightclick/l10n/de.js 7742share/nextcloud/apps/files_rightclick/l10n/de.js
7730share/nextcloud/apps/files_rightclick/l10n/de.json 7743share/nextcloud/apps/files_rightclick/l10n/de.json
7731share/nextcloud/apps/files_rightclick/l10n/de_DE.js 7744share/nextcloud/apps/files_rightclick/l10n/de_DE.js
@@ -8225,26 +8238,28 @@ share/nextcloud/apps/files_trashbin/l10n @@ -8225,26 +8238,28 @@ share/nextcloud/apps/files_trashbin/l10n
8225share/nextcloud/apps/files_trashbin/l10n/ast.json 8238share/nextcloud/apps/files_trashbin/l10n/ast.json
8226share/nextcloud/apps/files_trashbin/l10n/az.js 8239share/nextcloud/apps/files_trashbin/l10n/az.js
8227share/nextcloud/apps/files_trashbin/l10n/az.json 8240share/nextcloud/apps/files_trashbin/l10n/az.json
8228share/nextcloud/apps/files_trashbin/l10n/be.js 8241share/nextcloud/apps/files_trashbin/l10n/be.js
8229share/nextcloud/apps/files_trashbin/l10n/be.json 8242share/nextcloud/apps/files_trashbin/l10n/be.json
8230share/nextcloud/apps/files_trashbin/l10n/bg.js 8243share/nextcloud/apps/files_trashbin/l10n/bg.js
8231share/nextcloud/apps/files_trashbin/l10n/bg.json 8244share/nextcloud/apps/files_trashbin/l10n/bg.json
8232share/nextcloud/apps/files_trashbin/l10n/bg_BG.js 8245share/nextcloud/apps/files_trashbin/l10n/bg_BG.js
8233share/nextcloud/apps/files_trashbin/l10n/bg_BG.json 8246share/nextcloud/apps/files_trashbin/l10n/bg_BG.json
8234share/nextcloud/apps/files_trashbin/l10n/bn_BD.js 8247share/nextcloud/apps/files_trashbin/l10n/bn_BD.js
8235share/nextcloud/apps/files_trashbin/l10n/bn_BD.json 8248share/nextcloud/apps/files_trashbin/l10n/bn_BD.json
8236share/nextcloud/apps/files_trashbin/l10n/bn_IN.js 8249share/nextcloud/apps/files_trashbin/l10n/bn_IN.js
8237share/nextcloud/apps/files_trashbin/l10n/bn_IN.json 8250share/nextcloud/apps/files_trashbin/l10n/bn_IN.json
 8251share/nextcloud/apps/files_trashbin/l10n/br.js
 8252share/nextcloud/apps/files_trashbin/l10n/br.json
8238share/nextcloud/apps/files_trashbin/l10n/bs.js 8253share/nextcloud/apps/files_trashbin/l10n/bs.js
8239share/nextcloud/apps/files_trashbin/l10n/bs.json 8254share/nextcloud/apps/files_trashbin/l10n/bs.json
8240share/nextcloud/apps/files_trashbin/l10n/ca.js 8255share/nextcloud/apps/files_trashbin/l10n/ca.js
8241share/nextcloud/apps/files_trashbin/l10n/ca.json 8256share/nextcloud/apps/files_trashbin/l10n/ca.json
8242share/nextcloud/apps/files_trashbin/l10n/cs.js 8257share/nextcloud/apps/files_trashbin/l10n/cs.js
8243share/nextcloud/apps/files_trashbin/l10n/cs.json 8258share/nextcloud/apps/files_trashbin/l10n/cs.json
8244share/nextcloud/apps/files_trashbin/l10n/cs_CZ.js 8259share/nextcloud/apps/files_trashbin/l10n/cs_CZ.js
8245share/nextcloud/apps/files_trashbin/l10n/cs_CZ.json 8260share/nextcloud/apps/files_trashbin/l10n/cs_CZ.json
8246share/nextcloud/apps/files_trashbin/l10n/cy_GB.js 8261share/nextcloud/apps/files_trashbin/l10n/cy_GB.js
8247share/nextcloud/apps/files_trashbin/l10n/cy_GB.json 8262share/nextcloud/apps/files_trashbin/l10n/cy_GB.json
8248share/nextcloud/apps/files_trashbin/l10n/da.js 8263share/nextcloud/apps/files_trashbin/l10n/da.js
8249share/nextcloud/apps/files_trashbin/l10n/da.json 8264share/nextcloud/apps/files_trashbin/l10n/da.json
8250share/nextcloud/apps/files_trashbin/l10n/de.js 8265share/nextcloud/apps/files_trashbin/l10n/de.js
@@ -8477,26 +8492,28 @@ share/nextcloud/apps/files_versions/l10n @@ -8477,26 +8492,28 @@ share/nextcloud/apps/files_versions/l10n
8477share/nextcloud/apps/files_versions/l10n/ar.json 8492share/nextcloud/apps/files_versions/l10n/ar.json
8478share/nextcloud/apps/files_versions/l10n/ast.js 8493share/nextcloud/apps/files_versions/l10n/ast.js
8479share/nextcloud/apps/files_versions/l10n/ast.json 8494share/nextcloud/apps/files_versions/l10n/ast.json
8480share/nextcloud/apps/files_versions/l10n/az.js 8495share/nextcloud/apps/files_versions/l10n/az.js
8481share/nextcloud/apps/files_versions/l10n/az.json 8496share/nextcloud/apps/files_versions/l10n/az.json
8482share/nextcloud/apps/files_versions/l10n/bg.js 8497share/nextcloud/apps/files_versions/l10n/bg.js
8483share/nextcloud/apps/files_versions/l10n/bg.json 8498share/nextcloud/apps/files_versions/l10n/bg.json
8484share/nextcloud/apps/files_versions/l10n/bg_BG.js 8499share/nextcloud/apps/files_versions/l10n/bg_BG.js
8485share/nextcloud/apps/files_versions/l10n/bg_BG.json 8500share/nextcloud/apps/files_versions/l10n/bg_BG.json
8486share/nextcloud/apps/files_versions/l10n/bn_BD.js 8501share/nextcloud/apps/files_versions/l10n/bn_BD.js
8487share/nextcloud/apps/files_versions/l10n/bn_BD.json 8502share/nextcloud/apps/files_versions/l10n/bn_BD.json
8488share/nextcloud/apps/files_versions/l10n/bn_IN.js 8503share/nextcloud/apps/files_versions/l10n/bn_IN.js
8489share/nextcloud/apps/files_versions/l10n/bn_IN.json 8504share/nextcloud/apps/files_versions/l10n/bn_IN.json
 8505share/nextcloud/apps/files_versions/l10n/br.js
 8506share/nextcloud/apps/files_versions/l10n/br.json
8490share/nextcloud/apps/files_versions/l10n/bs.js 8507share/nextcloud/apps/files_versions/l10n/bs.js
8491share/nextcloud/apps/files_versions/l10n/bs.json 8508share/nextcloud/apps/files_versions/l10n/bs.json
8492share/nextcloud/apps/files_versions/l10n/ca.js 8509share/nextcloud/apps/files_versions/l10n/ca.js
8493share/nextcloud/apps/files_versions/l10n/ca.json 8510share/nextcloud/apps/files_versions/l10n/ca.json
8494share/nextcloud/apps/files_versions/l10n/cs.js 8511share/nextcloud/apps/files_versions/l10n/cs.js
8495share/nextcloud/apps/files_versions/l10n/cs.json 8512share/nextcloud/apps/files_versions/l10n/cs.json
8496share/nextcloud/apps/files_versions/l10n/cs_CZ.js 8513share/nextcloud/apps/files_versions/l10n/cs_CZ.js
8497share/nextcloud/apps/files_versions/l10n/cs_CZ.json 8514share/nextcloud/apps/files_versions/l10n/cs_CZ.json
8498share/nextcloud/apps/files_versions/l10n/cy_GB.js 8515share/nextcloud/apps/files_versions/l10n/cy_GB.js
8499share/nextcloud/apps/files_versions/l10n/cy_GB.json 8516share/nextcloud/apps/files_versions/l10n/cy_GB.json
8500share/nextcloud/apps/files_versions/l10n/da.js 8517share/nextcloud/apps/files_versions/l10n/da.js
8501share/nextcloud/apps/files_versions/l10n/da.json 8518share/nextcloud/apps/files_versions/l10n/da.json
8502share/nextcloud/apps/files_versions/l10n/de.js 8519share/nextcloud/apps/files_versions/l10n/de.js
@@ -8730,26 +8747,28 @@ share/nextcloud/apps/firstrunwizard/l10n @@ -8730,26 +8747,28 @@ share/nextcloud/apps/firstrunwizard/l10n
8730share/nextcloud/apps/firstrunwizard/l10n/af.js 8747share/nextcloud/apps/firstrunwizard/l10n/af.js
8731share/nextcloud/apps/firstrunwizard/l10n/af.json 8748share/nextcloud/apps/firstrunwizard/l10n/af.json
8732share/nextcloud/apps/firstrunwizard/l10n/ar.js 8749share/nextcloud/apps/firstrunwizard/l10n/ar.js
8733share/nextcloud/apps/firstrunwizard/l10n/ar.json 8750share/nextcloud/apps/firstrunwizard/l10n/ar.json
8734share/nextcloud/apps/firstrunwizard/l10n/ast.js 8751share/nextcloud/apps/firstrunwizard/l10n/ast.js
8735share/nextcloud/apps/firstrunwizard/l10n/ast.json 8752share/nextcloud/apps/firstrunwizard/l10n/ast.json
8736share/nextcloud/apps/firstrunwizard/l10n/az.js 8753share/nextcloud/apps/firstrunwizard/l10n/az.js
8737share/nextcloud/apps/firstrunwizard/l10n/az.json 8754share/nextcloud/apps/firstrunwizard/l10n/az.json
8738share/nextcloud/apps/firstrunwizard/l10n/bg.js 8755share/nextcloud/apps/firstrunwizard/l10n/bg.js
8739share/nextcloud/apps/firstrunwizard/l10n/bg.json 8756share/nextcloud/apps/firstrunwizard/l10n/bg.json
8740share/nextcloud/apps/firstrunwizard/l10n/bn_BD.js 8757share/nextcloud/apps/firstrunwizard/l10n/bn_BD.js
8741share/nextcloud/apps/firstrunwizard/l10n/bn_BD.json 8758share/nextcloud/apps/firstrunwizard/l10n/bn_BD.json
8742share/nextcloud/apps/firstrunwizard/l10n/bn_IN.php 8759share/nextcloud/apps/firstrunwizard/l10n/bn_IN.php
 8760share/nextcloud/apps/firstrunwizard/l10n/br.js
 8761share/nextcloud/apps/firstrunwizard/l10n/br.json
8743share/nextcloud/apps/firstrunwizard/l10n/bs.js 8762share/nextcloud/apps/firstrunwizard/l10n/bs.js
8744share/nextcloud/apps/firstrunwizard/l10n/bs.json 8763share/nextcloud/apps/firstrunwizard/l10n/bs.json
8745share/nextcloud/apps/firstrunwizard/l10n/ca.js 8764share/nextcloud/apps/firstrunwizard/l10n/ca.js
8746share/nextcloud/apps/firstrunwizard/l10n/ca.json 8765share/nextcloud/apps/firstrunwizard/l10n/ca.json
8747share/nextcloud/apps/firstrunwizard/l10n/cs.js 8766share/nextcloud/apps/firstrunwizard/l10n/cs.js
8748share/nextcloud/apps/firstrunwizard/l10n/cs.json 8767share/nextcloud/apps/firstrunwizard/l10n/cs.json
8749share/nextcloud/apps/firstrunwizard/l10n/cy_GB.js 8768share/nextcloud/apps/firstrunwizard/l10n/cy_GB.js
8750share/nextcloud/apps/firstrunwizard/l10n/cy_GB.json 8769share/nextcloud/apps/firstrunwizard/l10n/cy_GB.json
8751share/nextcloud/apps/firstrunwizard/l10n/cy_GB.php 8770share/nextcloud/apps/firstrunwizard/l10n/cy_GB.php
8752share/nextcloud/apps/firstrunwizard/l10n/da.js 8771share/nextcloud/apps/firstrunwizard/l10n/da.js
8753share/nextcloud/apps/firstrunwizard/l10n/da.json 8772share/nextcloud/apps/firstrunwizard/l10n/da.json
8754share/nextcloud/apps/firstrunwizard/l10n/de.js 8773share/nextcloud/apps/firstrunwizard/l10n/de.js
8755share/nextcloud/apps/firstrunwizard/l10n/de.json 8774share/nextcloud/apps/firstrunwizard/l10n/de.json
@@ -9135,26 +9154,28 @@ share/nextcloud/apps/nextcloud_announcem @@ -9135,26 +9154,28 @@ share/nextcloud/apps/nextcloud_announcem
9135share/nextcloud/apps/nextcloud_announcements/appinfo/info.xml 9154share/nextcloud/apps/nextcloud_announcements/appinfo/info.xml
9136share/nextcloud/apps/nextcloud_announcements/appinfo/signature.json 9155share/nextcloud/apps/nextcloud_announcements/appinfo/signature.json
9137share/nextcloud/apps/nextcloud_announcements/img/app-dark.svg 9156share/nextcloud/apps/nextcloud_announcements/img/app-dark.svg
9138share/nextcloud/apps/nextcloud_announcements/img/app.svg 9157share/nextcloud/apps/nextcloud_announcements/img/app.svg
9139share/nextcloud/apps/nextcloud_announcements/js/admin.js 9158share/nextcloud/apps/nextcloud_announcements/js/admin.js
9140share/nextcloud/apps/nextcloud_announcements/l10n/af.js 9159share/nextcloud/apps/nextcloud_announcements/l10n/af.js
9141share/nextcloud/apps/nextcloud_announcements/l10n/af.json 9160share/nextcloud/apps/nextcloud_announcements/l10n/af.json
9142share/nextcloud/apps/nextcloud_announcements/l10n/ar.js 9161share/nextcloud/apps/nextcloud_announcements/l10n/ar.js
9143share/nextcloud/apps/nextcloud_announcements/l10n/ar.json 9162share/nextcloud/apps/nextcloud_announcements/l10n/ar.json
9144share/nextcloud/apps/nextcloud_announcements/l10n/ast.js 9163share/nextcloud/apps/nextcloud_announcements/l10n/ast.js
9145share/nextcloud/apps/nextcloud_announcements/l10n/ast.json 9164share/nextcloud/apps/nextcloud_announcements/l10n/ast.json
9146share/nextcloud/apps/nextcloud_announcements/l10n/bg.js 9165share/nextcloud/apps/nextcloud_announcements/l10n/bg.js
9147share/nextcloud/apps/nextcloud_announcements/l10n/bg.json 9166share/nextcloud/apps/nextcloud_announcements/l10n/bg.json
 9167share/nextcloud/apps/nextcloud_announcements/l10n/br.js
 9168share/nextcloud/apps/nextcloud_announcements/l10n/br.json
9148share/nextcloud/apps/nextcloud_announcements/l10n/ca.js 9169share/nextcloud/apps/nextcloud_announcements/l10n/ca.js
9149share/nextcloud/apps/nextcloud_announcements/l10n/ca.json 9170share/nextcloud/apps/nextcloud_announcements/l10n/ca.json
9150share/nextcloud/apps/nextcloud_announcements/l10n/cs.js 9171share/nextcloud/apps/nextcloud_announcements/l10n/cs.js
9151share/nextcloud/apps/nextcloud_announcements/l10n/cs.json 9172share/nextcloud/apps/nextcloud_announcements/l10n/cs.json
9152share/nextcloud/apps/nextcloud_announcements/l10n/da.js 9173share/nextcloud/apps/nextcloud_announcements/l10n/da.js
9153share/nextcloud/apps/nextcloud_announcements/l10n/da.json 9174share/nextcloud/apps/nextcloud_announcements/l10n/da.json
9154share/nextcloud/apps/nextcloud_announcements/l10n/de.js 9175share/nextcloud/apps/nextcloud_announcements/l10n/de.js
9155share/nextcloud/apps/nextcloud_announcements/l10n/de.json 9176share/nextcloud/apps/nextcloud_announcements/l10n/de.json
9156share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.js 9177share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.js
9157share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.json 9178share/nextcloud/apps/nextcloud_announcements/l10n/de_DE.json
9158share/nextcloud/apps/nextcloud_announcements/l10n/el.js 9179share/nextcloud/apps/nextcloud_announcements/l10n/el.js
9159share/nextcloud/apps/nextcloud_announcements/l10n/el.json 9180share/nextcloud/apps/nextcloud_announcements/l10n/el.json
9160share/nextcloud/apps/nextcloud_announcements/l10n/en_GB.js 9181share/nextcloud/apps/nextcloud_announcements/l10n/en_GB.js
@@ -9757,26 +9778,28 @@ share/nextcloud/apps/password_policy/l10 @@ -9757,26 +9778,28 @@ share/nextcloud/apps/password_policy/l10
9757share/nextcloud/apps/password_policy/l10n/ru.json 9778share/nextcloud/apps/password_policy/l10n/ru.json
9758share/nextcloud/apps/password_policy/l10n/sk.js 9779share/nextcloud/apps/password_policy/l10n/sk.js
9759share/nextcloud/apps/password_policy/l10n/sk.json 9780share/nextcloud/apps/password_policy/l10n/sk.json
9760share/nextcloud/apps/password_policy/l10n/sl.js 9781share/nextcloud/apps/password_policy/l10n/sl.js
9761share/nextcloud/apps/password_policy/l10n/sl.json 9782share/nextcloud/apps/password_policy/l10n/sl.json
9762share/nextcloud/apps/password_policy/l10n/sq.js 9783share/nextcloud/apps/password_policy/l10n/sq.js
9763share/nextcloud/apps/password_policy/l10n/sq.json 9784share/nextcloud/apps/password_policy/l10n/sq.json
9764share/nextcloud/apps/password_policy/l10n/sr.js 9785share/nextcloud/apps/password_policy/l10n/sr.js
9765share/nextcloud/apps/password_policy/l10n/sr.json 9786share/nextcloud/apps/password_policy/l10n/sr.json
9766share/nextcloud/apps/password_policy/l10n/sv.js 9787share/nextcloud/apps/password_policy/l10n/sv.js
9767share/nextcloud/apps/password_policy/l10n/sv.json 9788share/nextcloud/apps/password_policy/l10n/sv.json
9768share/nextcloud/apps/password_policy/l10n/tr.js 9789share/nextcloud/apps/password_policy/l10n/tr.js
9769share/nextcloud/apps/password_policy/l10n/tr.json 9790share/nextcloud/apps/password_policy/l10n/tr.json
 9791share/nextcloud/apps/password_policy/l10n/uk.js
 9792share/nextcloud/apps/password_policy/l10n/uk.json
9770share/nextcloud/apps/password_policy/l10n/zh_CN.js 9793share/nextcloud/apps/password_policy/l10n/zh_CN.js
9771share/nextcloud/apps/password_policy/l10n/zh_CN.json 9794share/nextcloud/apps/password_policy/l10n/zh_CN.json
9772share/nextcloud/apps/password_policy/l10n/zh_TW.js 9795share/nextcloud/apps/password_policy/l10n/zh_TW.js
9773share/nextcloud/apps/password_policy/l10n/zh_TW.json 9796share/nextcloud/apps/password_policy/l10n/zh_TW.json
9774share/nextcloud/apps/password_policy/lib/AppInfo/Application.php 9797share/nextcloud/apps/password_policy/lib/AppInfo/Application.php
9775share/nextcloud/apps/password_policy/lib/Capabilities.php 9798share/nextcloud/apps/password_policy/lib/Capabilities.php
9776share/nextcloud/apps/password_policy/lib/Compliance/Expiration.php 9799share/nextcloud/apps/password_policy/lib/Compliance/Expiration.php
9777share/nextcloud/apps/password_policy/lib/Compliance/HistoryCompliance.php 9800share/nextcloud/apps/password_policy/lib/Compliance/HistoryCompliance.php
9778share/nextcloud/apps/password_policy/lib/Compliance/IAuditor.php 9801share/nextcloud/apps/password_policy/lib/Compliance/IAuditor.php
9779share/nextcloud/apps/password_policy/lib/Compliance/IEntryControl.php 9802share/nextcloud/apps/password_policy/lib/Compliance/IEntryControl.php
9780share/nextcloud/apps/password_policy/lib/Compliance/IUpdatable.php 9803share/nextcloud/apps/password_policy/lib/Compliance/IUpdatable.php
9781share/nextcloud/apps/password_policy/lib/ComplianceService.php 9804share/nextcloud/apps/password_policy/lib/ComplianceService.php
9782share/nextcloud/apps/password_policy/lib/Controller/APIController.php 9805share/nextcloud/apps/password_policy/lib/Controller/APIController.php
@@ -9826,34 +9849,34 @@ share/nextcloud/apps/password_policy/lis @@ -9826,34 +9849,34 @@ share/nextcloud/apps/password_policy/lis
9826share/nextcloud/apps/password_policy/lists/list-35.php 9849share/nextcloud/apps/password_policy/lists/list-35.php
9827share/nextcloud/apps/password_policy/lists/list-36.php 9850share/nextcloud/apps/password_policy/lists/list-36.php
9828share/nextcloud/apps/password_policy/lists/list-37.php 9851share/nextcloud/apps/password_policy/lists/list-37.php
9829share/nextcloud/apps/password_policy/lists/list-38.php 9852share/nextcloud/apps/password_policy/lists/list-38.php
9830share/nextcloud/apps/password_policy/lists/list-39.php 9853share/nextcloud/apps/password_policy/lists/list-39.php
9831share/nextcloud/apps/password_policy/lists/list-4.php 9854share/nextcloud/apps/password_policy/lists/list-4.php
9832share/nextcloud/apps/password_policy/lists/list-5.php 9855share/nextcloud/apps/password_policy/lists/list-5.php
9833share/nextcloud/apps/password_policy/lists/list-6.php 9856share/nextcloud/apps/password_policy/lists/list-6.php
9834share/nextcloud/apps/password_policy/lists/list-7.php 9857share/nextcloud/apps/password_policy/lists/list-7.php
9835share/nextcloud/apps/password_policy/lists/list-8.php 9858share/nextcloud/apps/password_policy/lists/list-8.php
9836share/nextcloud/apps/password_policy/lists/list-9.php 9859share/nextcloud/apps/password_policy/lists/list-9.php
9837share/nextcloud/apps/password_policy/templates/settings-admin.php 9860share/nextcloud/apps/password_policy/templates/settings-admin.php
9838share/nextcloud/apps/photos/.npmignore 9861share/nextcloud/apps/photos/.npmignore
9839share/nextcloud/apps/photos/.stylelintrc.js 
9840share/nextcloud/apps/photos/COPYING 9862share/nextcloud/apps/photos/COPYING
9841share/nextcloud/apps/photos/appinfo/app.php 9863share/nextcloud/apps/photos/appinfo/app.php
9842share/nextcloud/apps/photos/appinfo/info.xml 9864share/nextcloud/apps/photos/appinfo/info.xml
9843share/nextcloud/apps/photos/appinfo/routes.php 9865share/nextcloud/apps/photos/appinfo/routes.php
9844share/nextcloud/apps/photos/appinfo/signature.json 9866share/nextcloud/apps/photos/appinfo/signature.json
9845share/nextcloud/apps/photos/babel.config.js 9867share/nextcloud/apps/photos/babel.config.js
9846share/nextcloud/apps/photos/composer.json 9868share/nextcloud/apps/photos/composer.json
 9869share/nextcloud/apps/photos/composer.lock
9847share/nextcloud/apps/photos/css/icons.scss 9870share/nextcloud/apps/photos/css/icons.scss
9848share/nextcloud/apps/photos/img/app.svg 9871share/nextcloud/apps/photos/img/app.svg
9849share/nextcloud/apps/photos/img/photos.svg 9872share/nextcloud/apps/photos/img/photos.svg
9850share/nextcloud/apps/photos/img/yourphotos.svg 9873share/nextcloud/apps/photos/img/yourphotos.svg
9851share/nextcloud/apps/photos/js/photos.0.js 9874share/nextcloud/apps/photos/js/photos.0.js
9852share/nextcloud/apps/photos/js/photos.0.js.map 9875share/nextcloud/apps/photos/js/photos.0.js.map
9853share/nextcloud/apps/photos/js/photos.1.js 9876share/nextcloud/apps/photos/js/photos.1.js
9854share/nextcloud/apps/photos/js/photos.1.js.map 9877share/nextcloud/apps/photos/js/photos.1.js.map
9855share/nextcloud/apps/photos/js/photos.2.js 9878share/nextcloud/apps/photos/js/photos.2.js
9856share/nextcloud/apps/photos/js/photos.2.js.map 9879share/nextcloud/apps/photos/js/photos.2.js.map
9857share/nextcloud/apps/photos/js/photos.4.js 9880share/nextcloud/apps/photos/js/photos.4.js
9858share/nextcloud/apps/photos/js/photos.4.js.map 9881share/nextcloud/apps/photos/js/photos.4.js.map
9859share/nextcloud/apps/photos/js/photos.5.js 9882share/nextcloud/apps/photos/js/photos.5.js
@@ -10043,26 +10066,27 @@ share/nextcloud/apps/photos/l10n/uz.json @@ -10043,26 +10066,27 @@ share/nextcloud/apps/photos/l10n/uz.json
10043share/nextcloud/apps/photos/l10n/vi.js 10066share/nextcloud/apps/photos/l10n/vi.js
10044share/nextcloud/apps/photos/l10n/vi.json 10067share/nextcloud/apps/photos/l10n/vi.json
10045share/nextcloud/apps/photos/l10n/zh_CN.js 10068share/nextcloud/apps/photos/l10n/zh_CN.js
10046share/nextcloud/apps/photos/l10n/zh_CN.json 10069share/nextcloud/apps/photos/l10n/zh_CN.json
10047share/nextcloud/apps/photos/l10n/zh_HK.js 10070share/nextcloud/apps/photos/l10n/zh_HK.js
10048share/nextcloud/apps/photos/l10n/zh_HK.json 10071share/nextcloud/apps/photos/l10n/zh_HK.json
10049share/nextcloud/apps/photos/l10n/zh_TW.js 10072share/nextcloud/apps/photos/l10n/zh_TW.js
10050share/nextcloud/apps/photos/l10n/zh_TW.json 10073share/nextcloud/apps/photos/l10n/zh_TW.json
10051share/nextcloud/apps/photos/lib/AppInfo/Application.php 10074share/nextcloud/apps/photos/lib/AppInfo/Application.php
10052share/nextcloud/apps/photos/lib/Controller/AlbumsController.php 10075share/nextcloud/apps/photos/lib/Controller/AlbumsController.php
10053share/nextcloud/apps/photos/lib/Controller/PageController.php 10076share/nextcloud/apps/photos/lib/Controller/PageController.php
10054share/nextcloud/apps/photos/postcss.config.js 10077share/nextcloud/apps/photos/postcss.config.js
10055share/nextcloud/apps/photos/screenshots/screenshot1.png 10078share/nextcloud/apps/photos/screenshots/screenshot1.png
 10079share/nextcloud/apps/photos/stylelint.config.js
10056share/nextcloud/apps/photos/templates/main.php 10080share/nextcloud/apps/photos/templates/main.php
10057share/nextcloud/apps/privacy/.eslintignore 10081share/nextcloud/apps/privacy/.eslintignore
10058share/nextcloud/apps/privacy/.stylelintrc.js 10082share/nextcloud/apps/privacy/.stylelintrc.js
10059share/nextcloud/apps/privacy/COPYING 10083share/nextcloud/apps/privacy/COPYING
10060share/nextcloud/apps/privacy/appinfo/info.xml 10084share/nextcloud/apps/privacy/appinfo/info.xml
10061share/nextcloud/apps/privacy/appinfo/routes.php 10085share/nextcloud/apps/privacy/appinfo/routes.php
10062share/nextcloud/apps/privacy/appinfo/signature.json 10086share/nextcloud/apps/privacy/appinfo/signature.json
10063share/nextcloud/apps/privacy/babel.config.js 10087share/nextcloud/apps/privacy/babel.config.js
10064share/nextcloud/apps/privacy/composer.json 10088share/nextcloud/apps/privacy/composer.json
10065share/nextcloud/apps/privacy/composer.lock 10089share/nextcloud/apps/privacy/composer.lock
10066share/nextcloud/apps/privacy/css/privacy.scss 10090share/nextcloud/apps/privacy/css/privacy.scss
10067share/nextcloud/apps/privacy/img/app-dark.svg 10091share/nextcloud/apps/privacy/img/app-dark.svg
10068share/nextcloud/apps/privacy/img/app.svg 10092share/nextcloud/apps/privacy/img/app.svg
@@ -10137,26 +10161,28 @@ share/nextcloud/apps/privacy/l10n/ko.js @@ -10137,26 +10161,28 @@ share/nextcloud/apps/privacy/l10n/ko.js
10137share/nextcloud/apps/privacy/l10n/ko.json 10161share/nextcloud/apps/privacy/l10n/ko.json
10138share/nextcloud/apps/privacy/l10n/lt_LT.js 10162share/nextcloud/apps/privacy/l10n/lt_LT.js
10139share/nextcloud/apps/privacy/l10n/lt_LT.json 10163share/nextcloud/apps/privacy/l10n/lt_LT.json
10140share/nextcloud/apps/privacy/l10n/mk.js 10164share/nextcloud/apps/privacy/l10n/mk.js
10141share/nextcloud/apps/privacy/l10n/mk.json 10165share/nextcloud/apps/privacy/l10n/mk.json
10142share/nextcloud/apps/privacy/l10n/nb.js 10166share/nextcloud/apps/privacy/l10n/nb.js
10143share/nextcloud/apps/privacy/l10n/nb.json 10167share/nextcloud/apps/privacy/l10n/nb.json
10144share/nextcloud/apps/privacy/l10n/nl.js 10168share/nextcloud/apps/privacy/l10n/nl.js
10145share/nextcloud/apps/privacy/l10n/nl.json 10169share/nextcloud/apps/privacy/l10n/nl.json
10146share/nextcloud/apps/privacy/l10n/pl.js 10170share/nextcloud/apps/privacy/l10n/pl.js
10147share/nextcloud/apps/privacy/l10n/pl.json 10171share/nextcloud/apps/privacy/l10n/pl.json
10148share/nextcloud/apps/privacy/l10n/pt_BR.js 10172share/nextcloud/apps/privacy/l10n/pt_BR.js
10149share/nextcloud/apps/privacy/l10n/pt_BR.json 10173share/nextcloud/apps/privacy/l10n/pt_BR.json
 10174share/nextcloud/apps/privacy/l10n/pt_PT.js
 10175share/nextcloud/apps/privacy/l10n/pt_PT.json
10150share/nextcloud/apps/privacy/l10n/ro.js 10176share/nextcloud/apps/privacy/l10n/ro.js
10151share/nextcloud/apps/privacy/l10n/ro.json 10177share/nextcloud/apps/privacy/l10n/ro.json
10152share/nextcloud/apps/privacy/l10n/ru.js 10178share/nextcloud/apps/privacy/l10n/ru.js
10153share/nextcloud/apps/privacy/l10n/ru.json 10179share/nextcloud/apps/privacy/l10n/ru.json
10154share/nextcloud/apps/privacy/l10n/sk.js 10180share/nextcloud/apps/privacy/l10n/sk.js
10155share/nextcloud/apps/privacy/l10n/sk.json 10181share/nextcloud/apps/privacy/l10n/sk.json
10156share/nextcloud/apps/privacy/l10n/sl.js 10182share/nextcloud/apps/privacy/l10n/sl.js
10157share/nextcloud/apps/privacy/l10n/sl.json 10183share/nextcloud/apps/privacy/l10n/sl.json
10158share/nextcloud/apps/privacy/l10n/sq.js 10184share/nextcloud/apps/privacy/l10n/sq.js
10159share/nextcloud/apps/privacy/l10n/sq.json 10185share/nextcloud/apps/privacy/l10n/sq.json
10160share/nextcloud/apps/privacy/l10n/sr.js 10186share/nextcloud/apps/privacy/l10n/sr.js
10161share/nextcloud/apps/privacy/l10n/sr.json 10187share/nextcloud/apps/privacy/l10n/sr.json
10162share/nextcloud/apps/privacy/l10n/sv.js 10188share/nextcloud/apps/privacy/l10n/sv.js
@@ -10208,26 +10234,28 @@ share/nextcloud/apps/provisioning_api/li @@ -10208,26 +10234,28 @@ share/nextcloud/apps/provisioning_api/li
10208share/nextcloud/apps/recommendations/LICENSE 10234share/nextcloud/apps/recommendations/LICENSE
10209share/nextcloud/apps/recommendations/appinfo/app.php 10235share/nextcloud/apps/recommendations/appinfo/app.php
10210share/nextcloud/apps/recommendations/appinfo/info.xml 10236share/nextcloud/apps/recommendations/appinfo/info.xml
10211share/nextcloud/apps/recommendations/appinfo/routes.php 10237share/nextcloud/apps/recommendations/appinfo/routes.php
10212share/nextcloud/apps/recommendations/appinfo/signature.json 10238share/nextcloud/apps/recommendations/appinfo/signature.json
10213share/nextcloud/apps/recommendations/composer.json 10239share/nextcloud/apps/recommendations/composer.json
10214share/nextcloud/apps/recommendations/js/main.js 10240share/nextcloud/apps/recommendations/js/main.js
10215share/nextcloud/apps/recommendations/js/main.js.map 10241share/nextcloud/apps/recommendations/js/main.js.map
10216share/nextcloud/apps/recommendations/krankerl.toml 10242share/nextcloud/apps/recommendations/krankerl.toml
10217share/nextcloud/apps/recommendations/l10n/ast.js 10243share/nextcloud/apps/recommendations/l10n/ast.js
10218share/nextcloud/apps/recommendations/l10n/ast.json 10244share/nextcloud/apps/recommendations/l10n/ast.json
10219share/nextcloud/apps/recommendations/l10n/bg.js 10245share/nextcloud/apps/recommendations/l10n/bg.js
10220share/nextcloud/apps/recommendations/l10n/bg.json 10246share/nextcloud/apps/recommendations/l10n/bg.json
 10247share/nextcloud/apps/recommendations/l10n/br.js
 10248share/nextcloud/apps/recommendations/l10n/br.json
10221share/nextcloud/apps/recommendations/l10n/ca.js 10249share/nextcloud/apps/recommendations/l10n/ca.js
10222share/nextcloud/apps/recommendations/l10n/ca.json 10250share/nextcloud/apps/recommendations/l10n/ca.json
10223share/nextcloud/apps/recommendations/l10n/cs.js 10251share/nextcloud/apps/recommendations/l10n/cs.js
10224share/nextcloud/apps/recommendations/l10n/cs.json 10252share/nextcloud/apps/recommendations/l10n/cs.json
10225share/nextcloud/apps/recommendations/l10n/da.js 10253share/nextcloud/apps/recommendations/l10n/da.js
10226share/nextcloud/apps/recommendations/l10n/da.json 10254share/nextcloud/apps/recommendations/l10n/da.json
10227share/nextcloud/apps/recommendations/l10n/de.js 10255share/nextcloud/apps/recommendations/l10n/de.js
10228share/nextcloud/apps/recommendations/l10n/de.json 10256share/nextcloud/apps/recommendations/l10n/de.json
10229share/nextcloud/apps/recommendations/l10n/de_DE.js 10257share/nextcloud/apps/recommendations/l10n/de_DE.js
10230share/nextcloud/apps/recommendations/l10n/de_DE.json 10258share/nextcloud/apps/recommendations/l10n/de_DE.json
10231share/nextcloud/apps/recommendations/l10n/el.js 10259share/nextcloud/apps/recommendations/l10n/el.js
10232share/nextcloud/apps/recommendations/l10n/el.json 10260share/nextcloud/apps/recommendations/l10n/el.json
10233share/nextcloud/apps/recommendations/l10n/es.js 10261share/nextcloud/apps/recommendations/l10n/es.js
@@ -11869,56 +11897,62 @@ share/nextcloud/apps/text/l10n/es_NI.js @@ -11869,56 +11897,62 @@ share/nextcloud/apps/text/l10n/es_NI.js
11869share/nextcloud/apps/text/l10n/es_NI.json 11897share/nextcloud/apps/text/l10n/es_NI.json
11870share/nextcloud/apps/text/l10n/es_PA.js 11898share/nextcloud/apps/text/l10n/es_PA.js
11871share/nextcloud/apps/text/l10n/es_PA.json 11899share/nextcloud/apps/text/l10n/es_PA.json
11872share/nextcloud/apps/text/l10n/es_PE.js 11900share/nextcloud/apps/text/l10n/es_PE.js
11873share/nextcloud/apps/text/l10n/es_PE.json 11901share/nextcloud/apps/text/l10n/es_PE.json
11874share/nextcloud/apps/text/l10n/es_PR.js 11902share/nextcloud/apps/text/l10n/es_PR.js
11875share/nextcloud/apps/text/l10n/es_PR.json 11903share/nextcloud/apps/text/l10n/es_PR.json
11876share/nextcloud/apps/text/l10n/es_PY.js 11904share/nextcloud/apps/text/l10n/es_PY.js
11877share/nextcloud/apps/text/l10n/es_PY.json 11905share/nextcloud/apps/text/l10n/es_PY.json
11878share/nextcloud/apps/text/l10n/es_SV.js 11906share/nextcloud/apps/text/l10n/es_SV.js
11879share/nextcloud/apps/text/l10n/es_SV.json 11907share/nextcloud/apps/text/l10n/es_SV.json
11880share/nextcloud/apps/text/l10n/es_UY.js 11908share/nextcloud/apps/text/l10n/es_UY.js
11881share/nextcloud/apps/text/l10n/es_UY.json 11909share/nextcloud/apps/text/l10n/es_UY.json
 11910share/nextcloud/apps/text/l10n/et_EE.js
 11911share/nextcloud/apps/text/l10n/et_EE.json
11882share/nextcloud/apps/text/l10n/eu.js 11912share/nextcloud/apps/text/l10n/eu.js
11883share/nextcloud/apps/text/l10n/eu.json 11913share/nextcloud/apps/text/l10n/eu.json
11884share/nextcloud/apps/text/l10n/fa.js 11914share/nextcloud/apps/text/l10n/fa.js
11885share/nextcloud/apps/text/l10n/fa.json 11915share/nextcloud/apps/text/l10n/fa.json
11886share/nextcloud/apps/text/l10n/fi.js 11916share/nextcloud/apps/text/l10n/fi.js
11887share/nextcloud/apps/text/l10n/fi.json 11917share/nextcloud/apps/text/l10n/fi.json
11888share/nextcloud/apps/text/l10n/fr.js 11918share/nextcloud/apps/text/l10n/fr.js
11889share/nextcloud/apps/text/l10n/fr.json 11919share/nextcloud/apps/text/l10n/fr.json
11890share/nextcloud/apps/text/l10n/gl.js 11920share/nextcloud/apps/text/l10n/gl.js
11891share/nextcloud/apps/text/l10n/gl.json 11921share/nextcloud/apps/text/l10n/gl.json
11892share/nextcloud/apps/text/l10n/he.js 11922share/nextcloud/apps/text/l10n/he.js
11893share/nextcloud/apps/text/l10n/he.json 11923share/nextcloud/apps/text/l10n/he.json
11894share/nextcloud/apps/text/l10n/hr.js 11924share/nextcloud/apps/text/l10n/hr.js
11895share/nextcloud/apps/text/l10n/hr.json 11925share/nextcloud/apps/text/l10n/hr.json
11896share/nextcloud/apps/text/l10n/hu.js 11926share/nextcloud/apps/text/l10n/hu.js
11897share/nextcloud/apps/text/l10n/hu.json 11927share/nextcloud/apps/text/l10n/hu.json
 11928share/nextcloud/apps/text/l10n/id.js
 11929share/nextcloud/apps/text/l10n/id.json
11898share/nextcloud/apps/text/l10n/is.js 11930share/nextcloud/apps/text/l10n/is.js
11899share/nextcloud/apps/text/l10n/is.json 11931share/nextcloud/apps/text/l10n/is.json
11900share/nextcloud/apps/text/l10n/it.js 11932share/nextcloud/apps/text/l10n/it.js
11901share/nextcloud/apps/text/l10n/it.json 11933share/nextcloud/apps/text/l10n/it.json
11902share/nextcloud/apps/text/l10n/ja.js 11934share/nextcloud/apps/text/l10n/ja.js
11903share/nextcloud/apps/text/l10n/ja.json 11935share/nextcloud/apps/text/l10n/ja.json
11904share/nextcloud/apps/text/l10n/ka_GE.js 11936share/nextcloud/apps/text/l10n/ka_GE.js
11905share/nextcloud/apps/text/l10n/ka_GE.json 11937share/nextcloud/apps/text/l10n/ka_GE.json
11906share/nextcloud/apps/text/l10n/ko.js 11938share/nextcloud/apps/text/l10n/ko.js
11907share/nextcloud/apps/text/l10n/ko.json 11939share/nextcloud/apps/text/l10n/ko.json
11908share/nextcloud/apps/text/l10n/lt_LT.js 11940share/nextcloud/apps/text/l10n/lt_LT.js
11909share/nextcloud/apps/text/l10n/lt_LT.json 11941share/nextcloud/apps/text/l10n/lt_LT.json
11910share/nextcloud/apps/text/l10n/lv.js 11942share/nextcloud/apps/text/l10n/lv.js
11911share/nextcloud/apps/text/l10n/lv.json 11943share/nextcloud/apps/text/l10n/lv.json
 11944share/nextcloud/apps/text/l10n/mk.js
 11945share/nextcloud/apps/text/l10n/mk.json
11912share/nextcloud/apps/text/l10n/mn.js 11946share/nextcloud/apps/text/l10n/mn.js
11913share/nextcloud/apps/text/l10n/mn.json 11947share/nextcloud/apps/text/l10n/mn.json
11914share/nextcloud/apps/text/l10n/nb.js 11948share/nextcloud/apps/text/l10n/nb.js
11915share/nextcloud/apps/text/l10n/nb.json 11949share/nextcloud/apps/text/l10n/nb.json
11916share/nextcloud/apps/text/l10n/nl.js 11950share/nextcloud/apps/text/l10n/nl.js
11917share/nextcloud/apps/text/l10n/nl.json 11951share/nextcloud/apps/text/l10n/nl.json
11918share/nextcloud/apps/text/l10n/pl.js 11952share/nextcloud/apps/text/l10n/pl.js
11919share/nextcloud/apps/text/l10n/pl.json 11953share/nextcloud/apps/text/l10n/pl.json
11920share/nextcloud/apps/text/l10n/pt_BR.js 11954share/nextcloud/apps/text/l10n/pt_BR.js
11921share/nextcloud/apps/text/l10n/pt_BR.json 11955share/nextcloud/apps/text/l10n/pt_BR.json
11922share/nextcloud/apps/text/l10n/pt_PT.js 11956share/nextcloud/apps/text/l10n/pt_PT.js
11923share/nextcloud/apps/text/l10n/pt_PT.json 11957share/nextcloud/apps/text/l10n/pt_PT.json
11924share/nextcloud/apps/text/l10n/ro.js 11958share/nextcloud/apps/text/l10n/ro.js
@@ -12246,26 +12280,28 @@ share/nextcloud/apps/twofactor_backupcod @@ -12246,26 +12280,28 @@ share/nextcloud/apps/twofactor_backupcod
12246share/nextcloud/apps/twofactor_backupcodes/l10n/ru.json 12280share/nextcloud/apps/twofactor_backupcodes/l10n/ru.json
12247share/nextcloud/apps/twofactor_backupcodes/l10n/sk.js 12281share/nextcloud/apps/twofactor_backupcodes/l10n/sk.js
12248share/nextcloud/apps/twofactor_backupcodes/l10n/sk.json 12282share/nextcloud/apps/twofactor_backupcodes/l10n/sk.json
12249share/nextcloud/apps/twofactor_backupcodes/l10n/sl.js 12283share/nextcloud/apps/twofactor_backupcodes/l10n/sl.js
12250share/nextcloud/apps/twofactor_backupcodes/l10n/sl.json 12284share/nextcloud/apps/twofactor_backupcodes/l10n/sl.json
12251share/nextcloud/apps/twofactor_backupcodes/l10n/sq.js 12285share/nextcloud/apps/twofactor_backupcodes/l10n/sq.js
12252share/nextcloud/apps/twofactor_backupcodes/l10n/sq.json 12286share/nextcloud/apps/twofactor_backupcodes/l10n/sq.json
12253share/nextcloud/apps/twofactor_backupcodes/l10n/sr.js 12287share/nextcloud/apps/twofactor_backupcodes/l10n/sr.js
12254share/nextcloud/apps/twofactor_backupcodes/l10n/sr.json 12288share/nextcloud/apps/twofactor_backupcodes/l10n/sr.json
12255share/nextcloud/apps/twofactor_backupcodes/l10n/sv.js 12289share/nextcloud/apps/twofactor_backupcodes/l10n/sv.js
12256share/nextcloud/apps/twofactor_backupcodes/l10n/sv.json 12290share/nextcloud/apps/twofactor_backupcodes/l10n/sv.json
12257share/nextcloud/apps/twofactor_backupcodes/l10n/tr.js 12291share/nextcloud/apps/twofactor_backupcodes/l10n/tr.js
12258share/nextcloud/apps/twofactor_backupcodes/l10n/tr.json 12292share/nextcloud/apps/twofactor_backupcodes/l10n/tr.json
 12293share/nextcloud/apps/twofactor_backupcodes/l10n/uk.js
 12294share/nextcloud/apps/twofactor_backupcodes/l10n/uk.json
12259share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.js 12295share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.js
12260share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.json 12296share/nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.json
12261share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.js 12297share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.js
12262share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.json 12298share/nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.json
12263share/nextcloud/apps/twofactor_backupcodes/lib/Activity/Provider.php 12299share/nextcloud/apps/twofactor_backupcodes/lib/Activity/Provider.php
12264share/nextcloud/apps/twofactor_backupcodes/lib/AppInfo/Application.php 12300share/nextcloud/apps/twofactor_backupcodes/lib/AppInfo/Application.php
12265share/nextcloud/apps/twofactor_backupcodes/lib/BackgroundJob/CheckBackupCodes.php 12301share/nextcloud/apps/twofactor_backupcodes/lib/BackgroundJob/CheckBackupCodes.php
12266share/nextcloud/apps/twofactor_backupcodes/lib/BackgroundJob/RememberBackupCodesJob.php 12302share/nextcloud/apps/twofactor_backupcodes/lib/BackgroundJob/RememberBackupCodesJob.php
12267share/nextcloud/apps/twofactor_backupcodes/lib/Controller/SettingsController.php 12303share/nextcloud/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
12268share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCode.php 12304share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCode.php
12269share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php 12305share/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
12270share/nextcloud/apps/twofactor_backupcodes/lib/Event/CodesGenerated.php 12306share/nextcloud/apps/twofactor_backupcodes/lib/Event/CodesGenerated.php
12271share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ActivityPublisher.php 12307share/nextcloud/apps/twofactor_backupcodes/lib/Listener/ActivityPublisher.php
@@ -12866,26 +12902,28 @@ share/nextcloud/apps/viewer/appinfo/info @@ -12866,26 +12902,28 @@ share/nextcloud/apps/viewer/appinfo/info
12866share/nextcloud/apps/viewer/appinfo/signature.json 12902share/nextcloud/apps/viewer/appinfo/signature.json
12867share/nextcloud/apps/viewer/babel.config.js 12903share/nextcloud/apps/viewer/babel.config.js
12868share/nextcloud/apps/viewer/composer.json 12904share/nextcloud/apps/viewer/composer.json
12869share/nextcloud/apps/viewer/img/app.svg 12905share/nextcloud/apps/viewer/img/app.svg
12870share/nextcloud/apps/viewer/img/plyr.svg 12906share/nextcloud/apps/viewer/img/plyr.svg
12871share/nextcloud/apps/viewer/js/viewer.js 12907share/nextcloud/apps/viewer/js/viewer.js
12872share/nextcloud/apps/viewer/js/viewer.js.map 12908share/nextcloud/apps/viewer/js/viewer.js.map
12873share/nextcloud/apps/viewer/l10n/af.js 12909share/nextcloud/apps/viewer/l10n/af.js
12874share/nextcloud/apps/viewer/l10n/af.json 12910share/nextcloud/apps/viewer/l10n/af.json
12875share/nextcloud/apps/viewer/l10n/ar.js 12911share/nextcloud/apps/viewer/l10n/ar.js
12876share/nextcloud/apps/viewer/l10n/ar.json 12912share/nextcloud/apps/viewer/l10n/ar.json
12877share/nextcloud/apps/viewer/l10n/bg.js 12913share/nextcloud/apps/viewer/l10n/bg.js
12878share/nextcloud/apps/viewer/l10n/bg.json 12914share/nextcloud/apps/viewer/l10n/bg.json
 12915share/nextcloud/apps/viewer/l10n/br.js
 12916share/nextcloud/apps/viewer/l10n/br.json
12879share/nextcloud/apps/viewer/l10n/ca.js 12917share/nextcloud/apps/viewer/l10n/ca.js
12880share/nextcloud/apps/viewer/l10n/ca.json 12918share/nextcloud/apps/viewer/l10n/ca.json
12881share/nextcloud/apps/viewer/l10n/cs.js 12919share/nextcloud/apps/viewer/l10n/cs.js
12882share/nextcloud/apps/viewer/l10n/cs.json 12920share/nextcloud/apps/viewer/l10n/cs.json
12883share/nextcloud/apps/viewer/l10n/cy_GB.js 12921share/nextcloud/apps/viewer/l10n/cy_GB.js
12884share/nextcloud/apps/viewer/l10n/cy_GB.json 12922share/nextcloud/apps/viewer/l10n/cy_GB.json
12885share/nextcloud/apps/viewer/l10n/da.js 12923share/nextcloud/apps/viewer/l10n/da.js
12886share/nextcloud/apps/viewer/l10n/da.json 12924share/nextcloud/apps/viewer/l10n/da.json
12887share/nextcloud/apps/viewer/l10n/de.js 12925share/nextcloud/apps/viewer/l10n/de.js
12888share/nextcloud/apps/viewer/l10n/de.json 12926share/nextcloud/apps/viewer/l10n/de.json
12889share/nextcloud/apps/viewer/l10n/de_DE.js 12927share/nextcloud/apps/viewer/l10n/de_DE.js
12890share/nextcloud/apps/viewer/l10n/de_DE.json 12928share/nextcloud/apps/viewer/l10n/de_DE.json
12891share/nextcloud/apps/viewer/l10n/el.js 12929share/nextcloud/apps/viewer/l10n/el.js
@@ -13448,27 +13486,26 @@ share/nextcloud/core/doc/admin/_sources/ @@ -13448,27 +13486,26 @@ share/nextcloud/core/doc/admin/_sources/
13448share/nextcloud/core/doc/admin/_sources/configuration_files/big_file_upload_configuration.rst.txt 13486share/nextcloud/core/doc/admin/_sources/configuration_files/big_file_upload_configuration.rst.txt
13449share/nextcloud/core/doc/admin/_sources/configuration_files/default_files_configuration.rst.txt 13487share/nextcloud/core/doc/admin/_sources/configuration_files/default_files_configuration.rst.txt
13450share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_configuration.rst.txt 13488share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_configuration.rst.txt
13451share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_details.rst.txt 13489share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_details.rst.txt
13452share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/amazons3.rst.txt 13490share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/amazons3.rst.txt
13453share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/auth_mechanisms.rst.txt 13491share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/auth_mechanisms.rst.txt
13454share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/ftp.rst.txt 13492share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/ftp.rst.txt
13455share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/local.rst.txt 13493share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/local.rst.txt
13456share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/nextcloud.rst.txt 13494share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/nextcloud.rst.txt
13457share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/openstack.rst.txt 13495share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/openstack.rst.txt
13458share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/sftp.rst.txt 13496share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/sftp.rst.txt
13459share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/smb.rst.txt 13497share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/smb.rst.txt
13460share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/webdav.rst.txt 13498share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/webdav.rst.txt
13461share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration.rst.txt 
13462share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.rst.txt 13499share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.rst.txt
13463share/nextcloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.rst.txt 13500share/nextcloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.rst.txt
13464share/nextcloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.rst.txt 13501share/nextcloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.rst.txt
13465share/nextcloud/core/doc/admin/_sources/configuration_files/file_versioning.rst.txt 13502share/nextcloud/core/doc/admin/_sources/configuration_files/file_versioning.rst.txt
13466share/nextcloud/core/doc/admin/_sources/configuration_files/files_locking_transactional.rst.txt 13503share/nextcloud/core/doc/admin/_sources/configuration_files/files_locking_transactional.rst.txt
13467share/nextcloud/core/doc/admin/_sources/configuration_files/index.rst.txt 13504share/nextcloud/core/doc/admin/_sources/configuration_files/index.rst.txt
13468share/nextcloud/core/doc/admin/_sources/configuration_files/previews_configuration.rst.txt 13505share/nextcloud/core/doc/admin/_sources/configuration_files/previews_configuration.rst.txt
13469share/nextcloud/core/doc/admin/_sources/configuration_files/primary_storage.rst.txt 13506share/nextcloud/core/doc/admin/_sources/configuration_files/primary_storage.rst.txt
13470share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/index.rst.txt 13507share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/index.rst.txt
13471share/nextcloud/core/doc/admin/_sources/configuration_server/activity_configuration.rst.txt 13508share/nextcloud/core/doc/admin/_sources/configuration_server/activity_configuration.rst.txt
13472share/nextcloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.rst.txt 13509share/nextcloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.rst.txt
13473share/nextcloud/core/doc/admin/_sources/configuration_server/automatic_configuration.rst.txt 13510share/nextcloud/core/doc/admin/_sources/configuration_server/automatic_configuration.rst.txt
13474share/nextcloud/core/doc/admin/_sources/configuration_server/background_jobs_configuration.rst.txt 13511share/nextcloud/core/doc/admin/_sources/configuration_server/background_jobs_configuration.rst.txt
@@ -13622,27 +13659,26 @@ share/nextcloud/core/doc/admin/configura @@ -13622,27 +13659,26 @@ share/nextcloud/core/doc/admin/configura
13622share/nextcloud/core/doc/admin/configuration_files/big_file_upload_configuration.html 13659share/nextcloud/core/doc/admin/configuration_files/big_file_upload_configuration.html
13623share/nextcloud/core/doc/admin/configuration_files/default_files_configuration.html 13660share/nextcloud/core/doc/admin/configuration_files/default_files_configuration.html
13624share/nextcloud/core/doc/admin/configuration_files/encryption_configuration.html 13661share/nextcloud/core/doc/admin/configuration_files/encryption_configuration.html
13625share/nextcloud/core/doc/admin/configuration_files/encryption_details.html 13662share/nextcloud/core/doc/admin/configuration_files/encryption_details.html
13626share/nextcloud/core/doc/admin/configuration_files/external_storage/amazons3.html 13663share/nextcloud/core/doc/admin/configuration_files/external_storage/amazons3.html
13627share/nextcloud/core/doc/admin/configuration_files/external_storage/auth_mechanisms.html 13664share/nextcloud/core/doc/admin/configuration_files/external_storage/auth_mechanisms.html
13628share/nextcloud/core/doc/admin/configuration_files/external_storage/ftp.html 13665share/nextcloud/core/doc/admin/configuration_files/external_storage/ftp.html
13629share/nextcloud/core/doc/admin/configuration_files/external_storage/local.html 13666share/nextcloud/core/doc/admin/configuration_files/external_storage/local.html
13630share/nextcloud/core/doc/admin/configuration_files/external_storage/nextcloud.html 13667share/nextcloud/core/doc/admin/configuration_files/external_storage/nextcloud.html
13631share/nextcloud/core/doc/admin/configuration_files/external_storage/openstack.html 13668share/nextcloud/core/doc/admin/configuration_files/external_storage/openstack.html
13632share/nextcloud/core/doc/admin/configuration_files/external_storage/sftp.html 13669share/nextcloud/core/doc/admin/configuration_files/external_storage/sftp.html
13633share/nextcloud/core/doc/admin/configuration_files/external_storage/smb.html 13670share/nextcloud/core/doc/admin/configuration_files/external_storage/smb.html
13634share/nextcloud/core/doc/admin/configuration_files/external_storage/webdav.html 13671share/nextcloud/core/doc/admin/configuration_files/external_storage/webdav.html
13635share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration.html 
13636share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html 13672share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html
13637share/nextcloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html 13673share/nextcloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html
13638share/nextcloud/core/doc/admin/configuration_files/file_sharing_configuration.html 13674share/nextcloud/core/doc/admin/configuration_files/file_sharing_configuration.html
13639share/nextcloud/core/doc/admin/configuration_files/file_versioning.html 13675share/nextcloud/core/doc/admin/configuration_files/file_versioning.html
13640share/nextcloud/core/doc/admin/configuration_files/files_locking_transactional.html 13676share/nextcloud/core/doc/admin/configuration_files/files_locking_transactional.html
13641share/nextcloud/core/doc/admin/configuration_files/index.html 13677share/nextcloud/core/doc/admin/configuration_files/index.html
13642share/nextcloud/core/doc/admin/configuration_files/previews_configuration.html 13678share/nextcloud/core/doc/admin/configuration_files/previews_configuration.html
13643share/nextcloud/core/doc/admin/configuration_files/primary_storage.html 13679share/nextcloud/core/doc/admin/configuration_files/primary_storage.html
13644share/nextcloud/core/doc/admin/configuration_mimetypes/index.html 13680share/nextcloud/core/doc/admin/configuration_mimetypes/index.html
13645share/nextcloud/core/doc/admin/configuration_server/activity_configuration.html 13681share/nextcloud/core/doc/admin/configuration_server/activity_configuration.html
13646share/nextcloud/core/doc/admin/configuration_server/antivirus_configuration.html 13682share/nextcloud/core/doc/admin/configuration_server/antivirus_configuration.html
13647share/nextcloud/core/doc/admin/configuration_server/automatic_configuration.html 13683share/nextcloud/core/doc/admin/configuration_server/automatic_configuration.html
13648share/nextcloud/core/doc/admin/configuration_server/background_jobs_configuration.html 13684share/nextcloud/core/doc/admin/configuration_server/background_jobs_configuration.html
@@ -13739,26 +13775,27 @@ share/nextcloud/core/doc/user/_images/ca @@ -13739,26 +13775,27 @@ share/nextcloud/core/doc/user/_images/ca
13739share/nextcloud/core/doc/user/_images/calendar_event_menu.png 13775share/nextcloud/core/doc/user/_images/calendar_event_menu.png
13740share/nextcloud/core/doc/user/_images/calendar_event_reminders.png 13776share/nextcloud/core/doc/user/_images/calendar_event_reminders.png
13741share/nextcloud/core/doc/user/_images/calendar_event_repeat.png 13777share/nextcloud/core/doc/user/_images/calendar_event_repeat.png
13742share/nextcloud/core/doc/user/_images/calendar_new-event_month.gif 13778share/nextcloud/core/doc/user/_images/calendar_new-event_month.gif
13743share/nextcloud/core/doc/user/_images/calendar_new-event_week.gif 13779share/nextcloud/core/doc/user/_images/calendar_new-event_week.gif
13744share/nextcloud/core/doc/user/_images/calendar_settings.png 13780share/nextcloud/core/doc/user/_images/calendar_settings.png
13745share/nextcloud/core/doc/user/_images/cardbook_icon.png 13781share/nextcloud/core/doc/user/_images/cardbook_icon.png
13746share/nextcloud/core/doc/user/_images/contact_bottombar.png 13782share/nextcloud/core/doc/user/_images/contact_bottombar.png
13747share/nextcloud/core/doc/user/_images/contact_manageaddressbook.png 13783share/nextcloud/core/doc/user/_images/contact_manageaddressbook.png
13748share/nextcloud/core/doc/user/_images/contact_new.png 13784share/nextcloud/core/doc/user/_images/contact_new.png
13749share/nextcloud/core/doc/user/_images/contact_picture.png 13785share/nextcloud/core/doc/user/_images/contact_picture.png
13750share/nextcloud/core/doc/user/_images/contact_picture_options.png 13786share/nextcloud/core/doc/user/_images/contact_picture_options.png
13751share/nextcloud/core/doc/user/_images/contact_picture_set.png 13787share/nextcloud/core/doc/user/_images/contact_picture_set.png
 13788share/nextcloud/core/doc/user/_images/contact_uploadbutton.png
13752share/nextcloud/core/doc/user/_images/contacts_empty.png 13789share/nextcloud/core/doc/user/_images/contacts_empty.png
13753share/nextcloud/core/doc/user/_images/contacts_menu.png 13790share/nextcloud/core/doc/user/_images/contacts_menu.png
13754share/nextcloud/core/doc/user/_images/contacts_popup.png 13791share/nextcloud/core/doc/user/_images/contacts_popup.png
13755share/nextcloud/core/doc/user/_images/create_public_share-6.png 13792share/nextcloud/core/doc/user/_images/create_public_share-6.png
13756share/nextcloud/core/doc/user/_images/create_public_share-8.png 13793share/nextcloud/core/doc/user/_images/create_public_share-8.png
13757share/nextcloud/core/doc/user/_images/create_public_share-9.png 13794share/nextcloud/core/doc/user/_images/create_public_share-9.png
13758share/nextcloud/core/doc/user/_images/direct-share-1.png 13795share/nextcloud/core/doc/user/_images/direct-share-1.png
13759share/nextcloud/core/doc/user/_images/encryption1.png 13796share/nextcloud/core/doc/user/_images/encryption1.png
13760share/nextcloud/core/doc/user/_images/encryption2.png 13797share/nextcloud/core/doc/user/_images/encryption2.png
13761share/nextcloud/core/doc/user/_images/encryption3.png 13798share/nextcloud/core/doc/user/_images/encryption3.png
13762share/nextcloud/core/doc/user/_images/explorer_webdav.png 13799share/nextcloud/core/doc/user/_images/explorer_webdav.png
13763share/nextcloud/core/doc/user/_images/file_menu_comments_2.png 13800share/nextcloud/core/doc/user/_images/file_menu_comments_2.png
13764share/nextcloud/core/doc/user/_images/files_page-1.png 13801share/nextcloud/core/doc/user/_images/files_page-1.png
@@ -13793,45 +13830,47 @@ share/nextcloud/core/doc/user/_images/os @@ -13793,45 +13830,47 @@ share/nextcloud/core/doc/user/_images/os
13793share/nextcloud/core/doc/user/_images/personal_settings.png 13830share/nextcloud/core/doc/user/_images/personal_settings.png
13794share/nextcloud/core/doc/user/_images/projects1.png 13831share/nextcloud/core/doc/user/_images/projects1.png
13795share/nextcloud/core/doc/user/_images/projects2.png 13832share/nextcloud/core/doc/user/_images/projects2.png
13796share/nextcloud/core/doc/user/_images/projects3.png 13833share/nextcloud/core/doc/user/_images/projects3.png
13797share/nextcloud/core/doc/user/_images/projects4.png 13834share/nextcloud/core/doc/user/_images/projects4.png
13798share/nextcloud/core/doc/user/_images/quota1.png 13835share/nextcloud/core/doc/user/_images/quota1.png
13799share/nextcloud/core/doc/user/_images/settings_devices.png 13836share/nextcloud/core/doc/user/_images/settings_devices.png
13800share/nextcloud/core/doc/user/_images/settings_devices_add.png 13837share/nextcloud/core/doc/user/_images/settings_devices_add.png
13801share/nextcloud/core/doc/user/_images/settings_sessions.png 13838share/nextcloud/core/doc/user/_images/settings_sessions.png
13802share/nextcloud/core/doc/user/_images/synchronize_cardbook.png 13839share/nextcloud/core/doc/user/_images/synchronize_cardbook.png
13803share/nextcloud/core/doc/user/_images/totp_enable.png 13840share/nextcloud/core/doc/user/_images/totp_enable.png
13804share/nextcloud/core/doc/user/_images/totp_login_1.png 13841share/nextcloud/core/doc/user/_images/totp_login_1.png
13805share/nextcloud/core/doc/user/_images/totp_login_2.png 13842share/nextcloud/core/doc/user/_images/totp_login_2.png
 13843share/nextcloud/core/doc/user/_images/transfer_ownership-accept.png
13806share/nextcloud/core/doc/user/_images/users-files.png 13844share/nextcloud/core/doc/user/_images/users-files.png
13807share/nextcloud/core/doc/user/_images/video_player_2.png 13845share/nextcloud/core/doc/user/_images/video_player_2.png
13808share/nextcloud/core/doc/user/_images/webdav_dolphin.png 13846share/nextcloud/core/doc/user/_images/webdav_dolphin.png
13809share/nextcloud/core/doc/user/_images/webdav_gnome3_nautilus.png 13847share/nextcloud/core/doc/user/_images/webdav_gnome3_nautilus.png
13810share/nextcloud/core/doc/user/_sources/contents.rst.txt 13848share/nextcloud/core/doc/user/_sources/contents.rst.txt
13811share/nextcloud/core/doc/user/_sources/external_storage/external_storage.rst.txt 13849share/nextcloud/core/doc/user/_sources/external_storage/external_storage.rst.txt
13812share/nextcloud/core/doc/user/_sources/external_storage/index.rst.txt 13850share/nextcloud/core/doc/user/_sources/external_storage/index.rst.txt
13813share/nextcloud/core/doc/user/_sources/files/access_webdav.rst.txt 13851share/nextcloud/core/doc/user/_sources/files/access_webdav.rst.txt
13814share/nextcloud/core/doc/user/_sources/files/access_webgui.rst.txt 13852share/nextcloud/core/doc/user/_sources/files/access_webgui.rst.txt
13815share/nextcloud/core/doc/user/_sources/files/deleted_file_management.rst.txt 13853share/nextcloud/core/doc/user/_sources/files/deleted_file_management.rst.txt
13816share/nextcloud/core/doc/user/_sources/files/desktop_mobile_sync.rst.txt 13854share/nextcloud/core/doc/user/_sources/files/desktop_mobile_sync.rst.txt
13817share/nextcloud/core/doc/user/_sources/files/encrypting_files.rst.txt 13855share/nextcloud/core/doc/user/_sources/files/encrypting_files.rst.txt
13818share/nextcloud/core/doc/user/_sources/files/federated_cloud_sharing.rst.txt 13856share/nextcloud/core/doc/user/_sources/files/federated_cloud_sharing.rst.txt
13819share/nextcloud/core/doc/user/_sources/files/file_drop.rst.txt 13857share/nextcloud/core/doc/user/_sources/files/file_drop.rst.txt
13820share/nextcloud/core/doc/user/_sources/files/gallery_app.rst.txt 13858share/nextcloud/core/doc/user/_sources/files/gallery_app.rst.txt
13821share/nextcloud/core/doc/user/_sources/files/index.rst.txt 13859share/nextcloud/core/doc/user/_sources/files/index.rst.txt
13822share/nextcloud/core/doc/user/_sources/files/large_file_upload.rst.txt 13860share/nextcloud/core/doc/user/_sources/files/large_file_upload.rst.txt
13823share/nextcloud/core/doc/user/_sources/files/projects.rst.txt 13861share/nextcloud/core/doc/user/_sources/files/projects.rst.txt
13824share/nextcloud/core/doc/user/_sources/files/quota.rst.txt 13862share/nextcloud/core/doc/user/_sources/files/quota.rst.txt
 13863share/nextcloud/core/doc/user/_sources/files/transfer_ownership.rst.txt
13825share/nextcloud/core/doc/user/_sources/files/version_control.rst.txt 13864share/nextcloud/core/doc/user/_sources/files/version_control.rst.txt
13826share/nextcloud/core/doc/user/_sources/index.rst.txt 13865share/nextcloud/core/doc/user/_sources/index.rst.txt
13827share/nextcloud/core/doc/user/_sources/pim/calendar.rst.txt 13866share/nextcloud/core/doc/user/_sources/pim/calendar.rst.txt
13828share/nextcloud/core/doc/user/_sources/pim/contacts.rst.txt 13867share/nextcloud/core/doc/user/_sources/pim/contacts.rst.txt
13829share/nextcloud/core/doc/user/_sources/pim/index.rst.txt 13868share/nextcloud/core/doc/user/_sources/pim/index.rst.txt
13830share/nextcloud/core/doc/user/_sources/pim/sync_android.rst.txt 13869share/nextcloud/core/doc/user/_sources/pim/sync_android.rst.txt
13831share/nextcloud/core/doc/user/_sources/pim/sync_gnome.rst.txt 13870share/nextcloud/core/doc/user/_sources/pim/sync_gnome.rst.txt
13832share/nextcloud/core/doc/user/_sources/pim/sync_ios.rst.txt 13871share/nextcloud/core/doc/user/_sources/pim/sync_ios.rst.txt
13833share/nextcloud/core/doc/user/_sources/pim/sync_kde.rst.txt 13872share/nextcloud/core/doc/user/_sources/pim/sync_kde.rst.txt
13834share/nextcloud/core/doc/user/_sources/pim/sync_osx.rst.txt 13873share/nextcloud/core/doc/user/_sources/pim/sync_osx.rst.txt
13835share/nextcloud/core/doc/user/_sources/pim/sync_thunderbird.rst.txt 13874share/nextcloud/core/doc/user/_sources/pim/sync_thunderbird.rst.txt
13836share/nextcloud/core/doc/user/_sources/pim/sync_windows10.rst.txt 13875share/nextcloud/core/doc/user/_sources/pim/sync_windows10.rst.txt
13837share/nextcloud/core/doc/user/_sources/session_management.rst.txt 13876share/nextcloud/core/doc/user/_sources/session_management.rst.txt
@@ -13921,26 +13960,27 @@ share/nextcloud/core/doc/user/external_s @@ -13921,26 +13960,27 @@ share/nextcloud/core/doc/user/external_s
13921share/nextcloud/core/doc/user/external_storage/index.html 13960share/nextcloud/core/doc/user/external_storage/index.html
13922share/nextcloud/core/doc/user/files/access_webdav.html 13961share/nextcloud/core/doc/user/files/access_webdav.html
13923share/nextcloud/core/doc/user/files/access_webgui.html 13962share/nextcloud/core/doc/user/files/access_webgui.html
13924share/nextcloud/core/doc/user/files/deleted_file_management.html 13963share/nextcloud/core/doc/user/files/deleted_file_management.html
13925share/nextcloud/core/doc/user/files/desktop_mobile_sync.html 13964share/nextcloud/core/doc/user/files/desktop_mobile_sync.html
13926share/nextcloud/core/doc/user/files/encrypting_files.html 13965share/nextcloud/core/doc/user/files/encrypting_files.html
13927share/nextcloud/core/doc/user/files/federated_cloud_sharing.html 13966share/nextcloud/core/doc/user/files/federated_cloud_sharing.html
13928share/nextcloud/core/doc/user/files/file_drop.html 13967share/nextcloud/core/doc/user/files/file_drop.html
13929share/nextcloud/core/doc/user/files/gallery_app.html 13968share/nextcloud/core/doc/user/files/gallery_app.html
13930share/nextcloud/core/doc/user/files/index.html 13969share/nextcloud/core/doc/user/files/index.html
13931share/nextcloud/core/doc/user/files/large_file_upload.html 13970share/nextcloud/core/doc/user/files/large_file_upload.html
13932share/nextcloud/core/doc/user/files/projects.html 13971share/nextcloud/core/doc/user/files/projects.html
13933share/nextcloud/core/doc/user/files/quota.html 13972share/nextcloud/core/doc/user/files/quota.html
 13973share/nextcloud/core/doc/user/files/transfer_ownership.html
13934share/nextcloud/core/doc/user/files/version_control.html 13974share/nextcloud/core/doc/user/files/version_control.html
13935share/nextcloud/core/doc/user/genindex.html 13975share/nextcloud/core/doc/user/genindex.html
13936share/nextcloud/core/doc/user/index.html 13976share/nextcloud/core/doc/user/index.html
13937share/nextcloud/core/doc/user/objects.inv 13977share/nextcloud/core/doc/user/objects.inv
13938share/nextcloud/core/doc/user/pim/calendar.html 13978share/nextcloud/core/doc/user/pim/calendar.html
13939share/nextcloud/core/doc/user/pim/contacts.html 13979share/nextcloud/core/doc/user/pim/contacts.html
13940share/nextcloud/core/doc/user/pim/index.html 13980share/nextcloud/core/doc/user/pim/index.html
13941share/nextcloud/core/doc/user/pim/sync_android.html 13981share/nextcloud/core/doc/user/pim/sync_android.html
13942share/nextcloud/core/doc/user/pim/sync_gnome.html 13982share/nextcloud/core/doc/user/pim/sync_gnome.html
13943share/nextcloud/core/doc/user/pim/sync_ios.html 13983share/nextcloud/core/doc/user/pim/sync_ios.html
13944share/nextcloud/core/doc/user/pim/sync_kde.html 13984share/nextcloud/core/doc/user/pim/sync_kde.html
13945share/nextcloud/core/doc/user/pim/sync_osx.html 13985share/nextcloud/core/doc/user/pim/sync_osx.html
13946share/nextcloud/core/doc/user/pim/sync_thunderbird.html 13986share/nextcloud/core/doc/user/pim/sync_thunderbird.html
@@ -14149,26 +14189,32 @@ share/nextcloud/core/img/rating/s1.svg @@ -14149,26 +14189,32 @@ share/nextcloud/core/img/rating/s1.svg
14149share/nextcloud/core/img/rating/s10.svg 14189share/nextcloud/core/img/rating/s10.svg
14150share/nextcloud/core/img/rating/s2.svg 14190share/nextcloud/core/img/rating/s2.svg
14151share/nextcloud/core/img/rating/s3.svg 14191share/nextcloud/core/img/rating/s3.svg
14152share/nextcloud/core/img/rating/s4.svg 14192share/nextcloud/core/img/rating/s4.svg
14153share/nextcloud/core/img/rating/s5.svg 14193share/nextcloud/core/img/rating/s5.svg
14154share/nextcloud/core/img/rating/s6.svg 14194share/nextcloud/core/img/rating/s6.svg
14155share/nextcloud/core/img/rating/s7.svg 14195share/nextcloud/core/img/rating/s7.svg
14156share/nextcloud/core/img/rating/s8.svg 14196share/nextcloud/core/img/rating/s8.svg
14157share/nextcloud/core/img/rating/s9.svg 14197share/nextcloud/core/img/rating/s9.svg
14158share/nextcloud/core/img/rss.svg 14198share/nextcloud/core/img/rss.svg
14159share/nextcloud/core/img/twitter.svg 14199share/nextcloud/core/img/twitter.svg
14160share/nextcloud/core/js/backgroundjobs.js 14200share/nextcloud/core/js/backgroundjobs.js
14161share/nextcloud/core/js/core.json 14201share/nextcloud/core/js/core.json
 14202share/nextcloud/core/js/dist/files_client.js
 14203share/nextcloud/core/js/dist/files_client.js.map
 14204share/nextcloud/core/js/dist/files_fileinfo.js
 14205share/nextcloud/core/js/dist/files_fileinfo.js.map
 14206share/nextcloud/core/js/dist/files_iedavclient.js
 14207share/nextcloud/core/js/dist/files_iedavclient.js.map
14162share/nextcloud/core/js/dist/install.js 14208share/nextcloud/core/js/dist/install.js
14163share/nextcloud/core/js/dist/install.js.map 14209share/nextcloud/core/js/dist/install.js.map
14164share/nextcloud/core/js/dist/login.js 14210share/nextcloud/core/js/dist/login.js
14165share/nextcloud/core/js/dist/login.js.map 14211share/nextcloud/core/js/dist/login.js.map
14166share/nextcloud/core/js/dist/main.js 14212share/nextcloud/core/js/dist/main.js
14167share/nextcloud/core/js/dist/main.js.map 14213share/nextcloud/core/js/dist/main.js.map
14168share/nextcloud/core/js/dist/maintenance.js 14214share/nextcloud/core/js/dist/maintenance.js
14169share/nextcloud/core/js/dist/maintenance.js.map 14215share/nextcloud/core/js/dist/maintenance.js.map
14170share/nextcloud/core/js/dist/recommendedapps.js 14216share/nextcloud/core/js/dist/recommendedapps.js
14171share/nextcloud/core/js/dist/recommendedapps.js.map 14217share/nextcloud/core/js/dist/recommendedapps.js.map
14172share/nextcloud/core/js/dist/systemtags.js 14218share/nextcloud/core/js/dist/systemtags.js
14173share/nextcloud/core/js/dist/systemtags.js.map 14219share/nextcloud/core/js/dist/systemtags.js.map
14174share/nextcloud/core/js/files/client.js 14220share/nextcloud/core/js/files/client.js
@@ -14209,26 +14255,28 @@ share/nextcloud/core/js/tests/specs/publ @@ -14209,26 +14255,28 @@ share/nextcloud/core/js/tests/specs/publ
14209share/nextcloud/core/js/tests/specs/setupchecksSpec.js 14255share/nextcloud/core/js/tests/specs/setupchecksSpec.js
14210share/nextcloud/core/js/tests/specs/systemtags/systemtagsSpec.js 14256share/nextcloud/core/js/tests/specs/systemtags/systemtagsSpec.js
14211share/nextcloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js 14257share/nextcloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js
14212share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js 14258share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
14213share/nextcloud/core/js/update.js 14259share/nextcloud/core/js/update.js
14214share/nextcloud/core/l10n/af.js 14260share/nextcloud/core/l10n/af.js
14215share/nextcloud/core/l10n/af.json 14261share/nextcloud/core/l10n/af.json
14216share/nextcloud/core/l10n/ar.js 14262share/nextcloud/core/l10n/ar.js
14217share/nextcloud/core/l10n/ar.json 14263share/nextcloud/core/l10n/ar.json
14218share/nextcloud/core/l10n/ast.js 14264share/nextcloud/core/l10n/ast.js
14219share/nextcloud/core/l10n/ast.json 14265share/nextcloud/core/l10n/ast.json
14220share/nextcloud/core/l10n/bg.js 14266share/nextcloud/core/l10n/bg.js
14221share/nextcloud/core/l10n/bg.json 14267share/nextcloud/core/l10n/bg.json
 14268share/nextcloud/core/l10n/br.js
 14269share/nextcloud/core/l10n/br.json
14222share/nextcloud/core/l10n/ca.js 14270share/nextcloud/core/l10n/ca.js
14223share/nextcloud/core/l10n/ca.json 14271share/nextcloud/core/l10n/ca.json
14224share/nextcloud/core/l10n/cs.js 14272share/nextcloud/core/l10n/cs.js
14225share/nextcloud/core/l10n/cs.json 14273share/nextcloud/core/l10n/cs.json
14226share/nextcloud/core/l10n/da.js 14274share/nextcloud/core/l10n/da.js
14227share/nextcloud/core/l10n/da.json 14275share/nextcloud/core/l10n/da.json
14228share/nextcloud/core/l10n/de.js 14276share/nextcloud/core/l10n/de.js
14229share/nextcloud/core/l10n/de.json 14277share/nextcloud/core/l10n/de.json
14230share/nextcloud/core/l10n/de_DE.js 14278share/nextcloud/core/l10n/de_DE.js
14231share/nextcloud/core/l10n/de_DE.json 14279share/nextcloud/core/l10n/de_DE.json
14232share/nextcloud/core/l10n/el.js 14280share/nextcloud/core/l10n/el.js
14233share/nextcloud/core/l10n/el.json 14281share/nextcloud/core/l10n/el.json
14234share/nextcloud/core/l10n/en_GB.js 14282share/nextcloud/core/l10n/en_GB.js
@@ -14696,26 +14744,27 @@ share/nextcloud/lib/private/Authenticati @@ -14696,26 +14744,27 @@ share/nextcloud/lib/private/Authenticati
14696share/nextcloud/lib/private/Authentication/Exceptions/InvalidTokenException.php 14744share/nextcloud/lib/private/Authentication/Exceptions/InvalidTokenException.php
14697share/nextcloud/lib/private/Authentication/Exceptions/LoginRequiredException.php 14745share/nextcloud/lib/private/Authentication/Exceptions/LoginRequiredException.php
14698share/nextcloud/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php 14746share/nextcloud/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php
14699share/nextcloud/lib/private/Authentication/Exceptions/PasswordlessTokenException.php 14747share/nextcloud/lib/private/Authentication/Exceptions/PasswordlessTokenException.php
14700share/nextcloud/lib/private/Authentication/Exceptions/TokenPasswordExpiredException.php 14748share/nextcloud/lib/private/Authentication/Exceptions/TokenPasswordExpiredException.php
14701share/nextcloud/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php 14749share/nextcloud/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php
14702share/nextcloud/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php 14750share/nextcloud/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php
14703share/nextcloud/lib/private/Authentication/Exceptions/WipeTokenException.php 14751share/nextcloud/lib/private/Authentication/Exceptions/WipeTokenException.php
14704share/nextcloud/lib/private/Authentication/Listeners/LoginFailedListener.php 14752share/nextcloud/lib/private/Authentication/Listeners/LoginFailedListener.php
14705share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php 14753share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php
14706share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php 14754share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php
14707share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeNotificationsListener.php 14755share/nextcloud/lib/private/Authentication/Listeners/RemoteWipeNotificationsListener.php
14708share/nextcloud/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php 14756share/nextcloud/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php
 14757share/nextcloud/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php
14709share/nextcloud/lib/private/Authentication/Login/ALoginCommand.php 14758share/nextcloud/lib/private/Authentication/Login/ALoginCommand.php
14710share/nextcloud/lib/private/Authentication/Login/Chain.php 14759share/nextcloud/lib/private/Authentication/Login/Chain.php
14711share/nextcloud/lib/private/Authentication/Login/ClearLostPasswordTokensCommand.php 14760share/nextcloud/lib/private/Authentication/Login/ClearLostPasswordTokensCommand.php
14712share/nextcloud/lib/private/Authentication/Login/CompleteLoginCommand.php 14761share/nextcloud/lib/private/Authentication/Login/CompleteLoginCommand.php
14713share/nextcloud/lib/private/Authentication/Login/CreateSessionTokenCommand.php 14762share/nextcloud/lib/private/Authentication/Login/CreateSessionTokenCommand.php
14714share/nextcloud/lib/private/Authentication/Login/EmailLoginCommand.php 14763share/nextcloud/lib/private/Authentication/Login/EmailLoginCommand.php
14715share/nextcloud/lib/private/Authentication/Login/FinishRememberedLoginCommand.php 14764share/nextcloud/lib/private/Authentication/Login/FinishRememberedLoginCommand.php
14716share/nextcloud/lib/private/Authentication/Login/LoggedInCheckCommand.php 14765share/nextcloud/lib/private/Authentication/Login/LoggedInCheckCommand.php
14717share/nextcloud/lib/private/Authentication/Login/LoginData.php 14766share/nextcloud/lib/private/Authentication/Login/LoginData.php
14718share/nextcloud/lib/private/Authentication/Login/LoginResult.php 14767share/nextcloud/lib/private/Authentication/Login/LoginResult.php
14719share/nextcloud/lib/private/Authentication/Login/PreLoginHookCommand.php 14768share/nextcloud/lib/private/Authentication/Login/PreLoginHookCommand.php
14720share/nextcloud/lib/private/Authentication/Login/SetUserTimezoneCommand.php 14769share/nextcloud/lib/private/Authentication/Login/SetUserTimezoneCommand.php
14721share/nextcloud/lib/private/Authentication/Login/TwoFactorCommand.php 14770share/nextcloud/lib/private/Authentication/Login/TwoFactorCommand.php

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

--- pkgsrc/www/php-nextcloud/distinfo 2020/06/06 00:52:30 1.32
+++ pkgsrc/www/php-nextcloud/distinfo 2020/08/28 15:44:21 1.32.2.1
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.32 2020/06/06 00:52:30 ryoon Exp $ 1$NetBSD: distinfo,v 1.32.2.1 2020/08/28 15:44:21 bsiegert Exp $
2 2
3SHA1 (nextcloud-19.0.0.tar.bz2) = 20fb31652642f402db5df108206ba262e27e4cc8 3SHA1 (nextcloud-19.0.1.tar.bz2) = b7b92dce212b854c81ff1ea6dbd021aef9e02af0
4RMD160 (nextcloud-19.0.0.tar.bz2) = 3695c83ebb0fba23f225ddaa248f98d68c2ba858 4RMD160 (nextcloud-19.0.1.tar.bz2) = 1ef8ef5cfb6fde45cfdde001574aaa2937f536a5
5SHA512 (nextcloud-19.0.0.tar.bz2) = ac98083887ed59a3cf1003773c46270ba03ad631c4b1ed3608a3de349ecaaf32b9e084307d19bf67956d258fbf7acbe8739f32d34ce07db3c518a9bf5f50aa0d 5SHA512 (nextcloud-19.0.1.tar.bz2) = aa4db108bff2b452123e5513bde03fe4c2f1da58c1987d74a246a69714fedf121ca9ed6151609d87c91dd6109419b764ba02c5c3c1669c5ddd5a49118e68f0c0
6Size (nextcloud-19.0.0.tar.bz2) = 90077143 bytes 6Size (nextcloud-19.0.1.tar.bz2) = 90595211 bytes